* {
  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 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;
}

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: 1201px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.art-video-player .art-bottom {
  display: none !important;
}

.art-mask {
  display: none !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.editor-content p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
}

@media (max-width: 768px) {
  .editor-content p {
    font-size: 14px;
  }
}
.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: 14px;
  line-height: 1.4;
  color: #666666;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

.table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

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

.table-box table td,
.table-box table th {
  font-weight: normal;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.table-box table tr p,
.table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.table-box table td,
.table-box table th {
  text-align: left;
}

.table-box table .firstRow td {
  background-color: #D72534;
  color: #fff;
  font-weight: bold;
}

.table-box table tr:nth-child(2n) {
  background-color: #FAFAFA;
}

.table-box table.rowspan1 tr:first-child,
.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: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}

@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%;
}

body {
  font-family: "BaiJamjuree", Arial, Helvetica, "Microsoft YaHei", "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;
}

@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  src: local("Lato Regular"), local("Lato-Regular"), url("../../app/fonts/Lato-Regular.woff") format("woff2"), url("../../app/fonts/Lato-Regular.woff") format("woff"), url("../../app/fonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BaiJamjuree";
  font-weight: 400;
  font-style: normal;
  src: local("BaiJamjuree Regular"), local("BaiJamjuree-Regular"), url("../../app/fonts/BaiJamjuree-Regular.woff") format("woff2"), url("../../app/fonts/BaiJamjuree-Regular.woff") format("woff"), url("../../app/fonts/BaiJamjuree-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BaiJamjuree";
  font-weight: 500;
  font-style: normal;
  src: local("BaiJamjuree Medium"), local("BaiJamjuree-Medium"), url("../../app/fonts/BaiJamjuree-Medium.woff") format("woff2"), url("../../app/fonts/BaiJamjuree-Medium.woff") format("woff"), url("../../app/fonts/BaiJamjuree-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BaiJamjuree";
  font-weight: 600;
  font-style: normal;
  src: local("BaiJamjuree SemiBold"), local("BaiJamjuree-SemiBold"), url("../../app/fonts/BaiJamjuree-SemiBold.woff2") format("woff2"), url("../../app/fonts/BaiJamjuree-SemiBold.woff") format("woff"), url("../../app/fonts/BaiJamjuree-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BaiJamjuree";
  font-weight: 700;
  font-style: normal;
  src: local("BaiJamjuree Bold"), local("BaiJamjuree-Bold"), url("../../app/fonts/BaiJamjuree-Bold.woff2") format("woff2"), url("../../app/fonts/BaiJamjuree-Bold.woff") format("woff"), url("../../app/fonts/BaiJamjuree-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  font-weight: 400;
  font-style: normal;
  src: local("Exo Regular"), local("Exo-Regular"), url("../../app/fonts/Exo-Regular.woff2") format("woff2"), url("../../app/fonts/Exo-Regular.woff") format("woff"), url("../../app/fonts/Exo-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Exo";
  font-weight: 700;
  font-style: normal;
  src: local("Exo Bold"), local("Exo-Bold"), url("../../app/fonts/Exo-Bold.woff2") format("woff2"), url("../../app/fonts/Exo-Bold.woff") format("woff"), url("../../app/fonts/Exo-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  font-weight: 900;
  font-style: normal;
  src: local("Orbitron Black"), local("Orbitron-Black"), url("../../app/fonts/Orbitron-Black.woff2") format("woff2"), url("../../app/fonts/Orbitron-Black.woff") format("woff"), url("../../app/fonts/Orbitron-Black.ttf") format("truetype");
  font-display: swap;
}
:root {
  --w577: 577px;
  --d224: 224px;
  --d150: 150px;
  --d130: 130px;
  --d120: 120px;
  --d112: 112px;
  --d110: 110px;
  --d90: 90px;
  --d78: 78px;
  --d70: 70px;
  --d68: 68px;
  --d50: 50px;
  --d60: 60px;
  --d34: 34px;
  --d32: 32px;
  --d40: 40px;
  --d30: 30px;
  --d28: 28px;
  --d24: 24px;
  --20negative: -20px;
  --d20: 20px;
  --64: 64px;
  --60: 60px;
  --54: 54px;
  --46: 46px;
  --40: 40px;
  --32: 32px;
  --30: 30px;
  --26: 26px;
  --24: 24px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
}

.orbitron {
  font-family: "Orbitron", Arial, sans-serif;
}

.exo {
  font-family: "Exo", Arial, sans-serif;
}

.titlebox1 .title1 {
  margin-bottom: 10px;
}

.title1 {
  font-family: "Exo", Arial, sans-serif;
  font-size: var(--20);
  line-height: 1.35;
  color: #6B062B;
  font-weight: 400;
}

.title2 h2 {
  font-family: "Exo", Arial, sans-serif;
  font-size: var(--60);
  line-height: 1.3333;
  color: #000;
  font-weight: 700;
}

.titlebox2 .title3 {
  margin-bottom: 10px;
}
.titlebox2 .title4 {
  margin-bottom: var(--d30);
}

.title3 {
  font-family: "Exo", Arial, sans-serif;
  font-size: var(--20);
  line-height: 1.35;
  color: #6B062B;
}

.title4 h2 {
  font-family: "Exo", Arial, sans-serif;
  font-size: var(--40);
  line-height: 1.325;
  color: #000000;
  font-weight: 700;
}

.text {
  font-size: var(--16);
  line-height: 1.625;
  color: #666666;
  font-weight: 400;
}

.text2 {
  font-size: var(--18);
  color: #6B062B;
  line-height: 1.4444;
  font-weight: 500;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.12);
}
.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);
}
@media (min-width: 1201px) {
  .header .header-nav {
    justify-content: flex-end;
  }
  .header .header-nav .more {
    display: none !important;
  }
  .header .header-nav .header-list2 {
    font-size: var(--16);
    line-height: 1.3125;
    font-family: "Exo", Arial, sans-serif;
    font-weight: 400;
    margin-right: 80px;
  }
  .header .header-nav .header-list2:last-child {
    margin-right: 0;
  }
  .header .header-nav .header-list2 span {
    position: relative;
  }
  .header .header-nav .header-list2 span::after {
    width: 0%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fff;
    transition: all 0.5s;
  }
  .header .header-nav .header-list2:hover span::after {
    width: 100%;
  }
  .header .header-nav .action {
    font-weight: 700;
  }
  .header .header-nav .action span::after {
    width: 100%;
  }
  .header .header-box1 {
    height: 54px;
    position: relative;
  }
  .header .header-box1::after {
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(196, 196, 196, 0.54);
  }
}
.header .header-box2 {
  height: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box2 .logo {
  height: 73.2394%;
  position: relative;
}
.header .header-box2 .logo .logo1 {
  transition: all 0.5s;
}
.header .header-box2 .logo .logo2 {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.header .header-box2 .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box2 .header-navbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .header-box2 .header-product-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 102px;
  height: 100%;
}
.header .header-box2 .header-product-nav .header-product-nav2 {
  font-size: var(--20);
  line-height: 1.35;
  font-weight: 600;
  margin-right: 120px;
  position: relative;
  height: 100%;
}
.header .header-box2 .header-product-nav .header-product-nav2:hover .header-product-nav2-more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
  color: #000;
}
.header .header-box2 .header-product-nav .header-product-nav2:last-child {
  margin-right: 0;
}
.header .header-box2 .header-product-nav .header-product-nav2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-box2 .header-product-nav .header-product-nav2 .header-product-nav2-more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  min-width: 100%;
  background-color: inherit;
  background-color: #fff;
  border-radius: 5px;
}
.header .header-box2 .header-product-nav .header-product-nav2 .header-product-nav2-more .more-1-list {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-box2 .header-product-nav .header-product-nav2 .header-product-nav2-more .more-1-list .more-1-list2 {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.header .header-box2 .header-product-nav .header-product-nav2 .header-product-nav2-more .more-1-list .more-1-list2 a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
}
.header .header-box2 .header-product-nav .header-product-nav2 .header-product-nav2-more .more-1-list .more-1-list2 a:hover {
  color: #6B062B;
}
.header .header-box2 .header-but {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box2 .header-but a:hover {
  opacity: 0.7;
}
.header .header-box2 .header-but .search-con:hover {
  opacity: 0.7;
}
.header .header-box2 .header-but .header-cart {
  margin-right: 29px;
}
.header .header-box2 .header-but .header-language {
  margin-right: 30px;
}
.header .header-box2 .header-but .header-language i {
  margin-right: 6px;
  font-size: var(--16);
}
.header .header-box2 .header-but .header-search {
  cursor: pointer;
}
.header .header-box2 .header-but .header-search i {
  font-size: 15px;
  margin-right: 10px;
}
.header .header-search .search-con i {
  font-size: 18px;
}
.header .header-search .search {
  position: absolute;
  right: 0%;
  bottom: 0;
  transform: translate(0%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: #fff;
  width: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}

.header_show {
  background-color: #fff;
  color: #222222;
}
.header_show .header-box2 .logo .logo2 {
  opacity: 1;
}
.header_show .header-box2 .logo .logo1 {
  opacity: 0;
}
.header_show .header-nav .header-list2 span::after {
  background-color: #222222;
}
.header_show .s-nav i {
  background-color: #6B062B;
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #6B062B;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.xs-online ul li a::before {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  display: block;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.xs-online ul .xs-online-mail a::before {
  content: "\e604";
}
.xs-online ul .xs-online-whatsapp a::before {
  content: "\e97b";
}
.xs-online ul .xs-online-tel a::before {
  content: "\e613";
}
.xs-online ul .xs-online-product a::before {
  content: "\e618";
}
.xs-online ul .xs-online-top a::before {
  content: "\e61b";
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 18px 10px 21px;
  z-index: 1100;
  background-color: rgba(255, 255, 255, 0.16);
}
.online-wrap .online a {
  width: 25px;
  height: 25px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.31);
  transition: all 0.5s;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #000;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .show-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
  background-color: #6B062B;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.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 #6B062B;
}
.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 .online-show {
  background-color: rgba(107, 6, 43, 0.3);
}

@media (min-width: 1201px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
  }
  .header-nav .header-list .header-list2 {
    position: relative;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
  }
  .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;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
    background-color: inherit;
  }
  .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;
  }
  .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;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .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 screen and (max-width: 1400px) and (min-width: 1201px) {
  .header .header-box1 {
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    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: #001733;
    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;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 .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: 15px 0 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001733;
    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: 10px 0 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001733;
    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: #6B062B !important;
  }
  .header .s-nav {
    display: flex;
  }
  .online-wrap .online {
    right: 5px;
    padding: 5px;
  }
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .online-wrap .online i {
    font-size: 20px;
  }
}
@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);
  }
}
.fooder {
  background-image: url("../img/food_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--d78);
}
.fooder .fooder-top {
  position: relative;
}
.fooder .fooder-top::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.29;
}
.fooder .fooder-top .fooder-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d112);
}
.fooder .fooder-top .fooder-box .fooder-form-box {
  width: 605px;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form-title {
  font-weight: 700;
  line-height: 1.33333;
  font-size: var(--54);
  color: #fff;
  margin-bottom: var(--d30);
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form {
  width: 100%;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .fooder-form-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px 9px 14px;
  background-color: rgba(255, 255, 255, 0.1);
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .input-text {
  width: 90%;
  background-color: transparent;
  font-size: var(--14);
  line-height: 1.28571;
  color: #fff;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .input-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .input-text::placeholder {
  color: rgba(255, 255, 255, 0.64);
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .input-text:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .input-text:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .form-submit {
  width: 10%;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .form-submit i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.5);
}
.fooder .fooder-top .fooder-box .fooder-nav-box {
  display: flex;
  align-items: flex-start;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content {
  margin-right: 154px;
  color: #fff;
  position: relative;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .translate {
  position: absolute;
  bottom: -32px;
  left: 0;
  transform: translateY(100%);
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-title {
  font-size: var(--24);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: var(--d32);
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2 {
  margin-bottom: var(--d32);
  font-size: var(--14);
  line-height: 1.28571;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2 a {
  display: block;
  position: relative;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2 a::after {
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2 a:hover::after {
  width: 100%;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2 i {
  margin-right: 14px;
  font-size: var(--16);
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .fooder-nav .fooder-nav2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content3 {
  width: 240px;
}
.fooder .fooder-top .fooder-follow {
  color: rgba(255, 255, 255, 0.64);
  font-size: var(--14);
  line-height: 1.28571;
  display: flex;
  align-items: center;
  padding-bottom: var(--d20);
}
.fooder .fooder-top .fooder-follow .follow {
  margin-right: 24px;
}
.fooder .fooder-top .fooder-follow .fooder-follow-content a {
  margin-right: 16px;
}
.fooder .fooder-top .fooder-follow .fooder-follow-content a:hover i {
  color: #fff;
}
.fooder .fooder-top .fooder-follow .fooder-follow-content a:last-child {
  margin-right: 0;
}
.fooder .fooder-top .fooder-follow .fooder-follow-content a i {
  transition: all 0.5s;
  font-size: var(--20);
}
.fooder .fooder-buttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 22px;
  color: rgba(234, 234, 234, 0.6);
}
.fooder .fooder-buttom a:hover {
  color: #fff;
}
.fooder .fooder-buttom .fooder-copyright-box {
  font-size: 12px;
  line-height: 15px;
}
.fooder .fooder-buttom .fooder-copyright-box span,
.fooder .fooder-buttom .fooder-copyright-box a {
  transition: all 0.5s;
  margin-right: 12px;
}
.fooder .fooder-buttom .fooder-copyright-box span:last-child,
.fooder .fooder-buttom .fooder-copyright-box a:last-child {
  margin-right: 0;
}
.fooder .fooder-buttom .privacy-sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}
.fooder .fooder-buttom .privacy-sitemap a {
  transition: all 0.5s;
  position: relative;
}
.fooder .fooder-buttom .privacy-sitemap a:first-child {
  padding-right: 23px;
  margin-right: 20px;
}
.fooder .fooder-buttom .privacy-sitemap a:first-child::before {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(234, 234, 234, 0.6);
  content: "";
}

@keyframes playan {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes playan2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes playan3 {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0);
  }
}
.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 .banner-pagination {
  position: absolute;
  bottom: var(--d40);
  z-index: 10;
  text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: linear-gradient(to right, #000, #fff);
  margin: 0 13px;
  position: relative;
  z-index: 10;
}
.index-banner .banner-pagination .swiper-pagination-bullet::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #000;
  z-index: 1;
  border-radius: 50%;
}
.index-banner .banner-pagination .swiper-pagination-bullet::before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.other-banner {
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .banner-breadcrumb {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
}
.other-banner .banner-breadcrumb .breadcrumb-icon {
  display: inline-block;
  transform: translateY(10%);
}
.other-banner .banner-breadcrumb .breadcrumb-icon i {
  font-size: 22px;
  margin-right: 4px;
  color: #fff;
}
.other-banner .banner-breadcrumb .breadcrumb-list {
  display: inline-block;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2 {
  display: inline-block;
  font-size: var(--14);
  line-height: 1.28571;
  color: #fff;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2:last-child::before {
  display: none;
}
.other-banner .banner-breadcrumb .breadcrumb-list .breadcrumb-list2::before {
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: #fff;
  content: "";
  display: block;
}
.other-banner .banner-breadcrumb .breadcrumb-list .action {
  color: #6B062B;
}

.swiper-butbox {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
}
.swiper-butbox .swiper-but {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-butbox .swiper-but i {
  font-size: 1.5625vw;
  color: #D4D4D4;
  transition: all 0.5s;
}
.swiper-butbox .swiper-but:hover i {
  color: #6B062B;
}
.swiper-butbox .swiper-prev::after {
  position: absolute;
  height: 48%;
  width: 1px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #EEEEEE;
}

.swiper-butbox2 .swiper-but2 {
  width: 56px;
  height: 50px;
  background-color: #D9D9D9;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-butbox2 .swiper-but2:hover {
  background-color: #6B062B;
}
.swiper-butbox2 .swiper-but2 i {
  font-size: 25px;
  color: #fff;
}

.ams-box {
  transform: translateY(1%);
}
.ams-box .ams {
  font-size: 10.41667vw;
  line-height: 0.7;
  color: rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 0.5em;
}

.indexcontent .i-product-box2 {
  padding-top: var(--d130);
  padding-bottom: var(--d224);
  display: flex;
  justify-content: space-between;
}
.indexcontent .i-product-box2 .i-product-titlebox {
  margin-bottom: var(--d112);
}
.indexcontent .i-product-box2 .i-product-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-product-box2 .i-products-content {
  background-color: #F1F2F6;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.indexcontent .i-product-box2 .i-products-content a {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--d40);
}
.indexcontent .i-product-box2 .i-products-content a:hover .i-products-content-title h3::after {
  width: 100%;
}
.indexcontent .i-product-box2 .i-products-content a:hover .i-products-content-icon {
  background-color: #6B062B;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-title {
  margin-bottom: var(--d24);
  position: relative;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-title::before {
  width: 14px;
  height: 14px;
  background-color: #6B062B;
  border-radius: 50%;
  margin-right: 26px;
  content: "";
  display: inline-block;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-title h3 {
  display: inline-block;
  font-size: var(--30);
  line-height: 1.26667;
  position: relative;
  color: #000000;
  font-weight: 500;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-title h3::after {
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-text {
  font-size: var(--18);
  line-height: 1.2778;
  color: #666666;
  width: 554px;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 630px;
}
.indexcontent .i-product-box2 .i-products-content .i-products-content-img .img-box {
  padding-bottom: 68.254%;
}
.indexcontent .i-product-box2 .i-products-content1 {
  width: 945px;
  height: 555px;
}
.indexcontent .i-product-box2 .i-products-content1 .i-products-content-text {
  margin-bottom: 44px;
}
.indexcontent .i-product-box2 .i-products-content1 .i-products-content-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #CECECE;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.indexcontent .i-product-box2 .i-products-content1 .i-products-content-icon i {
  font-size: 12px;
  color: #fff;
}
.indexcontent .i-product-box2 .i-products-content2 {
  width: 641px;
  height: 376px;
}
.indexcontent .i-product-box2 .i-products-content2 .i-products-content-title::before {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.indexcontent .i-product-box2 .i-products-content2 .i-products-content-text {
  font-size: var(--16);
  line-height: 1.25;
  margin-bottom: 34px;
}
.indexcontent .i-product-box2 .i-products-content2 .i-products-content-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #CECECE;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.indexcontent .i-product-box2 .i-products-content2 .i-products-content-icon i {
  font-size: 12px;
  color: #fff;
}
.indexcontent .i-product-box2 .i-products-content2 .i-products-content-img {
  width: 408px;
}
.indexcontent .i-details-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: auto;
}
.indexcontent .i-details-box .i-details-left {
  width: 662px;
}
.indexcontent .i-details-box .i-details-left .i-details-process {
  font-size: var(--20);
  line-height: 1.35;
  color: #6B062B;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
.indexcontent .i-details-box .i-details-left .details-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  line-height: 0.7;
}
.indexcontent .i-details-box .i-details-left .details-pagination .details-page {
  font-size: 128px;
  font-weight: 800;
}
.indexcontent .i-details-box .i-details-left .details-pagination span {
  margin-left: 1em;
}
.indexcontent .i-details-box .i-details-left .i-details-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-details-box .i-details-left .i-details-title h2 {
  font-size: var(--46);
  line-height: 1.3043;
  font-weight: 700;
}
.indexcontent .i-details-box .i-details-left .i-details-text {
  font-size: var(--18);
  line-height: 1.4444;
  color: #666666;
  font-weight: 400;
}
.indexcontent .i-details-box .i-details-right {
  width: calc(100% - 662px);
  padding-left: 113px;
  display: flex;
  justify-content: center;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1-box {
  position: relative;
  width: 42.96875vw;
  height: 100%;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1-box .i-details-butbox2 {
  display: none;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1-box .i-details-butbox2 .swiper-but2 {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1-box .i-details-butbox2 .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1-box .i-details-butbox2 .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}
.indexcontent .i-details-box .i-details-right .i-details-right-swiperbox {
  margin-right: var(--d20);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.indexcontent .i-details-box .i-details-right .swiper-butbox {
  height: 2.60417vw;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper2 {
  width: 7.8125vw;
  height: 34.375vw;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper2 .slide-inner {
  cursor: pointer;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper2 .swiper-slide-thumb-active .slide-inner {
  position: relative;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper2 .swiper-slide-thumb-active .slide-inner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #6B062B;
  content: "";
  left: 0;
  top: 0;
  z-index: 10;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .slide-inner {
  position: relative;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox {
  position: absolute;
  width: 100%;
  bottom: 2.08333vw;
  left: 0;
  z-index: 10;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page {
  padding: 0 10px;
  display: flex;
  justify-content: safe center;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page::-webkit-scrollbar {
  display: none;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page .i-details-content-page2 {
  font-size: var(--20);
  font-weight: 500;
  line-height: 1.25;
  margin-right: 2.03125vw;
  color: #B2B2B2;
  transition: all 0.5s;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page .i-details-content-page2:last-child {
  margin-right: 0;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page .action {
  color: #6B062B;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content {
  background-image: url("../img/i_details_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5.52083vw 5.20833vw 3.90625vw;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content .i-details-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content .action {
  transition: all 0.5s;
  opacity: 1;
  position: relative;
}
.indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content .img-box {
  padding-bottom: 88.7096%;
}
.indexcontent .i-highlights-box {
  padding-top: var(--d150);
  position: relative;
}
.indexcontent .i-highlights-box .i-highlights-bg {
  width: 33.75vw;
  height: 33.75vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.indexcontent .i-highlights-box .i-highlights-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexcontent .i-highlights-box .i-highlights-titlebox {
  margin-bottom: var(--d60);
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-img {
  width: 36.45833vw;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-img .img-box {
  padding-bottom: 88.5714%;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox {
  width: calc(100% - 36.45833vw);
  padding-left: var(--d50);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox {
  width: 150px;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox i {
  font-size: 26px;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-title {
  margin-bottom: var(--d34);
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-title:hover h3 {
  text-decoration-line: underline;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-title h3 {
  font-size: var(--32);
  line-height: 1.375;
  color: #333333;
  font-weight: 600;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2 {
  font-size: var(--18);
  color: #666666;
  line-height: 1.2778;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
  margin-bottom: var(--d24);
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}
.indexcontent .i-technological-box {
  padding-top: var(--d150);
  padding-bottom: var(--d224);
}
.indexcontent .i-technological-box .i-technological-titlebox {
  margin-bottom: var(--d68);
}
.indexcontent .i-technological-box .i-technological-titlebox .i-technological-title {
  margin-bottom: var(--d30);
}
.indexcontent .i-technological-box .i-technological-titlebox .i-technological-title h2 {
  text-align: center;
}
.indexcontent .i-technological-box .i-technological-titlebox .i-technological-text {
  margin: 0 auto;
  width: 1125px;
  text-align: center;
  line-height: 1.25;
  font-size: var(--20);
  color: #666666;
  font-weight: 400;
}
.indexcontent .i-technological-box .i-technological-content .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .i-technological-box .i-technological-content .swiper-wrapper .swiper-slide {
  height: auto;
}
.indexcontent .i-technological-box .i-technological-content .slide-inner {
  padding-left: 47px;
  display: flex;
  justify-content: center;
  height: 100%;
}
.indexcontent .i-technological-box .i-technological-content .slide-inner:hover .i-technological-textbox .i-technological-swiper-icon i {
  color: #6B062B;
}
.indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-but2 {
  width: 2.91667vw;
  height: 2.60417vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.indexcontent .i-technological-box .i-technological-content .swiper-butbox2 i {
  font-size: 1.30208vw;
  color: #fff;
}
.indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-prev {
  left: 1%;
}
.indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-next {
  left: 74%;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox {
  width: calc(100% - 38.54167vw);
  background-color: #F1F2F6;
  padding: 4.6875vw 1.30208vw 1.30208vw 2.96875vw;
  height: 100%;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-icon {
  margin-bottom: var(--d34);
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-icon i {
  font-size: var(--60);
  line-height: var(--60);
  color: #666666;
  transition: all 0.5s;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-title {
  margin-bottom: var(--d20);
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-title h3 {
  font-size: var(--32);
  color: #000000;
  line-height: 1.25;
  font-weight: 500;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-text {
  color: #666666;
  font-size: var(--18);
  line-height: 1.2778;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-swiper-img {
  width: 38.54167vw;
}
.indexcontent .i-technological-box .i-technological-content .i-technological-swiper-img .img-box {
  padding-bottom: 64.8649%;
}

.products-content-box {
  background-color: #fff;
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.03);
}
.products-content-box:hover .products-content-title h3 {
  text-decoration: underline;
  color: #6B062B !important;
}
.products-content-box:hover .img-box img {
  transform: scale(1.1);
}
.products-content-box:hover .products-content-titlebox .products-content-icon i {
  color: #6B062B;
}
.products-content-box .img-box {
  padding-bottom: 90.625%;
}
.products-content-box .img-box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87.2274%;
  height: 1px;
  background-color: #DEDEDE;
  content: "";
}
.products-content-box .products-content-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px var(--d20);
}
.products-content-box .products-content-titlebox .products-content-title {
  width: 80%;
}
.products-content-box .products-content-titlebox .products-content-title h3 {
  transition: all 0.5s;
  font-size: var(--16);
  line-height: 1.25;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-content-box .products-content-titlebox .products-content-icon i {
  font-size: var(--24);
  color: #DEDEDE;
  transition: all 0.5s;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  padding: 0 11px;
}
.pagination li a {
  font-family: "Lato", Arial, sans-serif;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--24);
  line-height: 1.25;
  color: #6B062B;
  transition: all 0.5s;
  border-radius: 4px;
}
.pagination li:hover a {
  background-color: #6B062B;
  color: #fff;
}
.pagination .active a {
  background-color: #6B062B;
  color: #fff;
}

.productcontent {
  background-color: #F4F4F4;
  padding-top: var(--d112);
}
.productcontent .product-box {
  padding-bottom: var(--d224);
}
.productcontent .product-box .product-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.productcontent .product-box .product-content .product-left {
  width: 380px;
}
.productcontent .product-box .product-content .product-left .product-left2 {
  position: sticky;
  top: 150px;
  left: 0;
  padding: var(--d40) var(--d20) var(--d78);
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  background-color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-left-title {
  color: #6B062B;
  font-size: var(--26);
  line-height: 1.2692;
  font-weight: 600;
  padding-left: var(--d24);
  padding-bottom: var(--d30);
  position: relative;
  margin-bottom: var(--d30);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-left-title::after {
  width: 30px;
  height: 1px;
  background-color: #B2B2B2;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: var(--d24);
  content: "";
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child::after {
  display: none;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  border-radius: 4px;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover {
  background-color: #6B062B;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover a span {
  color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover .menuicon i {
  color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  width: 90%;
  display: block;
  padding: 12px 28px;
  padding-right: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a span {
  transition: all 0.5s;
  color: #333333;
  font-weight: 500;
  font-size: var(--20);
  line-height: 1.25;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  width: 10%;
  padding-left: 0;
  padding-right: 5px;
  cursor: pointer;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  display: inline-block;
  transition: all 0.5s;
  color: #333333;
  font-size: var(--14);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
  display: none;
  padding-left: var(--d28);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
  position: relative;
  margin-top: var(--d24);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1::after {
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  width: 1px;
  background-color: #DEDEDE;
  position: absolute;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 {
  position: relative;
  padding: 5px 0px;
  padding-left: var(--d24);
  margin-bottom: 12px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2::after {
  left: 0;
  top: 50%;
  height: 0%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  background-color: #6B062B;
  position: absolute;
  z-index: 10;
  transition: all 0.5s;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
  font-size: var(--18);
  color: #666666;
  font-weight: 400;
  line-height: 1.2778;
  display: block;
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:hover::after {
  height: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:hover a span {
  color: #6B062B;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .action::after {
  height: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .action a span {
  color: #6B062B;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: #6B062B;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut a span {
  color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  transform: rotate(90deg);
  color: #fff;
}
.productcontent .product-box .product-content .product-right {
  width: calc(100% - 380px);
  padding-left: var(--d30);
}
.productcontent .product-box .product-content .product-right .product-list {
  --bs-gutter-x: 1.25rem;
  margin-bottom: var(--20negative);
  padding-bottom: var(--d70);
}
.productcontent .product-box .product-content .product-right .product-list .product-list2 {
  margin-bottom: var(--d20);
}
.productcontent .product-box .product-content .search-note .search-note-title {
  margin-bottom: var(--d30);
}
.productcontent .product-box .product-content .search-note .search-note-text {
  margin-bottom: var(--36);
  border-radius: 5px;
  padding: var(--d20);
  background-color: rgba(107, 6, 43, 0.3);
  margin-bottom: var(--30);
  color: #000;
}
.productcontent .product-box .product-content .search-note .hot {
  margin-bottom: var(--d30);
}

.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding-top: 252px;
  padding-bottom: var(--d70);
}
.detailscontent .details-content .details-imgbox .details-swiper1 {
  width: 690px;
  overflow: hidden;
  padding: 1px;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide {
  overflow: hidden;
  position: relative;
  border: 1.5px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide::after {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.16;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide .img-box {
  padding-bottom: 90.625%;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active {
  border: 1.5px solid #6B062B;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active::after {
  display: none;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: 12;
  pointer-events: none;
  border: 1px solid rgba(107, 6, 43, 0.32);
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 38px;
  height: 38px;
  z-index: 10;
  background-image: url("../img/play.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.detailscontent .details-content .details-imgbox .details-swiper2-box {
  position: relative;
}
.detailscontent .details-content .details-imgbox .details-swiper2-box .swiper-but2 {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.detailscontent .details-content .details-imgbox .details-swiper2-box .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.detailscontent .details-content .details-imgbox .details-swiper2-box .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}
.detailscontent .details-content .details-imgbox .details-swiper2 {
  width: 690px;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  margin-bottom: 17px;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide {
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide .img-box {
  padding-bottom: 87.826%;
}
.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: 600px;
}
.detailscontent .details-content .details-textbox .details-title {
  margin-bottom: var(--d50);
}
.detailscontent .details-content .details-textbox .details-title h2 {
  font-size: var(--30);
  line-height: 1.26667;
  color: #333333;
  font-weight: 500;
}
.detailscontent .details-content .details-textbox .details-text {
  margin-bottom: var(--d90);
}
.detailscontent .details-content .details-textbox .details-text .details-usage {
  font-size: var(--20);
  color: #6B062B;
  line-height: 1.3;
  margin-bottom: var(--30);
  font-weight: 500;
}
.detailscontent .details-content .details-textbox .details-text p {
  font-size: var(--18);
  line-height: 1.1111111;
  font-weight: 400;
  color: #666666;
  margin-bottom: 1em;
}
.detailscontent .details-content .details-textbox .details-text p:last-child {
  margin-bottom: 0;
}
.detailscontent .details-content .details-textbox .details-butBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details-content .details-textbox .details-butBox .details-butBox2 {
  display: flex;
}
.detailscontent .details-content .details-textbox .details-but {
  display: inline-block;
}
.detailscontent .details-content .details-textbox .details-but a {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  font-size: var(--18);
  line-height: 1.2778;
  font-weight: 400;
  color: #fff;
}
.detailscontent .details-content .details-textbox .details-inquiry {
  margin-right: 26px;
}
.detailscontent .details-content .details-textbox .details-inquiry a {
  background-color: #000000;
  padding-left: 22px;
  padding-right: 22px;
  transition: all 0.5s;
}
.detailscontent .details-content .details-textbox .details-inquiry a:hover {
  background-color: #6B062B;
}
.detailscontent .details-content .details-textbox .details-cart a {
  background-color: #6B062B;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.detailscontent .details-content .details-textbox .details-cart a::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.detailscontent .details-content .details-textbox .details-cart a:hover::after {
  opacity: 1;
}
.detailscontent .details-content .details-textbox .details-share {
  display: flex;
  align-items: center;
}
.detailscontent .details-content .details-textbox .details-share p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  color: #333;
  margin-right: var(--d20);
}
.detailscontent .details {
  background-color: #F9F9F9;
}
.detailscontent .content-title {
  font-size: var(--30);
  line-height: 0.86667;
  margin-bottom: var(--d40);
  font-weight: 500;
  color: #6B062B;
}
.detailscontent .detproductbox {
  background-color: #F9F9F9;
  padding-bottom: var(--d70);
  padding-top: var(--d78);
}
.detailscontent .detproductbox .detproduct-text {
  width: 1192px;
  font-size: var(--18);
  line-height: 1.55555;
  color: #666666;
  font-weight: 400;
}
.detailscontent .detproductbox .detproduct-text p {
  margin-bottom: 1em;
}
.detailscontent .detproductbox .detproduct-text p:last-child {
  margin-bottom: 0;
}
.detailscontent .detproductbox .detproduct-text .detproduct-title {
  font-size: var(--20);
  color: #666666;
  line-height: 1.4;
  font-weight: 500;
}
.detailscontent .inquirebox {
  padding-bottom: var(--d70);
}
.detailscontent .inquirebox .inquire-from .product-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  background-color: #6B062B;
  padding: 12px 20px;
  border-radius: 10px;
}
.detailscontent .inquirebox .inquire-from .product-input .product-input-title {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  line-height: 1.25;
  color: #fff;
}
.detailscontent .inquirebox .inquire-from .product-input .input-box {
  background-color: #6B062B;
  border: none;
  color: #fff;
  padding-left: 0;
  margin-bottom: 0;
  font-size: var(--18);
  line-height: 1.27778;
  padding: 0;
}
.detailscontent .inquirebox .inquire-from ul {
  --bs-gutter-x: 0.62rem;
}
.detailscontent .inquirebox .inquire-from .input-box {
  width: 100%;
  padding: 17px 22px;
  background-color: #fff;
  font-size: var(--14);
  line-height: 1.85714;
  color: #000;
  font-weight: 400;
  border-radius: 10px;
  margin-bottom: 10px;
}
.detailscontent .inquirebox .inquire-from .input-box::-moz-placeholder {
  color: #666666;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.detailscontent .inquirebox .inquire-from .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.detailscontent .inquirebox .inquire-from .input-box:focus::-moz-placeholder {
  opacity: 0.3;
}
.detailscontent .inquirebox .inquire-from .input-box:focus::placeholder {
  opacity: 0.3;
}
.detailscontent .inquirebox .inquire-from .textarea-box {
  height: 200px;
  margin-bottom: var(--d20);
}
.detailscontent .inquirebox .inquire-from .submit {
  padding: 11px 44px;
  font-size: var(--18);
  line-height: 1.27778;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  border-radius: 5px;
  transition: all 0.5s;
}
.detailscontent .inquirebox .inquire-from .submit:hover {
  background-color: #6B062B;
}
.detailscontent .relatedbox {
  background-color: #F9F9F9;
  padding-bottom: var(--d224);
}
.detailscontent .relatedbox .related-content {
  position: relative;
}
.detailscontent .relatedbox .related-content .swiper-but2 {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.detailscontent .relatedbox .related-content .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.detailscontent .relatedbox .related-content .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}

.s-menu {
  display: none;
  position: relative;
  padding-top: 10px;
  margin: 20px 0;
}
.s-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6B062B;
}
.s-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6B062B;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}
.s-menu .s-menu1 .action {
  color: #6B062B;
}

.aboutcontent .about-box {
  position: relative;
}
.aboutcontent .about-box .ams-box .ams {
  color: rgba(0, 0, 0, 0.02);
}
.aboutcontent .about-box .about-img {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 1;
  background-color: #FFFFFF;
}
.aboutcontent .about-box .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .about-box .about-content {
  padding-top: var(--d120);
  position: relative;
  z-index: 10;
}
.aboutcontent .about-box .about-content .about-textbox {
  width: 689px;
  margin-bottom: 1.5625vw;
}
.aboutcontent .about-box .about-content .about-textbox .text {
  margin-bottom: var(--d20);
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-title {
  margin-bottom: 16px;
  font-size: var(--20);
  line-height: 1.3;
  color: #6B062B;
  font-weight: 500;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-text {
  font-size: var(--16);
  line-height: 1.625;
  color: #666666;
  font-weight: 400;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content {
  padding-right: 68px;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 {
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(107, 6, 43, 0), #6B062B);
  animation: playan2 3s linear infinite normal;
  margin-right: 18px;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #6B062B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: playan3 3s linear infinite normal;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  content: "";
  background-color: rgba(107, 5, 42, 0.3);
  animation: playan 2s linear infinite normal;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2 i {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 10;
}
.aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-text {
  color: #222222;
  font-size: var(--20);
  line-height: 1.3;
  font-weight: 500;
}
.aboutcontent .technological-box {
  background-color: #F1F2F6;
  padding-top: 120px;
  padding-bottom: 146px;
}
.aboutcontent .technological-box .technological-title {
  margin-bottom: var(--d50);
}
.aboutcontent .technological-box .technological-title .text {
  width: 804px;
}
.aboutcontent .technological-box .technological-list {
  display: flex;
  align-items: stretch;
  margin: 0 -4px;
}
.aboutcontent .technological-box .technological-list .technological-list2 {
  padding: 0 4px;
  width: 16.6667%;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 3px;
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 {
  background-color: #fff;
  padding: var(--d30);
  min-height: 230px;
  display: flex;
  position: relative;
  transition: all 0.5s;
  height: 100%;
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-iconbox .technological-icon i {
  display: block;
  font-size: 44px;
  line-height: 44px;
  color: #6B062B;
  transition: all 0.5s;
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-iconbox .technological-icon-title {
  font-size: var(--18);
  line-height: 1.55556;
  color: #6B062B;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 62px;
  padding: var(--30);
  transition: all 0.5s;
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding-top: 8px;
  padding-left: var(--d20);
  min-width: var(--w577);
  transition: all 0.5s;
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox .technological-list-title {
  font-size: var(--26);
  line-height: 1.2692;
  font-weight: 500;
  margin-bottom: var(--d30);
  min-width: var(--w577);
}
.aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox .technological-list-text {
  font-size: var(--16);
  line-height: 1.25;
  font-weight: 400;
  min-width: var(--w577);
}
.aboutcontent .technological-box .technological-list .open {
  width: 50%;
}
.aboutcontent .technological-box .technological-list .open .technological-list3 {
  background-color: #6B062B;
}
.aboutcontent .technological-box .technological-list .open .technological-list3 .technological-iconbox .technological-icon i {
  color: #fff;
}
.aboutcontent .technological-box .technological-list .open .technological-list3 .technological-iconbox .technological-icon-title {
  color: #fff;
  opacity: 0;
}
.aboutcontent .technological-box .technological-list .open .technological-list3 .technological-textbox {
  opacity: 1;
  visibility: visible;
}
.aboutcontent .factory-box {
  padding-top: var(--d120);
  padding-bottom: var(--d224);
}
.aboutcontent .factory-box .factory-title {
  margin-bottom: var(--d50);
}
.aboutcontent .factory-box .factory-title .text {
  width: 1183px;
}
.aboutcontent .factory-box .factory-content {
  position: relative;
}
.aboutcontent .factory-box .factory-content .slide-inner {
  cursor: pointer;
}
.aboutcontent .factory-box .factory-content .slide-inner:hover .img-box img {
  transform: scale(1.1);
}
.aboutcontent .factory-box .factory-content .img-box {
  padding-bottom: 79.4118%;
}
.aboutcontent .factory-box .factory-content .swiper-but2 {
  position: absolute;
  top: 50%;
  z-index: 10;
}
.aboutcontent .factory-box .factory-content .swiper-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.aboutcontent .factory-box .factory-content .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
}

.newscontent .news-box {
  padding-top: var(--d110);
  padding-bottom: var(--d224);
}
.newscontent .news-box .news-title {
  width: 1054px;
  margin-bottom: var(--d40);
}
.newscontent .news-box .news-list {
  padding-top: var(--d70);
  position: relative;
  padding-bottom: var(--d60);
}
.newscontent .news-box .news-list::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #DEDEDE;
}
.newscontent .news-box .news-list .news-list2 {
  margin-bottom: var(--d50);
}
.newscontent .news-box .news-list .news-list2:last-child {
  margin-bottom: 0;
}
.newscontent .news-box .news-list .news-list2 a {
  display: flex;
  justify-content: space-between;
}
.newscontent .news-box .news-list .news-list2 a:hover .news-textbox .news-list-title h3 {
  color: #6B062B;
}
.newscontent .news-box .news-list .news-list2 a:hover .news-textbox .news-more {
  color: #6B062B;
}
.newscontent .news-box .news-list .news-list2 a:hover .news-textbox .news-more::after {
  width: 100%;
}
.newscontent .news-box .news-list .news-list2 a:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-box .news-list .news-list2 a .news-left {
  display: flex;
  justify-content: space-between;
  width: 46.8085%;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-datebox {
  width: 18.1818%;
  padding-right: 45px;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-datebox .news-date {
  font-size: var(--20);
  line-height: 1.35;
  color: #666666;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-datebox .news-date::after {
  width: 20px;
  height: 1px;
  background-color: #DEDEDE;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-datebox .news-day {
  line-height: 1.328125;
  font-size: var(--64);
  color: #666666;
  font-weight: 700;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-imgbox {
  width: 81.8182%;
}
.newscontent .news-box .news-list .news-list2 a .news-left .news-imgbox .img-box {
  padding-bottom: 55.5556%;
  border-radius: 10px;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox {
  width: 53.1915%;
  padding-left: var(--d68);
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-textbox2 {
  position: relative;
  margin-bottom: var(--d30);
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-textbox2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #DEDEDE;
  width: 100%;
  height: 1px;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-title {
  margin-bottom: var(--d28);
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-title h3 {
  transition: all 0.5s;
  font-size: var(--32);
  line-height: 1.375;
  color: #333333;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-text {
  padding-bottom: var(--d60);
  font-size: var(--16);
  line-height: 1.25;
  width: 600px;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-more {
  display: inline-block;
  font-size: var(--18);
  color: #333333;
  line-height: 1.2778;
  font-weight: 400;
  position: relative;
}
.newscontent .news-box .news-list .news-list2 a .news-textbox .news-more::after {
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #6B062B;
  transition: all 0.5s;
}

.newsdetcon {
  padding-top: var(--d224);
  padding-bottom: var(--d224);
  position: relative;
}
.newsdetcon .content-title {
  font-size: var(--40);
  line-height: 1.325;
  color: #222222;
  font-weight: 700;
  margin-bottom: var(--d40);
}
.newsdetcon .reviews .reviewscon {
  background-color: #F9F9F9 !important;
}
.newsdetcon .contact-form {
  width: 100%;
}
.newsdetcon .news-title {
  margin-bottom: var(--d30);
}
.newsdetcon .news-title h2 {
  font-size: var(--32);
  line-height: 1.375;
  color: #6B062B;
  font-weight: 600;
}
.newsdetcon .index-news-date {
  color: #000;
  transition: all 0.5s;
  font-size: var(--16);
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: var(--d30);
}
.newsdetcon .news-text {
  font-size: var(--16);
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  margin-bottom: var(--26);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.55556;
  color: #000;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--d34);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #000;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: #6B062B;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--d68);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}
.newsdetcon .contact-form {
  margin-top: var(--d60);
}

.faqcontent {
  background-color: #FAFAFA;
}
.faqcontent .faq-box {
  padding-top: var(--d110);
  padding-bottom: var(--d224);
}
.faqcontent .faq-box .faq-title {
  width: 1054px;
  margin-bottom: var(--d40);
}
.faqcontent .faq-box .faq-list1 {
  padding-top: var(--d50);
  padding-bottom: var(--d60);
  position: relative;
}
.faqcontent .faq-box .faq-list1::after {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.faqcontent .faq-box .faq-list1 .faq-list2 {
  margin-bottom: var(--d20);
}
.faqcontent .faq-box .faq-list1 .faq-list2:last-child {
  margin-bottom: 0;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox {
  border-radius: 6px;
  padding: 8px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  color: #6B062B;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox:hover {
  color: #fff;
  background-color: #6B062B;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
  font-size: 30px;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
  width: calc(100% - 32px - 36px);
  padding: 0 20px;
  font-size: var(--24);
  line-height: 1.83333;
  font-weight: 400;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-plue i {
  transition: transform 0.5s;
  display: inline-block;
  font-size: 20px;
}
.faqcontent .faq-box .faq-list1 .faq-list2 .faq-list-text {
  width: calc(100% - 32px - 36px);
  padding: 44px 40px 20px 52px;
  margin: 0 auto;
  display: none;
  font-size: var(--20);
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  background-color: transparent;
}
.faqcontent .faq-box .faq-list1 .open .faq-titlebox {
  color: #fff;
  background-color: #6B062B;
}
.faqcontent .faq-box .faq-list1 .open .faq-plue i {
  transform: rotate(90deg);
}

.contactcontent .contact-box {
  background-color: #FAFAFA;
  position: relative;
}
.contactcontent .contact-box .contact-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contactcontent .contact-box .contact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent .contact-box .contact-form {
  position: absolute;
  right: 13.28125vw;
  top: var(--d224);
  width: 37.5vw;
  background: #FFFFFF;
  box-shadow: 0px 6px 15px 17px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  z-index: 100;
  padding: 3.38542vw 3.38542vw 2.96875vw;
}
.contactcontent .contact-box .contact-box2 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-left: auto;
  padding-top: var(--d224);
  padding-bottom: var(--d90);
}
.contactcontent .contact-box .contact-box2 .contact-content {
  width: 600px;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-titlebox {
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-text {
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message {
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-title {
  font-size: var(--24);
  line-height: 1.08333;
  font-weight: 500;
  color: #333333;
  margin-bottom: var(--d30);
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content {
  position: relative;
  padding-bottom: var(--18);
  margin-bottom: var(--d24);
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content:last-child {
  margin-bottom: 0;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content::after {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-title2 {
  font-size: var(--20);
  line-height: 1.25;
  margin-bottom: var(--d24);
  font-weight: 500;
  color: #6B062B;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-title2 i {
  font-size: var(--20);
  color: #6B062B;
  margin-right: 10px;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-text {
  width: 365px;
  font-size: var(--18);
  line-height: 1.2778;
  color: #666666;
  display: flex;
  flex-direction: column;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-text:hover {
  color: #6B062B !important;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-text a {
  display: block;
  transition: all 0.5s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-text2 {
  color: #666666;
}
.contactcontent .ams-box {
  padding-top: var(--d224);
}

.contact-form .form-title {
  margin-bottom: var(--d40);
}
.contact-form .form-title h2 {
  font-size: var(--40);
  line-height: 1.325;
  color: #222222;
  font-weight: 700;
}
.contact-form ul li {
  margin-bottom: 10px;
}
.contact-form .input-box {
  padding: 28px;
  font-size: var(--16);
  line-height: 1.5;
  color: #000;
  background-color: #F9F9F9;
  width: 100%;
}
.contact-form .input-box::-moz-placeholder {
  color: #666666;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-form .input-box::placeholder {
  color: #666666;
  transition: all 0.5s;
}
.contact-form .input-box:focus::-moz-placeholder {
  opacity: 0.2;
}
.contact-form .input-box:focus::placeholder {
  opacity: 0.2;
}
.contact-form .textarea-box {
  height: 300px;
  margin-bottom: var(--d20);
}
.contact-form .submit {
  width: 100%;
  font-size: var(--18);
  line-height: 1.2778;
  color: #fff;
  background-color: #000000;
  border-radius: 5px;
  padding: 11px 0;
  transition: all 0.5s;
}
.contact-form .submit:hover {
  background-color: #6B062B;
}

.cart {
  padding-top: var(--d224);
  background-color: #F9F9F9;
}
.cart .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: var(--40);
}
.cart .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f5f7fa;
  content: "";
  position: absolute;
}
.cart .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding: 20px;
}
.cart .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart .cart-box .inquiry-list .number-box span {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.cart .cart-box .inquiry-list .number-box span:hover {
  background-color: #254b9e;
  color: #fff;
}
.cart .cart-box .inquiry-list .number-box .ipt-num {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
.cart .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.cart .cart-box .inquiry-list .iclose:hover::after {
  color: #254b9e;
}
.cart .cart-box .inquiry-list .iclose::after {
  font-family: "iconfont" !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\ec7b";
  transform: translate3d(-50%, -50%, 0);
  color: #000;
  z-index: 10;
}
.cart .cart-box .checkbox {
  width: 10%;
}
.cart .cart-box .pimg,
.cart .cart-box .number {
  width: 20%;
}
.cart .cart-box .pname {
  width: 40%;
}
.cart .cart-box .pname2 {
  display: none;
}
.cart .cart-box .operation {
  width: 10%;
}
.cart .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.cart .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
  bottom: 0;
  left: 0;
}
.cart .cart-box .pimg-pname-num {
  display: none;
}
.cart .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}
.cart .detailscontent .requestbox {
  padding-top: var(--36);
  padding-bottom: var(--64);
}

@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.privacycontent .privacy-box {
  padding: var(--d224) 0;
}
.privacycontent .privacy-title {
  margin-bottom: var(--d30);
}

.sitemapcontent .sitemap-content {
  padding-top: var(--d224);
  padding-bottom: var(--d224);
}
.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 #6B062B;
  color: #6B062B;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #6B062B;
  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;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
  padding-top: 10px;
}
.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.reviews {
  padding-bottom: var(--d70);
}
.reviews .reviewscon {
  background-color: #fff;
  padding: 20px 30px 16px;
}
.reviews .reviewscon .reviews-titbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 16px;
  position: relative;
}
.reviews .reviewscon .reviews-titbox::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D9D9D9;
}
.reviews .reviewscon .reviews-titbox .reviews-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviews .reviewscon .reviews-titbox .reviews-name span {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
  margin-right: 16px;
}
.reviews .reviewscon .reviews-titbox .reviews-date i {
  color: #BF0003;
  font-size: 14px;
  margin-right: 10px;
}
.reviews .reviewscon .reviews-titbox .reviews-date span {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
.reviews .reviewscon .reviews-text {
  font-weight: normal;
  color: #444444;
  font-size: 14px;
  line-height: 1.5em;
}

.container {
  max-width: 1411px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container2 {
  max-width: 1620px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin: 0 auto;
}

.container3 {
  width: calc(100% - (100% - 1620px) / 2);
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-left: auto;
}

@media (width > 1920px) {
  .header .container2 {
    max-width: 84.375vw;
  }
}
@media (max-width: 1700px) {
  :root {
    --w577: 520px;
    --d224: 170px;
    --d150: 130px;
    --d120: 80px;
    --d130: 100px;
    --d110: 98px;
    --d90: 60px;
    --64: 54px;
    --d50: 38px;
    --d34: 28px;
    --d24: 16px;
    --60: 50px;
    --54: 50px;
    --32: 26px;
    --30: 28px;
    --20: 18px;
  }
  .aboutcontent .technological-box {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .detailscontent .details-content {
    padding-top: 180px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    width: 590px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 590px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 350px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 350px);
  }
  .newscontent .news-box .news-list .news-list2 a .news-left .news-datebox {
    padding-right: 30px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper2 {
    width: 6.8125vw;
    height: 31.375vw;
  }
  .fooder .fooder-top .fooder-box .fooder-form-box {
    width: 520px;
  }
  .indexcontent .i-technological-box .i-technological-content .i-technological-textbox {
    padding: 1.6875vw 1.30208vw 1.30208vw 2.96875vw;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page .i-details-content-page2 {
    margin-right: 24px;
  }
  .indexcontent .i-details-box .i-details-right {
    padding-left: 50px;
  }
  .indexcontent .i-product-box2 .i-products-content1 {
    width: 690px;
    height: 490px;
  }
  .indexcontent .i-product-box2 .i-products-content2 {
    width: 630px;
    height: 330px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-img {
    width: 480px;
  }
  .indexcontent .i-product-box2 .i-products-content2 .i-products-content-img {
    width: 280px;
  }
  .container {
    max-width: 1300px;
  }
  .container2 {
    max-width: 1360px;
  }
  .container3 {
    width: calc(100% - (100% - 1360px) / 2);
  }
}
@media (max-width: 1400px) {
  :root {
    --w577: 370px;
    --d224: 120px;
    --d150: 80px;
    --d112: 75px;
    --d120: 60px;
    --d110: 70px;
    --d90: 50px;
    --d78: 60px;
    --d70: 56px;
    --d68: 48px;
    --d60: 40px;
    --d50: 30px;
    --d40: 30px;
    --d34: 20px;
    --d30: 20px;
    --d24: 16px;
    --20negative: -15px;
    --d20: 15px;
    --64: 44px;
    --60: 40px;
    --54: 36px;
    --46: 36px;
    --32: 26px;
    --30: 24px;
    --26: 24px;
    --24: 20px;
    --20: 16px;
    --18: 16px;
    --16: 14px;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 {
    min-height: 200px;
  }
  .aboutcontent .about-box .about-img {
    right: -13.02083vw;
  }
  .aboutcontent .about-box .about-content .about-textbox {
    width: 600px;
  }
  .detailscontent .details-content .details-textbox .details-inquiry {
    margin-right: 0px;
  }
  .detailscontent .details-content {
    padding-top: 120px;
  }
  .detailscontent .detproductbox .detproduct-text {
    width: 100%;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    width: 400px;
  }
  .detailscontent .details-content .details-textbox {
    width: 540px;
  }
  .swiper-butbox2 .swiper-but2 {
    width: 40px;
    height: 32px;
  }
  .swiper-butbox2 .swiper-but2 i {
    font-size: 20px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 400px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 260px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 260px);
  }
  .newscontent .news-box .news-title {
    width: 100%;
  }
  .newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-text {
    width: 100%;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-list-text {
    padding: 33px 20px 20px 38px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
    padding: 0px 15px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
    font-size: 25px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox {
    padding: 10px 16px;
  }
  .contact-form .input-box {
    padding: 16px;
  }
  .contactcontent .contact-box .contact-box2 .contact-content {
    width: 480px;
  }
  .contactcontent .contact-box .contact-form {
    right: calc((100% - 1100px) / 2);
    width: 520px;
    padding: 30px;
  }
  .fooder .fooder-top .fooder-box .fooder-form-box {
    width: 452px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper2 {
    width: 7.8125vw;
    height: 36.375vw;
  }
  .header .header-box2 {
    height: 55px;
  }
  .indexcontent .i-technological-box .i-technological-content .i-technological-textbox {
    padding: 1.6875vw 1.30208vw 1.30208vw 1.96875vw;
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-prev {
    left: 0%;
  }
  .indexcontent .i-technological-box .i-technological-content .slide-inner {
    padding-left: 15px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox i {
    font-size: 20px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox {
    width: 120px;
    height: 40px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2 {
    padding-left: 16px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination .details-page {
    font-size: 90px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination {
    font-size: 24px;
  }
  .indexcontent .i-details-box .i-details-left {
    width: 500px;
  }
  .indexcontent .i-details-box .i-details-right {
    width: calc(100% - 500px);
    padding-left: 20px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-title::before {
    width: 10px;
    height: 10px;
    margin-right: 14px;
    transform: translateY(-3px);
  }
  .indexcontent .i-product-box2 .i-products-content2 .i-products-content-text {
    margin-bottom: 20px;
  }
  .indexcontent .i-product-box2 .i-products-content1 .i-products-content-text {
    margin-bottom: 22px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-title::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    transform: translateY(-6px);
  }
  .indexcontent .i-product-box2 .i-products-content1 {
    width: 562px;
    height: 332px;
  }
  .indexcontent .i-product-box2 .i-products-content2 {
    width: 500px;
    height: 230px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-text {
    width: 100%;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-img {
    width: 300px;
  }
  .indexcontent .i-product-box2 .i-products-content2 .i-products-content-img {
    width: 160px;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content {
    margin-right: 55px;
    color: #fff;
    position: relative;
  }
  .container {
    max-width: 1000px;
  }
  .container2 {
    max-width: 1100px;
  }
  .container3 {
    width: calc(100% - (100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  :root {
    --w577: auto;
    --d224: 80px;
    --d112: 60px;
    --d120: 50px;
    --d110: 60px;
    --d90: 60px;
    --d70: 40px;
    --d68: 30px;
    --d50: 25px;
    --60: 30px;
    --40: 30px;
    --46: 30px;
    --26: 20px;
    --24: 20px;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox {
    padding-top: 0;
  }
  .aboutcontent .factory-box .factory-title .text {
    width: 100%;
  }
  .aboutcontent .technological-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-iconbox .technological-icon i {
    font-size: 30px;
    line-height: 30px;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox .technological-list-title {
    margin-bottom: 10px;
  }
  .aboutcontent .technological-box .technological-list {
    flex-wrap: wrap;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .aboutcontent .technological-box .technological-list .technological-list2:last-child {
    margin-bottom: 0;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 {
    background-color: #6B062B;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-iconbox .technological-icon i {
    color: #fff;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-iconbox .technological-icon-title {
    color: #fff;
    opacity: 0;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 .technological-textbox {
    opacity: 1;
    visibility: visible;
  }
  .aboutcontent .technological-box .technological-list .technological-list2 .technological-list3 {
    min-height: auto;
  }
  .aboutcontent .about-box .about-img {
    right: -19.02083vw;
  }
  .detailscontent .details-content .details-textbox .details-text {
    margin-bottom: 40px;
  }
  .detailscontent .details-content .details-textbox .details-text p {
    font-size: 14px;
  }
  .details-butbox2 {
    margin-bottom: 15px;
  }
  .detailscontent .details-content {
    padding-top: 100px;
  }
  .detailscontent .details-content .details-textbox {
    width: 400px;
  }
  .detailscontent .details-content .details-textbox .details-butBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-menu {
    display: block;
  }
  .productcontent .product-box .product-content .product-left {
    display: none;
  }
  .productcontent .product-box .product-content .product-right {
    width: 100%;
    padding-left: 0;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-plue i {
    font-size: 14px;
  }
  .faqcontent .faq-box .faq-title {
    width: 100%;
  }
  .contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-text {
    width: 100%;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1-box {
    width: 740px;
  }
  .fooder .fooder-top .fooder-box {
    flex-direction: column;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box {
    justify-content: space-between;
  }
  .fooder .fooder-top .fooder-box .fooder-form-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .indexcontent .i-technological-box .i-technological-titlebox .i-technological-text {
    width: 100%;
  }
  .indexcontent .i-details-box .i-details-right .swiper-butbox {
    height: 50px;
  }
  .header .header-box2 .header-product-nav {
    display: none;
  }
  .indexcontent .i-details-box .i-details-left {
    margin-bottom: 30px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper2 {
    width: 130px;
    height: 580px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination {
    right: 0;
    left: unset;
    z-index: 100;
    pointer-events: none;
  }
  .indexcontent .i-details-box .i-details-left .i-details-process {
    position: unset;
    margin-bottom: var(--d20);
  }
  .indexcontent .i-details-box {
    flex-direction: column;
  }
  .indexcontent .i-details-box .i-details-left {
    width: 100%;
  }
  .indexcontent .i-details-box .i-details-right {
    width: 100%;
    padding-left: 0;
  }
  .indexcontent .i-product-box2 .i-products-content {
    width: 100%;
    height: auto;
  }
  .indexcontent .i-product-box2 .i-products-content {
    margin-bottom: 30px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-img {
    width: 200px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-icon {
    margin-bottom: 60px;
  }
  .i-product-box2 {
    flex-direction: column;
  }
  .contactcontent .contact-box .contact-form {
    position: unset;
    box-shadow: none;
    width: 100%;
    padding: var(--d90) calc((100% - 900px) / 2) 0;
    margin: 0 auto;
  }
  .contactcontent .contact-box .contact-bg {
    position: unset;
    height: 26.04167vw;
  }
  .contactcontent .contact-box .contact-box2 .contact-content {
    width: 100%;
  }
  .contactcontent .contact-box .contact-form {
    position: unset;
    box-shadow: none;
    width: 100%;
    padding: var(--d90) calc((100% - 900px) / 2) 0;
    margin: 0 auto;
  }
  .container,
  .container2 {
    max-width: 900px;
  }
  .container3 {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  :root {
    --d224: 66px;
    --d150: 66px;
    --d130: 60px;
    --d70: 40px;
    --d60: 30px;
    --d30: 16px;
    --d28: 16px;
    --20negative: -10px;
    --d20: 10px;
    --64: 30px;
    --46: 26px;
    --32: 22px;
    --24: 18px;
  }
  .aboutcontent .about-box .about-img {
    bottom: 0;
    width: 177px;
    max-width: 100%;
    margin-left: auto;
    height: auto;
    right: 0;
    top: unset;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box {
    justify-content: flex-start;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-textbox {
    margin-right: 30px;
  }
  .aboutcontent .about-box .about-content .about-textbox {
    width: 100%;
  }
  .aboutcontent .technological-box .technological-title .text {
    width: 100%;
  }
  .aboutcontent .technological-box {
    padding-top: var(--d130);
    padding-bottom: var(--d130);
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 100%;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    width: 100%;
    margin: 0 auto;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .detailscontent .details-content .details-textbox {
    width: 100%;
    margin-top: 15px;
  }
  .newscontent .news-box .news-list .news-list2 a .news-left .news-datebox .news-date::after {
    width: 12px;
  }
  .newscontent .news-box .news-list .news-list2 a .news-left .news-datebox {
    padding-right: 15px;
  }
  .newscontent .news-box .news-list .news-list2 a .news-left .news-datebox .news-date {
    font-size: 14px;
  }
  .pagination li {
    padding: 0 4px;
  }
  .pagination li a {
    width: 30px;
    height: 25px;
    font-size: 14px;
  }
  .pagination li a i {
    font-size: 14px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-list-text {
    padding: 22px 5px 20px 27px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
    padding: 0px 5px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1-box {
    width: 600px;
  }
  .indexcontent .i-technological-box .i-technological-content .slide-inner {
    padding: 0;
    flex-direction: column-reverse;
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-but2 {
    width: 40px;
    height: 30px;
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-next {
    right: 0;
    left: unset;
    transform: translate(50%, -50%);
  }
  .indexcontent .i-technological-box .i-technological-content .i-technological-textbox .i-technological-swiper-icon {
    margin-bottom: 10px;
  }
  .indexcontent .i-technological-box .i-technological-content .i-technological-textbox {
    width: 100%;
    padding: var(--d30);
  }
  .indexcontent .i-technological-box .i-technological-content .i-technological-swiper-img {
    width: 100%;
  }
  .indexcontent .i-highlights-box .i-highlights-content .swiper-wrapper {
    align-items: stretch;
  }
  .indexcontent .i-highlights-box .i-highlights-content .swiper-slide {
    height: auto;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-textbox2 {
    margin-bottom: 20px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper2 {
    width: 100px;
    height: 463px;
  }
  .indexcontent .i-details-box .i-details-right .swiper-butbox {
    height: 30px;
  }
  .contactcontent .contact-box .contact-form {
    position: unset;
    box-shadow: none;
    width: 100%;
    padding: var(--d90) calc((100% - 700px) / 2) 0;
    margin: 0 auto;
  }
  .container,
  .container2 {
    max-width: 700px;
  }
  .container3 {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  :root {
    --d110: 40px;
    --d90: 40px;
    --d78: 40px;
    --d70: 30px;
    --d40: 20px;
    --d32: 20px;
    --54: 30px;
    --24: 20px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1::after {
    width: 38px;
    height: 38px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2 {
    width: 20px;
    height: 20px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2::after {
    width: 20px;
    height: 20px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content .video-play .video-play-icon1 .video-play-icon2 i {
    font-size: 8px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box {
    flex-wrap: wrap;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-textbox {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .aboutcontent .about-box .about-content .about-textbox .about-video-box .about-video-content {
    margin-bottom: 20px;
  }
  .detailscontent .details-content .details-textbox .details-title {
    margin-bottom: 20px;
  }
  .detailscontent .details-content {
    padding-top: var(--d110);
  }
  .newscontent .news-box .news-list .news-list2 a {
    flex-direction: column;
  }
  .newscontent .news-box .news-list .news-list2 a .news-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .newscontent .news-box .news-list .news-list2 a .news-textbox {
    padding-left: 0;
    width: 100%;
  }
  .newscontent .news-box .news-list .news-list2 a .news-textbox .news-list-text {
    padding-bottom: 15px;
  }
  .newscontent .news-box .news-list .news-list2 a .news-textbox .news-textbox2 {
    margin-bottom: 10px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1-box {
    width: 100%;
  }
  .contactcontent .contact-box .contact-box2 .contact-content .contact-message .contact-message-content .contact-message-title2 i {
    margin-right: 3px;
  }
  .fooder .fooder-buttom {
    padding-top: 20px;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .fooder .fooder-buttom .fooder-copyright-box {
    margin-bottom: 10px;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content {
    margin-right: 0px;
  }
  .fooder .fooder-top .fooder-box .fooder-form-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .fooder .fooder-top .fooder-box .fooder-form-box .fooder-form .form-submit i {
    font-size: 20px;
  }
  .fooder {
    padding-bottom: 60px;
  }
  .header {
    position: sticky;
    background-color: #fff;
    color: #222222;
  }
  .header .header-box2 .logo .logo2 {
    opacity: 1;
  }
  .header .header-box2 .logo .logo1 {
    opacity: 0;
  }
  .header .header-nav .header-list2 span::after {
    background-color: #222222;
  }
  .header .s-nav i {
    background-color: #6B062B;
  }
  .indexcontent .i-details-box .i-details-right {
    flex-direction: column-reverse;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1-box .i-details-butbox2 {
    display: block;
  }
  .indexcontent .i-details-box .i-details-right .i-details-right-swiperbox {
    margin-right: 0;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper2 {
    width: 100%;
    height: auto;
  }
  .i-details-swiper1 {
    width: 100%;
  }
  .swiper-butbox2 .swiper-but2 {
    width: 34px;
    height: 34px;
  }
  .swiper-butbox2 .swiper-but2 i {
    font-size: 16px;
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 i {
    font-size: 14px;
  }
  .indexcontent .i-technological-box .i-technological-content .swiper-butbox2 .swiper-but2 {
    top: 30%;
  }
  .indexcontent .i-details-box .i-details-right .swiper-butbox {
    display: none;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1-box {
    margin-bottom: 15px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination {
    color: rgba(0, 0, 0, 0.2);
  }
  .contactcontent .contact-box .contact-form {
    position: unset;
    box-shadow: none;
    width: 100%;
    padding: var(--d90) 5% 0;
    margin: 0 auto;
  }
  .container {
    max-width: 90%;
  }
  .container2 {
    max-width: 90%;
  }
  .container3 {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  :root {
    --d224: 30px;
    --d150: 30px;
    --d130: 30px;
    --d112: 20px;
    --d110: 30px;
    --d90: 30px;
    --d60: 20px;
    --d40: 20px;
    --d32: 12px;
    --d30: 12px;
    --d24: 10px;
    --60: 24px;
    --54: 24px;
    --40: 24px;
    --32: 20px;
    --30: 20px;
    --26: 18px;
    --24: 16px;
    --18: 14px;
  }
  .detailscontent .details-content .details-textbox .details-title {
    margin-bottom: 10px;
  }
  .detailscontent .details-content .details-textbox .details-text .details-usage {
    margin-bottom: 10px;
  }
  .detailscontent .details-content .details-textbox .details-text p {
    margin-bottom: 0.5em;
  }
  .detailscontent .details-content .details-textbox .details-but a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .detailscontent .details-content .details-textbox .details-inquiry a {
    padding-left: 14px;
    padding-right: 14px;
  }
  .detailscontent .details-content .details-textbox .details-cart a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .other-banner {
    height: 150px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-icon i {
    font-size: 20px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-list-text {
    padding: 10px 5px 10px 23px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-list-text {
    width: calc(100% - 12px - 30px);
    font-size: 14px;
  }
  .faqcontent .faq-box .faq-list1 .faq-list2 .faq-titlebox .faq-list-title {
    width: calc(100% - 12px - 30px);
    line-height: 1.23333;
  }
  .titlebox2 .title3 {
    margin-bottom: 5px;
  }
  .index-banner .banner-pagination {
    bottom: 10px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 6px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet::after {
    width: 10px;
    height: 10px;
  }
  .index-banner .banner-pagination .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content .translate {
    bottom: 0;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content3 {
    width: 100%;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box {
    margin-bottom: 30px;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box {
    flex-wrap: wrap;
    position: relative;
  }
  .fooder .fooder-top .fooder-box .fooder-nav-box .fooder-nav-content {
    position: unset;
    margin-bottom: 20px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox i {
    font-size: 14px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2::before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .swiper-butbox {
    width: 90px;
    height: 30px;
  }
  .indexcontent .i-highlights-box .i-highlights-content .slide-inner .i-highlights-swiper-textbox .i-highlights-swiper-list2 {
    padding-left: 10px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination .details-page {
    font-size: 40px;
  }
  .indexcontent .i-details-box .i-details-left .details-pagination {
    font-size: 14px;
  }
  .indexcontent .i-details-box .i-details-right .i-details-swiper1 .i-details-content-pagebox .i-details-content-page .i-details-content-page2 {
    margin-right: 10px;
    font-size: 12px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-icon {
    margin-bottom: 40px;
    width: 24px;
    height: 24px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-icon i {
    font-size: 10px;
    line-height: 10px;
  }
  .indexcontent .i-product-box2 .i-products-content .i-products-content-img {
    width: 160px;
  }
  .titlebox1 .title1 {
    margin-bottom: 2px;
  }
  .header .header-box2 {
    height: 50px;
  }
  .header .header-box2 .header-but .header-language {
    margin-right: 15px;
  }
  .header .header-box2 .header-but .header-language i {
    margin-right: 0px;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 10px 0 10px 30px;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 10px 0 10px 50px;
  }
  .header .header-box2 .header-but .header-cart {
    margin-right: 15px;
  }
  .header .header-box2 .header-but .header-search span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */