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

@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.art-video-player .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;
}

body {
  font-family: "Onest", 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;
}

.table-box {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

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

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

.table-box table td,
.table-box table th {
  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.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;
  }
}
@font-face {
  font-family: "Bayon-Regular";
  font-weight: 300;
  font-style: normal;
  src: local("Bayon-Regular"), local("Bayon-Regular"), url("../../app/fonts/Bayon-Regular.woff2") format("woff2"), url("../../app/fonts/Bayon-Regular.woff") format("woff"), url("../../app/fonts/Bayon-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  src: local("Onest Regular"), local("Onest-Regular"), url("../../app/fonts/Onest-Regular.woff") format("woff2"), url("../../app/fonts/Onest-Regular.woff") format("woff"), url("../../app/fonts/Onest-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: local("Onest Medium"), local("Onest-Medium"), url("../../app/fonts/Onest-Medium.woff") format("woff2"), url("../../app/fonts/Onest-Medium.woff") format("woff"), url("../../app/fonts/Onest-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  src: local("Onest Bold"), local("Onest-Bold"), url("../../app/fonts/Onest-SemiBold.woff") format("woff2"), url("../../app/fonts/Onest-SemiBold.woff") format("woff"), url("../../app/fonts/Onest-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: local("Onest Bold"), local("Onest-Bold"), url("../../app/fonts/Onest-Bold.woff2") format("woff2"), url("../../app/fonts/Onest-Bold.woff") format("woff"), url("../../app/fonts/Onest-Bold.ttf") format("truetype");
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.88rem;
}

:root {
  --144: 144px;
  --110: 110px;
  --70: 70px;
  --60: 60px;
  --56: 56px;
  --40: 40px;
  --36: 36px;
  --32: 32px;
  --30: 30px;
  --24: 24px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
}

.title {
  margin-bottom: var(--70);
}
.title h2 {
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--56);
  font-weight: 700;
}

.text1 {
  font-size: var(--20);
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
}

.text2 {
  font-size: var(--24);
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
}

.text3 {
  font-size: var(--16);
  line-height: 1.4;
  color: #555555;
  font-weight: 400;
}

.content {
  padding-top: var(--110);
  padding-bottom: var(--110);
  position: relative;
}

.header {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 80px;
  background-color: rgba(102, 102, 102, 0.85);
  z-index: 10001;
  border-radius: 5px;
}
.header .header-box {
  display: flex;
  height: 100%;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.header .header-box .logo {
  height: 100%;
}
.header .header-box .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box .logo a img {
  margin: 0 auto;
  height: 92.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box .header-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .header-box .header-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: 71px;
}
.header .header-box .header-nav .header-list {
  display: flex;
  height: 100%;
}
.header .header-box .header-nav .header-list .header-list2 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
}
.header .header-box .header-nav .header-list .header-list2 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .header-box .header-nav .header-list .header-list2::after {
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transition: all 0.5s;
}
.header .header-box .header-nav .header-list .header-list2:hover::after {
  width: 100%;
  left: 0;
}
.header .header-box .header-nav .header-list .header-list2:last-child {
  margin-right: 0;
}
.header .header-box .header-nav .header-list .header-list2:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-box .header-nav .header-list .header-list2:hover .more a:hover {
  color: #000;
}
.header .header-box .header-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-box .header-but .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-box .header-but .header-search .search-con {
  cursor: pointer;
  position: relative;
}
.header .header-box .header-but .header-search .search-con i {
  font-size: 18px;
  color: #fff;
}
.header .header-box .header-but .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: 100%;
  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-box .header-but .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box .header-but .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box .header-but .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box .header-but .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box .header-but .header-language {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.header .header-box .header-but .header-language::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  background-color: rgba(247, 247, 247, 0.1019607843);
  width: 1px;
  content: "";
}
.header .header-box .header-but .header-language:hover .more {
  opacity: 1;
  transform: translate(-50%, 100%);
  visibility: visible;
}
.header .header-box .header-but .header-language a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box .header-but .header-language i {
  color: #fff;
  font-size: 18px;
  margin-right: 6px;
}
.header .header-box .more {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotateX(-50deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(102, 102, 102, 0.85);
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  min-width: 100%;
}
.header .header-box .more ul {
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
.header .header-box .more ul li {
  width: 100%;
  position: relative;
}
.header .header-box .more ul li a {
  padding: 10px 20px;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.header .header-box .more ul li a:hover {
  color: #000;
}
.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 div {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action div {
  background-color: #000;
}
.header .s-nav-action div:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action div:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action div:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.s-nav-box {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: -15px;
  left: -1%;
  display: none;
}
.s-nav-box .s-nav-list {
  padding: 0 16px;
  padding-top: 70px;
  width: 100%;
}
.s-nav-box .s-nav-list .s-nav-list2 {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #001733;
  font-weight: 400;
}
.s-nav-box .s-nav-list .s-nav-list2:first-child .s-nav-list3::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-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: 400;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-nav-list3 .s-more-button {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more {
  display: none;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
  padding: 15px 0 15px var(--40);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #001733;
  font-weight: 400;
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 a {
  width: calc(100% - 45px);
}
.s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 .s-more-button2 {
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.s-nav-box .s-nav-list .action a {
  color: #f67c01 !important;
}

.fooder {
  padding-top: 60px;
  padding-bottom: 143px;
  background-image: url("../img/food_bg.jpg");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fooder .fooder-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fooder .fooder-box::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 93px;
  left: 0;
  background-color: #333;
}
.fooder .fooder-box .fooder-left {
  width: 30%;
}
.fooder .fooder-box .fooder-left .fooder-logo {
  width: 245px;
  margin-bottom: 70px;
}
.fooder .fooder-box .fooder-left .fooder-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fooder .fooder-box .fooder-left .fooder-conbox {
  color: #999999;
  margin-bottom: 50px;
}
.fooder .fooder-box .fooder-left .fooder-conbox .fooder-copyright {
  font-weight: 400;
  font-size: var(--16);
  line-height: 1.5;
  margin-bottom: var(--30);
}
.fooder .fooder-box .fooder-left .fooder-conbox .fooder-sitemap,
.fooder .fooder-box .fooder-left .fooder-conbox .fooder-warn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: var(--30);
}
.fooder .fooder-box .fooder-left .fooder-conbox a {
  transition: all 0.5s;
  text-decoration: underline;
  text-decoration-color: #D72534;
}
.fooder .fooder-box .fooder-left .fooder-conbox a:hover {
  color: #fff;
}
.fooder .fooder-box .fooder-navbox {
  display: flex;
  justify-content: flex-end;
}
.fooder .fooder-box .fooder-navbox .fooder-nav {
  margin-right: 74px;
}
.fooder .fooder-box .fooder-navbox .fooder-nav:last-child {
  margin-right: 0;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-title {
  font-weight: 600;
  font-size: var(--20);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 94px;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-con {
  color: #999999;
  line-height: 1.5;
  font-size: var(--16);
  font-weight: 400;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-con div {
  margin-bottom: 15px;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-con div:last-child {
  margin-bottom: 0;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-con a {
  transition: all 0.5s;
}
.fooder .fooder-box .fooder-navbox .fooder-nav-con a:hover {
  color: #fff;
}
.fooder .fooder-box .fooder-navbox .fooder-nav3 {
  width: 33%;
}
.fooder .fooder-box .share ul {
  display: flex;
  align-items: center;
}
.fooder .fooder-box .share ul li {
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #999;
  overflow: hidden;
}
.fooder .fooder-box .share ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.fooder .fooder-box .share ul li a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform-origin: center;
  transform: scale(0);
  transition: all 0.5s;
  background-color: #D72534;
  border-radius: 50%;
}
.fooder .fooder-box .share ul li a:hover::after {
  transform: scale(1);
}
.fooder .fooder-box .share ul li a:hover i {
  color: #fff;
}
.fooder .fooder-box .share ul li i {
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  color: #999;
  font-size: 18.67px;
}
.fooder .fooder-box .share ul li:last-child {
  margin-right: 0;
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #D72534;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.xs-online ul li {
  width: 20%;
  padding: 10px;
  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: 10px;
  line-height: 1.2;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}
.xs-online ul .gotop i {
  transform: rotate(-90deg);
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  background-color: rgba(25, 25, 25, 0.3490196078);
  border-radius: 50px;
  padding: 5px;
  z-index: 1100;
}
.online-wrap .online i {
  font-size: 24px;
  color: #fff;
}
.online-wrap .online a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  transition: all 0.5s;
  opacity: 0;
  height: 46px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-color: #D72534;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  visibility: hidden;
  white-space: nowrap;
}
.online-wrap .online a .show-num::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 #D72534;
}
.online-wrap .online a:hover {
  background-color: #D72534;
}
.online-wrap .online a:hover .show-num {
  opacity: 1;
  right: calc(100% + 20px);
  visibility: visible;
}
.online-wrap .online .gotop i {
  transform: rotate(-90deg);
}
.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);
}

@media (max-width: 1720px) {
  .header .header-box .header-nav {
    margin-right: 30px;
  }
  .header .header-box .logo a img {
    height: 90%;
  }
  .header .header-box .header-nav .header-list .header-list2 {
    font-size: 14px;
    margin-right: 15px;
  }
  .header .header-box .header-but .header-language {
    padding-left: 15px;
    margin-left: 15px;
  }
  .header .header-box .header-but .header-search .search-con i {
    font-size: 16px;
  }
  .header .header-box .header-but .header-language {
    padding-left: 20px;
    margin-left: 20px;
    font-size: 14px;
  }
  .header .header-box .header-but .header-language i {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .header {
    height: 70px;
  }
  .header .header-box {
    padding: 0 15px;
  }
  .header .header-box .logo a img {
    height: 60%;
  }
  .header .header-box .header-nav .header-list .header-list2 {
    font-size: 12px;
    margin-right: 15px;
  }
  .header .header-box .header-nav {
    margin-right: 15px;
  }
  .header .header-box .header-but .header-search .search-con i {
    font-size: 14px;
  }
  .header .header-box .header-but .header-language {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  .header .header-box .header-but .header-language i {
    font-size: 14px;
    margin-right: 3px;
  }
}
@media (max-width: 1200px) {
  .header .header-box .header-nav {
    display: none;
  }
  .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) {
  .header {
    height: 60px;
    top: 5px;
  }
  .s-nav-box {
    top: -5px;
  }
  .header .header-box {
    padding: 0 5px;
    padding-right: 10px;
  }
  .header-language span {
    display: none;
  }
  .s-nav-box .s-nav-list .s-nav-list2 .s-more .s-more-1-list .s-more-1-list2 .s-more-1-list3 {
    padding: 10px 0 10px 40px;
  }
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
@keyframes playan1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .slide-inner {
  padding-bottom: 46.35416666%;
  position: relative;
}
.index-banner .banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-video,
.index-banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-button-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .banner-button-box i {
  color: #fff;
}
.index-banner .banner-button-box .banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  cursor: pointer;
}
.index-banner .banner-button-box .banner-button:hover i {
  color: #D72534;
}
.index-banner .banner-button-box .banner-prev {
  transform: rotate(180deg);
}
.index-banner .swiper-pagination-bullet {
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin: 0 12px !important;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  color: #D72534;
}

.products-contentbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-contentbox .products-content {
  border-radius: 5px;
  background-color: #fff;
}
.products-contentbox .products-content .img-box {
  padding-bottom: 75.0617283%;
}
.products-contentbox .products-content .products-title {
  padding: var(--30) 15px;
}
.products-contentbox .products-content .products-title h3 {
  transition: all 0.5s;
  font-weight: 600;
  font-size: var(--20);
  line-height: 1.3;
  min-height: 52px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.products-contentbox .products-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  border-radius: 5px;
  background-color: #F7F7F7;
  padding: 9px 14px;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.products-contentbox .products-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  transition: all 0.5s;
  position: relative;
}
.products-contentbox .products-more::after {
  background: linear-gradient(0deg, #F0F0F0 0%, #F0F0F0 70%, #EEE8E9 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.products-contentbox .products-more .products-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D72534;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.products-contentbox:hover .products-content .products-title h3 {
  color: #D72534;
}
.products-contentbox:hover .products-more {
  background: #D72534;
}
.products-contentbox:hover .products-more::after {
  opacity: 0;
}
.products-contentbox:hover .products-more .products-dot {
  background-color: #fff;
}
.products-contentbox:hover .products-more .products-more-con span {
  color: #fff;
}
.products-contentbox:hover .products-more-i i {
  color: #fff !important;
  transform: translateX(0) !important;
}
.products-contentbox:hover .products-more-i i:last-child {
  opacity: 0;
}

.products-more-con {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.products-more-con span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #999;
  margin-right: 6px;
  transition: all 0.5s;
}
.products-more-con .products-more-i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 26px;
  height: 20px;
  overflow: hidden;
}
.products-more-con .products-more-i i {
  transform: translateX(-100%);
  width: 26px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  padding-left: 6px;
  color: #999999;
}

.swiper-buttonbox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.swiper-buttonbox .swiper-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.swiper-buttonbox .swiper-button::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform-origin: center;
  transform: scale(0);
  transition: all 0.5s;
  background-color: #D72534;
  border-radius: 50%;
}
.swiper-buttonbox .swiper-button i {
  font-size: 14px;
  color: #000;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.swiper-buttonbox .swiper-button:hover::after {
  transform: scale(1);
}
.swiper-buttonbox .swiper-button:hover i {
  color: #fff;
}
.swiper-buttonbox .swiper-prev {
  margin-right: 10px;
}
.swiper-buttonbox .swiper-prev i {
  transform: rotate(180deg);
}

.more-buttonbox {
  width: 190px;
  height: 46px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 46px;
  border: 1px solid #D72534;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.more-buttonbox a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-buttonbox span {
  position: relative;
  z-index: 10;
}
.more-buttonbox i {
  transition: all 0.5s;
  position: relative;
  z-index: 10;
  margin-left: 6px;
  font-size: 16px;
  color: #000;
  transform: translateY(1px);
}

.act-button {
  position: relative;
  overflow: hidden;
}
.act-button span {
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.act-button i {
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.act-button::after {
  width: 0%;
  height: 100%;
  background-color: #D72534;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.act-button:hover span {
  color: #fff !important;
}
.act-button:hover::after {
  width: 100%;
  left: 0%;
}
.act-button:hover i {
  color: #fff !important;
}

.i-introduce-con {
  display: flex;
  justify-content: space-between;
}
.i-introduce-con .i-introduce-playbox {
  width: 49.123%;
  position: relative;
}
.i-introduce-con .i-introduce-playbox .video {
  position: relative;
}
.i-introduce-con .i-introduce-playbox .i-play-img {
  position: relative;
}
.i-introduce-con .i-introduce-playbox .i-play-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-introduce-con .i-introduce-playbox .i-play-con {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playan1 10s linear infinite normal;
}
.i-introduce-con .i-introduce-playbox .i-play-con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-introduce-con .i-introduce-playbox .i-play-con .i-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background-color: #D72534;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  animation: playan2 10s linear infinite normal;
}
.i-introduce-con .i-introduce-playbox .i-play-con .i-play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(215, 37, 52, 0.1490196078);
  width: 114px;
  height: 114px;
}
.i-introduce-con .i-introduce-playbox .i-play-con .i-play i {
  font-size: 24px;
  color: #fff;
}
.i-introduce-con .i-introduce-textbox {
  width: 50.877%;
  padding-left: var(--60);
}
.i-introduce-con .i-introduce-textbox .i-introduce-text1 {
  margin-bottom: 39px;
}
.i-introduce-con .i-introduce-textbox .i-introduce-text2 {
  margin-bottom: 20px;
}
.i-introduce-con .i-introduce-textbox .i-introduce-text3 {
  margin-top: var(--30);
  margin-bottom: var(--40);
}
.i-introduce-con .i-introduce-textbox .i-introduce-more {
  height: auto;
  border: none;
  color: #D72534;
  margin: 0;
}
.i-introduce-con .i-introduce-textbox .i-introduce-more a {
  width: auto;
  justify-content: flex-start;
}
.i-introduce-con .i-introduce-textbox .i-introduce-more i {
  transition: all 0.5s;
  color: #D72534;
}
.i-introduce-con .i-introduce-textbox .i-introduce-more:hover i {
  transform: translateX(10px);
}

.i-news-initiate-list {
  margin-bottom: 20px;
}
.i-news-initiate-list .i-news-initiate-list2 {
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  position: relative;
  cursor: pointer;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-title {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 20px;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-title h3 {
  font-size: var(--20);
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom .icon-jianhao {
  opacity: 0;
}
.i-news-initiate-list .i-news-initiate-list2 .initiate-textbox {
  padding: 12px 20px 32px;
  display: none;
}
.i-news-initiate-list .i-news-initiate-list2:last-child {
  margin-bottom: 0;
}
.i-news-initiate-list .open {
  border: 1px solid #000;
}
.i-news-initiate-list .open .icon-jiahao {
  opacity: 0 !important;
}
.i-news-initiate-list .open .icon-jianhao {
  opacity: 1 !important;
}

.i-news-initiate-question {
  width: 100%;
  background-color: #D72534;
  height: 70px;
}
.i-news-initiate-question a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--20);
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
}
.i-news-initiate-question a i {
  font-size: 26px;
  margin-right: 10px;
  color: #fff;
}
.i-news-initiate-question a span {
  position: relative;
}
.i-news-initiate-question a span::after {
  width: 0%;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
}
.i-news-initiate-question a:hover span::after {
  width: 100%;
  left: 0;
}

.indexcontent .i-news-initiate-list .i-news-initiate-list2 .initiate-textbox .initiate-text {
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexcontent .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexcontent .index-product {
  background-image: url("../img/index-bg1.png");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .index-product .index-productbox {
  position: relative;
}
.indexcontent .index-product .i-products-con {
  margin-bottom: var(--70);
}
.indexcontent .index-introduce .title {
  width: 95%;
}
.indexcontent .index-popular {
  padding-bottom: var(--110);
}
.indexcontent .index-popular .i-popular-con .img-box {
  cursor: pointer;
  border-radius: 5px;
  padding-bottom: 62.5%;
}
.indexcontent .index-popular .i-popular-con .img-box:hover img {
  transform: scale(1.1);
}
.indexcontent .index-advantages {
  background-image: url("../img/index-bg2.jpg");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0 81px;
}
.indexcontent .index-advantages .title h2 {
  color: #fff;
}
.indexcontent .index-advantages .i-advantages-list {
  align-items: stretch;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-list2 {
  margin-bottom: 30px;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-list2:hover .i-advantages-con .i-advantages-title h3 {
  color: #D72534;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-list2:hover .i-advantages-con .i-advantages-icon i {
  transform: rotateY(180deg) !important;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-list2:hover .i-advantages-con::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-list2:hover .i-advantages-con::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-con {
  height: 100%;
  padding: var(--40) var(--30) var(--30);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 5px;
  position: relative;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-con::after {
  border: 1px solid #D72534;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0% 0, 0 0);
  clip-path: polygon(0 0, 0% 0, 0 0);
  transition: all 0.5s;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-con::before {
  border: 1px solid #D72534;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
  transition: all 0.5s;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-icon {
  margin-bottom: var(--30);
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-icon i {
  color: #fff;
  font-size: 36px;
  transition: all 0.5s;
  display: inline-block;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-title {
  margin-bottom: var(--30);
  position: relative;
  display: inline-block;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-title h3 {
  font-size: var(--24);
  color: #fff;
  font-weight: 600;
  display: inline;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  text-decoration: underline;
  text-decoration-color: #D72534;
}
.indexcontent .index-advantages .i-advantages-list .i-advantages-text {
  font-size: var(--16);
  line-height: 1.4;
  font-weight: 400;
  color: #ccc;
}
.indexcontent .index-example {
  background-image: url("../img/index-bg1.png");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.indexcontent .index-example .title {
  margin-bottom: 34px;
}
.indexcontent .index-example .text2 {
  width: 85%;
}
.indexcontent .index-example .i-example-swiper .img-box {
  padding-bottom: 62.71604%;
}
.indexcontent .index-example .i-example-swiper .img-box:hover img {
  transform: scale(1.1);
}
.indexcontent .index-example .example-buttonbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.indexcontent .index-example .example-buttonbox .swiper-buttonbox {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
}
.indexcontent .index-example .i-example-box1,
.indexcontent .index-example .i-example-box2 {
  margin-bottom: 30px;
}
.indexcontent .index-example .example-pagination {
  font-size: var(--16);
  line-height: 1;
  font-weight: 400;
  color: #555555;
}
.indexcontent .index-example .example-pagination .swiper-pagination-current {
  color: #D72534;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}
.indexcontent .index-example .example-pagination .swiper-pagination-total {
  font-size: var(16);
  line-height: 1;
  font-weight: 400;
  color: #555555;
}
.indexcontent .index-news .index-newsbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.indexcontent .index-news .i-news-initiate,
.indexcontent .index-news .i-news-information {
  width: 47.953%;
}
.indexcontent .index-news .i-news-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--70);
}
.indexcontent .index-news .i-news-titlebox .i-news-title h2 {
  font-size: var(--36);
  font-weight: 700;
  color: #000;
}
.indexcontent .index-news .i-news-titlebox .i-news-more a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
}
.indexcontent .index-news .i-news-titlebox .i-news-more a i {
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.indexcontent .index-news .i-news-titlebox .i-news-more:hover a {
  color: #D72534;
}
.indexcontent .index-news .i-news-titlebox .i-news-more:hover a i {
  font-size: 16px;
  color: #D72534;
}
.indexcontent .index-news .i-news-information-list2 {
  margin-bottom: 16px;
}
.indexcontent .index-news .i-news-information-list2 a {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.indexcontent .index-news .i-news-information-list2:last-child {
  margin-bottom: 0;
}
.indexcontent .index-news .i-news-information-list2 .i-news-information-img {
  width: 239px;
}
.indexcontent .index-news .i-news-information-list2 .i-news-information-img .img-box {
  padding-bottom: 62.761506%;
}
.indexcontent .index-news .i-news-information-list2 .i-news-information-textbox {
  width: calc(100% - 239px);
  padding: 24px var(--30);
  background-color: #F7F7F7;
}
.indexcontent .index-news .i-news-information-list2 .i-news-information-textbox .i-news-information-date {
  color: #D72534;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 16px;
}
.indexcontent .index-news .i-news-information-list2 .i-news-information-textbox .i-news-information-title h3 {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.5s;
}
.indexcontent .index-news .i-news-information-list2:hover img {
  transform: scale(1.1);
}
.indexcontent .index-news .i-news-information-list2:hover .i-news-information-title h3 {
  color: #D72534;
}

.other-banner {
  width: 100%;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-nav {
  background-color: #F7F7F7;
}
.about-nav .about-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-nav .about-nav-list .about-nav-list2 {
  margin-right: 70px;
}
.about-nav .about-nav-list .about-nav-list2:last-child {
  margin-right: 0;
}
.about-nav .about-nav-list .about-nav-list2 a {
  display: block;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}
.about-nav .about-nav-list .about-nav-list2 a span::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  background-color: #D72534;
  content: "";
  height: 3px;
  transition: all 0.5s;
}
.about-nav .about-nav-list .about-nav-list2 a:hover span::after {
  width: 100%;
  left: 0;
}

.top {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translateY(-150%);
}

.fancybox-caption {
  text-align: center;
  font-size: var(--32);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.aboutcontent .introduce-box {
  padding-top: var(--110);
  padding-bottom: var(--70);
  background-color: rgb(255, 255, 255);
  position: relative;
}
.aboutcontent .introduce-box .introduce-text {
  margin-top: var(--70);
}
.aboutcontent .introduce-box .text1 p {
  margin-bottom: var(--30);
}
.aboutcontent .introduce-box .text1 p:last-child {
  margin-bottom: 0;
}
.aboutcontent .introduce-box2 {
  background-color: #f7f7f7;
  padding: var(--70) 0;
}
.aboutcontent .introduce-box2 .i-introduce-con .i-introduce-textbox {
  padding-left: 0;
  padding-right: var(--60);
}
.aboutcontent .introduce-box2 .i-introduce-con .i-introduce-textbox .i-introduce-text1 {
  margin-bottom: 0;
}
.aboutcontent .popular-box {
  padding-top: var(--110);
  padding-bottom: var(--144);
  position: relative;
}
.aboutcontent .popular-box .img-box {
  cursor: pointer;
  border-right: 5px;
  padding-bottom: 62.5%;
}
.aboutcontent .popular-box .popular-list2 {
  margin-bottom: 30px;
}
.aboutcontent .popular-box .popular-list2:hover img {
  transform: scale(1.1);
}
.aboutcontent .history-mission {
  background-image: url("../img/about_bg.jpg");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.aboutcontent .history-mission .history-box {
  padding-bottom: var(--70);
  position: relative;
}
.aboutcontent .history-mission .history-box .history-titlebox {
  position: relative;
}
.aboutcontent .history-mission .history-box .history-swiper .history-textbox {
  padding-left: 44px;
  padding-right: var(--30);
}
.aboutcontent .history-mission .history-box .history-swiper .history-textbox .history-years {
  transition: all 0.5s;
  padding-top: 120px;
  font-weight: 700;
  font-size: var(--60);
  line-height: 1;
  color: #000;
  margin-bottom: 30px;
}
.aboutcontent .history-mission .history-box .history-swiper .swiper-slide {
  position: relative;
}
.aboutcontent .history-mission .history-box .history-swiper .history-line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.aboutcontent .history-mission .history-box .history-swiper .history-line-box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.aboutcontent .history-mission .history-box .history-swiper .history-line-box ul li {
  transition: all 0.5s;
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg, #D72534 0%, rgba(215, 37, 52, 0) 100%);
  position: relative;
}
.aboutcontent .history-mission .history-box .history-swiper .history-line-box ul li:first-child {
  height: 180px;
}
.aboutcontent .history-mission .history-box .history-swiper .history-line-box ul li:last-child {
  opacity: 0;
}
.aboutcontent .history-mission .history-box .history-swiper .swiper-slide-next .history-years {
  color: #D72534 !important;
}
.aboutcontent .history-mission .history-box .history-swiper .swiper-slide-next .history-line-box ul li:first-child {
  height: 100% !important;
  background: #D72534;
}
.aboutcontent .history-mission .history-line-mission {
  height: 1px;
  background-color: #D72534;
}
.aboutcontent .history-mission .mission-box {
  padding-top: var(--110);
  position: relative;
}
.aboutcontent .history-mission .mission-box .mission-list2:hover i {
  transform: rotateY(180deg) !important;
}
.aboutcontent .history-mission .mission-box .mission-list2 .mission-content {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: var(--60) var(--40);
  height: 100%;
  border-radius: 5px;
}
.aboutcontent .history-mission .mission-box .mission-list2 .mission-icon {
  margin-bottom: 60px;
}
.aboutcontent .history-mission .mission-box .mission-list2 .mission-icon i {
  transition: all 0.5s;
  display: inline-block;
  font-size: 72px;
  color: #000;
}
.aboutcontent .history-mission .mission-box .mission-list2 .mission-title {
  font-weight: 600;
  font-size: var(--24);
  line-height: 1.2;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #D72534;
}
.aboutcontent .honor-box {
  position: relative;
}
.aboutcontent .honor-box .title {
  width: 30%;
}
.aboutcontent .honor-box .honor-titlebox {
  position: relative;
}
.aboutcontent .honor-box .honor-content {
  border: 1px solid #E6E6E6;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.aboutcontent .honor-box .honor-content .item {
  padding: 50px 37px;
}
.aboutcontent .honor-box .honor-content .honor-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: var(--20);
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  background-color: #D72534;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
  transform: translateY(101%);
}
.aboutcontent .honor-box .honor-content:hover img {
  transform: scale(1.1);
}
.aboutcontent .honor-box .honor-content:hover .honor-title {
  transform: translateY(0);
}
.aboutcontent .honor-box .img-box {
  padding-bottom: 140%;
}
.aboutcontent .video-box .video-list2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #F7F7F7;
  margin-bottom: var(--40);
  border-radius: 5px;
  overflow: hidden;
}
.aboutcontent .video-box .video-list2:last-child {
  margin-bottom: 0;
}
.aboutcontent .video-box .video-list2:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutcontent .video-box .video-list2 .video-content {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.aboutcontent .video-box .video-list2 .video-content:hover img {
  transform: scale(1.1);
}
.aboutcontent .video-box .video-list2 .video-content img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .video-box .video-list2 .video-content .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.95px;
  height: 62.95px;
  background-color: #D72534;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.aboutcontent .video-box .video-list2 .video-content .video-play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(215, 37, 52, 0.1490196078);
  width: 92px;
  height: 92px;
}
.aboutcontent .video-box .video-list2 .video-content .video-play i {
  font-size: 19.37px;
  color: #fff;
}
.aboutcontent .video-box .video-list2 .video-textbox {
  width: 50%;
  padding: 70px 60px 0;
}
.aboutcontent .video-box .video-list2 .video-textbox .video-date {
  color: #D72534;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: var(--40);
}
.aboutcontent .video-box .video-list2 .video-textbox .video-title {
  margin-bottom: var(--40);
}
.aboutcontent .video-box .video-list2 .video-textbox .video-title h3 {
  font-size: var(--32);
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
.aboutcontent .video-box .video-list2 .video-textbox .video-type {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 9px 14px;
}
.aboutcontent .questions-box {
  background-image: url("../img/index-bg1.png");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutcontent .questions-box .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox {
  height: auto;
  padding: var(--30) 0;
}
.aboutcontent .questions-box .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom {
  height: 100%;
}
.aboutcontent .questions-box .title {
  width: 85%;
  margin-bottom: var(--30);
}
.aboutcontent .questions-box .i-news-initiate-list .i-news-initiate-list2 {
  background-color: #fff;
}
.aboutcontent .questions-box .questions-content-box {
  display: flex;
  justify-content: center;
}
.aboutcontent .questions-box .questions-content-box .questions-textbox {
  width: 43.86%;
  padding-right: 150px;
}
.aboutcontent .questions-box .questions-content-box .questions-content {
  width: 56.14%;
}

.breadcrumb-box {
  background-color: #F7F7F7;
  padding: 20px 0;
}
.breadcrumb-box i {
  font-size: 18px;
  margin-right: 10px;
  color: #555555;
}
.breadcrumb-box li a {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.5s;
}
.breadcrumb-box li a:hover {
  color: #D72534;
}
.breadcrumb-box li::after {
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  vertical-align: middle;
  padding: 0 3px;
  content: ">";
  color: #555555;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-box li:last-child::after {
  display: none;
}

.productcontent .product-box .product-titlebox {
  padding-bottom: 69px;
  position: relative;
}
.productcontent .product-box .product-titlebox::after {
  background-color: #E6E6E6;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.productcontent .product-box .product-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: var(--70);
}
.productcontent .product-box .product-content .product-left {
  width: 405px;
}
.productcontent .product-box .product-content .product-left .product-left2 {
  position: sticky;
  top: 150px;
  left: 0;
}
.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%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  margin-bottom: 15px;
}
.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 .menubut {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover {
  background-color: #D72534;
}
.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: 80%;
  display: block;
  padding: 20px;
  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;
  font-weight: 600;
  font-size: var(--20);
  line-height: 1.3;
  color: #000;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  padding: 19px 20px;
  width: 20%;
  padding-left: 0;
  cursor: pointer;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  transition: all 0.5s;
  float: right;
  transform: rotate(90deg);
  color: #000;
  font-size: 14px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
  display: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
  padding: 33px 21px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 {
  width: calc(100% - 20px);
  padding-bottom: 20px;
  list-style: disc;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:last-child {
  padding-bottom: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
  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 a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #555555;
}
.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: #D72534;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut {
  background-color: #D72534;
}
.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% - 405px);
  padding-left: var(--30);
}
.productcontent .product-box .product-content .product-right .product-list {
  margin-bottom: 30px;
}
.productcontent .product-box .product-content .product-right .product-list2 {
  position: relative;
  margin-bottom: var(--40);
}

.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: #000;
}
.s-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.s-menu .s-menu1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.s-menu .s-menu1 .s-menu2 {
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.s-menu .s-menu1 .s-menu2:last-child {
  margin-right: 0;
}

.search-note .search-note-title {
  margin-bottom: var(--30);
}
.search-note .search-note-title h2 {
  font-size: var(--36);
  color: #000;
  font-weight: 500;
}
.search-note .search-note-text {
  margin-bottom: var(--40);
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(215, 37, 52, 0.3);
}
.search-note .hot {
  font-weight: 700;
  color: #000;
  font-size: var(--36);
  margin-bottom: var(--30);
}

.hide {
  display: none;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #F7F7F7;
  margin-right: 10px;
  transition: all 0.5s;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: all 0.5s;
}
.pagination li:hover {
  background-color: #D72534;
}
.pagination li:hover a {
  color: #fff;
}

.detailscontent .details {
  background-image: url("../img/index-bg1.png");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 95px;
  padding-bottom: var(--70);
  position: relative;
}
.detailscontent .details::after {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  content: "";
}
.detailscontent .details .breadcrumb-box {
  background-color: transparent;
}
.detailscontent .details .details-content {
  margin-top: var(--70);
  display: flex;
  justify-content: space-between;
}
.detailscontent .details .details-content .details-imgbox {
  width: 43.85%;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 {
  width: 100%;
  overflow: hidden;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active {
  border: 1px solid rgba(102, 102, 102, 0.85) !important;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-slide {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #fff;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .img-box {
  padding-bottom: 75.0617283%;
  cursor: pointer;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-video2::after {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #D72534;
}
.detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-video2::before {
  font-family: "iconfont" !important;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e618";
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  z-index: 10;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .details-but {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 10px 5px;
  background-color: rgba(102, 102, 102, 0.85);
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .details-but i {
  display: inline-block;
  color: #fff;
  font-size: var(--30);
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .details-prev {
  left: 10px;
  transform: translate(0, -50%);
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .details-prev i {
  transform: rotate(180deg);
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .details-next {
  right: 10px;
  transform: translate(0, -50%);
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .swiper-slide {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .img-box {
  padding-bottom: 75.0617283%;
}
.detailscontent .details .details-content .details-imgbox .details-swiper2 .img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details .details-content .details-textbox {
  width: 56.15%;
  padding-left: 90px;
}
.detailscontent .details .details-content .details-textbox .details-tag {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  padding: 9px 14px;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
}
.detailscontent .details .details-content .details-textbox .details-title {
  margin-bottom: var(--40);
}
.detailscontent .details .details-content .details-textbox .details-title h2 {
  font-size: var(--36);
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.detailscontent .details .details-content .details-textbox .details-evaluate {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: var(--40);
  margin-bottom: var(--40);
}
.detailscontent .details .details-content .details-textbox .details-evaluate::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E6E6E6;
  content: "";
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul {
  display: flex;
  margin-right: 16px;
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul li {
  margin-right: 5px;
  cursor: pointer;
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul li:last-child {
  margin-right: 0;
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul li i {
  color: #c5c5c5;
  font-size: 30px;
  transition: all 0.5s;
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul li:hover i {
  color: #FFBB00;
}
.detailscontent .details .details-content .details-textbox .details-evaluate ul .action i {
  color: #FFBB00;
}
.detailscontent .details .details-content .details-textbox .details-evaluate span {
  font-size: var(--16);
  line-height: 1.4;
  color: #D72534;
  font-weight: 400;
}
.detailscontent .details .details-content .details-textbox .details-introduce-title {
  font-weight: 600;
  font-size: var(--20);
  line-height: 1;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #D72534;
  margin-bottom: 20px;
}
.detailscontent .details .details-content .details-textbox .details-introduce-text {
  font-size: var(--20);
  line-height: 1.5;
  color: #555555;
  font-weight: 400;
  margin-bottom: var(--40);
}
.detailscontent .details .details-content .details-textbox .details-share {
  display: flex;
  align-items: center;
  margin-bottom: var(--70);
}
.detailscontent .details .details-content .details-textbox .details-share .details-introduce-title {
  margin-bottom: 0;
  margin-right: 20px;
}
.detailscontent .details .details-content .details-textbox .details-cart {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid #D72534;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.detailscontent .details .details-content .details-textbox .details-cart a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1;
  color: #000;
  transition: all 0.5s;
  font-weight: 500;
}
.detailscontent .details .details-content .details-textbox .details-cart a i {
  font-size: 20px;
  margin-right: 6px;
  color: #000;
  transition: all 0.5s;
}
.detailscontent .details .details-content .details-textbox .details-cart:hover {
  background-color: #D72534;
}
.detailscontent .details .details-content .details-textbox .details-cart:hover a {
  color: #fff;
}
.detailscontent .details .details-content .details-textbox .details-cart:hover a i {
  color: #fff;
}
.detailscontent .details .details-content .details-textbox .details-button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  height: 60px;
  border-radius: 60px;
  padding: 0 8px;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button {
  width: 50%;
  font-size: var(--16);
  line-height: 1;
  color: #fff;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button:hover .details-button-icon::after {
  transform: scale(1);
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button:hover .details-button-icon i {
  color: #fff;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button-icon::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #D72534;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  content: "";
  transition: all 0.5s;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-button-icon i {
  font-size: 14px;
  color: #000;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-prev {
  position: relative;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-prev::after {
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background-color: #fff;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-prev a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-prev .details-button-icon {
  margin-right: 20px;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-prev i {
  transform: rotate(180deg);
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-next a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.detailscontent .details .details-content .details-textbox .details-button-box .details-next .details-button-icon {
  margin-left: 20px;
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 95px;
  z-index: 100;
  box-shadow: 0 0 1px 1px #eeeff0;
  background-color: #fff;
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details-nav .navbox .navbox2 {
  color: #000;
  font-size: var(--16);
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: all 0.5s;
  padding-right: var(--70);
  margin-right: var(--70);
  position: relative;
}
.detailscontent .details-nav .navbox .navbox2::after {
  width: 1px;
  height: 14px;
  background-color: #E6E6E6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.5s;
  content: "";
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  padding-right: 0;
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2:last-child::after {
  display: none;
}
.detailscontent .details-nav .navbox .navbox2 span {
  padding: 20px 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.detailscontent .details-nav .navbox .navbox2 span::after {
  width: 0;
  height: 3px;
  background-color: #D72534;
  left: 50%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  content: "";
}
.detailscontent .details-nav .navbox .navbox2:hover span::after {
  width: 100%;
  left: 0;
}
.detailscontent .details-nav .navbox .action span::after {
  width: 100%;
  left: 0;
}
.detailscontent .detproduct-titlebox {
  display: flex;
  align-items: center;
  margin-bottom: var(--40);
}
.detailscontent .detproduct-titlebox .detproduct-dat {
  width: 10px;
  height: 10px;
  background-color: #D72534;
  border-radius: 50%;
  margin-right: 16px;
}
.detailscontent .detproduct-titlebox .detproduct-title {
  line-height: 1.4;
  font-size: var(--36);
  font-weight: 700;
  color: #000;
}
.detailscontent .detproduct {
  padding-top: var(--70);
  padding-bottom: var(--70);
}
.detailscontent .detproduct .text1 {
  margin-bottom: var(--40);
}
.detailscontent .detproduct .text1 img {
  max-width: 100%;
}
.detailscontent .detproduct .detproduct-img {
  margin-bottom: var(--40);
}
.detailscontent .detproduct .detproduct-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailscontent .detproduct .detproduct-parameter-title {
  margin-bottom: var(--40);
  font-size: var(--20);
  line-height: 1;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #D72534;
}
.detailscontent .request {
  background-image: url("../img/productdetails_bg.jpg");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--70);
  padding-bottom: var(--70);
}
.detailscontent .request .detproduct-titlebox .detproduct-dat {
  background-color: #fff;
}
.detailscontent .request .detproduct-titlebox .detproduct-title {
  color: #fff;
}
.detailscontent .request .request-from label {
  width: 100%;
}
@media (min-width: 768px) {
  .detailscontent .request .request-from li:nth-child(2n-1) {
    padding-right: 5px;
  }
  .detailscontent .request .request-from li:nth-child(2n) {
    padding-left: 5px;
  }
}
.detailscontent .request .request-from .product-input {
  width: 100%;
  border-radius: 5px;
}
.detailscontent .request .request-from .product-input .input-box {
  background-color: #D72534;
  border: none;
}
.detailscontent .request .request-from .input-box {
  padding: 18px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-radius: 5px;
  margin-bottom: 10px;
}
.detailscontent .request .request-from .input-box::-moz-placeholder {
  font-size: 14px;
  color: #999;
}
.detailscontent .request .request-from .input-box::placeholder {
  font-size: 14px;
  color: #999;
}
.detailscontent .request .request-from .textarea-box {
  height: 220px;
  margin-bottom: var(--40);
}
.detailscontent .request .request-from .submit {
  width: 190px;
  height: 46px;
  border-radius: 46px;
  background-color: #fff;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.detailscontent .request .request-from .submit span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.detailscontent .request .request-from .submit i {
  margin-left: 6px;
  font-size: 16px;
  color: #000;
  transform: translateY(1px);
}
.detailscontent .related {
  padding-top: var(--70);
  padding-bottom: var(--110);
  position: relative;
}
.detailscontent .related .swiper-buttonbox {
  display: block;
  top: 50%;
  right: unset;
  transform: translateY(-50%);
  width: 100%;
}
.detailscontent .related .swiper-prev {
  position: absolute;
  left: -40px;
  transform: translateX(-100%);
}
.detailscontent .related .swiper-next {
  position: absolute;
  right: -40px;
  transform: translateX(100%);
}
.detailscontent .cart-box {
  padding-top: var(--70);
}
.detailscontent .cart-box .img-box {
  padding-bottom: 75.0617283%;
}
.detailscontent .cart-box .title-inquiry-info {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .cart-box .title-inquiry-info .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.detailscontent .cart-box .inquiry-list {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: var(--40);
}
.detailscontent .cart-box .inquiry-list::after {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #F5F7FA;
  content: "";
  position: absolute;
}
.detailscontent .cart-box .inquiry-list .item {
  font-size: 16px;
  font-weight: normal;
  color: #001733;
  padding: 20px;
}
.detailscontent .cart-box .inquiry-list .number-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .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;
}
.detailscontent .cart-box .inquiry-list .number-box span:hover {
  background-color: #D72534;
  color: #fff;
}
.detailscontent .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;
}
.detailscontent .cart-box .inquiry-list .iclose {
  position: relative;
  cursor: pointer;
}
.detailscontent .cart-box .inquiry-list .iclose:hover::after {
  color: #D72534;
}
.detailscontent .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;
}
.detailscontent .cart-box .checkbox {
  width: 10%;
}
.detailscontent .cart-box .pimg,
.detailscontent .cart-box .number {
  width: 20%;
}
.detailscontent .cart-box .pname {
  width: 40%;
}
.detailscontent .cart-box .pname2 {
  display: none;
}
.detailscontent .cart-box .operation {
  width: 10%;
}
.detailscontent .cart-box .det-tit {
  width: 100%;
  position: relative;
  color: #000;
  font-size: var(--20);
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.detailscontent .cart-box .det-tit::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  content: "";
  bottom: 0;
  left: 0;
}
.detailscontent .cart-box .pimg-pname-num {
  display: none;
}
.detailscontent .cart-box .pimg-pname-num p {
  margin-bottom: 20px;
}

.servecontent .serve-box {
  display: flex;
  justify-content: center;
  margin-bottom: var(--70);
}
.servecontent .serve-box .serve-titlebox {
  width: 43.86%;
}
.servecontent .serve-box .serve-textbox {
  width: 56.14%;
}
.servecontent .serve-box .serve-textbox .text2 {
  margin-bottom: var(--40);
}
.servecontent .serve-box .serve-textbox .text1 p {
  margin-bottom: 30px;
}
.servecontent .serve-box .serve-textbox .text1 p:last-child {
  margin-bottom: 0;
}
.servecontent .serve-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: var(--70);
}
.servecontent .serve-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.servecontent .serve-list .serve-list2 {
  margin-top: var(--30);
}
.servecontent .serve-list .serve-list2:nth-child(1), .servecontent .serve-list .serve-list2:nth-child(2) {
  margin-top: 0;
}
.servecontent .serve-list .serve-list2 .serve-con {
  height: 100%;
  padding: var(--40) var(--30) var(--30);
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
}
.servecontent .serve-list .serve-list2 .serve-con:hover {
  background-color: #D72534;
}
.servecontent .serve-list .serve-list2 .serve-con:hover .serve-title h3 {
  color: #fff;
}
.servecontent .serve-list .serve-list2 .serve-con:hover .serve-text {
  color: #fff;
}
.servecontent .serve-list .serve-list2 .serve-con:hover i {
  color: #fff !important;
  transform: rotateY(180deg);
}
.servecontent .serve-list .serve-list2 .serve-con .serve-num {
  position: absolute;
  right: 50px;
  top: 0;
  font-family: "Bayon-Regular";
  font-weight: 400;
  font-size: 260px;
  line-height: 1;
  background: linear-gradient(180deg, rgba(215, 37, 52, 0.07) 0%, rgba(215, 37, 52, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.servecontent .serve-list .serve-list2 .serve-con .serve-icon {
  position: relative;
  z-index: 10;
  margin-bottom: var(--30);
}
.servecontent .serve-list .serve-list2 .serve-con .serve-icon i {
  display: inline-block;
  color: #000;
  font-size: 36px;
  transition: all 0.5s;
  display: inline-block;
}
.servecontent .serve-list .serve-list2 .serve-con .serve-title {
  position: relative;
  z-index: 10;
  margin-bottom: var(--30);
  position: relative;
  display: inline-block;
}
.servecontent .serve-list .serve-list2 .serve-con .serve-title h3 {
  font-size: var(--24);
  color: #000;
  font-weight: 600;
  display: inline;
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  text-decoration: underline;
  text-decoration-color: #D72534;
}
.servecontent .serve-list .serve-list2 .serve-con .serve-text {
  position: relative;
  z-index: 10;
  font-size: var(--16);
  line-height: 1.4;
  font-weight: 400;
  color: #555;
}

.newscontent .news-box .title {
  margin-bottom: var(--70);
}
.newscontent .news-box .news-list {
  margin-bottom: 50px;
}
.newscontent .news-box .news-list .news-list2 {
  background-color: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: var(--30);
}
.newscontent .news-box .news-list .news-list2:last-child {
  margin-bottom: 0;
}
.newscontent .news-box .news-list .news-list2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.newscontent .news-box .news-list .news-list2 a .news-title h3 {
  transition: all 0.5s;
}
.newscontent .news-box .news-list .news-list2 a:hover .img-box img {
  transform: scale(1.1);
}
.newscontent .news-box .news-list .news-list2 a:hover .news-title h3 {
  color: #D72534;
}
.newscontent .news-box .news-list .news-list2 a:hover .products-more-con span {
  color: #D72534;
}
.newscontent .news-box .news-list .news-list2 a:hover .products-more-i i {
  transform: translateX(0) !important;
}
.newscontent .news-box .news-list .news-list2 a:hover .products-more-i i:last-child {
  opacity: 0;
}
.newscontent .newsdetcon {
  margin-top: var(--110);
}
.newscontent .img-box {
  padding-bottom: 62.6666666667%;
}
.newscontent .news-img {
  width: 35.0877%;
}
.newscontent .news-textbox {
  width: 64.9123%;
  padding: 50px;
}
.newscontent .news-date {
  color: #D72534;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 16px;
}
.newscontent .news-title {
  margin-bottom: 26px;
}
.newscontent .news-title h3 {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newscontent .news-text {
  margin-bottom: 50px;
}
.newscontent .news-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newscontent .products-more-con {
  justify-content: flex-start;
}
.newscontent .news-prve,
.newscontent .news-next,
.newscontent .share {
  margin-bottom: var(--30);
}
.newscontent .news-prve p,
.newscontent .news-next p,
.newscontent .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.newscontent .news-prve a,
.newscontent .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newscontent .news-prve a:hover,
.newscontent .news-next a:hover {
  color: #D72534;
}
.newscontent .news-prve span,
.newscontent .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newscontent .share {
  margin-top: var(--70);
}
.newscontent .news-next {
  margin-bottom: var(--70);
}
.newscontent .submit,
.newscontent .input-box {
  background-color: #F7F7F7 !important;
}

.partnerscontent .partners-box .title {
  margin-bottom: var(--30);
}
.partnerscontent .partners-box .text2 {
  width: 50%;
}
.partnerscontent .partners-box .partners-titlebox {
  margin-bottom: var(--70);
  position: relative;
}
.partnerscontent .partners-box .swiper-buttonbox {
  top: unset;
  bottom: 0;
}
.partnerscontent .partners-box .partners-content .partners-img-top {
  margin-bottom: var(--30);
}
.partnerscontent .partners-box .partners-content .img-box {
  border-radius: 5px;
  padding-bottom: 62.71604%;
  cursor: pointer;
}
.partnerscontent .partners-box .partners-content .img-box:hover img {
  transform: scale(1.1);
}

.contactcontent {
  background-image: url("../img/index-bg1.png");
  background-color: rgb(242, 242, 242);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactcontent .contact-box {
  display: flex;
  justify-content: center;
  margin-bottom: var(--70);
}
.contactcontent .contact-box .contact-titlebox {
  width: 43.86%;
  padding-right: 143px;
}
.contactcontent .contact-box .title {
  width: 85%;
  margin-bottom: var(--30);
}
.contactcontent .contact-box .text3 {
  margin-bottom: 157px;
}
.contactcontent .contact-box .contact-textbox {
  width: 56.14%;
}
.contactcontent .contact-box .contact-content .contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactcontent .contact-box .contact-content .contact-list2 {
  margin-bottom: var(--20);
}
.contactcontent .contact-box .contact-content .contact-address {
  width: 100%;
  margin-bottom: 46px;
}
.contactcontent .contact-box .contact-content .contact-content-title {
  font-weight: 600;
  font-size: var(--16);
  line-height: 1.4;
  color: #000000;
  margin-bottom: 16px;
}
.contactcontent .contact-box .contact-content .contact-content-text {
  font-size: var(--20);
  line-height: 1.4;
  color: #555555;
  font-weight: 500;
}
.contactcontent .contact-box .contact-content .contact-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.contactcontent .contact-box .contact-content a:hover {
  color: #D72534;
}

.contact-form label {
  width: 100%;
}
.contact-form .form-title {
  font-weight: 600;
  font-size: var(--16);
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}
.contact-form .input-box {
  width: 100%;
  padding: 13px;
  font-size: var(--16);
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin-bottom: 26px;
}
.contact-form .textarea-box {
  height: 260px;
}
.contact-form .submit {
  width: 190px;
  height: 46px;
  border-radius: 46px;
  background-color: #fff;
  margin: 0 auto;
}
.contact-form .submit span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.contact-form .submit i {
  margin-left: 6px;
  font-size: 16px;
  color: #000;
  transform: translateY(1px);
}

.sitemapcontent .sitemap-content {
  padding-top: var(--88);
  padding-bottom: var(--100);
}
.sitemapcontent .sitemap-content .title {
  margin-bottom: var(--32);
}
.sitemapcontent .sitemap-content .title h2 {
  font-size: var(--40);
  font-weight: 500;
  color: #001733;
  text-align: center;
}
.sitemapcontent .sitemap-content .list1 .list2 {
  margin-bottom: 30px;
}
.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 #D72534;
  color: #D72534;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #D72534;
  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;
}

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

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

@media (max-width: 1850px) {
  .container {
    max-width: 1510px;
  }
  .container2 {
    max-width: calc(100% - (100% - 1510px) / 2);
  }
  .about-nav .about-nav-list .about-nav-list2 {
    margin-right: 45px;
  }
  .productcontent .product-box .product-titlebox {
    padding-bottom: var(--70);
  }
  .detailscontent .related .swiper-prev {
    left: -20px;
  }
  .detailscontent .related .swiper-next {
    right: -20px;
  }
  .newscontent .news-textbox {
    padding: 40px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1310px;
  }
  .container2 {
    max-width: calc(100% - (100% - 1310px) / 2);
  }
  :root {
    --144: 100px;
    --110: 90px;
    --70: 60px;
    --60: 50px;
    --56: 48px;
    --40: 35px;
    --36: 30px;
    --32: 26px;
    --30: 25px;
    --24: 20px;
    --20: 18px;
  }
  .newscontent .news-title {
    margin-bottom: 20px;
  }
  .newscontent .news-text {
    margin-bottom: 30px;
  }
  .newscontent .news-textbox {
    padding: 34px;
  }
  .detailscontent .details .details-content .details-textbox {
    padding-left: 50px;
  }
  .aboutcontent .video-box .video-list2 .video-textbox {
    padding: 50px 40px 0;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    margin-right: 28px;
  }
  .indexcontent .index-advantages {
    padding: 90px 0 70px;
  }
  .products-contentbox .products-content .products-title h3 {
    min-height: 46px;
  }
  .i-introduce-con .i-introduce-textbox .i-introduce-text1 {
    margin-bottom: 30px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav {
    margin-right: 50px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 334px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 334px);
  }
  .servecontent .serve-list .serve-list2 .serve-con .serve-num {
    right: 26px;
    font-size: 200px;
  }
  .contactcontent .contact-box .contact-titlebox {
    padding-right: 100px;
  }
  .detailscontent .cart-box .operation span {
    display: none;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1110px;
  }
  .container2 {
    max-width: calc(100% - (100% - 1110px) / 2);
  }
  .newscontent .news-textbox {
    padding: 15px 20px;
  }
  :root {
    --144: 70px;
    --110: 60px;
    --70: 45px;
    --60: 40px;
    --56: 36px;
    --40: 30px;
    --36: 26px;
    --32: 22px;
    --30: 20px;
    --24: 18px;
    --20: 16px;
    --18: 16px;
  }
  .contactcontent .contact-box .contact-titlebox {
    padding-right: 40px;
  }
  .servecontent .serve-list .serve-list2 .serve-con .serve-num {
    right: 20px;
    font-size: 180px;
  }
  .detailscontent .details-nav {
    top: 85px;
  }
  .detailscontent .details .details-content .details-textbox .details-cart {
    height: 45px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box {
    height: 45px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box .details-button-icon {
    width: 35px;
    height: 35px;
  }
  .row {
    --bs-gutter-x: 0.88rem;
  }
  .productcontent .product-box .product-content .product-left {
    width: 260px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 260px);
  }
  .about-nav .about-nav-list .about-nav-list2 a {
    font-size: 14px;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    margin-right: 20px;
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-title {
    width: calc(100% - 50px);
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom {
    width: 50px;
    height: 50px;
  }
  .indexcontent .index-example .i-example-box1,
  .indexcontent .index-example .i-example-box2 {
    margin-bottom: 15px;
  }
  .indexcontent .index-example .title {
    margin-bottom: 20px;
  }
  .indexcontent .index-advantages .i-advantages-list .i-advantages-list2 {
    margin-bottom: 15px;
  }
  .indexcontent .index-news .i-news-information-list2 .i-news-information-img {
    width: 190px;
  }
  .i-news-initiate-question {
    height: 50px;
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox {
    height: 50px;
  }
  .indexcontent .index-news .i-news-information-list2 .i-news-information-textbox .i-news-information-date {
    margin-bottom: 10px;
  }
  .indexcontent .index-news .i-news-information-list2 .i-news-information-textbox {
    padding: 16px var(--30);
    width: calc(100% - 190px);
  }
  .indexcontent .index-news .i-news-initiate,
  .indexcontent .index-news .i-news-information {
    width: 48.953%;
  }
  .more-buttonbox {
    width: 170px;
    height: 40px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav {
    margin-right: 36px;
  }
  .swiper-buttonbox .swiper-button {
    width: 40px;
    height: 40px;
  }
  .indexcontent .index-example .example-pagination .swiper-pagination-current {
    font-size: 30px;
  }
  .indexcontent .index-advantages {
    padding: 60px 0 60px;
  }
  .products-contentbox .products-tag {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
  }
  .products-contentbox .products-content .products-title h3 {
    min-height: 41.52px;
  }
  @keyframes playan1 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg) scale(0.8);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg) scale(0.8);
    }
  }
  @keyframes playan2 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg) scale(0.8);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg) scale(0.8);
    }
  }
  .aboutcontent .history-mission .history-box .history-swiper .history-textbox .history-years {
    padding-top: 100px;
  }
  .aboutcontent .history-mission .mission-box .mission-list2 .mission-icon {
    margin-bottom: 40px;
  }
  .aboutcontent .history-mission .mission-box .mission-list2 .mission-icon i {
    font-size: 60px;
  }
  .detailscontent .details {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 800px;
  }
  .container2 {
    max-width: 800px;
    margin: 0 auto;
  }
  :root {
    --70: 35px;
    --56: 30px;
  }
  .detailscontent .details {
    padding-top: 60px;
  }
  .contact-box {
    flex-direction: column;
  }
  .contactcontent .contact-box .text3 {
    margin-bottom: var(--70);
  }
  .contactcontent .contact-box .contact-titlebox {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .contactcontent .contact-box .contact-textbox {
    width: 100%;
  }
  .newscontent .news-img {
    width: 50%;
  }
  .newscontent .news-textbox {
    width: 50%;
  }
  .breadcrumb-box {
    padding: 10px 0;
  }
  .breadcrumb-box i {
    font-size: 16px;
    margin-right: 5px;
  }
  .breadcrumb-box li a {
    font-size: 14px;
  }
  .detailscontent .details::after {
    top: 150px;
  }
  .detailscontent .details .details-content {
    flex-direction: column;
  }
  .detailscontent .details .details-content .details-imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .detailscontent .details .details-content .details-textbox {
    padding-left: 0px;
    width: 100%;
  }
  .s-menu {
    display: block;
  }
  .productcontent .product-box .product-content {
    margin-top: 0;
  }
  .productcontent .product-box .product-content .product-left {
    display: none;
  }
  .productcontent .product-box .product-content .product-right {
    width: 100%;
    padding-left: 0;
  }
  .aboutcontent .questions-box .questions-content-box {
    flex-direction: column;
  }
  .aboutcontent .questions-box .questions-content-box .questions-textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .aboutcontent .questions-box .questions-content-box .questions-content {
    width: 100%;
  }
  .aboutcontent .video-box .video-list2 {
    flex-direction: column;
  }
  .aboutcontent .video-box .video-list2:nth-child(2n) {
    flex-direction: column;
  }
  .aboutcontent .video-box .video-list2 .video-textbox,
  .aboutcontent .video-box .video-list2 .video-content {
    width: 100%;
  }
  .aboutcontent .video-box .video-list2 .video-textbox {
    padding: 40px;
  }
  .aboutcontent .history-mission .mission-box .mission-list2 .mission-icon i {
    font-size: 45px;
  }
  .aboutcontent .history-mission .mission-box .mission-list2 .mission-icon {
    margin-bottom: 20px;
  }
  .i-introduce-con {
    flex-direction: column;
  }
  .i-introduce-con .i-introduce-playbox {
    width: 100%;
  }
  .i-introduce-con .i-introduce-textbox {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .i-example-box4 {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .index-newsbox {
    flex-direction: column;
  }
  .indexcontent .index-example .text2 {
    width: 100%;
  }
  .indexcontent .index-news .i-news-initiate,
  .indexcontent .index-news .i-news-information {
    width: 100%;
  }
  .i-news-information {
    margin-top: 35px;
  }
  .fooder-box {
    flex-direction: column-reverse;
  }
  .fooder {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .fooder .fooder-box .fooder-left .fooder-logo {
    width: 245px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
  .fooder .fooder-box .fooder-left {
    width: 100%;
    margin-top: 45px;
  }
  .fooder .fooder-box .fooder-navbox {
    justify-content: space-between;
    margin-top: 100px;
    width: 100%;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav {
    margin-right: 20px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav-title {
    margin-bottom: 40px;
  }
  .fooder .fooder-box::after {
    top: 143px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav-con div {
    margin-bottom: 10px;
  }
  .indexcontent .i-news-initiate-list .i-news-initiate-list2 .initiate-textbox .initiate-text {
    height: auto;
  }
  .about-nav .about-nav-list {
    overflow-x: scroll;
  }
  .about-nav .about-nav-list span {
    white-space: nowrap;
  }
  .about-nav .about-nav-list .about-nav-list2 {
    margin-right: 30px;
  }
  .aboutcontent .introduce-box2 .i-introduce-con .i-introduce-textbox {
    padding: 0;
    padding-bottom: var(--30);
  }
  .servecontent .serve-box {
    flex-direction: column;
  }
  .servecontent .serve-box .serve-titlebox,
  .servecontent .serve-box .serve-textbox {
    width: 100%;
  }
  .servecontent .serve-list .serve-list2 .serve-con .serve-num {
    right: 6px;
    font-size: 140px;
  }
}
@media (max-width: 960px) {
  .container {
    max-width: 700px;
  }
  .detailscontent .details {
    padding-top: 50px;
  }
  .servecontent .serve-list .serve-list2 .serve-con .serve-num {
    right: 6px;
    font-size: 120px;
  }
  .container2 {
    max-width: 700px;
    margin: 0 auto;
  }
  :root {
    --24: 16px;
    --18: 14px;
    --16: 14px;
  }
  .newscontent .news-title h3 {
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
  .partnerscontent .partners-box .text2 {
    width: 70%;
  }
  .servecontent .serve-list .serve-list2:nth-child(1),
  .servecontent .serve-list .serve-list2:nth-child(2) {
    margin-top: var(--30);
  }
  .detailscontent .details-nav .navbox {
    overflow-x: scroll;
  }
  .detailscontent .detproduct-titlebox .detproduct-title {
    width: 70%;
  }
  .detailscontent .details::after {
    display: none;
  }
  .detailscontent .details .details-content {
    margin-top: 10px;
  }
  .detailscontent .related .swiper-buttonbox {
    top: 0;
    width: auto;
    right: 0;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detailscontent .related .swiper-next {
    right: 0px;
    position: relative;
    transform: translateX(0);
  }
  .detailscontent .related .swiper-prev {
    left: 0px;
    position: relative;
    transform: translateX(0);
  }
  .aboutcontent .video-box .video-list2 .video-textbox {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .detailscontent .details {
    padding-top: 40px;
  }
  .detailscontent .cart-box .pimg,
  .detailscontent .cart-box .pname,
  .detailscontent .cart-box .number {
    display: none;
  }
  .detailscontent .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .container2 {
    max-width: 90%;
    margin: 0 auto;
  }
  :root {
    --144: 60px;
    --110: 50px;
    --60: 30px;
    --56: 30px;
    --40: 22px;
    --36: 22px;
    --32: 18px;
    --30: 16px;
  }
  .newscontent .news-box .news-list .news-list2 a {
    flex-direction: column;
  }
  .newscontent .news-img {
    width: 100%;
  }
  .newscontent .news-textbox {
    width: 100%;
  }
  .fooder {
    padding-bottom: 150px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box .details-prev .details-button-icon {
    margin-right: 15px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box .details-next .details-button-icon {
    margin-left: 15px;
  }
  .detailscontent .details-nav {
    top: 65px;
  }
  .aboutcontent .video-box .video-list2 .video-textbox {
    padding: 20px;
  }
  .aboutcontent .history-mission .history-box .history-swiper .history-textbox .history-years {
    padding-top: 75px;
  }
  .aboutcontent .honor-box .honor-content .item {
    padding: 25px;
  }
  .fooder .fooder-box .fooder-navbox {
    flex-wrap: wrap;
  }
  .fooder .fooder-box::after {
    display: none;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav-con div {
    margin-bottom: 5px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav-title {
    margin-bottom: 20px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .fooder .fooder-box .fooder-left {
    margin-top: 0px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav3 {
    width: 100%;
  }
  .indexcontent .index-advantages .i-advantages-list .i-advantages-icon {
    display: inline-block;
    margin-right: 15px;
  }
  .fooder .fooder-box .fooder-left .fooder-logo {
    width: 200px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 576px) {
  :root {
    --144: 50px;
    --110: 40px;
    --60: 26px;
    --56: 22px;
  }
  .detailscontent .details {
    padding-top: 30px;
  }
  .contactcontent .contact-box .contact-content .contact-list2 {
    width: 100%;
  }
  .contactcontent .contact-box .contact-content .contact-address {
    margin-bottom: 20px;
  }
  .partnerscontent .partners-box .text2 {
    width: 100%;
    padding-bottom: 35px;
  }
  .servecontent .serve-list .serve-list2 .serve-con .serve-num {
    right: 5px;
    font-size: 100px;
  }
  .detailscontent .details .details-content .details-imgbox .details-swiper1 .swiper-slide {
    padding: 8px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box .details-prev .details-button-icon {
    margin-right: 10px;
  }
  .newscontent .news-box .news-list {
    margin-bottom: 30px;
  }
  .detailscontent .details .details-content .details-textbox .details-button-box .details-next .details-button-icon {
    margin-left: 10px;
  }
  .detailscontent .details .details-content .details-textbox .details-evaluate {
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutcontent .video-box .video-list2 .video-content .video-play {
    width: 47.95px;
    height: 47.95px;
  }
  .aboutcontent .video-box .video-list2 .video-content .video-play i {
    font-size: 14px;
    color: #fff;
  }
  .aboutcontent .video-box .video-list2 .video-content .video-play::after {
    width: 70px;
    height: 70px;
  }
  .aboutcontent .video-box .video-list2 .video-textbox {
    padding: 15px;
  }
  .aboutcontent .honor-box .honor-content .item {
    padding: 15px;
  }
  .index-banner .banner-button-box .banner-button {
    margin: 0 5px;
  }
  .index-banner .banner-button-box {
    bottom: 10px;
  }
  .i-news-initiate-question a i {
    display: none;
  }
  .i-news-initiate-question a span {
    font-size: 14px;
  }
  .indexcontent .index-advantages .i-advantages-list .i-advantages-icon i {
    font-size: 26px;
  }
  .aboutcontent .history-mission .history-box .history-swiper .history-textbox .history-years {
    padding-top: 50px;
    margin-bottom: 15px;
  }
  .aboutcontent .history-mission .history-box .history-swiper .history-textbox {
    padding-left: 16px;
  }
  .aboutcontent .history-mission .history-box .history-swiper .history-line-box ul li {
    height: 50px;
  }
  .aboutcontent .history-mission .mission-box .mission-list2 .mission-icon i {
    font-size: 30px;
  }
  .i-example-box3,
  .i-example-box5,
  .i-example-box6 {
    margin-bottom: 15px;
  }
  .swiper-buttonbox .swiper-button {
    width: 35px;
    height: 35px;
  }
  .swiper-buttonbox .swiper-button i {
    font-size: 12px;
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-textbox {
    padding: 10px 12px 15px;
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-title {
    position: relative;
    padding-left: 10px;
  }
  .i-news-initiate-list .i-news-initiate-list2 .initiate-titlebox .initiate-buttom i {
    font-size: 16px;
  }
  .indexcontent .index-news .i-news-information-list2 a {
    flex-direction: column;
  }
  .indexcontent .index-news .i-news-information-list2 .i-news-information-img {
    width: 100%;
  }
  .indexcontent .index-news .i-news-information-list2 .i-news-information-textbox {
    padding: 10px var(--30);
    width: 100%;
  }
  .detailscontent .request .request-from .input-box {
    padding: 12px;
  }
  .header {
    position: sticky;
    top: 0px;
    width: 100%;
    left: 0;
    transform: none;
    border-radius: 0;
  }
  .s-nav-box {
    top: 0;
    left: 0;
  }
  .fooder {
    padding-top: 30px;
  }
  .fooder .fooder-box .fooder-navbox {
    margin-top: 75px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .fooder .fooder-box .fooder-navbox .fooder-nav-title {
    margin-bottom: 10px;
  }
  .aboutcontent .honor-box .honor-content:hover img {
    transform: scale(1);
  }
  .aboutcontent .honor-box .honor-content:hover .honor-title {
    transform: translateY(101%);
  }
}/*# sourceMappingURL=style.css.map */