* {
  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.25;
  overflow: auto;
  text-align: center;
  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 !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: 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: 14px;
  line-height: 1.4;
  color: #666666;
  font-weight: 400;
  overflow: auto;
  width: 100%;
  max-width: 100%;
}

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

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

.table-box table td,
.table-box table th {
  font-weight: normal;
  padding: 14px;
  border: 1px solid #e6e6e6;
  font-size: var(--16);
}

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

.table-box table .firstRow td {
  background-color: #254B9E;
  color: #fff;
  font-weight: bold;
  font-size: var(--20);
  line-height: 1.3;
}

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

.table-box table.rowspan1 tr:first-child,
.table-box table.rowspan2 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(2),
.table-box table.rowspan3 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(2),
.table-box table.rowspan4 tr:nth-child(3),
.table-box table.rowspan4 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(2),
.table-box table.rowspan5 tr:nth-child(3),
.table-box table.rowspan5 tr:nth-child(4),
.table-box table.rowspan5 tr:nth-child(5) {
  background-color: #2E82EA !important;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 991px) {
  .table-box {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .table-box table td,
  .table-box table th {
    padding: 8px !important;
  }
}
.row {
  --bs-gutter-x: 1.87rem;
}

:root {
  --200: 200px;
  --135: 135px;
  --100: 100px;
  --68: 68px;
  --64: 64px;
  --54: 54px;
  --48: 48px;
  --36: 36px;
  --36negative: -36px;
  --30: 30px;
  --30negative: -30px;
  --24: 24px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --14: 14px;
  --12: 12px;
}

.textH18-26 {
  font-size: var(--18);
  line-height: 1.4444;
  color: #222222;
  font-weight: 600;
  transition: all 0.5s;
}

.text14-20 {
  font-size: var(--14);
  line-height: 1.43;
  color: #D1D1D1;
  font-weight: 600;
  transition: all 0.5s;
}

.text20-26 {
  font-size: var(--20);
  line-height: 1.3;
  color: #254B9E;
  font-weight: 600;
  transition: all 0.5s;
}

.text16-20 {
  font-size: var(--16);
  line-height: 1.25;
  color: #343434;
  font-weight: 400;
  transition: all 0.5s;
}

.text16-20b {
  font-size: var(--16);
  line-height: 1.25;
  color: #222222;
  font-weight: 600;
  transition: all 0.5s;
}

.text36-42 {
  font-size: var(--36);
  line-height: 1.1667;
  color: #333333;
  font-weight: 600;
  transition: all 0.5s;
}

.text24-30 {
  font-size: var(--24);
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
}

.title1 {
  font-size: var(--48);
  line-height: 1.25;
  color: #222222;
  font-weight: 600;
  transition: all 0.5s;
}

.button {
  font-size: var(--16);
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

@keyframes playan {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes playan2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.header .header-box1 {
  background-color: #254B9E;
  position: relative;
  z-index: 10;
}
.header .header-box1 .header-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.header .header-box1 .header-content1 .header-vice {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box1 .header-content1 .header-vice .header-vice-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: var(--16);
  line-height: 1.25;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-vice .header-vice-content:first-child {
  margin-right: 36px;
}
.header .header-box1 .header-content1 .header-vice .header-vice-content a {
  position: relative;
}
.header .header-box1 .header-content1 .header-vice .header-vice-content a:hover::after {
  width: 100%;
}
.header .header-box1 .header-content1 .header-vice .header-vice-content a::after {
  transition: all 0.5s;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  content: "";
  background-color: #fff;
}
.header .header-box1 .header-content1 .header-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-box1 .header-content1 .header-but .header-search {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: var(--24);
  margin-right: var(--24);
}
.header .header-box1 .header-content1 .header-but .header-search::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
}
.header .header-box1 .header-content1 .header-but .header-search .search-con {
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .header-box1 .header-content1 .header-but .header-search .search-con i {
  font-size: var(--16);
  color: #fff;
}
.header .header-box1 .header-content1 .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: 20vw;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
  visibility: hidden;
}
.header .header-box1 .header-content1 .header-but .header-search .search .search-box {
  width: 100%;
  border: 1px solid #008DC2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
.header .header-box1 .header-content1 .header-but .header-search .search .search-box .input-text {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.header .header-box1 .header-content1 .header-but .header-search .search .search-box .submit {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.header .header-box1 .header-content1 .header-but .header-search .open {
  opacity: 1;
  transform: translate(0%, 100%);
  visibility: visible;
}
.header .header-box1 .header-content1 .header-but .header-language {
  height: 100%;
  font-size: var(--16);
  font-weight: 400;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-box2 {
  background-color: #fff;
}
.header .header-box2 .header-content2 {
  height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-box2 .header-content2 .logo {
  height: 78.947%;
}
.header .header-box2 .header-content2 .logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .header-box2 .header-content2 .logo a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-box2 .header-content2 .header-navbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-box2 .header-content2 .quote {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--16);
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
  padding: var(--12) var(--24);
  background-color: #222222;
  height: 44px;
  cursor: pointer;
  transition: all 0.5s;
}
.header .header-box2 .header-content2 .quote:hover {
  background-color: #254B9E;
}
.header .s-nav {
  width: 21px;
  height: 18px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  z-index: 999;
  margin-left: 15px;
}
.header .s-nav i {
  width: 21px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header .s-nav-action i:first-child {
  transform: translateY(8px) rotate(45deg);
}
.header .s-nav-action i:nth-child(2) {
  opacity: 0;
}
.header .s-nav-action i:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.getquote {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.getquote .getquote-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1000px;
}
.getquote .getquote-box .getquote-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.getquote .getquote-box .getquote-close i {
  font-size: 30px;
  color: #fff;
}
.getquote .getquote-box .getquote-img {
  width: 45%;
}
.getquote .getquote-box .getquote-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.getquote .getquote-box .getquote-form {
  width: 55%;
}

.getquote-form {
  width: 100%;
  background-color: #fff;
  padding: var(--36);
}
.getquote-form .getquote-title {
  margin-bottom: var(--12);
}
.getquote-form .getquote-title h2 {
  color: #254B9E;
}
.getquote-form .getquote-text {
  color: #4C4C4C;
  margin-bottom: var(--36);
}
.getquote-form .getquote-formbox .row {
  --bs-gutter-x: 1rem !important;
}
.getquote-form .getquote-formbox .input-box {
  width: 100%;
  padding: 14px 16px;
  background-color: #F9F9F9;
  margin-bottom: 16px;
}
.getquote-form .getquote-formbox .input-box::-moz-placeholder {
  color: #222222;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.getquote-form .getquote-formbox .input-box::placeholder {
  color: #222222;
  transition: all 0.5s;
}
.getquote-form .getquote-formbox .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.getquote-form .getquote-formbox .input-box:focus::placeholder {
  opacity: 0.5;
}
.getquote-form .getquote-formbox .textarea-box {
  height: 84px;
}
.getquote-form .getquote-formbox .submit {
  background-color: #254B9E;
  padding: 12px 72px;
}
.getquote-form .getquote-formbox .submit:hover {
  border-left-color: #1E3C7E;
}

.getquote-act {
  visibility: visible;
  opacity: 1;
}

label {
  width: 100%;
}

.fooder {
  background-color: #222222;
  padding-top: var(--64);
}
.fooder .fooder-box a {
  position: relative;
}
.fooder .fooder-box a:hover::after {
  width: 100%;
}
.fooder .fooder-box a::after {
  transition: all 0.5s;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  content: "";
  background-color: #fff;
}
.fooder .fooder-box .fooder-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--64);
  position: relative;
}
.fooder .fooder-box .fooder-top::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #474747;
  content: "";
  bottom: 0;
  left: 0;
}
.fooder .fooder-box .fooder-top .fooder-logobox {
  width: 360px;
}
.fooder .fooder-box .fooder-top .fooder-logobox .fooder-logo {
  width: 216px;
  margin-bottom: var(--24);
}
.fooder .fooder-box .fooder-top .fooder-logobox .fooder-logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fooder .fooder-box .fooder-top .fooder-logobox .fooder-logo-text {
  font-size: var(--14);
  line-height: 1.43;
  color: #D9D9D9;
  font-weight: 600;
}
.fooder .fooder-box .fooder-top .fooder-title {
  margin-bottom: var(--24);
  color: #fff;
}
.fooder .fooder-box .fooder-top .fooder-nav1 {
  width: 386px;
}
.fooder .fooder-box .fooder-top .fooder-nav2 {
  width: 103px;
}
.fooder .fooder-box .fooder-top .fooder-message {
  width: 356px;
}
.fooder .fooder-box .fooder-top .fooder-list {
  margin-bottom: var(--48);
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  height: 265px;
}
.fooder .fooder-box .fooder-top .fooder-list2 {
  display: flex;
  margin-bottom: var(--16);
}
.fooder .fooder-box .fooder-top .fooder-list2:last-child {
  margin-bottom: 0;
}
.fooder .fooder-box .fooder-top .fooder-list2 i {
  color: #f0f0f0;
  margin-right: var(--12);
  font-size: var(--16);
}
.fooder .fooder-box .fooder-top .fooder-share a {
  margin-right: var(--24);
}
.fooder .fooder-box .fooder-top .fooder-share a::after {
  display: none;
}
.fooder .fooder-box .fooder-top .fooder-share a:last-child {
  margin-right: 0;
}
.fooder .fooder-box .fooder-top .fooder-share a:hover i {
  color: #254B9E;
}
.fooder .fooder-box .fooder-top .fooder-share i {
  transition: all 0.5s;
  font-size: var(--24);
  color: #F0F0F0;
}
.fooder .fooder-box .fooder-buttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--24) 0;
}
.fooder .fooder-box .fooder-buttom .fooder-copyright-box span,
.fooder .fooder-box .fooder-buttom .fooder-copyright-box a {
  margin-right: var(--12);
}
.fooder .fooder-box .fooder-buttom .fooder-copyright-box span:last-child,
.fooder .fooder-box .fooder-buttom .fooder-copyright-box a:last-child {
  margin-right: 0;
}
.fooder .fooder-box .fooder-buttom .privacy-sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fooder .fooder-box .fooder-buttom .privacy-sitemap a {
  position: relative;
}
.fooder .fooder-box .fooder-buttom .privacy-sitemap a:first-child {
  padding-right: var(--12);
  margin-right: var(--12);
}
.fooder .fooder-box .fooder-buttom .privacy-sitemap a:first-child::before {
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #5C5C5C;
  content: "";
}

.xs-online {
  width: 100%;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #254B9E;
}
.xs-online ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xs-online ul li {
  width: 20%;
  padding: 10px 0px;
  position: relative;
}
.xs-online ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: "";
}
.xs-online ul li:last-child::after {
  display: none;
}
.xs-online ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
}
.xs-online ul li a .icon-you {
  transform: rotate(-90deg);
}

.online-wrap .online {
  transition: all 0.5s;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
  padding: 5px;
  z-index: 1100;
}
.online-wrap .online i {
  font-size: 24px;
  color: #fff;
}
.online-wrap .online a {
  width: 44px;
  height: 44px;
  position: relative;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--12);
  background-color: rgba(0, 0, 0, 0.5);
}
.online-wrap .online a:last-child {
  margin-bottom: 0;
}
.online-wrap .online a .show-num {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: 400;
  font-size: var(--16);
  visibility: hidden;
  white-space: nowrap;
  padding-right: 20px;
}
.online-wrap .online a .show-num .qr {
  background-color: #fff;
}
.online-wrap .online a .show-num span {
  background-color: #254B9E;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-wrap .online a .show-num span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  transform: translate(100%, -50%);
  vertical-align: middle;
  border-width: 10px 0px 10px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #254B9E;
}
.online-wrap .online a .show-num img {
  width: 100px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.online-wrap .online a:hover {
  background-color: #254B9E;
}
.online-wrap .online a:hover .show-num {
  transition: all 0.5s;
  opacity: 1;
  right: 100%;
  visibility: visible;
}
.online-wrap .online-btn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 80px;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 23, 51, 0.1);
}
.online-wrap .online-btn:before {
  content: "+";
  color: #fff;
  font-size: 25px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.online-wrap .show {
  right: 0 !important;
}
.online-wrap .open:before {
  transform: rotate(45deg);
}
.online-wrap .online-backtop {
  opacity: 1;
  visibility: visible;
}
.online-wrap .online-show {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1400px) {
  .container {
    width: 1030px;
  }
  .header .header-box2 .header-content2 {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .header-nav {
    height: 100%;
    display: flex !important;
    align-items: flex-end;
    margin-right: 180px;
  }
  .header-nav .header-list {
    display: flex;
    height: 100%;
  }
  .header-nav .header-list .header-list2 {
    font-size: var(--18);
    line-height: 1.4444;
    font-weight: 600;
    color: #222222;
    position: relative;
    margin-right: 48px;
    transition: all 0.5s;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    height: 100%;
  }
  .header-nav .header-list .header-list2 .more-button {
    display: none;
  }
  .header-nav .header-list .header-list2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header-nav .header-list .header-list2:hover {
    color: #254B9E;
  }
  .header-nav .header-list .header-list2:last-child {
    margin-right: 0;
  }
  .header-nav .header-list .header-list2:hover .more {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
  }
  .header-nav .header-list .header-list2:hover .more a:hover {
    color: #121212;
  }
  .more {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
    min-width: 100%;
  }
  .more .more-1-list {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
  }
  .more .more-1-list .more-1-list2 {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
  }
  .more .more-1-list .more-1-list2 .more2 {
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0) rotateY(-50deg);
    visibility: hidden;
    transform-origin: left;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
  }
  .more .more-1-list .more-1-list2:hover a {
    color: #254B9E !important;
  }
  .more .more-1-list .more-1-list2:hover .more2 {
    opacity: 1;
    transform: translate(100%, 0) rotateY(0deg);
    visibility: visible;
  }
  .more .more-1-list .more-1-list2 a {
    padding: 10px 20px;
    white-space: nowrap;
    display: block;
  }
}
@media screen and (max-width: 1650px) and (min-width: 1200px) {
  .header-nav .header-list .header-list2 {
    margin-right: 30px;
  }
  .header-nav {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .header-nav {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .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;
  }
  .header .s-nav {
    display: flex;
  }
  .header-nav {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow-y: scroll;
  }
  .header-nav .header-list {
    padding: 0 16px;
    padding-top: 70px;
    width: 100%;
  }
  .header-nav .header-list .header-list2 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #001733;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2:first-child .header-list3::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    display: block;
  }
  .header-nav .header-list .header-list2 .header-list3::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.5;
  }
  .header-nav .header-list .header-list2 .header-list3 a {
    width: calc(100% - 45px);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 0;
    padding-left: 26px;
    padding-right: 45px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
  }
  .header-nav .header-list .header-list2 .header-list3 .more-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-nav .header-list .header-list2 .more {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 15px 0 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001733;
    font-weight: 400;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
    width: calc(100% - 45px);
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
    width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
    display: none;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 10px 0 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #001733;
    font-weight: normal;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
    width: 100%;
  }
  .header-nav .header-list .action a {
    color: #f67c01 !important;
  }
}
@media (max-width: 768px) {
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
    padding: 10px 0 10px 30px;
  }
  .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
    padding: 5px 0 5px 60px;
  }
  .online-wrap .online-btn {
    display: block;
  }
  .online-wrap .online {
    transform-origin: right;
    top: unset;
    right: -101%;
    bottom: 120px;
    transform: scale(0.8);
  }
}
.more-box {
  white-space: nowrap;
  display: inline-block;
  background-color: #254B9E;
  transition: all 0.5s;
}
.more-box:hover {
  background-color: #1E3C7E;
}
.more-box:hover i {
  transform: translateX(5px);
}
.more-box div,
.more-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--12) var(--24);
}
.more-box div i,
.more-box a i {
  font-size: var(--20);
  margin-left: var(--12);
  transition: transform 0.5s;
}

