.hea-top {
  background: #C91A1F;
  padding: 7px 0 8px;
}

.hea-topbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hea-share {
  display: flex;
  align-items: center;
}

.hea-share>a {
  display: block;
  margin-right: 20px;
}

.hea-share>a:last-child {
  margin-right: 0;
}

.hea-share>a i {
  font-size: 18px;
  color: #FFF;
  line-height: normal;
  transition: all 0.5s ease;
  display: block;
}

.hea-share>a:hover i {
  transform: translateY(-2px);
}

.hea-topla {
  display: flex;
  align-items: center;
}

.hea-topla i {
  font-size: 20px;
  color: #FFF;
  line-height: normal;
  margin-right: 10px;
}

.hea-topla:hover i {
  animation: vensesv 1s ease-in-out;
  animation-iteration-count: 1;
}

.hea-topla p {
  color: #FFF;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.hea-topla p span {
  --size: 1px;
  --color: #FFF;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.hea-topla:hover p span {
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/*  */
#ven {
  transition: all 0.5s ease;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(34, 34, 34, 0.10);
}

/* .ventricle {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
} */

/*  */
.hea-box {
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .ventricle .hea-box {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
} */
.ven1-lo {
  display: flex;
  align-items: flex-end;
  padding: 15px 0;
}

.ven1-loim {
  position: relative;
}

.ven1-loim img {
  width: 140px;
  height: auto;
  transition: all 0.5s ease;
}

/*  */
.ven2 {
  display: flex;
  align-items: center;
}

.ven2-lis {
  height: 100%;
}

.ven2-u {
  display: flex;
  align-items: center;
  height: 100%;
}

.ven2-l {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.ven2-l::after {
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
  margin: 0 30px;
}

.ven2-l:last-child:after {
  margin: 0 60px;
}

.ven2-lsa {
  height: 100%;
  position: relative;
}

.ven2-la {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 0;
}

.ven2-la::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(20, 92, 197, 1);
  transition: all 0.5s ease;
  display: none;
}

.ven2-lsa:hover .ven2-la::after {
  width: 100%;
}

.ven2-l.on .ven2-la::after {
  width: 100%;
}

.ven2-la span {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: uppercase;

  --size: 0px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-la:hover span {
  color: #C91A1F;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.ven2-l.on .ven2-la span {
  color: #C91A1F;
  font-weight: 600;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.ven2-la i {
  font-size: 16px;
  line-height: normal;
  color: #004942;
  margin-left: 6px;
  transition: all 0.5s ease;
}

.ven2-la:hover i {
  color: #C91A1F;
}

.ven2-l.on .ven2-la i {
  color: #C91A1F;
}

/*  */

.ven-seh {
  position: relative;
}

.vensesv {
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vensesv i {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  transition: all 0.5s ease;
}

.vensesv:hover i {
  color: #C91A1F;
  animation: vensesv 1s ease-in-out;
  animation-iteration-count: 1;
}

.vensesv span {
  color: #fff;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.25);
  text-transform: capitalize;
}

/*  */
.ven-inqury {
  display: flex;
  align-items: center;
  position: relative;
}

.ven-inqurya i {
  color: rgba(18, 18, 18, 1);
  font-size: 18px;
  line-height: normal;
  transition: all 0.5s ease;
  display: block;
}

.ven-inqurya:hover i {
  animation: vensesv 1s ease-in-out;
  animation-iteration-count: 1;
}

@keyframes vensesv {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.ven-inqurya span {
  position: absolute;
  --w: 14px;
  width: var(--w);
  height: var(--w);
  background: #C91A1F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  right: -6px;
  top: -6px;
}

/*  */
.ven-line {
  width: 1px;
  height: 20px;
  margin: 0 20px;
  background: #D9D9D9;
}

/*  */
.ven2-con {
  display: flex;
  margin: 0 30px 0 130px;
}

.ven2-cona {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 10px;
  background: #C91A1F;
  transition: all 0.5s ease;
}

.ven2-cona:hover {
  background: #b51a1f;
}

.ven2-cona i {
  font-size: 20px;
  color: #FFF;
  line-height: normal;
  margin-right: 10px;
}

.ven2-cona p span {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: capitalize;
}

.ven2-conimg img {
  width: 34px;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-right: 8px;
}

.ven2-conh p {
  color: #fff;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "calt" off;
  font-family: "TASA Orbiter Display";
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s ease;
}

.ven2-cona:hover .ven2-conh p {
  color: #ea580c;
}

/*  */
.ven2-lang {
  position: relative;
  height: 100%;
}

.ven2-langbt {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  background: #1a1a1a;
  padding: 6px 18px 6px 7px;
  transition: all 0.5s ease;
}

.ven2-langbt:hover {
  background: #ea580c;
}

.ven2-langi1 {
  border-radius: 50px;
  background: #fff;
  padding: 2px;
  margin-right: 12px;
}

.ven2-langi1 img {
  width: 40px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.ven2-langbt i {
  font-size: 10px;
  color: #fff;
  display: block;
  margin-left: 12px;
}

.ven2-langbt span {
  color: #fff;
  font-family: "Manrope3";
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.ven2-lanerbox {
  position: absolute;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  background: #fff;
}

.ven2-lang:hover .ven2-lanerbox {
  max-height: 300px;
  opacity: 1;
  overflow: visible;
}

.ven2-laner {
  padding: 8px 4px;
}

.ven2-laner>a {
  display: block;
  margin: 8px 0;
}

.ven2-laner>a p {
  text-align: center;
}

.ven2-laner>a span {
  color: #453737;
  text-align: center;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  --size: 1px;
  --color: #ea580c;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
  text-transform: capitalize;
}

.ven2-laner>a:hover span {
  color: #ea580c;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/* yuyan */
.ven2-3sec {
  position: absolute;
  width: 140%;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 14;
}

.ven2-lang:hover .ven2-3sec {
  max-height: 600px;
  opacity: 1;
  overflow: visible;
}

.ven2-3sec a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  padding: 6px 12px;
}

.ven2-3sec a span {
  color: #222;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s ease;
}

@media (max-width: 1836px) {

  .ven2-l:last-child:after {
    margin: 0 12px;
  }
}

@media (max-width: 1536px) {
  .ven2-la i {
    font-size: 12px;
  }

  .ven1-loim img {
    width: 126px;
  }

  .ven1-lo {
    padding: 12px 0;
  }
}

@media (max-width: 768px) {
  .ven2-contact {
    display: none;
  }
}

@media (max-width: 499px) {}

/* 语言新 */
.menu-language {
  position: relative;
  height: 100%;
}

@media (max-width: 1199px) {
  /* .menu-language {
        padding: 0 10px;
    } */
}

.menu-language::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: none;
}

.menu-language:hover .drop-select {
  opacity: 1;
  pointer-events: auto;
}

.menu-language .select-name {
  position: relative;
  display: flex;
  transition: all 0.5s ease;
  color: #004942;
  text-align: center;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 500;
  line-height: calc(var(--zj-ft1-1h) * 1.4);
  padding: 6px 0;
}

@media (max-width: 1400px) {
  .menu-language .select-name {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .menu-language .select-name {
    font-size: 14px;
    letter-spacing: normal;
  }
}

@media (max-width: 767px) {
  /* .menu-language .select-name {
        font-size: 0;
    } */
}

.menu-language:hover .select-name {
  /* border: 1px solid rgba(255, 255, 255, 0.25);
    background: #F96F13; */
  color: #C91A1F;
}

.menu-language .select-name::before {
  font-size: 20px;
  content: "\e61f";
  color: #004942;
  font-family: "iconfont" !important;
  margin-right: 8px;
  transition: all 0.5s ease;
}

.menu-language:hover .select-name::before {
  color: #C91A1F;
  animation: vensesv 1s ease-in-out;
  animation-iteration-count: 1;
}

@media (max-width: 1199px) {
  .menu-language .select-name::before {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .menu-language .select-name::before {
    /* margin-right: 0; */
    font-size: 18px;
    margin-right: 8px;
  }
}

.menu-language .select-name::after {
  font-size: 14px;
  color: #004942;
  content: "\e7f1";
  font-family: "iconfont" !important;
  display: inline-block;
  margin-left: 6px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-language:hover .select-name::after {
  color: #C91A1F;
}

@media (max-width: 767px) {
  .menu-language .select-name::after {
    display: none;
  }
}

.menu-language .drop-select {
  position: absolute;
  content: "";
  right: 0;
  top: calc(100%);
  z-index: 2;
  min-width: 400px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .menu-language .drop-select {
    min-width: 100%;
    width: auto;
    height: 300px;
    overflow: auto;
    padding: 10px;
  }
}

.menu-language .drop-select li {
  font-size: 16px;
  display: inline-block;
  width: calc(100% / 3);
  vertical-align: top;
}

@media (max-width: 991px) {
  .menu-language .drop-select li {
    width: 100%;
    font-size: 14px;
  }
}

.menu-language .drop-select li:hover a {
  color: #777777;
}

.menu-language .drop-select li a {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 14px;
}

.menu-language .drop-select li a:hover {
  background: #eee;
}

.menu-language .drop-select li a img {
  max-height: 20px;
  display: block;
  margin-right: 10px;
}

/* sp */
.menu-language .select-name i.icon-a-jiantou1 {
  font-size: 8px;
  line-height: normal;
  margin-left: 8px;
  color: #fff;
}

.menu-language .select-name i.icon-yuyanqiehuan {
  font-size: 20px;
  line-height: normal;
  margin-left: 20px;
  color: #000;
  --w: 32px;
  width: var(--w);
  height: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

/* 语言-end */
@media (max-width: 1870px) {
  .ven2-l::after {
    margin: 0 15px;
  }
}

@media (max-width: 1536px) {
  .ven-inqury {
    margin-right: 12px;
  }

  /* .ven1-loim {
        padding: 12px 0;
    } */
  .ven-spbox {
    padding: 0 12px 0 12px;
  }

  /* .menu-language .select-name {
        padding: 0 12px;
    } */

  .hea-box {
    width: calc(100% - 30px);
  }

  /* .ven2-l {
        margin-right: 2.14vw;
    } */

  /* .ven2-l:last-child {
        margin-right: 11.2vw;
    } */

  .ven2-l:last-child:after {
    margin: 0 12px;
  }

  .ven2-langi1 img {
    width: 30px;
  }

  .ven2-con {
    margin: 0 20px 0 30px;
  }

  .ven2-line {
    margin: 0 10px;
  }

  .ven2-3a span {
    margin: 0 6px;
  }

  .ven-inqury a i {
    font-size: 20px;
  }

  .vensesv i {
    margin-left: 0;
  }
}

@media (max-width: 1199.9px) {
  #ven::after {
    display: none;
  }

  .ven-line {
    margin: 0 6px;
  }

  .hea-box {
    border-radius: 0;
    top: 0;
    width: 100%;
  }

  .ven2-line {
    margin: 0 6px;
  }

  .ven2-lis {
    display: none;
  }

  .ven2-3a img {
    width: 24px;
  }

  .ven-inqury .ven-inqurya i {
    margin-left: 0;
  }
}

@media (max-width: 499px) {
  .ven1-loim img {
    width: 90px;
  }

  .vensesv {
    --w: 30px;
    margin-right: 8px;
  }

  .vensesv i {
    font-size: 22px;
  }

  .ven-line {
    margin: 0 0 0 5px;
  }

  .vensesv {
    border: none;
  }

  .vensesv i {
    margin-right: 0;
  }

  .ven-inqury .ven-inqurya {
    --w: 32px;
  }

  .menu-language .select-name::before {
    font-size: 18px;
  }
}

/* --- */
/* phone three line */
/* phone */
/*  */

/* houmjiade erji */
.ven2-ler {
  position: absolute;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.ven2-lsa:hover .ven2-ler {
  max-height: 600px;
  opacity: 1;
  overflow: visible;
}

.ven2-lerbo {
  background: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px 1px;
  padding: 15px 10px;
}

.ven2-lera {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-bottom: 1px solid #F7DEDE;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.ven2-lera:hover {
  background: #C91A1F;
}

.ven2-lera span {
  color: #222;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  --size: 0px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
  text-transform: capitalize;
}

.ven2-lera:hover span {
  color: #FFF;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/* 山海路特殊二级 */
.ven2-lersp {
  padding: 50px 10.5%;
}

.ven2-leru {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ven2-lerl {
  margin-right: 6.8%;
}

.ven2-lerl:last-child {
  margin-right: 0;
}

.ven2-lerla {
  display: block;
  margin-bottom: 10px;
}

.ven2-lerla:last-child {
  margin-bottom: 0;
}

.ven2-lerlah {
  margin-bottom: 24px;
}

.ven2-lerla span {
  color: #e5e5e5;
  font-size: var(--zj-ven2cona);
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  text-transform: capitalize;
  --size: 1px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerla:hover span {
  color: #C91A1F;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.ven2-lerlah span {
  color: #fff;
  font-family: "Manrope3";
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

/*  */
@media (max-width: 1536px) {
  .ven2-lersp {
    padding: 40px 2.5%;
  }

  .ven2-lerl {
    margin-right: 1.8%;
  }

  /* .ven2-ler {
        top: 45px;
    } */
}

/*  */
.ven2-lerabb {
  position: relative;
}

.ven2-lerathr {
  position: absolute;
  width: 430px;
  left: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  padding: 4px 0;
  pointer-events: none;
}

.ven2-lerabb:hover .ven2-lerathr {
  opacity: 1;
  pointer-events: auto;
}

.ven2-lerathra {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}

.ven2-lerathra span {
  color: #222;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  --size: 0px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ven2-lerathra:hover span {
  color: #C91A1F;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/*  */
.ven-sehinp {
  position: absolute;
  right: 0;
  top: 214%;
  transform: translateY(-50%);
  z-index: 12;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.ven-sehinp.on {
  pointer-events: auto;
  opacity: 1;
}

.ven-sehinp>i {
  display: block;
  color: #000;
  margin-left: 12px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200;
}

.ven-sehinp>i:hover {
  transform: rotate(225deg);
}

.ven-sehfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 390px;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #d3e0d9;
  background: #fff;
  backdrop-filter: blur(2px);
}

.ven-sehfo input {
  color: #a3ada7;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 86%;
  background: transparent;
  transition: all 0.3s ease;
  border: none;
}

.ven-sehfo input::-webkit-input-placeholder {
  color: #a3ada7;
}

.ven-sehfo input:-moz-placeholder {
  color: #a3ada7;
}

.ven-sehfo input::-moz-placeholder {
  color: #a3ada7;
}

.ven-sehfo input:-ms-input-placeholder {
  color: #a3ada7;
}

.ven-sehfo>span button {
  background: transparent;
}

.ven-sehfo>span i {
  color: rgba(23, 65, 42, 1);
  font-size: 18px;
  line-height: normal;
}

@media (max-width: 1870px) {
  .ven-sehinp {
    top: 268%;
  }
}

@media (max-width: 1536px) {
  .ven-sehinp {
    top: 295%;
  }

  .ven-sehfo {
    width: 208px;
  }
}

@media (max-width: 1199.9px) {
  .ven-sehinp {
    top: 230%;
  }
}

@media (max-width: 992px) {
  .ven2-con {
    display: none;
  }

  .hea-topla p {
    display: none;
  }
}

@media (max-width: 499px) {
  .ven-sehinp {
    top: 245%;
    right: -32px;
  }

  .ven-sehfo {
    width: 290px;
    padding: 8px;
  }

  .menu-language .select-name::before {
    display: none;
  }

  .menu-language .select-name {
    padding: 4px 0;
  }

  .ven2-langi1 img {
    width: 24px;
  }

  .ven2-langbt {
    padding: 4px 10px 4px 4px;
  }

  .ven2-langi1 {
    margin-right: 6px;
  }

  .ven2-langbt i {
    margin-left: 6px;
  }

  .hea-share>a {
    margin-right: 6px;
  }
}

/* venPho */
/* phone */
/*  */
#venPho {
  display: none;
  margin-bottom: 2px;
}

#venPho .venPhoSack {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 100%;
  margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: #222;
  transition: all 0.5s;
}

.headersp #venPho .venPhoSack::before,
.headersp #venPho .venPhoSack::after {
  background: #222;
}

.ventricle #venPho .venPhoSack::before,
.ventricle #venPho .venPhoSack::after {
  background: #222;
}

#venPho .venPhoSack::before {
  margin-top: -7px;
}

#venPho .venPhoSack::after {
  margin-top: 7px;
}

#venPho .venPhoSack.on::before {
  margin-top: -3px;
  transform: translateY(50%) rotate(46deg);
  background: #222;
}

.headersp #venPho .venPhoSack.on::before {
  background: #222;
}

.ventricle .venPhoSack::before {
  background: #222 !important;
}

#venPho .venPhoSack.on::after {
  margin-top: -2px;
  transform: translateY(0%) rotate(-46deg);
  background: #222;
}

.headersp #venPho .venPhoSack.on::after {
  background: #222;
}

.ventricle .venPhoSack::after {
  background: #222 !important;
}

#venPho .venPhoSack span {
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  background: #222;
  transition: all 0.5s;
}

.headersp #venPho .venPhoSack span {
  background: #222;
}

.ventricle .venPhoSack span {
  background: #222 !important;
}

#venPho .venPhoSack.on span {
  opacity: 0 !important;
}

@media (max-width: 1199.9px) {
  #venPho {
    display: block;
  }
}

#venPhoSec {
  /* display: none; */
  position: fixed;
  right: -100%;
  opacity: 0;
  top: 124px;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.8s ease;
  /* animation-name: fadeInUp11t; */
  /* animation-duration: 0.8s; */
  z-index: 9999;
}