.products-content-box {
  height: 100%;
  transition: all 0.5s;
  background-color: #F9F9F9;
}
.products-content-box:hover {
  background-color: #254B9E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.products-content-box:hover img {
  transform: scale(1.1);
}
.products-content-box:hover .products-content-title h3 {
  color: #fff;
}
.products-content-box .products-content-title {
  padding: 16px;
}
.products-content-box .products-content-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-but {
  width: 44px;
  height: 44px;
  border: 1.5px solid #254B9E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.swiper-but:hover {
  background-color: #254B9E;
}
.swiper-but:hover i {
  color: #fff;
}
.swiper-but i {
  transition: all 0.5s;
  font-size: var(--20);
  color: #222222;
}

.swiper-prev i {
  transform: rotate(180deg);
}

.index-banner {
  width: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-banner .banner-pagination {
  position: absolute;
  bottom: var(--48);
  z-index: 10;
  text-align: center;
}
.index-banner .banner-pagination .swiper-pagination-bullet {
  width: 7.8125%;
  border-radius: 0;
  height: 10px;
  background-color: #fff;
  opacity: 0.3;
}
.index-banner .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.other-banner {
  position: relative;
}
.other-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-banner .other-content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other-banner .other-content .other-title {
  margin-bottom: var(--12);
}
.other-banner .other-content .other-title h2 {
  text-align: center;
  color: #fff;
}
.other-banner .other-content .other-breadcrumb {
  display: inline-block;
}
.other-banner .other-content .other-breadcrumb li {
  color: #fff;
  display: inline-block;
  padding-right: var(--12);
  margin-right: var(--12);
}
.other-banner .other-content .other-breadcrumb li::after {
  content: "/";
  position: relative;
  left: var(--12);
}
.other-banner .other-content .other-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.other-banner .other-content .other-breadcrumb li:last-child::after {
  display: none;
}

.indexcontent .index-products .i-products-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--36);
}
.indexcontent .index-products .i-products-content {
  position: relative;
}
.indexcontent .index-products .i-products-content .i-products-swiper {
  padding-bottom: var(--36);
}
.indexcontent .index-products .i-products-content .i-products-swiper .swiper-wrapper {
  align-items: stretch;
}
.indexcontent .index-products .i-products-content .i-products-swiper .swiper-slide {
  height: auto;
}
.indexcontent .index-products .i-products-content .swiper-but {
  position: absolute;
  top: 37%;
  z-index: 10;
}
.indexcontent .index-products .i-products-content .swiper-prev {
  left: -36px;
  transform: translate(-100%, -50%);
}
.indexcontent .index-products .i-products-content .swiper-next {
  right: -36px;
  transform: translate(100%, -50%);
}
.indexcontent .index-products .i-products-content .products-pagination {
  text-align: center;
}
.indexcontent .index-products .i-products-content .products-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #f0f0f0;
  opacity: 1;
}
.indexcontent .index-products .i-products-content .products-pagination .swiper-pagination-bullet-active {
  background-color: #254B9E;
}
.indexcontent .index-applications {
  background-color: #F9F9F9;
}
.indexcontent .index-applications .i-applications-title {
  padding-bottom: var(--24);
}
.indexcontent .index-applications .i-applications-text {
  margin-bottom: var(--48);
  color: #4C4C4C;
}
.indexcontent .index-applications .i-applications-list {
  margin-bottom: var(--36negative);
}
.indexcontent .index-applications .i-applications-list .i-applications-list2 {
  margin-bottom: var(--36);
}
.indexcontent .index-applications .i-applications-list .i-applications-list2 a {
  display: flex;
  flex-direction: column;
}
.indexcontent .index-applications .i-applications-list .i-applications-list2:nth-child(3n-1) a {
  flex-direction: column-reverse;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3 {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3 .i-applications-img {
  padding: 4px;
  overflow: hidden;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3:hover {
  background-color: #254B9E;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3:hover .img-box img {
  transform: scale(1.1);
}
.indexcontent .index-applications .i-applications-list .i-applications-list3:hover .i-applications-list-title h3 {
  color: #fff;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3:hover .i-applications-list-text {
  color: #D9D9D9;
}
.indexcontent .index-applications .i-applications-list .i-applications-list3:hover .more-box {
  background-color: #fff;
  color: #254B9E;
}
.indexcontent .index-applications .i-applications-list .i-applications-list-title {
  margin-bottom: var(--12);
}
.indexcontent .index-applications .i-applications-list .i-applications-list-text {
  margin-bottom: var(--24);
}
.indexcontent .index-applications .i-applications-list .i-applications-textbox {
  padding: 20px;
}
.indexcontent .index-applications .i-applications-list .i-applications-list-text {
  color: #4C4C4C;
  height: 60px;
}
.indexcontent .index-applications .i-applications-list .i-applications-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexcontent .index-applications .i-applications-list .img-box {
  padding-bottom: 56.25%;
}
.indexcontent .index-case {
  overflow: hidden;
}
.indexcontent .index-case .i-industry-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: var(--48);
  position: relative;
  z-index: 10;
}
.indexcontent .index-case .i-industry-titlebox .i-industry-title {
  width: 490px;
}
.indexcontent .index-case .i-industry-titlebox .i-industry-title h2 {
  color: #fff;
}
.indexcontent .index-case .i-excellence-industry {
  position: relative;
  background-color: #222222;
}
.indexcontent .index-case .i-excellence-industry::after {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: #222222;
}
.indexcontent .index-case .i-excellence-industry .i-excellence-content {
  margin-bottom: var(--100);
  position: relative;
  z-index: 10;
}
.indexcontent .index-case .i-excellence-industry .i-industry-textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--48);
  position: relative;
  z-index: 10;
}
.indexcontent .index-case .i-excellence-industry .i-industry-textbox .i-industry-text {
  width: 47.4%;
  color: #D9D9D9;
}
.indexcontent .index-case .i-expertise-box {
  padding-top: var(--100);
  padding-bottom: var(--100);
}
.indexcontent .index-case .i-expertise-box .i-expertise-title {
  margin-bottom: var(--12);
}
.indexcontent .index-case .i-expertise-box .i-expertise-title h2 {
  text-align: center;
  color: #333;
}
.indexcontent .index-case .i-expertise-box .i-expertise-text {
  margin-bottom: var(--48);
  text-align: center;
  color: #666;
}
.indexcontent .index-case .i-expertise-box .i-expertise-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--48);
}
.indexcontent .index-faq {
  background-color: #F9F9F9;
}
.indexcontent .index-faq .i-faq-title {
  margin-bottom: var(--24);
}
.indexcontent .index-faq .i-faq-title h2 {
  color: #222222;
}
.indexcontent .index-faq .i-faq-text {
  color: #4C4C4C;
  margin-bottom: var(--48);
}
.indexcontent .index-blog .i-blog-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--48);
}