@keyframes fadeInUp11t {
  0% {
    opacity: 0;
    /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

#venPhoSec ul li .xiaopingsanji {
  display: flex;
  height: 45px;
  align-items: center;
}

#venPhoSec .menu-list li {
  border-bottom: 1px solid #33333330;
}

#venPhoSec .menu-list li .xiaopingsanji a {
  width: 100%;
}

#venPhoSec ul li i {
  /* color: #fff; */
  color: #222;
  padding-left: 15px;
  cursor: pointer;
}

#venPhoSec ul li i img {
  width: 20px;
}

.menu-head {
  height: 46px;
  line-height: 46px;
  /* padding: 0 38px; */
  /* margin: auto; */
  /* border-bottom: 1px solid #33333330; */
  display: flex;
  justify-content: space-between;
}

.menu-head a {
  color: #453737;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-transform: uppercase; */

  width: 100%;
  margin: auto;
  display: block;
  transition: all 0.3s ease;
}

.menu-head a:hover {
  color: #C91A1F;
}

.xiantiao>a {
  color: #C91A1F;
}

.menu_body {
  line-height: 38px;
  display: none;
  /* border-bottom: 1px solid #33333330; */
  margin-bottom: 10px;
}

.menu_body a {
  display: block;
  /* height: 38px; */
  line-height: 32px;
  padding-left: 10px;
  /* color: #fff; */
  color: #453737;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 400;
  line-height: calc(var(--zj-ft1-1h) * 1.6);
  /* text-transform: uppercase; */
  transition: all 0.5s ease;
}

.menu_body a:last-child {
  margin-bottom: 10px;
}

.menu_body h2 {
  padding-left: 53px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
}

.menu_body a:hover {
  color: #C91A1F;
}

@media (max-width: 768px) {}

@media (max-width: 499px) {
  #venPhoSec {
    top: 90px;
  }

  #venPhoSec ul li i {
    font-size: 14px;
  }

  #venPhoSec ul li .xiaopingsanji {
    height: 42px;
  }

  #venPho {
    margin-bottom: 3px;
  }
}

/* gg */
.sub {
  position: relative;
  z-index: 14;
}

.sub-show {
  padding-top: 90px;
}

.sub-im {
  position: relative;
  overflow: hidden;
}

.sub-im::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sub-im img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.sub-fly {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sub-fh h2 {
  color: #FFF;
  font-size: var(--zj-news-h);
  font-style: normal;
  font-weight: 700;
  line-height: calc(var(--zj-news-h) * 1.16);
  text-transform: capitalize;
}

.sub-fp {
  margin-top: 30px;
}

.sub-fp p {
  color: #FFF;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  text-transform: capitalize;
}

.sub-fbtn {
  display: flex;
  margin-top: 48px;
}

.sub-fa {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #004942;
  padding: 12px 24px;
  transition: all 0.5s ease;
}

.sub-fa:hover {
  background: #C91A1F;
}

.sub-fa p {
  color: #FFF;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 500;
  line-height: calc(var(--zj-ven2-la) * 1.44);
}

.sub-fa i {
  font-size: 24px;
  color: #FFF;
  line-height: normal;
  margin-left: 8px;
}

@media (max-width: 1536px) {
  .breadcrumb-item {
    display: flex;
    align-items: center;
  }

  .sub-fh p {
    max-width: 600px;
  }

  .sub-fbtn {
    margin-top: 24px;
  }

  .sub-fp {
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .sub-list {
    justify-content: flex-start;
  }

  .sub-list::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 499px) {
  .sub-fbtn {
    display: none;
  }

  .sub-fp {
    margin-top: 12px;
  }
}

/*  */
@media (max-width: 1536px) {
  .sub-im img {
    min-height: 420px;
  }

  .sub-itema {
    padding: 6px 13px;
  }

  .sub-about .sub-im img {
    max-height: 660px;
  }

  .sub-lila {
    padding: 4.5px 12px;
  }
}

@media (max-width: 768px) {
  .sub-liu {
    max-width: 700px;
  }

  .sub-lila span {
    width: max-content;
    display: block;
  }
}

@media (max-width: 992px) {
  .sub-im img {
    min-height: 265px;
  }
}

@media (max-width: 768px) {
  .sub-im img {
    min-height: 300px;
  }
}

@media (max-width: 499px) {
  .sub-im img {
    min-height: 200px;
  }

  .sub-fly {
    top: 40%;
  }

  .sub-fh p span {
    width: 15px;
  }
}

/*  */
.sub-te {
  position: absolute;
  left: 50%;
  bottom: 17%;
  transform: translateX(-50%);
  z-index: 12;
}

.sub-h h2 {
  color: #fff;
  font-family: "Sora";
  font-size: var(--zj-news-h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-news-h) * 1.25);
  text-transform: uppercase;
}

/*  */
.subnav-box {
  padding: 12px 0 13px;
  background: #FCF3F3;
  z-index: 12;
  width: 100%;
}

.subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subnav i {
  font-size: 20px;
  line-height: normal;
  color: rgb(255, 255, 255);
  margin-right: 16px;
  line-height: normal;
}

.subnav p {
  color: #fff;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: capitalize;
}

.breadcrumb-item {
  align-items: center;
}

.breadcrumb-item::before,
.breadcrumb-item a span {
  color: #333;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
  --size: 1px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.breadcrumb-item:hover a span {
  color: #C91A1F;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.breadcrumb-item:last-child a span {
  color: #C91A1F;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #333;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  text-transform: capitalize;
  padding-bottom: 3px;
}

/*  */
.nav-abox {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.nav-a {
  display: block;
  margin-left: 75px;
  position: relative;
}

.nav-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #006fc1;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  opacity: 0;
}

.nav-a:hover::after {
  opacity: 1;
}

.nav-a.on::after {
  opacity: 1;
}

.nav-a:first-child {
  margin-left: 0;
}

.nav-a p {
  color: #666;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.nav-a:hover p {
  color: #006fc1;
}

.nav-a.on p {
  color: #006fc1;
}

/*  */
.subnav-u {
  display: flex;
  align-items: center;
}

.subnav-l {
  position: relative;
  display: flex;
  align-items: center;
}

.subnav-l::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #d9d9d9;
  margin: 0 50px;
}

.subnav-l:last-child:after {
  display: none;
}

.subnav-la {
  display: block;
}

.subnav-la p span {
  color: #000;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.subnav-la:hover p span {
  color: #006fc1;
}

@media (max-width: 1536px) {
  .subnav-l::after {
    margin: 0 20px;
  }

  .sub-te {
    bottom: 12%;
  }

  .nav-a {
    margin-left: 35px;
  }

  .nav-a::after {
    bottom: -10px;
  }
}

@media (max-width: 992px) {
  .subnav-u {
    display: none;
  }

  .nav-abox {
    overflow: scroll;
    width: 30%;
  }

  .nav-a {
    margin-left: 12px;
  }

  .pro-11a {
    width: max-content;
  }

  .subnav-box::after {
    display: none;
  }
}

@media (max-width: 499px) {

  .breadcrumb-item::before,
  .breadcrumb-item a span {
    font-size: 14px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
  }

  .ven1-lo {
    padding: 4px 0;
  }

  .hea-topl::after {
    margin: 0 8px;
  }

  .subnav-box {
    padding: 6px 0;
  }

  .vensesv i {
    font-size: 18px;
  }

  .ven-inqury .ven-inqurya p {
    font-size: 14px;
  }

  .menu-language .select-name {
    font-size: 14px;
  }
}

/*  */
/* 分页按钮 */
.sub-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-pageu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-pagel a {
  --w: 40px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  transition: all 0.5s ease;
  position: relative;
  border: 1px solid #333;
}

.sub-pagel:first-child a {
  margin-left: 0;
}

.sub-pagel a:hover {
  color: #fff;
  background: #C91A1F;
  border: 1px solid #C91A1F;
}

.sub-pagel.on a {
  color: #fff;
  background: #C91A1F;
  border: 1px solid #C91A1F;
}

.sub-pagel i {
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  transition: all 0.5s ease;
  position: relative;
  z-index: 12;
}

.sub-pagel a:hover i {
  color: #fff;
}

@media (max-width: 1536px) {
  .sub-pagel a {
    --w: 34px;
  }
}

@media (max-width: 499px) {
  .sub-pagel a {
    --w: 26px !important;
    margin: 0 4px;
  }

  .sub-pagel {
    margin: 0 0 0 6px;
  }

  .sub-pagel a i {
    --w: 26px;
  }
}

[data-sub-pad="header100"] {
  margin-top: 140px;
}

[data-sub-bottom="100"] {
  margin-bottom: 100px;
}

[data-sub-padding="100"] {
  padding: 100px 0 130px;
}

[data-sub-padding="120"] {
  padding: 120px 0 120px;
}

@media (max-width: 1536px) {
  [data-sub-pad="header100"] {
    margin-top: 124px;
  }

  [data-sub-padding="100"] {
    padding: 60px 0 70px;
  }

  [data-sub-padding="110"] {
    padding: 60px 0 70px;
  }

  [data-sub-padding="120"] {
    padding: 60px 0 70px;
  }

  [data-sub-bottom="100"] {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 499px) {
  [data-sub-pad="header100"] {
    margin-top: 90px;
  }

  [data-sub-padding="100"] {
    padding: 30px 0 40px;
  }

  [data-sub-padding="110"] {
    padding: 30px 0 40px;
  }

  [data-sub-padding="120"] {
    padding: 40px 0 40px;
  }

  [data-sub-bottom="100"] {
    margin-bottom: 40px;
  }

  .subnav i {
    font-size: 18px;
    margin-right: 6px;
  }
}

/* ---------------------------------- */
.ind-banbtn {
  cursor: pointer;
}

.ind-fly {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10209;
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.ind-fly.on {
  opacity: 1;
  pointer-events: auto;
}

.ind-flybox {
  background: #FFF;
  width: 1600px;
  max-width: 92%;
  margin: auto;
  position: relative;
  top: 80px;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 30px;
}

.ind-flyh {
  margin-bottom: 40px;
}

.ind-flyh p {
  color: #C91A1F;
  text-align: center;
  font-size: var(--zj-news-h);
  font-style: normal;
  font-weight: 700;
  line-height: calc(var(--zj-news-h) * 1.16);
  text-transform: uppercase;
}

.ind-flyico {
  position: absolute;
  --w: 38px;
  width: var(--w);
  height: var(--w);
  border: 1px solid rgba(232, 235, 244, 1);
  background: rgba(246, 247, 250, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.ind-flyico i {
  font-size: 12px;
  line-height: normal;
  color: rgba(30, 58, 138, 1);
}

/*  */
.ind-fly .con2-fou>div {
  margin-bottom: 16px;
}

.ind-fly .con2-fol input,
.ind-fly .con2-fol textarea {
  padding: 12px;
}

.ind-fly .con2-fobt {
  margin-top: 0;
}

@media (max-width: 1536px) {
  .ind-flybox {
    top: 60px;
  }

  .ind-flyh {
    margin-bottom: 40px;
  }

  .ind-flybox {
    padding: 40px 30px;
  }
}

@media (max-width: 992px) {
  .ind-flybox {
    top: 20px;
  }

  .ind-flyh {
    margin-bottom: 20px;
  }

  .ind-flyfrom .con3-fobt {
    margin-top: 20px;
  }

  .ind-flybox {
    padding: 20px 12px;
  }

  .ind-flyfrom .con3-fol input,
  .ind-flyfrom .con3-fol textarea {
    padding: 6px;
  }
}

/* contact */
.con-box {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

.con1 {
  width: calc(31% - 80px);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.con1-smh {
  margin-bottom: 23px;
}

.con1-smh p {
  color: #C91A1F;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.con1-h {
  margin-bottom: 20px;
}

.con1-h p {
  color: #333;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
}

.con1-p {
  margin-bottom: 86px;
}

.con1-p p {
  color: #999;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
}

.con1-l {
  margin-bottom: 20px;
}

.con1-la {
  display: flex;
  align-items: center;
}

.con1-la i {
  font-size: 20px;
  line-height: normal;
  color: rgba(51, 51, 51, 1);
  margin-right: 20px;
}

.con1-la p span {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.con1-img .img-box {
  padding-bottom: 51%;
  border-radius: 20px;
}

.con2 {
  width: 69%;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #FCF3F3;
  padding: 40px;
}

.con2-h {
  margin-bottom: 40px;
}

.con2-h p {
  color: #333;
  font-size: var(--zj-prode1-2h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-prode1-2h) * 1.25);
  text-transform: capitalize;
}

/*  */
.con2-fou {
  margin-right: calc(-.5 * 2.5rem);
  margin-left: calc(-.5 * 2.5rem);
}

.con2-fol {
  margin-bottom: 20px;
  padding-right: calc(2.5rem * .5);
  padding-left: calc(2.5rem * .5);
}

.con2-fol p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  margin-bottom: 15px;
}

.con2-fol p span {
  color: #C91A1F;
}

.con2-fol input,
.con2-fol textarea {
  color: #999;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);

  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF2;
  background: #FFF;

  transition: all 0.5s ease;
  padding: 10px 20px;
}

.con2-fol input:focus,
.con2-fol textarea:focus {
  border: 1px solid #C91A1F;
}

.con2-fol input::-webkit-input-placeholder {
  color: #999;
}

.con2-fol input::-moz-placeholder {
  color: #999;
}

.con2-fol input::-ms-input-placeholder {
  color: #999;
}

.con2-fol textarea::-webkit-input-placeholder {
  color: #999;
}

.con2-fol textarea::-moz-placeholder {
  color: #999;
}

.con2-fol textarea::-ms-input-placeholder {
  color: #999;
}

/*  */
.con2-fobt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 40px;
  width: max-content;
}

.con2-fobt svg {
  pointer-events: none;
}

.con2-fobt svg path {
  transition: all 0.5s ease;
}

.con2-fobt:hover svg path {
  fill: #C91A1F;
}

/*  */
.con2-fobt button {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

.con2-fobt button span {
  color: #C91A1F;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  text-transform: capitalize;
  padding: 0 31px;
  transition: all 0.5s ease;
}

.con2-fobt button:hover span {
  color: #FFF;
}

.con2-fobti {
  --w: 40px;
  width: var(--w);
  height: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: 16.5px;
  position: relative;
  background: #C91A1F;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.con2-fobt button:hover .con2-fobti {
  background: #FFF;
}

.con2-fobti i {
  line-height: normal;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  transition: all 0.5s ease;
}

.con2-fobt button:hover .con2-fobti i {
  color: #C91A1F;
}

.con2-fobti i:nth-child(2) {
  position: absolute;
  transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i {
  /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
  transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.con2-fobt button:hover i:nth-child(2) {
  /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

@keyframes trax {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1536px) {
  .con-box {
    padding: 70px 0;
  }

  .con1 {
    width: calc(31% - 30px);
  }

  .con2-fobt button span {
    padding: 0 34.5px;
  }

  .con2 {
    padding: 20px;
  }

  .con2-h {
    margin-bottom: 20px;
  }

  .con2-fol p {
    margin-bottom: 10px;
  }

  .con2-fou {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
  }

  .con2-fol {
    margin-bottom: 15px;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
  }

  .con2-fobt {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .con-box {
    flex-direction: column;
  }

  .con1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .con2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .con2-fol {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .con-box {
    padding: 40px 0;
  }

  .con1-smh {
    margin-bottom: 10px;
  }

  .con1-h {
    margin-bottom: 10px;
  }

  .con1-p {
    margin-bottom: 26px;
  }

  .con1-l {
    margin-bottom: 10px;
  }

  .con2 {
    padding: 12px;
  }

  .con2-fol p {
    margin-bottom: 4px;
  }

  .con2-fol input,
  .con2-fol textarea {
    padding: 5px 10px;
  }
}

/* footer */
.ft1 {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 80px;
}

.ft1-1h {
  margin-bottom: 50px;
}

.ft1-1h p {
  color: #FFF;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  max-width: 490px;
}

/*  */
.ft1-1from {
  margin-bottom: 80px;
}

.ft1-sehfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-image: transparent;
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  padding: 10px 20px;
  transition: all 0.5s ease;
  max-width: 420px;
}

.ft1-sehfo>i {
  flex: 0 0 auto;
  font-size: 20px;
  color: #FFF;
  line-height: normal;
  margin-right: 6px;
}

.ft1-sehfo input {
  color: #999;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  background: transparent;
  border: none;
}

.ft1-sehfo>input {
  width: 70%;
  min-width: 232px;
}

.ft1-sehfo>div input {
  width: 100%;
}

.ft1-sehfo input::-webkit-input-placeholder {
  color: #999;
}

.ft1-sehfo input::-moz-placeholder {
  color: #999;
}

.ft1-sehfo input::-ms-input-placeholder {
  color: #999;
}

/*  */
.ft1-sehfo button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
  background: #FFF;
  backdrop-filter: blur(23px);
  transition: all 0.5s ease;
}

.ft1-sehfo button:hover {
  border: 1px solid #C91A1F;
  background: #C91A1F;
}

.ft1-sehfo button i {
  font-size: 20px;
  line-height: normal;
  color: #333;
  transition: all 0.5s ease;
}

.ft1-sehfo button:hover i {
  color: #FFF;
}

/* .ft1-sehfo button:hover i {
  animation: trax 1s ease-in-out;
  animation-iteration-count: 1;
} */

@keyframes trax {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

/* ft1-2 */
.ft1-2 {
  width: 64.08%;
  flex: 0 0 auto;
}

.ft1-2u {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ft1-2lh {
  margin-bottom: 40px;
}

.ft1-2lh p {
  color: #FFF;
  font-size: var(--zj-prode1-2h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-prode1-2h) * 1.25);
  text-transform: capitalize;
}

/* liebiao */
.ft1-2la {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.ft1-2la:last-child {
  margin-bottom: 0;
}

.ft1-2la span {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: capitalize;

  --size: 1px;
  --color: #fff;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft1-2la:hover span {
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/* lianxi */
.ft1-2lfl {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.ft1-2lfl:last-child {
  margin-bottom: 0;
}

.ft1-2lfli {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.ft1-2lfli i {
  font-size: 20px;
  color: #FFF;
  line-height: normal;
}

.ft1-2lfla {
  display: flex;
}

.ft1-2lfla i {
  font-size: 20px;
  line-height: normal;
  margin-right: 16px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s ease;
}

.ft1-2lfla:hover i {
  color: rgba(255, 255, 255, 1);
}

.ft1-2lfla p {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  width: 400px;
  margin-bottom: 8px;
}

.ft1-2lfla span {
  color: #FFF;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ven2-la) * 1.16);

  --size: 1px;
  --color: #fff;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

a.ft1-2lfla:hover span {
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/*  */

.ft1-share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ft1-share>a {
  --w: 30px;
  width: var(--w);
  height: var(--w);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.5s ease;
}

.ft1-share>a:hover {
  background: #fff;
}

.ft1-share>a i {
  font-size: 20px;
  color: #FFF;
  transition: all 0.5s ease;
}

.ft1-share>a:hover i {
  color: #C91A1F;
}

/*  */
.ft3 {
  position: relative;
  padding: 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DE6D62;
}

.ft3-1 {
  width: 62%;
  flex: 0 0 auto;
}

.ft3-1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.ft3-1copy {
  margin-bottom: 20px;
}

.ft3-1copy span {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
}

.ft3-1cnzz {
  padding-bottom: 2px;
}

/*  */
.ft3-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/*  */
.ft3-1pow {
  margin-right: 40px;
}

.ft3-1pow span {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  --size: 1px;
  --color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-1pow:hover span {
  color: rgba(255, 255, 255, 1);
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.ft3-2 {
  width: calc(100% - 62% - 100px);
  flex: 0 0 auto;
}

.ft3-flex>span {
  width: 2px;
  height: 14px;
  background: #fff;
  margin: 0 6px;
}

.ft3-2a {
  display: block;
}

.ft3-2a span {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  --size: 1px;
  --color: #FFF;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft3-2a:hover span {
  color: #FFF;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

@media (max-width: 1536px) {
  .ft1 {
    padding: 70px 0 40px;
  }

  .ft1-2lfla p {
    width: 300px;
  }

  .ft1-2 {
    margin-left: 30px;
  }

  .ft1-1h {
    margin-bottom: 30px;
  }

  .ft3-1 {
    width: 50%;
  }

  .ft3-2 {
    width: calc(100% - 50% - 60px);
  }

  .ft3 {
    padding: 20px 0 15px
  }

  .ft3-1copy {
    margin-bottom: 10px;
  }

  .ft3-flex {
    margin-bottom: 10px;
  }

  .ft3-1pow {
    margin-right: 20px;
  }

  .ft1-2la {
    margin-bottom: 10px;
  }

  .ft1-2lfl {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199.9px) {
  #footer {
    margin-bottom: 49px;
  }
}

@media (max-width: 992px) {
  .ft1 {
    flex-direction: column;
  }

  .ft1-1 {
    margin-bottom: 30px;
  }

  .ft1-2 {
    width: 100%;
    margin-left: 0;
  }

  .ft3-1 {
    display: none;
  }

  .ft3-2 {
    width: 100%;
  }

  .ft3-1copy {
    margin-bottom: 4px;
  }

  .ft3-flex {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {

  .ft1-2l:nth-child(1),
  .ft1-2l:nth-child(2) {
    display: none;
  }

  .ft1-2lfla p {
    width: auto;
  }

  .ft1-2lfla p {
    margin-bottom: 0;
  }

  .ft1-2lfl {
    margin-bottom: 4px;
  }

  .ft1-2lh {
    margin-bottom: 20px;
  }

  .ft1-1from {
    margin-bottom: 40px;
  }
}

@media (max-width: 499px) {
  .ft1 {
    padding: 40px 0 20px;
  }

  .ft1-1h {
    margin-bottom: 15px;
  }

  .ft1-sehfo button {
    --w: 34px;
  }

  .ft1-sehfo {
    padding: 5px 10px;
  }

  .ft1-1from {
    margin-bottom: 20px;
  }

  .ft3-1pow {
    margin-right: 0;
  }

  .ft3-flex {
    align-items: flex-start;
    flex-direction: column;
  }

  .ft3-flex>span {
    display: none;
  }
}

/* 山东郓信国际贸易有限公司（新闻） */
.ne-box {
  padding: 120px 0;
}

.ne1-smh {
  margin-bottom: 20px;
}

.ne1-smh p {
  color: #C91A1F;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.ne-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.ne1 {
  max-width: 534px;
  flex: 1;
}

.ne1-h p {
  color: #333;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
}

.ne2 {
  width: 49.4%;
  margin-left: 30px;
  flex: 0 0 auto;
}

.ne2-p p {
  color: #999;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
}

/*  */
.ne-u {
  margin-right: calc(-.5 * 3rem);
  margin-left: calc(-.5 * 3rem);
  margin-bottom: 30px;
}

.ne-l {
  padding-right: calc(3rem * .5);
  padding-left: calc(3rem * .5);
  margin-bottom: 50px;
}

.ne-limg {
  position: relative;
  display: block;
}

.ne-lnum {
  position: absolute;
  pointer-events: none;
  z-index: 12;
  top: 20px;
  left: 20px;
}

.ne-limg .img-box {
  padding-bottom: 62%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ne-limg .img-box img {
  transition: all 0.5s ease;
}

.ne-lbox:hover .ne-limg .img-box img {
  transform: scale(1.08);
}

.ne-lnum {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(51, 51, 51, 0.20);
  padding: 5px 15px;
}

.ne-lnum p {
  color: #FFF;
  font-size: var(--zj-ven2cona);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2cona) * 1.42);
  letter-spacing: -0.28px;
}

.ne-lmin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ne-lh {
  display: block;
}

.ne-lh p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

.ne-lbox:hover .ne-lh p {
  color: #C91A1F;
}

.ne-li {
  flex: 0 0 auto;
  margin-left: 50px;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all 0.5s ease;
}

.ne-lbox:hover .ne-li {
  border: 1px solid #C91A1F;
  transform: rotate(45deg);
}

.ne-li i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.ne-lbox:hover .ne-li i {
  color: #C91A1F;
}

.ne-lp p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1536px) {
  .ne-box {
    padding: 70px 0;
  }

  .ne-top {
    margin-bottom: 40px;
  }

  .ne-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
    margin-bottom: 20px;
  }

  .ne-l {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .ne-l {
    width: 50%;
  }

  .ne-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .ne1 {
    max-width: 100% !important;
  }

  .ne2 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .ne-l {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .ne-box {
    padding: 40px 0;
  }

  .ne1-smh {
    margin-bottom: 10px;
  }

  .ne1-h {
    margin-bottom: 10px;
  }

  .ne-top {
    margin-bottom: 20px;
  }

  .ne-li {
    margin-left: 20px;
    --w: 36px;
  }

  .ne-lnum {
    top: 10px;
    left: 10px;
  }

  .ne-u {
    margin-bottom: 10px;
  }
}

/* 山东郓信国际贸易有限公司（下载） */
.do-box {
  padding: 120px 0;
}

.do-smh {
  margin-bottom: 24px;
}

.do-smh p {
  color: #C91A1F;
  text-align: center;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.do-h {
  margin-bottom: 80px;
}

.do-h p {
  color: #333;
  text-align: center;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
}

/*  */
.do-u {
  margin-bottom: 40px;
  margin-right: calc(-.5 * 2.5rem);
  margin-left: calc(-.5 * 2.5rem);
}

.do-l {
  margin-bottom: 40px;
  padding-right: calc(2.5rem * .5);
  padding-left: calc(2.5rem * .5);
}

.do-la {
  display: block;
  padding: 40px;
  border-radius: 10px;
  background: #FCF3F3;
  transition: all 0.5s ease;
}

.do-la:hover {
  background: #C91A1F;
}

.do-ltop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #F7DEDE;
}

.do-l1 {
  flex: 1;
}

.do-l1h {
  margin-bottom: 10px;
}

.do-l1h p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.do-la:hover .do-l1h p {
  color: #fff;
}

.do-l1t p {
  color: #999;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.do-la:hover .do-l1t p {
  color: #fff;
}

.do-l2 {
  flex: 0 0 auto;
  margin-left: 12px;
}

.do-l2 i {
  --w: 50px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  background: #C91A1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #FFF;
  line-height: normal;
  position: relative;
  transition: all 0.5s ease;
}

.do-la:hover .do-l2 i {
  color: #C91A1F;
  background: #FFF;
}

.do-l2 i::after {
  position: absolute;
  width: calc(var(--w) + 10px);
  height: calc(var(--w) + 10px);
  border-radius: 50%;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #F7DEDE;
  transition: all 0.5s ease;
}

.do-la:hover .do-l2 i::after {
  border: 1px solid #FFF;
}

.do-lbta {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.do-lbta p {
  color: #333;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.do-la:hover .do-lbta p {
  color: #FFF;
}

.do-lbta i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  margin-left: 10px;
  transition: all 0.5s ease;
}

.do-la:hover .do-lbta i {
  color: #FFF;
}

@media (max-width: 1536px) {
  .do-box {
    padding: 70px 0;
  }

  .do-smh {
    margin-bottom: 12px;
  }

  .do-h {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .do-l {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .do-box {
    padding: 40px 0;
  }

  .do-h {
    margin-bottom: 20px;
  }

  .do-la {
    padding: 12px;
  }

  .do-l2 i {
    --w: 36px;
    font-size: 18px;
  }

  .do-ltop {
    padding-bottom: 20px;
  }

  .do-lbta {
    margin-top: 12px;
  }

  .do-u {
    margin-bottom: 10px;
  }
}

/* 山东郓信国际贸易有限公司（服务） */
.ser1 {
  padding: 120px 0;
}

.ser1-u {
  margin-right: calc(-.5 * 3rem);
  margin-left: calc(-.5 * 3rem);
  margin-bottom: -50px;
}

.ser1-l {
  padding-right: calc(3rem * .5);
  padding-left: calc(3rem * .5);
  margin-bottom: 50px;
}

.ser1-lbox {
  padding: 40px;
  border-radius: 20px;
  background: #FCF3F3;
  height: 100%;
  transition: all 0.5s ease;
}

.ser1-lbox:hover {
  background: #C91A1F;
}

.ser1-li {
  margin-bottom: 80px;
}

.ser1-li i {
  font-size: 50px;
  color: rgba(51, 51, 51, 1);
  line-height: normal;
  transition: all 0.5s ease;
}

.ser1-lbox:hover .ser1-li i {
  color: #fff;
}

.ser1-lh {
  margin-bottom: 20px;
}

.ser1-lh p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: capitalize;
  transition: all 0.5s ease;
}

.ser1-lbox:hover .ser1-lh p {
  color: #fff;
}

.ser1-lp p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  transition: all 0.5s ease;
}

.ser1-lbox:hover .ser1-lp p {
  color: #fff;
}

.ser2 {
  padding-bottom: 120px;
}

.ser2-h {
  margin-bottom: 23px;
}

.ser2-h p {
  color: #C91A1F;
  text-align: center;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.ser2-p {
  margin-bottom: 82px;
}

.ser2-p p {
  color: #333;
  text-align: center;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
}

/*  */
.ser2-u {
  max-width: 1490px;
  margin: auto;
}

.ser2-l {
  border-radius: 20px;
  background: #FCF3F3;
  padding: 40px;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}

.ser2-l:last-child {
  margin-bottom: 0;
}

.ser2-l.on {
  background: #C91A1F;
}

.ser2-l:hover {
  background: #C91A1F;
}

.ser2-l1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ser2-lh p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  transition: all 0.5s ease;
}

.ser2-l.on .ser2-lh p {
  color: #FFF;
}

.ser2-l:hover .ser2-lh p {
  color: #FFF;
}

.ser2-li {
  flex: 0 0 auto;
}

.ser2-li i {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: normal;
  margin-left: 10px;
  transition: all 0.5s ease;
  display: block;
}

.ser2-l.on .ser2-li i {
  color: #FFF;
  transform: rotate(180deg);
}

.ser2-l:hover .ser2-li i {
  color: #FFF;
}

/*  */
.ser2-l2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.ser2-l.on .ser2-l2 {
  max-height: 500px;
  opacity: 1;
}

.ser2-lp {
  margin-top: 20px;
}

.ser2-lp p {
  color: #FFF;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
}

.ser3 {
  padding-bottom: 120px;
}

.ser3-smh {
  margin-bottom: 23px;
}

.ser3-smh p {
  color: #C91A1F;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.ser3-h {
  margin-bottom: 80px;
}

.ser3-h p {
  color: #333;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
}

@media (max-width: 1536px) {
  .ser1 {
    padding: 70px 0;
  }

  .ser1-lbox {
    padding: 20px;
  }

  .ser2-h {
    margin-bottom: 12px;
  }

  .ser2-p {
    margin-bottom: 42px;
  }

  .ser2-l {
    padding: 20px;
    margin-bottom: 20px;
  }

  .ser2 {
    padding-bottom: 70px;
  }

  .ser3-smh {
    margin-bottom: 12px;
  }

  .ser3 {
    padding-bottom: 70px;
  }

  .ser3-h {
    margin-bottom: 40px;
  }

  .ser1-li {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .ser1-l {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .ser1-l {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .ser1 {
    padding: 40px 0;
  }

  .ser1-li i {
    font-size: 30px;
  }

  .ser1-li {
    margin-bottom: 20px;
  }

  .ser1-lh {
    margin-bottom: 10px;
  }

  .ser1-l {
    margin-bottom: 20px;
  }

  .ser1-l:last-child {
    margin-bottom: 0;
  }

  .ser1-u {
    margin-bottom: 0px;
  }

  .ser2-p {
    margin-bottom: 22px;
  }

  .ser2 {
    padding-bottom: 40px;
  }

  .ser2-l {
    padding: 12px;
  }

  .ser3-h {
    margin-bottom: 20px;
  }

  .ser3 {
    padding-bottom: 40px;
  }
}

/* 山东郓信国际贸易有限公司（关于我们） */
.ab-box {
  padding: 120px 0;
}

.ab1 .ne1 {
  max-width: 760px;
}

/*  */
.ab2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ab2-1 {
  width: 57.5%;
  flex: 0 0 auto;
}

.ab2-1h {
  margin-bottom: 20px;
}

.ab2-1h p {
  color: #C91A1F;
  font-size: var(--zj-pro2-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-pro2-1h) * 1.33);
}

.ab2-1p p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
}

/*  */
.ab2-2 {
  width: calc(100% - 57.5% - 60px);
  flex: 0 0 auto;
  border-radius: 20px;
  border: 5px solid #FFF;
  overflow: hidden;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
}

.ab2-a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
}

.ab2-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}

.ab2-a:hover .ab2-bg img {
  transform: scale(1.08);
}

.ab2-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.ab2-video i {
  display: flex;
  align-items: center;
  justify-content: center;
  --w: 50px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  background: #ED8C21;
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.ab2-video:hover i {
  animation: vensesv 1s ease-in-out;
  animation-iteration-count: 1;
}

.ab2-videobg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  width: 150px;
}

.ab2-videobg img {
  width: 100%;
  animation: rotation2 12s linear infinite;
}

@keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.ab3 {
  margin-top: 30px;
}

.ab4 {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ab4-img {
  width: 42.4%;
  flex: 0 0 auto;
}

.ab4-img .img-box {
  padding-bottom: 56%;
  border-radius: 20px;
  border: 5px solid #FFF;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.ab4-img .img-box:last-child {
  margin-bottom: 0;
}

.ab4-tu {
  width: calc(100% - 42.4% - 60px);
  flex: 0 0 auto;
}

.ab4-tl {
  margin-bottom: 60px;
}

.ab4-tl:last-child {
  margin-bottom: 0;
}

.ab4-tlh {
  margin-bottom: 20px;
}

.ab4-tlh p {
  color: #C91A1F;
  text-align: right;
  font-size: var(--zj-pro2-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-pro2-1h) * 1.33);
}

.ab4-tlp p {
  color: #333;
  text-align: right;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  margin-bottom: 30px;
}

.ab4-tlp p:last-child {
  margin-bottom: 0;
}

.ab5 {
  margin-top: 60px;
}

.ab5-h {
  margin-bottom: 20px;
}

.ab5-h p {
  color: #C91A1F;
  font-size: var(--zj-pro2-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-pro2-1h) * 1.33);
}

.ab5-p p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  margin-bottom: 30px;
}

.ab5-p p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1536px) {
  .ab-box {
    padding: 70px 0;
  }
}

@media (max-width: 992px) {
  .ab2 {
    flex-direction: column;
  }

  .ab2-1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .ab2-2 {
    width: 100%;
  }

  .ab4 {
    flex-direction: column-reverse;
  }

  .ab4-tu {
    width: 100%;
    margin-bottom: 20px;
  }

  .ab4-img {
    width: 100%;
  }
}

@media (max-width: 499px) {
  .ab-box {
    padding: 40px 0;
  }

  .ab2-1h {
    margin-bottom: 10px;
  }

  .ab4 {
    margin-top: 30px;
  }

  .ab4-tlh {
    margin-bottom: 10px;
  }

  .ab4-tl {
    margin-bottom: 30px;
  }

  .ab4-tlp p {
    margin-bottom: 20px;
  }

  .ab5 {
    margin-top: 40px;
  }

  .ab5-p p {
    margin-bottom: 20px;
  }
}

/* 山东郓信国际贸易有限公司（荣誉） */
.hon-box {
  padding: 120px 0;
}

.honour .ne1 {
  max-width: 740px;
}

.hon-u {
  margin-right: calc(-.5 * 2.5rem);
  margin-left: calc(-.5 * 2.5rem);
  margin-bottom: 40px;
}

.hon-l {
  padding-right: calc(2.5rem * .5);
  padding-left: calc(2.5rem * .5);
  margin-bottom: 40px;
}

.hon-lbox {
  cursor: pointer;
}

.hon-limg {
  background: #FFF;
  padding: 20px;
  background: url(../img/honbg.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.hon-limg .img-box {
  padding-bottom: 139%;
}

.hon-limg .img-box img {
  transition: all 0.5s ease;
}

.hon-lbox:hover .hon-limg .img-box img {
  transform: scale(1.08);
}

.hon-lt p {
  color: #333;
  text-align: center;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

.hon-lbox:hover .hon-lt p {
  color: #C91A1F;
}

@media (max-width: 1536px) {
  .hon-limg {
    padding: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .hon-l {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .hon-l {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .hon-limg {
    padding: 8px;
  }

  .hon-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
    margin-bottom: 20px;
  }

  .hon-l {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 20px;
  }
}

/* 山东郓信国际贸易有限公司（工厂） */
.fac-u {
  margin-right: calc(-.5 * 3rem);
  margin-left: calc(-.5 * 3rem);
  margin-bottom: 30px;
}

.fac-l {
  padding-right: calc(3rem * .5);
  padding-left: calc(3rem * .5);
  margin-bottom: 50px;
}

.fac-lbox {
  cursor: pointer;
}

.fac-limg .img-box {
  padding-bottom: 66%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.fac-limg .img-box img {
  transition: all 0.5s ease;
}

.fac-lbox:hover .fac-limg .img-box img {
  transform: scale(1.08);
}

.fac-lt p {
  color: #333;
  text-align: center;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

.fac-lbox:hover .fac-lt p {
  color: #C91A1F;
}

@media (max-width: 1536px) {
  .hon-box {
    padding: 70px 0;
  }

  .fac-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
    margin-bottom: 20px;
  }

  .fac-l {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 30px;
  }

  .fac-limg .img-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .fac-l {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .fac-l {
    width: 100%;
  }

  .hon-box {
    padding: 40px 0;
  }

  .fac-l {
    margin-bottom: 20px;
  }

  .fac-u {
    margin-bottom: 10px;
  }
}

/* 山东郓信国际贸易有限公司（产品） */
/* 搜索无结果 */
.nores-h {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nores-h p {
  color: #666;
  font-size: var(--zj-subnav);
  font-style: normal;
  line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p {
  border: 1px solid #C91A1F;
  border-radius: 8px;
  padding: 4px 12px;
  margin-bottom: 20px;
}

.nores-p p {
  color: #666;
  font-size: var(--zj-subnav);
  font-style: normal;
  line-height: calc(var(--zj-subnav) * 1.5);
}

.nores-p2 {
  margin-bottom: 30px;
}

.nores-p2 p {
  color: #C91A1F;
  font-weight: 600;
  font-size: var(--zj-prode1-2h);
  font-style: normal;
  line-height: 100%;
}

/* ---end */

.pro-box {
  padding: 120px 0;
}

.product .ne1 {
  max-width: 550px;
}

/*  */
.pro-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pro1 {
  width: 23.4%;
  flex: 0 0 auto;
  position: sticky;
  top: 170px;
}

/*  */
.pro1-l {
  margin-bottom: 10px;
  transition: all 0.5s ease;
  border-radius: 10px;
  background: #FCF3F3;
  overflow: hidden;
}

.pro1-l:last-child {
  margin-bottom: 0;
}

.pro1-l1a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
  transition: all 0.5s ease;
}

.pro1-l.on .pro1-l1a {
  background: #C91A1F;
}

.pro1-l1a:hover {
  background: #C91A1F;
}

.pro1-l1a span {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  transition: all 0.5s ease;
}

.pro1-l1a:hover span {
  color: #FFF;
}

.pro1-l.on .pro1-l1a span {
  color: #FFF;
}

.pro1-l1ico {
  position: relative;
}

.pro1-l1ico i {
  font-size: 18px;
  color: #333;
  transition: all 0.5s ease;
  transform: rotate(0deg);
  display: block;
}

.pro1-l.on .pro1-l1ico i {
  transform: rotate(-180deg);
  color: #FFF;
}

.pro1-l1a:hover .pro1-l1ico i {
  color: #FFF;
}

/*  */
.pro1-l2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.pro1-l.on .pro1-l2 {
  max-height: 500px;
  opacity: 1;
}

.pro1-l2sa {
  padding: 20px;
}

.pro1-l2a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}

.pro1-l2a:last-child {
  margin-bottom: 0;
}

.pro1-l2a span {
  color: #333;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.87);
  --size: 1px;
  --color: #C91A1F;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.pro1-l2a:hover span {
  color: #C91A1F;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.pro1-l2a.on span {
  color: #C91A1F;
}

/*  */
.pro2 {
  width: calc(100% - 23.4% - 40px);
  flex: 0 0 auto;
}

.pro2-u {
  margin-right: calc(-.5 * 2.5rem);
  margin-left: calc(-.5 * 2.5rem);
  margin-bottom: 40px;
}

.pro2-l {
  padding-right: calc(2.5rem * .5);
  padding-left: calc(2.5rem * .5);
  margin-bottom: 40px;
}

.pro2-lbox {
  border-radius: 10px;
  background: #FCF3F3;
  padding: 30px;
  transition: all 0.5s ease;
}

.pro2-lbox:hover {
  background: #C91A1F;
}

.pro2-lh {
  display: block;
  margin-bottom: 20px;
}

.pro2-lh p {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-lh p {
  color: #fff;
}

.pro2-limg .img-box {
  margin-bottom: 20px;
}

.pro2-limg .img-box img {
  transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-limg .img-box img {
  transform: scale(1.08);
}

.pro2-lbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro2-la1 {
  display: block;
}

.pro2-la1 p {
  color: #333;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
  border-radius: 20px;
  border: 1px solid #333;
  background: #FCF3F3;
  padding: 8px 24px;
  transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la1 p {
  border: 1px solid #FFF;
  background: #C91A1F;
  color: #FFF;
}

.pro2-la2 {
  display: flex;
  align-items: center;
  justify-content: center;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  border: 1px solid #333;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la2 {
  border: 1px solid #FFF;
  transform: rotate(45deg);
}

.pro2-la2 i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.pro2-lbox:hover .pro2-la2 i {
  color: #FFF;
}

.product .sub-page {
  justify-content: flex-end;
}

@media (max-width: 1536px) {
  .pro-box {
    padding: 70px 0;
  }

  .pro2-lbox {
    padding: 15px;
  }

  .pro2-u {
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
    margin-bottom: 20px;
  }

  .pro2-l {
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
    margin-bottom: 20px;
  }
}

@media (max-width: 1199.9px) {
  .pro-end {
    flex-direction: column;
  }

  .pro1 {
    display: none;
  }

  .pro2 {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .pro2-l {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .pro2-l {
    width: 100%;
  }

  .pro-box {
    padding: 40px 0;
  }

  .pro2-u {
    margin-bottom: 10px;
  }
}

/* 山东郓信国际贸易有限公司（产品详情） */

.prode-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}

.slider-navbox {
  width: calc(100% - 82% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-navbox button {
  border-radius: 0;
  background: transparent;
  padding: 0;
  transition: all 0.5s ease;

  width: 100%;
}

.slider-navbox>button i {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  transition: all 0.5s ease;
}

.slider-navbox>button:first-child i {
  transform: rotate(90deg);
  display: block;
}

.slider-navbox>button:last-child i {
  transform: rotate(90deg);
  display: block;
}

.slider-navbox>button:hover i {
  color: #C91A1F;
}

/*  */
.prode1-2 {
  width: calc(100% - 48% - 80px);
  flex: 0 0 auto;
}

.prode1-2h {
  margin-bottom: 20px;
}

.prode1-2h p {
  color: #333;
  font-size: var(--zj-prode1-2h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-prode1-2h) * 1.25);
}

.prode1-2p {
  margin-bottom: 60px;
}

.prode1-2p p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
}

/*  */
.prode1-2min {
  display: flex;
  align-items: center;
  margin-bottom: 84px;
}

.prode1-2share {
  display: flex;
  align-items: center;
}

.prode1-2share>p {
  color: #000;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.38);
  text-transform: capitalize;
  margin-right: 10px;
}

/*  */
.prode1-2btnbox {
  display: flex;
}

.prode1-2btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: max-content;
}

.prode1-2btn svg {
  pointer-events: none;
}

.prode1-2btn svg path {
  transition: all 0.5s ease;
}

.prode1-2btn:hover svg path {
  fill: #C91A1F;
}

/*  */
.prode1-2btn a {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

.prode1-2btn a span {
  color: #C91A1F;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  text-transform: capitalize;
  padding: 0 25px;
  transition: all 0.5s ease;
}

.prode1-2btn a:hover span {
  color: #FFF;
}

.prode1-2btn a:hover .con2-fobti {
  background: #FFF;
}

.prode1-2btn a:hover .con2-fobti i {
  color: #C91A1F;
}

.prode1-2btn a:hover i {
  /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
  transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.prode1-2btn a:hover i:nth-child(2) {
  /* animation: trax 1s ease-in-out;
    animation-iteration-count: 1; */
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/* 产品详情下面 */
/* .prode-min {} */

.prode2 {
  position: sticky;
  top: 140px;
  z-index: 14;
  overflow: hidden;
}

.prode2-u {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  position: relative;
  backdrop-filter: blur(8px);
}


.prode2-u::-webkit-scrollbar {
  display: none;
  width: 14px;
  height: 14px;
}

.prode2-u::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
  background-clip: content-box;
  background-color: #149496;
}

.prode2-u::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}

.prode2-l {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.prode2-l:last-child {
  margin-right: 0;
}

.prode2-la {
  color: #333;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
  text-transform: capitalize;
  border-radius: 25px;
  background: #FCF3F3;
  padding: 10px 56px;
  display: block;
  width: max-content;
  transition: all 0.5s ease;
}

.prode2-la:hover {
  background: #C91A1F;
}

.prode2-l.on .prode2-la {
  background: #C91A1F;
}

.prode2-la span {
  --size: 0px;
  --color: #FFF;
  text-decoration: none;
  background-image: linear-gradient(var(--color), var(--color));
  background-size: 0% var(--size);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition-property: background-size, color, opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.prode2-l.on .prode2-la span {
  color: #FFF;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

.prode2-la:hover span {
  color: #FFF;
  background-size: 100% var(--size);
  background-position-x: 0%;
  opacity: 1;
}

/*  */
.prode-end {
  padding-bottom: 120px;
}

.prode-end>div {
  margin-top: 100px;
}

.prode3h {
  margin-bottom: 40px;
}

.prode3h p {
  color: #333;
  font-size: var(--zj-prode1-2h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-prode1-2h) * 1.25);
  text-transform: capitalize;
}

.prode5h {
  border-radius: 5px;
  background: #C91A1F;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.prode5h p {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ft1-1h) * 1.5);
}

/*  */
.prode6-u {
  position: relative;
}

#prode6-u {
  overflow: hidden;
}

.prode6-chan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.prode6-chan>div {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid #333;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  opacity: 1 !important;
  margin: 0 0 0 10px !important;
  transition: all 0.5s ease;
}

.prode6-chan>div:hover {
  background: #C91A1F;
  border: 1px solid #C91A1F;
}

.prode6-chan>div::after {
  content: "";
}

.prode6-chan>div i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.prode6-chan>div:hover i {
  color: #FFF;
}

.prode6-chansp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prode6-chansp .prode6-chan {
  margin-top: 0;
}

.prode6-chansp {
  margin-bottom: 40px;
  margin-top: 100px;
}

.prode6-chansp .prode3h {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1536px) {
  .prode-top {
    padding: 70px 0;
  }

  .prode1-2 {
    width: calc(100% - 48% - 40px);
  }

  .prode1-2h {
    margin-bottom: 10px;
  }

  .prode1-2p {
    margin-bottom: 30px;
  }

  .prode1-2min {
    margin-bottom: 42px;
  }

  .prode1-2btn a span {
    padding: 0 31px;
  }

  .prode-end>div {
    margin-top: 40px;
  }

  .prode5h {
    margin-bottom: 20px;
  }

  .prode-end {
    padding-bottom: 70px;
  }

  .prode6-chansp {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .prode-top {
    flex-direction: column;
  }

  .prode1-1 {
    width: 100%;
    flex-direction: column;
  }

  .slider-navbox {
    width: 100%;
    flex-direction: row;
  }

  .slider-nav {
    width: calc(100% - 28px - 28px - 32px);
  }

  .slider-for {
    width: 100%;
  }

  .slider-navbox>button:first-child i {
    transform: rotate(0);
  }

  .slider-navbox>button:last-child i {
    transform: rotate(0);
  }

  .prode1-2 {
    width: 100%;
    margin-top: 20px;
  }

  .prode2-la {
    padding: 10px 26px;
  }

  .prode2-l {
    margin-right: 10px;
  }

  .prode1-2min {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-box {
    margin-bottom: 10px;
  }

  .review-box .ratingbox {
    line-height: 0;
  }
}

@media (max-width: 768px) {
  .prode6-chansp .prode6-chan {
    display: none;
  }
}

@media (max-width: 499px) {
  .prode-top {
    padding: 40px 0;
  }

  .slider-for {
    margin-bottom: 10px;
  }

  .prode2-la {
    padding: 6px 16px;
  }

  .prode3h {
    margin-bottom: 20px;
  }

  .prode5h {
    padding: 6px 10px;
    margin-bottom: 10px;
  }

  .prode6-chansp {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .prode-end {
    padding-bottom: 40px;
  }
}

/*  */
/* -------------------------------------------- */
/* index */
/* ind-ban */
.banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner .item a {
  padding-bottom: 34%;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}

.banner.hide-video video {
  display: none !important;
}

.banner-video-box {
  position: relative;
  display: block;
  padding-bottom: 34%;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

#video-id_fluid_controls_container {
  display: none !important;
}

.banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}

.banner .mobile-video {
  position: relative;
  display: block;
}

.banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, .1);
}

.banner .mobile-video:before {
  font-family: 'iconfont' !important;
  font-size: 50px;
  font-style: normal;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\ea82';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, .3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1536px) {
  /* .ind-ban {
        margin-top: 78px;
    } */
}

@media (max-width: 991px) {
  .banner .slick-arrow {
    /* width: 20px;
        height: 50px; */
  }

  .banner .item a {
    padding-bottom: 46%;
  }

  .banner-video-box {
    padding-bottom: 46%;
  }

  .banner .mobile-video:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
  }
}

@media (max-width: 499px) {
  .banner .item a {
    padding-bottom: 120%;
  }

  .banner-video-box {
    padding-bottom: 120%;
  }

  .ban-fly {
    top: 39% !important;
  }
}


@media (max-width: 499px) {
  /* .ind-ban {
        margin-top: 66px;
    } */
}

/* banner按键改版 */
.banner-chan {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  z-index: 12;
}

.banner-chan .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: auto;
  display: flex;
  align-items: center;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  --w: 35px;
  width: var(--w);
  height: var(--w);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.30);
  border-radius: 50%;
  display: block;
  color: #FFF;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  transition: all 0.5s ease;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
  color: #C91A1F;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  background: url(../img/bansvg.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 12;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
}

.banner-chan .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
}

/*  */
.banner-chan .slick-prev {
  transform: rotate(180deg);
}

.banner-chan .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 16px;
}

.banner-chan .slick-arrow i {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.60);
  transition: all 0.5s ease;
}

.banner-chan .slick-arrow:hover i {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1536px) {

  .banner-chan .slick-arrow i {
    font-size: 16px;
  }

  .banner-chan .slick-arrow {
    margin: 0 8px;
  }
}

@media (max-width: 499px) {
  .banner-chan {
    bottom: 12px;
  }

  .banner-chan .swiper-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }

  .banner-chan .slick-arrow i {
    font-size: 14px;
  }
}

/*  */
.ban-fly {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.ban-fnum {
  margin-bottom: 24px;
}

.ban-fnum p {
  color: #FFF;
  font-size: var(--zj-ft1-1h);
  font-style: normal;
  font-weight: 500;
  line-height: calc(var(--zj-ft1-1h) * 1.4);
}

.ban-fh {
  margin-bottom: 80px;
}

.ban-fh p {
  color: #FFF;
  font-size: calc(var(--zj-news-h) + 4px);
  font-style: normal;
  font-weight: 700;
  line-height: calc(calc(var(--zj-news-h) + 4px) * 1.25);
  max-width: 720px;
}

.ban-fntm {
  display: flex;
  align-items: center;
}

.ban-fa {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #004942;
  padding: 0 !important;
  padding: 12px 24px !important;
  margin-left: 40px !important;
  transition: all 0.5s ease;
}

.ban-fa:hover {
  background: #C91A1F;
}

.ban-fa:first-child {
  margin-left: 0 !important;
}

.ban-fa p {
  color: #FFF;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: 500;
  line-height: calc(var(--zj-ven2-la) * 1.44);
}

.ban-fa i {
  font-size: 24px;
  color: #FFF;
  margin-left: 8px;
  line-height: normal;
}

/* ind-oem so1 */
.ind-pro {
  background-position: top center;
}

.so1 {
  padding: 120px 0;
}

.so1 .ne1 {
  max-width: 575px;
}

.so1-sw {
  position: relative;
}

#so1-sw {
  overflow: hidden;
}

#so1-sw .swiper-slide {
  margin-top: 200px;
  transition: all 0.5s ease;
}

#so1-sw .swiper-slide-active {
  margin-top: 0;
}

#so1-sw .swiper-slide-next {
  margin-top: 100px;
}

/*  */

.so1-swh {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.so1-swh p {
  margin-right: 30px;
  color: #333;
  font-size: var(--zj-pro2-1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-pro2-1h) * 1.33);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}

.so1-swbox:hover .so1-swh p {
  color: #C91A1F;
}

.so1-swh i {
  flex: 0 0 auto;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.so1-swbox:hover .so1-swh i {
  transform: rotate(45deg);
  border: 1px solid #C91A1F;
  color: #C91A1F;
}

.so1-swimg .img-box {
  border-radius: 10px;
  margin-bottom: 20px;
}

.so1-swimg .img-box img {
  transition: all 0.5s ease;
}

.so1-swbox:hover .so1-swimg .img-box img {
  transform: scale(1.08);
}

.so1-swp p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.so1-btn {
  display: flex;
  margin-top: -50px;
  position: relative;
  z-index: 12;
}

.so1-btn .prode1-2btn a span {
  padding: 0 26.5px;
}

/* so2 */
.so2 {
  padding-bottom: 120px;
}

.so2 .ne1 {
  max-width: 760px;
}

/*  */
.so2-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.so2-1 {
  width: calc(100% - 39.4% - 60px);
  flex: 0 0 auto;
}

.so2-1p {
  margin-bottom: 60px;
}

.so2-1p p {
  color: #333;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
}

.so2-1lh {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.so2-1lh p,
.so2-1lh span {
  color: #333;
  font-size: var(--zj-ft1h);
  font-style: normal;
  font-weight: 600;
  line-height: calc(var(--zj-ft1h) * 1.14);
  text-transform: capitalize;
}

.so2-1lp p {
  color: #333;
  text-align: center;
  font-size: var(--zj-subnav);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

/*  */
.so2-1btn {
  display: flex;
  margin-top: 100px;
}

.so2 .prode1-2btn a span {
  padding: 0 31.5px;
}

.so2-2 {
  width: 39.4%;
  flex: 0 0 auto;
}

.so2-2 .ab2-a {
  border-radius: 50px;
  border: 5px solid #FFF;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
}

/* so3 */
.so3 {
  padding: 120px 0;
}

.so3 .ne1 {
  max-width: 710px;
}

.so3-sw {
  position: relative;
}

.so3-swchan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.so3-swchan>div {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid #333;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  opacity: 1 !important;
  margin: 0 0 0 10px !important;
  transition: all 0.5s ease;
}

.so3-swchan>div:first-child {
  margin-left: 0 !important;
}

.so3-swchan>div:hover {
  background: #C91A1F;
  border: 1px solid #C91A1F;
}

.so3-swchan>div::after {
  content: "";
}

.so3-swchan>div i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.so3-swchan>div:hover i {
  color: #FFF;
}

/* so4 */
.so4 {
  border-radius: 50px;
  padding: 88px;
}

.so4-smh {
  margin-bottom: 20px;
}

.so4-smh p {
  color: #FFF;
  text-align: center;
  font-size: var(--zj-subnav);
  font-style: italic;
  font-weight: normal;
  line-height: calc(var(--zj-subnav) * 1.56);
  text-transform: capitalize;
}

.so4-h {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.so4-h p {
  color: #FFF;
  text-align: center;
  font-size: calc(var(--zj-so2lnum2) - 1px);
  font-style: normal;
  font-weight: 600;
  line-height: calc(calc(var(--zj-so2lnum2) - 1px) * 1.27);
  text-transform: capitalize;
  max-width: 690px;
}

.so4-p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}

.so4-p p {
  color: #FFF;
  text-align: center;
  font-size: var(--zj-ven2-la);
  font-style: normal;
  font-weight: normal;
  line-height: calc(var(--zj-ven2-la) * 1.66);
  max-width: 1180px;
}

.so4-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.so4-btn .prode1-2btn a span {
  padding: 0 26.5px;
}

.so5 {
  padding: 120px 0;
}

.so5-sw {
  position: relative;
}

#so5-sw {
  overflow: hidden;
}

.so5-end {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.so5 .prode1-2btn a span {
  padding: 0px 17.5px;
}

/*  */
.so5-swchan {
  display: flex;
  align-items: center;
}

.so5-swchan>div {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 !important;
  border-radius: 50%;
  border: 1px solid #333;
  --w: 40px;
  width: var(--w);
  height: var(--w);
  opacity: 1 !important;
  margin: 0 0 0 10px !important;
  transition: all 0.5s ease;
}

.so5-swchan>div:first-child {
  margin-left: 0 !important;
}

.so5-swchan>div:hover {
  background: #C91A1F;
  border: 1px solid #C91A1F;
}

.so5-swchan>div::after {
  content: "";
}

.so5-swchan>div i {
  font-size: 20px;
  color: #333;
  line-height: normal;
  transition: all 0.5s ease;
}

.so5-swchan>div:hover i {
  color: #FFF;
}

@media (max-width: 1536px) {
  .so1 {
    padding: 70px 0;
  }

  .so1-btn .prode1-2btn a span {
    padding: 0 34.5px;
  }

  .so2 {
    padding-bottom: 70px;
  }

  .so2 .prode1-2btn a span {
    padding: 0 36px;
  }

  .so3 {
    padding: 70px 0;
  }

  .so3-swchan {
    margin-top: 30px;
  }

  .so4 {
    padding: 44px;
  }

  .so4-btn .prode1-2btn a span {
    padding: 0 32px;
  }

  .so5 {
    padding: 70px 0;
  }

  .so5 .prode1-2btn a span {
    padding: 0px 23.5px;
  }

  .so5-end {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .banner .item a {
    padding-bottom: 40%;
  }

  .banner-video-box {
    padding-bottom: 40%;
  }

  .banner-chan {
    bottom: 10px;
  }

  .so2-end {
    flex-direction: column;
  }

  .so2-1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .so2-2 {
    width: 100%;
  }

  .so2-1btn {
    margin-top: 30px;
  }

  .so2-1l {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .so5-swchan {
    display: none;
  }
}

@media (max-width: 499px) {
  .banner-chan {
    display: none !important;
  }

  .so1 {
    padding: 40px 0;
  }

  .so2-1p {
    margin-bottom: 30px;
  }

  .so2 {
    padding-bottom: 40px;
  }

  .so3 {
    padding: 40px 0;
  }

  .so4 {
    padding: 24px 12px;
  }

  .so5 {
    padding: 40px 0;
  }
}