.i-excellence-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--100);
  margin-bottom: var(--48);
}
.i-excellence-titlebox .i-excellence-title h2 {
  color: #4C4C4C;
}
.i-excellence-titlebox .i-excellence-text {
  width: 490px;
}

.i-excellence-list {
  position: relative;
}
.i-excellence-list::after {
  position: absolute;
  width: 100vw;
  height: 50%;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
}
.i-excellence-list .i-excellence-list2 {
  position: relative;
  z-index: 10;
}
.i-excellence-list .i-excellence-list2 .i-excellence-list3 {
  border: 2px solid #254B9E;
  padding: 30px;
  height: 100%;
  background-color: #fff;
}
.i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #254B9E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-icon i {
  font-size: var(--20);
  color: #fff;
}
.i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-list-title {
  margin-bottom: var(--12);
  color: #4C4C4C;
}
.i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-list-text {
  color: #343434;
}

.i-expertise-list {
  margin-bottom: var(--30negative);
}
.i-expertise-list .i-expertise-list2 {
  margin-bottom: var(--30);
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 {
  position: relative;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3:hover .i-expertise-list-content {
  bottom: 0;
  transform: none;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .img-box {
  padding-bottom: 75.1%;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  bottom: 66px;
  left: 0;
  padding: var(--24);
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.6);
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-title {
  margin-bottom: var(--12);
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-title h3 {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-text {
  margin-bottom: var(--24);
  color: #fff;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-more {
  color: #fff;
  text-decoration: underline;
}

.video-box {
  position: relative;
  z-index: 10;
}
.video-box::after {
  position: absolute;
  width: 102vw;
  height: 50%;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
}
.video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-box .video {
  position: relative;
  z-index: 10;
}
.video-box .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
.video-box .video-play::after {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  animation: playan 3s linear infinite normal;
}
.video-box .video-play::before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  animation: playan 3s linear infinite normal;
  animation-delay: 1s;
  transform: translate(-50%, -50%);
}
.video-box .video-play div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-box .video-play div::before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  animation: playan 3s linear infinite normal;
  animation-delay: 2s;
  transform: translate(-50%, -50%);
}
.video-box .video-play i {
  color: #254B9E;
  font-size: 24px;
}

.i-faq-list .i-faq-list2 .i-faq-list3 {
  position: relative;
  padding: var(--24);
  cursor: pointer;
}
.i-faq-list .i-faq-list2 .i-faq-list3::after {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #4C4C4C;
  bottom: 0;
  position: absolute;
  left: 0;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox {
  position: relative;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-list-title {
  width: 100%;
  color: #222222;
  transition: all 0.5s;
  position: relative;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-list-title p {
  width: 90%;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--24);
  height: 100%;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  font-size: var(--24);
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-button .icon-reduce {
  opacity: 0;
  color: #254B9E;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-titlebox .i-faq-button .icon-reduce {
  opacity: 0;
}
.i-faq-list .i-faq-list2 .i-faq-list3 .i-faq-list-text {
  display: none;
  padding-top: var(--12);
  color: #4C4C4C;
  transition: none !important;
}
.i-faq-list .open .i-faq-list-title {
  color: #254B9E !important;
}
.i-faq-list .open .icon-reduce {
  opacity: 1 !important;
}
.i-faq-list .open .icon-plus {
  opacity: 0 !important;
}

.swiper-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-box .swiper-prev {
  margin-right: var(--24);
}

.i-blog-content-box {
  position: relative;
}
.i-blog-content-box .i-blog-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #254B9E;
  color: #fff;
  padding: var(--12) var(--24);
  border-radius: 0px 0px 20px 0px;
  z-index: 10;
}
.i-blog-content-box:hover .img-box img {
  transform: scale(1.1);
}
.i-blog-content-box:hover .i-blog-content-more::after,
.i-blog-content-box:hover .i-blog-content-title::after {
  width: 100%;
}
.i-blog-content-box .img-box {
  padding-bottom: 56.327%;
}
.i-blog-content-box .i-blog-textbox {
  margin-top: var(--24);
  padding: 0 var(--12);
}
.i-blog-content-box .i-blog-content-title {
  margin-bottom: var(--12);
  position: relative;
  display: inline-block;
}
.i-blog-content-box .i-blog-content-title::after {
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #222222;
}
.i-blog-content-box .i-blog-content-title h3 {
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.i-blog-content-box .i-blog-content-text {
  margin-bottom: var(--24);
  height: 40px;
}
.i-blog-content-box .i-blog-content-text p {
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-blog-content-box .i-blog-content-more {
  display: inline-block;
  color: #254B9E;
  position: relative;
}
.i-blog-content-box .i-blog-content-more::after {
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #254B9E;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination li {
  margin-right: 4px;
}
.pagination li:hover a {
  color: #fff !important;
  background-color: #254B9E !important;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: var(--18);
  background-color: #fff;
  line-height: 1.4444;
  color: #254B9E;
  font-weight: 600;
  transition: all 0.5s;
}
.pagination .none {
  display: none;
}
.pagination .active a {
  color: #fff;
  background-color: #254B9E;
}
.pagination .prev a,
.pagination .next a {
  border: 1px solid #254B9E;
}
.pagination .prev i,
.pagination .next i {
  display: block;
  font-size: var(--18);
}
.pagination .prev i {
  transform: rotate(180deg);
}

.aboutcontent .industry-box {
  padding-top: var(--64);
  overflow: hidden;
}
.aboutcontent .industry-box .industry-title {
  padding-bottom: var(--48);
  text-align: center;
}
.aboutcontent .industry-text {
  color: #D9D9D9;
  margin-bottom: var(--100);
}
.aboutcontent .industry-text p {
  margin-bottom: var(--12);
}
.aboutcontent .industry-text p:last-child {
  margin-bottom: 0;
}
.aboutcontent .excellence-box {
  background-color: #222222;
}
.aboutcontent .excellence-box .video-box {
  position: relative;
  margin-bottom: var(--48);
}
.aboutcontent .excellence-box .video-box::after {
  top: 0;
}
.aboutcontent .excellence-box .excellence-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--48);
}
.aboutcontent .excellence-box .excellence-titlebox .excellence-title h2 {
  color: #fff;
}
.aboutcontent .excellence-box .excellence-titlebox .excellence-text {
  color: #D9D9D9;
  width: 490px;
}
.aboutcontent .excellence-box .i-excellence-list {
  position: relative;
  margin-bottom: var(--64);
}
.aboutcontent .excellence-box .i-excellence-list::after {
  top: unset;
  bottom: 0;
}
.aboutcontent .logo-box .dowebok {
  height: 100%;
}
.aboutcontent .logo-box .logo-img {
  width: 12.5vw;
  display: inline-block;
  margin-right: var(--24);
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.5s;
}
.aboutcontent .logo-box .logo-img:hover {
  filter: none;
  opacity: 1;
}
.aboutcontent .logo-box .logo-img .img-box {
  padding-bottom: 50%;
}
.aboutcontent .factory-box {
  padding-top: var(--64);
  padding-bottom: var(--100);
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .factory-box .factory-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--36);
}
.aboutcontent .factory-box .factory-titlebox .factory-butbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .factory-box .factory-titlebox .factory-butbox .factory-page-num {
  color: #666666;
  margin-right: var(--24);
}
.aboutcontent .factory-box .factory-content {
  position: relative;
}
.aboutcontent .factory-box .factory-content .factory-content-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox {
  width: 47.712%;
  padding: 0 var(--64);
  padding-top: var(--135);
  position: relative;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox .factory-num {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: var(--200);
  line-height: var(--200);
  color: #254B9E;
  opacity: 0.1;
  font-weight: 600;
  transform: translateY(15%);
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox .factory-title {
  margin-bottom: var(--36);
  position: relative;
  z-index: 10;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox .factory-text {
  color: #666666;
  position: relative;
  z-index: 10;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-img {
  width: 52.288%;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-img .img-box {
  padding-bottom: 56.25%;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-img .factory-pagination1 {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: var(--24);
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-img .factory-pagination1 .swiper-pagination-bullet {
  bottom: 0;
  width: 12.5%;
  border-radius: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
}
.aboutcontent .factory-box .factory-content .factory-content-box .factory-img .factory-pagination1 .swiper-pagination-bullet-active {
  opacity: 1;
}
.aboutcontent .certifications-box {
  background-color: #222222;
  padding: var(--64) 0;
}
.aboutcontent .certifications-box .certifications-title {
  margin-bottom: var(--36);
  text-align: center;
}
.aboutcontent .certifications-box .certifications-title h2 {
  color: #FFFFFF;
}
.aboutcontent .certifications-box .certifications-content .swiper-wrapper {
  align-items: center;
  height: 550px;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide {
  height: auto;
  position: relative;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide .certifications-content-box {
  transition: all 0.5s;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide .certifications-content-box .img-box {
  padding-bottom: 138.889%;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide .certifications-content-box img {
  transition: all 0.5s;
  filter: blur(2px) brightness(0.8) saturate(1.2);
}
.aboutcontent .certifications-box .certifications-content .swiper-slide .certifications-content-box .certifications-content-title {
  text-align: center;
  color: #fff;
  margin-top: var(--12);
  opacity: 0;
  transition: all 0.5s;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide-active .certifications-content-box {
  transform: scale(1.2);
  position: relative;
  z-index: 20;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide-active .certifications-content-title {
  opacity: 1 !important;
}
.aboutcontent .certifications-box .certifications-content .swiper-slide-prev .certifications-content-box,
.aboutcontent .certifications-box .certifications-content .swiper-slide-next .certifications-content-box {
  transform: scale(1.1);
  position: relative;
  z-index: 10;
}
.aboutcontent .global-box .global-2 {
  display: none;
}
.aboutcontent .global-box .global-title {
  margin-bottom: var(--36);
  text-align: center;
}
.aboutcontent .global-box .global-title h2 {
  color: #254B9E;
}
.aboutcontent .global-box .global-content {
  position: relative;
  width: 100%;
}
.aboutcontent .global-box .global-content .global-list .global-mark {
  position: absolute;
  z-index: 10;
}
.aboutcontent .global-box .global-content .global-list .global-mark span {
  position: absolute;
  color: #fff;
}
.aboutcontent .global-box .global-content .global-list .global-mark i {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.aboutcontent .global-box .global-content .global-list .global-mark i::after {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  animation: playan2 3s linear infinite normal;
  transform: translate(-50%, -50%);
}
.aboutcontent .global-box .global-content .global-list .global-mark i::before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  animation: playan2 3s linear infinite normal;
  animation-delay: 1.5s;
  transform: translate(-50%, -50%);
}
.aboutcontent .global-box .global-content .global-list .Canada {
  top: 29.5%;
  left: 15.9%;
}
.aboutcontent .global-box .global-content .global-list .Canada span {
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
.aboutcontent .global-box .global-content .global-list .America {
  top: 40.6%;
  left: 18.55%;
}
.aboutcontent .global-box .global-content .global-list .America span {
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
.aboutcontent .global-box .global-content .global-list .Chile {
  top: 76.9%;
  left: 29.14%;
}
.aboutcontent .global-box .global-content .global-list .Chile span {
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .Britain {
  top: 32.9%;
  left: 46.5%;
}
.aboutcontent .global-box .global-content .global-list .Britain span {
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .Deutschland {
  top: 34.6%;
  left: 49.68%;
}
.aboutcontent .global-box .global-content .global-list .Deutschland span {
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .Nigeria {
  top: 59.6%;
  left: 48.9%;
}
.aboutcontent .global-box .global-content .global-list .Nigeria span {
  right: 11px;
  top: 14px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .India {
  top: 53%;
  left: 66.67%;
}
.aboutcontent .global-box .global-content .global-list .India span {
  right: 26px;
  top: 7px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .Russia {
  top: 21.1%;
  left: 72.45%;
}
.aboutcontent .global-box .global-content .global-list .Russia span {
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.aboutcontent .global-box .global-content .global-list .Japan {
  top: 43.84%;
  left: 81.8%;
}
.aboutcontent .global-box .global-content .global-list .Japan span {
  left: 50%;
  transform: translateX(-50%);
  top: 19px;
  color: #254B9E;
}
.aboutcontent .global-box .global-content .global-list .Australia {
  top: 77.55%;
  left: 81.6%;
}
.aboutcontent .global-box .global-content .global-list .Australia span {
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.aboutcontent .global-box .global-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutcontent .global-box .global-content .global-text {
  color: #333;
}
.aboutcontent .global-box .global-content .global-num {
  color: #254B9E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutcontent .global-box .global-content .global-num1 {
  position: absolute;
  left: 2.8758%;
  bottom: 18.5135%;
}
.aboutcontent .global-box .global-content .global-num2 {
  position: absolute;
  right: 0.98%;
  top: 45.5405%;
}

.productcontent {
  padding-top: var(--64);
  padding-bottom: var(--100);
}
.productcontent .product-box .product-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.productcontent .product-box .product-content .product-left {
  width: 360px;
}
.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-left-title {
  padding: 10px var(--24);
  background-color: #254B9E;
  margin-bottom: var(--24);
  border-bottom-right-radius: 20px;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu {
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 {
  width: 100%;
  position: relative;
  padding-bottom: var(--24);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #254B9E;
  content: "";
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 {
  width: 100%;
  padding-bottom: 4px;
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2::after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F0F0F0;
  content: "";
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child {
  margin-bottom: 0;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2:last-child::after {
  display: none;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut:hover a span {
  color: #254B9E;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut a {
  width: 95%;
  display: block;
  padding: 14px 12px;
  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;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon {
  width: 5%;
  padding-left: 0;
  padding-right: 12px;
  cursor: pointer;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .menubut .menuicon i {
  display: inline-block;
  transition: all 0.5s;
  color: #222222;
  font-size: var(--24);
  transform: rotate(-90deg);
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more {
  display: none;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 {
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 {
  position: relative;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2 a {
  padding: var(--12) var(--24);
  display: block;
  width: 100%;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .product-menu2 .product-more .product-more1 .product-more2:hover a span {
  color: #254B9E;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut a span {
  color: #254B9E;
}
.productcontent .product-box .product-content .product-left .product-left2 .product-menu .product-menu1 .open .menubut .menuicon i {
  transform: none;
  color: #254B9E;
}
.productcontent .product-box .product-content .product-right {
  width: calc(100% - 360px);
  padding-left: var(--30);
}
.productcontent .product-box .product-content .product-right .product-titlebox {
  margin-bottom: var(--48);
}
.productcontent .product-box .product-content .product-right .product-titlebox .product-title {
  margin-bottom: var(--24);
  color: #222222;
}
.productcontent .product-box .product-content .product-right .product-titlebox .product-text {
  width: 99%;
  color: #4C4C4C;
}
.productcontent .product-box .product-content .product-right .product-list {
  margin-bottom: var(--30negative);
  padding-bottom: var(--36);
}
.productcontent .product-box .product-content .product-right .product-list .product-list2 {
  margin-bottom: var(--30);
}
.productcontent .product-box .product-content .search-note .search-note-title {
  margin-bottom: var(--36);
}
.productcontent .product-box .product-content .search-note .search-note-text {
  margin-bottom: var(--36);
  border-radius: 5px;
  padding: var(--12);
  background-color: rgba(37, 75, 158, 0.3);
  margin-bottom: var(--30);
}
.productcontent .product-box .product-content .search-note .hot {
  margin-bottom: var(--24);
}

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

.detailscontent .details-content {
  display: flex;
  justify-content: space-between;
  padding: var(--64) 0;
}
.detailscontent .details-content .details-imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .details-content .details-imgbox .details-swiper1 {
  height: 516px;
  width: 120px;
  overflow: hidden;
  padding: 1px;
  margin-right: var(--20);
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide {
  border: 2px solid #EEEEEE;
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide .img-box {
  height: 100%;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-slide-thumb-active {
  border: 2px solid #254B9E;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video {
  position: relative;
}
.detailscontent .details-content .details-imgbox .details-swiper1 .swiper-video::before {
  font-family: "iconfont" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\e601";
  font-size: 24px;
  color: #fff;
  z-index: 10;
}
.detailscontent .details-content .details-imgbox .details-swiper2 {
  width: 516px;
}
.detailscontent .details-content .details-imgbox .details-swiper2 .swiper-slide {
  overflow: hidden;
}
.detailscontent .details-content .details-imgbox .details-swiper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.detailscontent .details-content .details-textbox {
  width: 810px;
  padding-top: var(--100);
}
.detailscontent .details-content .details-textbox .details-title {
  margin-bottom: var(--36);
}
.detailscontent .details-content .details-textbox .details-title h2 {
  color: #254B9E;
}
.detailscontent .details-content .details-textbox .details-text {
  margin-bottom: var(--64);
}
.detailscontent .details-content .details-textbox .details-text .details-usage {
  color: #4c4c4c;
  margin-bottom: var(--12);
}
.detailscontent .details-content .details-textbox .details-text p {
  color: #000;
  margin-bottom: var(--12);
}
.detailscontent .details-content .details-textbox .details-text p:last-child {
  margin-bottom: 0;
}
.detailscontent .details-content .details-textbox .details-share {
  display: flex;
  align-items: center;
}
.detailscontent .details-content .details-textbox .details-share p {
  font-size: var(--16);
  font-weight: 400;
  line-height: 1.25;
  color: #4C4C4C;
  margin-right: var(--12);
}
.detailscontent .details-content .details-textbox .details-butBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .details-content .details-textbox .details-inquiry {
  display: inline-block;
}
.detailscontent .details-content .details-textbox .details-inquiry a {
  background-color: #254B9E;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  padding: var(--12) 54px;
}
.detailscontent .details-content .details-textbox .details-inquiry a:hover {
  background-color: #1E3C7E;
}
.detailscontent .details-nav {
  width: 100%;
  position: sticky;
  top: 120px;
  background-color: #fff;
  z-index: 100;
}
.detailscontent .details-nav .navbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detailscontent .details-nav .navbox .navbox2 {
  margin-top: var(--12);
  color: #4C4C4C;
  cursor: pointer;
  transition: all 0.5s;
  margin-right: var(--64);
  position: relative;
}
.detailscontent .details-nav .navbox .navbox2:last-child {
  margin-right: 0;
}
.detailscontent .details-nav .navbox .navbox2 span {
  padding: 10px var(--24);
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.detailscontent .details-nav .navbox .navbox2 span::after {
  font-family: "iconfont" !important;
  left: 50%;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  content: "\e605";
  transform: translate(-50%, 85%);
  opacity: 0;
  z-index: 10;
  color: #254B9E;
}
.detailscontent .details-nav .navbox .navbox2:hover {
  background-color: #254B9E;
}
.detailscontent .details-nav .navbox .navbox2:hover span {
  color: #fff;
}
.detailscontent .details-nav .navbox .navbox2:hover span::after {
  opacity: 1;
}
.detailscontent .details-nav .navbox .action {
  background-color: #254B9E;
}
.detailscontent .details-nav .navbox .action span {
  color: #fff;
}
.detailscontent .details-nav .navbox .action span::after {
  opacity: 1;
}
.detailscontent .content-title {
  color: #254B9E;
  margin-bottom: var(--36);
}
.detailscontent .detproductbox {
  background-color: #F9F9F9;
  padding-top: var(--54);
  padding-bottom: var(--48);
  position: relative;
}
.detailscontent .detproductbox video,
.detailscontent .detproductbox img {
  max-width: 100% !important;
}
.detailscontent .detproductbox .detproduct-textbox {
  margin-bottom: var(--36);
}
.detailscontent .detproductbox .detproduct-textbox:last-child {
  margin-bottom: 0;
}
.detailscontent .detproductbox .detproduct-title2 {
  color: #4C4C4C;
  margin-bottom: var(--12);
}
.detailscontent .detproductbox .detproduct-text p {
  margin-bottom: var(--12);
}
.detailscontent .detproductbox .detproduct-text p:last-child {
  margin-bottom: 0;
}
.detailscontent .requestbox {
  padding-bottom: var(--48);
  background-color: #F9F9F9;
  position: relative;
}
.detailscontent .requestbox .request-from {
  background-color: #fff;
  padding: var(--24);
}
.detailscontent .requestbox .request-from label {
  width: 100%;
}
@media (min-width: 768px) {
  .detailscontent .requestbox .request-from li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .detailscontent .requestbox .request-from li:nth-child(2n) {
    padding-left: 10px;
  }
}
.detailscontent .requestbox .request-from .product-input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: var(--16);
}
.detailscontent .requestbox .request-from .product-input .product-input-title {
  white-space: nowrap;
  padding: var(--14) var(--16);
  background-color: #F5F5F5;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailscontent .requestbox .request-from .product-input .input-box {
  border: none;
  color: #254B9E;
  padding-left: 0;
  margin-bottom: 0;
}
.detailscontent .requestbox .request-from .input-box {
  padding: var(--14) var(--16);
  width: 100%;
  background-color: transparent;
  background-color: #F5F5F5;
  margin-bottom: var(--16);
}
.detailscontent .requestbox .request-from .input-box::-moz-placeholder {
  color: #222222;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.detailscontent .requestbox .request-from .input-box::placeholder {
  color: #222222;
  transition: all 0.5s;
}
.detailscontent .requestbox .request-from .input-box:focus::-moz-placeholder {
  opacity: 0.5;
}
.detailscontent .requestbox .request-from .input-box:focus::placeholder {
  opacity: 0.5;
}
.detailscontent .requestbox .request-from .textarea-box {
  height: 144px;
  margin-bottom: var(--36);
}
.detailscontent .requestbox .request-from .submit {
  width: 200px;
  height: 44px;
  background-color: #254B9E;
  transition: all 0.5s;
}
.detailscontent .requestbox .request-from .submit:hover {
  background-color: #1E3C7E;
}
.detailscontent .relatedbox {
  background-color: #F9F9F9;
  position: relative;
  padding-bottom: var(--48);
}
.detailscontent .relatedbox .relatedbox-titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailscontent .relatedbox .relatedbox-titlebox .swiper-button-box {
  margin-bottom: var(--36);
}

.top {
  width: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: -30px;
  left: 0;
}

.casecontent .case-box {
  padding-top: var(--64);
  padding-bottom: var(--100);
}
.casecontent .case-box .case-listbox {
  margin-bottom: var(--36);
}

.servicecontent .service-listbox {
  padding-top: var(--64);
  padding-bottom: var(--100);
}
.servicecontent .service-listbox .service-list {
  margin-bottom: var(--30negative);
}
.servicecontent .service-listbox .service-list .service-list2 {
  margin-bottom: var(--30);
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 {
  height: 100%;
  background-color: #F9F9F9;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3:hover .img-box img {
  transform: scale(1.1);
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img {
  position: relative;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img .img-box {
  padding-bottom: 51.0204%;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img .service-icon img {
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-textbox {
  padding: var(--64) var(--24);
  text-align: center;
}
.servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-textbox .service-title {
  margin-bottom: var(--12);
}
.servicecontent .faq-box {
  background-color: #F9F9F9;
}
.servicecontent .faq-title {
  text-align: center;
  margin-bottom: var(--24);
}
.servicecontent .faq-text {
  color: #4C4C4C;
  text-align: center;
  margin-bottom: var(--48);
}

.blogcontent .blog-list1 {
  margin-bottom: var(--36);
}
.blogcontent .blog-list1 .blog-list2:nth-child(2n) {
  background-color: rgba(37, 75, 158, 0.05);
}
.blogcontent .blog-list1 .blog-list2:nth-child(2n) .blog-list3 a {
  flex-direction: row-reverse;
}
.blogcontent .blog-list1 .blog-list2:nth-child(2n) .blog-list3 a .blog-textbox {
  padding-left: 0;
  padding-right: var(--24);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 a {
  display: flex;
  justify-content: space-between;
  padding: var(--64) 0;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 a:hover .img-box img {
  transform: scale(1.1);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 a:hover .blog-title div::after {
  width: 100%;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 a:hover .blog-more::after {
  width: 100%;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img {
  width: 480px;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img .img-box {
  padding-bottom: 56.327%;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox {
  width: calc(100% - 480px);
  padding-left: var(--24);
  padding-top: var(--12);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-date {
  display: inline-block;
  background-color: #254B9E;
  color: #fff;
  padding: var(--12) var(--24);
  border-radius: 0px 0px 20px 0px;
  z-index: 10;
  margin-bottom: var(--24);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-title {
  margin-bottom: var(--24);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-title div {
  position: relative;
  display: inline-block;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-title div::after {
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #222222;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-title h3 {
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-text {
  margin-bottom: var(--68);
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-more {
  display: inline-block;
  color: #254B9E;
  position: relative;
}
.blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-more::after {
  transition: all 0.5s;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-color: #254B9E;
}

.newsdetcon {
  padding-top: var(--64);
  padding-bottom: var(--100);
}
.newsdetcon .contact-form {
  width: 100%;
}
.newsdetcon .news-title {
  margin-bottom: var(--30);
}
.newsdetcon .index-news-date {
  margin-bottom: var(--20);
}
.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
  margin-bottom: var(--30);
}
.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
  font-size: var(--18);
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  margin-right: 10px;
}
.newsdetcon .news-text {
  margin-bottom: var(--36);
}
.newsdetcon .news-prve a,
.newsdetcon .news-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
  color: #254B9E;
}
.newsdetcon .news-prve span,
.newsdetcon .news-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetcon .news-next {
  margin-bottom: var(--64);
}
.newsdetcon .contact-formbox {
  width: 100%;
}
.newsdetcon .contact-formbox .getquote-form {
  padding: 0;
}

.contactcontent {
  position: relative;
}
.contactcontent .contact-img {
  width: 55.989583%;
}
.contactcontent .contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactcontent .contact-formbox {
  width: 880px;
  position: absolute;
  right: calc((100% - 1530px) / 2);
  top: 50%;
  transform: translateY(-50%);
}
.contactcontent .contact-formbox .getquote-form {
  background-color: #F9F9F9;
}
.contactcontent .contact-formbox .getquote-form .input-box {
  background-color: #fff;
}
.contactcontent .contact-formbox .getquote-form .textarea-box {
  height: 144px;
}

.privacycontent .privacy-title {
  margin-bottom: var(--24);
}
.privacycontent .privacy-text {
  color: #4C4C4C;
}

.sitemapcontent .sitemap-content {
  padding-top: var(--100);
  padding-bottom: var(--100);
}
.sitemapcontent .sitemap-content .sitemap-title {
  margin-bottom: var(--64);
}
.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 #254B9E;
  color: #254B9E;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s;
}
.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
  background-color: #254B9E;
  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;
}

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

@media (max-width: 1400px) {
  .cart .cart-box .title-inquiry-info .item {
    font-size: 14px;
    padding: 10px;
  }
  .cart .cart-box .inquiry-list .item {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .cart .cart-box .pimg,
  .cart .cart-box .pname,
  .cart .cart-box .number {
    display: none;
  }
  .cart .cart-box .pimg-pname-num {
    display: block;
    width: 80%;
  }
  .cart .cart-box .pimg-pname-num .cart-img {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
  .cart .cart-box .checkbox span,
  .cart .cart-box .operation span {
    display: none;
  }
}
.container {
  max-width: 1530px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.content {
  padding-top: var(--100);
  padding-bottom: var(--100);
}

@media (max-width: 1650px) {
  :root {
    --100: 80px;
    --64: 60px;
    --48: 38px;
    --24: 20px;
    --12: 10px;
  }
  .detailscontent .details-content .details-textbox {
    width: 660px;
    padding-top: var(--48);
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 425px;
    width: 100px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 425px;
  }
  .i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content {
    bottom: 54px;
  }
  .indexcontent .index-products .i-products-content .swiper-prev {
    left: -18px;
  }
  .indexcontent .index-products .i-products-content .swiper-next {
    right: -18px;
  }
  .swiper-but {
    width: 38px;
    height: 38px;
  }
  .contactcontent .contact-formbox {
    right: calc((100% - 1284px) / 2);
  }
  .container {
    max-width: 1284px;
  }
}
@media (max-width: 1400px) {
  :root {
    --200: 170px;
    --135: 100px;
    --100: 60px;
    --68: 44px;
    --64: 42px;
    --48: 32px;
    --36: 26px;
    --36negative: -26px;
    --30: 24px;
    --30negative: -24px;
    --24: 18px;
    --20: 18px;
    --18: 16px;
    --16: 14px;
  }
  .aboutcontent .certifications-box .certifications-content .swiper-wrapper {
    align-items: center;
    height: 500px;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-title {
    margin-bottom: var(--12);
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img {
    width: 420px;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox {
    width: calc(100% - 420px);
    padding-left: var(--24);
    padding-top: var(--12);
  }
  .detailscontent .details-content .details-textbox {
    width: 476px;
    padding-top: var(--48);
  }
  .detailscontent .details-nav {
    top: 108px;
  }
  .detailscontent .details-content .details-textbox .details-inquiry a {
    padding: var(--12) 28px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 376px;
    width: 86px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 376px;
  }
  .productcontent .product-box .product-content .product-left {
    width: 300px;
  }
  .productcontent .product-box .product-content .product-right {
    width: calc(100% - 300px);
  }
  .i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
  }
  .fooder .fooder-box .fooder-top .fooder-nav2 {
    width: 96px;
  }
  .fooder .fooder-box .fooder-top .fooder-message {
    width: 279px;
  }
  .fooder .fooder-box .fooder-top .fooder-nav1 {
    width: 227px;
  }
  .fooder .fooder-box .fooder-top .fooder-logobox {
    width: 283px;
  }
  .i-excellence-list .i-excellence-list2 .i-excellence-list3 {
    padding: 20px;
  }
  .products-content-box .products-content-title {
    padding: 10px;
  }
  .contactcontent .contact-formbox {
    right: calc((100% - 1030px) / 2);
  }
  .aboutcontent .global-box .global-content .global-list .Australia span {
    left: 19px;
    right: unset;
  }
  .container {
    max-width: 1030px;
  }
}
@media (max-width: 1200px) {
  :root {
    --200: 100px;
    --135: 30px;
    --100: 50px;
    --64: 40px;
    --24: 16px;
    --20: 16px;
  }
  .aboutcontent .global-box .global-content .global-list .Australia span {
    left: 19px;
    right: unset;
    color: #254B9E;
  }
  .aboutcontent .certifications-box .certifications-content .swiper-wrapper {
    height: 334px;
  }
  .aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox {
    padding-left: 30px;
    padding-right: 30px;
  }
  .aboutcontent .logo-box .logo-img {
    width: 15vw;
  }
  .contactcontent .contact-formbox {
    width: 100%;
    padding: var(--100) 0;
    margin: 0 auto;
    position: relative;
    transform: none;
    z-index: 10;
    top: unset;
    right: unset;
    max-width: 830px;
  }
  .contactcontent .contact-img {
    position: absolute;
    height: 100%;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox .blog-date {
    margin-bottom: 10px;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img {
    width: 360px;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox {
    width: calc(100% - 360px);
  }
  .servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img .service-icon {
    width: 60px;
    height: 60px;
  }
  .servicecontent .service-listbox .service-list .service-list2 .service-list3 .service-img .service-icon img {
    width: 36px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    margin-left: 0;
    margin-right: 0;
    width: 516px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 516px;
    width: 120px;
  }
  .detailscontent .details-content {
    flex-direction: column;
  }
  .detailscontent .details-content .details-textbox {
    width: 100%;
  }
  .pagination li a {
    width: 34px;
    height: 34px;
  }
  .productcontent .product-box .product-content .s-menu {
    display: block;
  }
  .productcontent .product-box .product-content .product-left {
    display: none;
  }
  .productcontent .product-box .product-content .product-right {
    width: 100%;
    padding-left: 0;
  }
  .fooder .fooder-box .fooder-top {
    flex-wrap: wrap;
  }
  .fooder .fooder-box .fooder-top .fooder-nav1 {
    width: 293px;
  }
  .fooder .fooder-box .fooder-top .fooder-list2 {
    margin-bottom: 8px;
  }
  .fooder .fooder-box .fooder-top .fooder-logobox {
    width: 100%;
    margin-bottom: var(--30);
  }
  .fooder .fooder-box .fooder-buttom {
    flex-direction: column;
  }
  .i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content {
    transform: none !important;
    bottom: 0 !important;
    padding: 12px;
  }
  .indexcontent .index-applications .i-applications-list .i-applications-list2:nth-child(3n-1) a {
    flex-direction: column;
  }
  .indexcontent .index-applications .i-applications-list .i-applications-list2:nth-child(2n-1) a {
    flex-direction: column-reverse;
  }
  .i-excellence-list .i-excellence-list2 .i-excellence-list3 {
    padding: 12px;
  }
  .indexcontent .index-applications .i-applications-list .i-applications-textbox {
    padding: 12px;
  }
  .fooder .fooder-box .fooder-buttom .privacy-sitemap {
    width: 100%;
    justify-content: flex-end;
  }
  .indexcontent .index-products .i-products-content .products-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .getquote .getquote-box .getquote-close i {
    color: #254B9E;
  }
  .getquote .getquote-box .getquote-form {
    width: 100%;
  }
  .getquote .getquote-box {
    width: 700px;
  }
  .getquote .getquote-box .getquote-img {
    display: none;
  }
  .container {
    max-width: 830px;
  }
}
@media (max-width: 980px) {
  :root {
    --48: 30px;
  }
  .detailscontent .details-nav {
    top: 93px;
  }
  .i-excellence-list .i-excellence-list2 .i-excellence-list3 .i-excellence-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .video-box .video-play {
    width: 50px;
    height: 50px;
  }
  .video-box .video-play i {
    font-size: 16px;
  }
  .i-expertise-list .i-expertise-list2 .i-expertise-list3 .i-expertise-list-content .i-expertise-list-text p {
    -webkit-line-clamp: 2;
  }
  .indexcontent .index-products .i-products-content .swiper-but {
    top: 36%;
  }
  .indexcontent .index-products .i-products-content {
    width: 84%;
    margin: 0 auto;
  }
  .header .header-box2 .header-content2 {
    height: 50px;
  }
  .header .header-box2 .header-content2 .quote {
    height: 35px;
  }
  .contactcontent .contact-formbox {
    max-width: 730px;
  }
  .container {
    max-width: 730px;
  }
}
@media (max-width: 768px) {
  :root {
    --68: 24px;
    --48: 26px;
    --36: 20px;
    --36negative: -20px;
    --14: 12px;
    --12: 8px;
  }
  .aboutcontent .global-box .global-2 {
    display: block;
  }
  .aboutcontent .global-box .global-1 {
    display: none;
  }
  .aboutcontent .global-box .global-list {
    display: none;
  }
  .aboutcontent .factory-box .factory-content .factory-content-box {
    flex-direction: column;
  }
  .aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .aboutcontent .factory-box .factory-content .factory-content-box .factory-textbox .factory-title {
    margin-bottom: 15px;
  }
  .aboutcontent .factory-box .factory-content .factory-content-box .factory-img {
    width: 100%;
  }
  .aboutcontent .logo-box .logo-img {
    width: 25vw;
  }
  .aboutcontent .certifications-box .certifications-content .swiper-wrapper {
    height: 59vw;
  }
  .contactcontent .contact-formbox {
    max-width: 90%;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox {
    width: calc(100% - 300px);
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img {
    width: 300px;
  }
  .fooder .fooder-box .fooder-top .fooder-logobox .fooder-logo {
    width: 163px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 360px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    height: 360px;
    width: 84px;
  }
  .navbox {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .fooder {
    margin-bottom: 60px;
  }
  .getquote .getquote-box .getquote-close {
    top: 10px;
    right: 10px;
  }
  .getquote-form .getquote-formbox .submit {
    padding: 10px 50px;
  }
  .getquote-form .getquote-formbox .input-box {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .getquote .getquote-box {
    width: 60vw;
  }
  .fooder .fooder-box .fooder-top .fooder-nav1 {
    margin-bottom: var(--36);
  }
  .fooder .fooder-box .fooder-top .fooder-nav2 {
    margin-bottom: var(--36);
  }
  .fooder .fooder-box .fooder-top .fooder-message {
    width: 100%;
  }
  .video-box .video-play {
    width: 40px;
    height: 40px;
  }
  .i-excellence-list .i-excellence-list2 {
    margin-bottom: 10px;
  }
  .i-excellence-list .i-excellence-list2:last-child {
    margin-bottom: 0;
  }
  .swiper-but {
    width: 30px;
    height: 30px;
  }
  .swiper-but i {
    font-size: 12px;
  }
  .more-box div,
  .more-box a {
    padding: 6px 10px;
  }
  .container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  :root {
    --100: 30px;
    --64: 30px;
    --48: 22px;
    --36: 20px;
  }
  .aboutcontent .logo-box .logo-img {
    width: 35vw;
  }
  .aboutcontent .excellence-box .excellence-titlebox {
    flex-direction: column;
  }
  .aboutcontent .excellence-box .excellence-titlebox .excellence-title {
    margin-bottom: var(--12);
  }
  .aboutcontent .excellence-box .excellence-titlebox .excellence-text {
    width: 100%;
  }
  .global-text {
    font-size: 12px !important;
  }
  .blogcontent .blog-list1 .blog-list2:nth-child(2n) .blog-list3 a,
  .blogcontent .blog-list1 .blog-list2 .blog-list3 a {
    flex-direction: column;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-img {
    width: 100%;
  }
  .blogcontent .blog-list1 .blog-list2 .blog-list3 .blog-textbox {
    width: 100%;
    padding: 15px 0 0 !important;
  }
  .servicecontent .faq-text {
    margin-bottom: 10px;
  }
  .other-banner {
    position: relative;
    height: 120px;
  }
  .detailscontent .details-content .details-textbox .details-butBox {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .detailscontent .details-content .details-textbox .details-title {
    margin-bottom: 15px;
  }
  .detailscontent .details-content .details-textbox .details-share {
    margin-bottom: 20px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .detailscontent .details-content .details-imgbox .details-swiper1 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .detailscontent .details-content .details-imgbox {
    flex-direction: column-reverse;
  }
  .fooder-copyright-box {
    display: flex;
    flex-wrap: wrap;
  }
  .fooder .fooder-box .fooder-top .fooder-nav1 {
    width: 100%;
    flex-wrap: wrap;
  }
  .fooder .fooder-box .fooder-buttom .fooder-copyright-box span {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .fooder .fooder-box .fooder-top .fooder-nav2 {
    width: 30%;
    margin-bottom: 0;
  }
  .fooder .fooder-box .fooder-top .fooder-message {
    width: 70%;
    margin-bottom: 0;
  }
  .i-excellence-title {
    margin-bottom: var(--12);
  }
  .i-excellence-titlebox {
    flex-direction: column;
  }
  .indexcontent .index-case .i-excellence-industry .i-industry-textbox {
    flex-direction: column;
  }
  .i-faq-list .i-faq-list2 .i-faq-list3 {
    padding: 10px;
  }
  .indexcontent .index-case .i-excellence-industry .i-industry-textbox .i-industry-text {
    width: 100%;
    margin-bottom: var(--12);
  }
  .indexcontent .index-case .i-excellence-industry .i-industry-textbox .i-industry-text:last-child {
    margin-bottom: 0;
  }
  .i-excellence-titlebox .i-excellence-text {
    width: 100%;
  }
  .indexcontent .index-products .i-products-content .i-products-swiper {
    margin-bottom: 0;
  }
  .indexcontent .index-applications .i-applications-list .i-applications-list2:nth-child(2n-1) a {
    flex-direction: column;
  }
  .header .header-box1 .header-content1 {
    justify-content: flex-end;
  }
  .more-box div,
  .more-box a {
    padding: 6px 8px;
  }
  .button {
    font-size: 12px;
  }
  .indexcontent .index-products .i-products-content {
    width: 75%;
  }
  .indexcontent .index-products .i-products-content .products-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .header .header-box1 .header-content1 .header-vice {
    display: none;
  }
  .getquote .getquote-box {
    width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */