@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 199;
  background-color: #d81618;
  height: 100%;
  overflow: hidden;
  transition: 1s;
  mask: url(../img/arlcle.png) center bottom no-repeat;
  mask-size: 100% auto;
  display: none;
}
.loader.scrollMove {
  overflow-y: auto;
}
.loader.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.loader::-webkit-scrollbar {
  display: none;
}
.loader__scroll {
  height: 200vh;
}
.loader__vh {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.loader__wrap {
  padding-bottom: 3.2rem;
  width: 90%;
  text-align: center;
}
.loader__word {
  text-align: center;
}
.loader__word img {
  display: block;
  margin: auto;
  width: auto;
  height: 0.72rem;
}
.loader__word--item {
  margin-bottom: 0.26rem;
}
.loader__mouse {
  padding-top: 3px;
  text-align: center;
}
.loader__mouse span {
  display: block;
  margin: auto;
  width: 0.3rem;
  height: 0.49rem;
  background: url(../images/mouse.png) center no-repeat;
  background-size: cover;
}
.loader__mouse p {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
}
.loader__mouse p i {
  font-style: normal;
}
.loader__line {
  margin: auto;
  position: relative;
  margin-top: 0.26rem;
  height: 1.28rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.loader__line:before {
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  top: -1px;
  content: "";
  width: 0.12rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.loader__alrcle {
  position: relative;
  margin: auto;
  width: 7rem;
  height: 3.5rem;
  border-radius: 50%;
}
.loader__imgs {
  margin: auto;
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  margin-left: -5rem;
  border-radius: 100%;
  overflow: hidden;
  clip-path: circle(0%);
  transition: 0.35s;
}
.loader__imgs img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
.header.scrollHide {
  top: -1.2rem;
}
.header.scroll .header__wrap {
  padding: 0 0.66rem;
  background: #fff;
}
.header.scroll .navs > li > a {
  color: #292929;
}
.header.scroll .header__item a span {
  color: #292929;
}
.header.scroll .header__item a i {
  color: #d81618;
}
.header.scroll .header__item a:hover span,
.header.scroll .header__item a:hover i {
  color: #d81618;
}
.header.navsdowns .navs > li > a {
  color: #292929;
}
.header.navsdowns .header__item a span {
  color: #292929;
}
.header.navsdowns .header__item a i {
  color: #d81618;
}
.header.navsdowns .header__item a:hover span,
.header.navsdowns .header__item a:hover i {
  color: #d81618;
}
.header.navsdowns .navs__bgs {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  pointer-events: visible;
}
.header.navsdowns .navs__menu {
  opacity: 1;
  pointer-events: visible;
  transition-delay: 0.2s;
}
.header__wrap {
  padding: 0.1rem 0.66rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.45rem;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 0.3rem;
  position: relative;
}
.navs > li.active a:before,
.navs > li:hover a:before {
  opacity: 1;
  transform: scale(1);
}
.navs > li > a {
  display: inline-block;
  position: relative;
  padding-left: 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
}
.navs > li > a i {
  display: none;
}
.navs > li > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
  content: "";
  width: 0.21rem;
  height: 0.25rem;
  background: url(../images/navs.png) center no-repeat;
  background-size: cover;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}
.navs__menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0.3rem;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.navs__menu li {
  margin-bottom: 0.1rem;
  min-width: 1rem;
}
.navs__menu li a {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  white-space: nowrap;
}
.navs__menu li a:hover {
  color: #d81618;
}
.navs__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.44rem;
  background: #fff;
  z-index: -1;
  transition: 0.7s;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  pointer-events: none;
}
.header__right {
  position: relative;
  display: flex;
  align-items: center;
}
.header__item {
  margin-right: 0.4rem;
  position: relative;
}
.header__item:last-child {
  margin-right: 0;
}
.header__item:hover .search__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.header__item a {
  display: flex;
  align-items: center;
}
.header__item a:hover i,
.header__item a:hover span {
  color: #d81618;
}
.header__item a i {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.26rem;
  font-style: normal;
  line-height: 1;
  transition: 0.35s;
}
.header__item a span {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  transition: 0.35s;
}
.search__down {
  position: absolute;
  right: -0.4rem;
  top: 100%;
  padding-top: 0.12rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search__down .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #000;
  border-radius: 0.2rem;
  background: #fff;
  border: none;
  font-size: 14px;
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.16rem;
  z-index: 3;
  line-height: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  transition: 0.4s;
  font-size: 0.18rem;
}
.search__down .sub:hover {
  color: #d81618;
}
.banner {
  position: relative;
}
.banner figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btexts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  transform: scale(0);
  opacity: 0;
  transition: 1s;
}
.btexts.show {
  transform: scale(1);
  opacity: 1;
}
.commonNofix {
  position: relative !important;
}
.b100 {
  position: relative;
}
.b100 img {
  display: block;
  position: relative !important;
  width: auto;
  height: 22.6042vw;
}
.jujube1 {
  position: absolute;
  left: 3.0208vw;
  top: 0.7292vw;
  width: 5.1042vw;
}
.banner__word1 {
  position: absolute;
  left: 32.03%;
  bottom: 32.53%;
  height: 16.589%;
}
.banner__word2 {
  position: absolute;
  right: -0.7%;
  bottom: 5.49%;
  height: 16.589%;
}
.be3 {
  position: absolute;
  right: 11.67%;
  top: 26.26%;
  width: 27.231%;
  height: auto;
}
.be2 {
  position: absolute;
  right: 11.95%;
  top: 26.26%;
  width: auto;
  height: 58.755%;
}
.home__about {
  padding: 0.94rem 0 1.02rem;
  padding-left: 17.1875vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.home__about--left {
  width: 5.5rem;
}
.about__title {
  margin-bottom: 2.6042vw;
}
.about__title strong {
  display: block;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  line-height: 124%;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.common__titles strong > div > div > div {
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transform: translate(30px, 0px) rotateY(90deg);
  transform-style: preserve-3d;
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.common__titles strong > div > div > div:nth-child(1) {
  transition-delay: 0.025s;
}
.common__titles strong > div > div > div:nth-child(2) {
  transition-delay: 0.05s;
}
.common__titles strong > div > div > div:nth-child(3) {
  transition-delay: 0.075s;
}
.common__titles strong > div > div > div:nth-child(4) {
  transition-delay: 0.1s;
}
.common__titles strong > div > div > div:nth-child(5) {
  transition-delay: 0.125s;
}
.common__titles strong > div > div > div:nth-child(6) {
  transition-delay: 0.15s;
}
.common__titles strong > div > div > div:nth-child(7) {
  transition-delay: 0.175s;
}
.common__titles strong > div > div > div:nth-child(8) {
  transition-delay: 0.2s;
}
.common__titles strong > div > div > div:nth-child(9) {
  transition-delay: 0.225s;
}
.common__titles strong > div > div > div:nth-child(10) {
  transition-delay: 0.25s;
}
.common__titles strong > div > div > div:nth-child(11) {
  transition-delay: 0.275s;
}
.common__titles strong > div > div > div:nth-child(12) {
  transition-delay: 0.3s;
}
.common__titles strong > div > div > div:nth-child(13) {
  transition-delay: 0.325s;
}
.common__titles strong > div > div > div:nth-child(14) {
  transition-delay: 0.35s;
}
.common__titles strong > div > div > div:nth-child(15) {
  transition-delay: 0.375s;
}
.common__titles strong > div > div > div:nth-child(16) {
  transition-delay: 0.4s;
}
.common__titles strong > div > div > div:nth-child(17) {
  transition-delay: 0.425s;
}
.common__titles strong > div > div > div:nth-child(18) {
  transition-delay: 0.45s;
}
.common__titles strong > div > div > div:nth-child(19) {
  transition-delay: 0.475s;
}
.common__titles strong > div > div > div:nth-child(20) {
  transition-delay: 0.5s;
}
.common__titles strong > div > div > div:nth-child(21) {
  transition-delay: 0.525s;
}
.common__titles strong > div > div > div:nth-child(22) {
  transition-delay: 0.55s;
}
.common__titles strong > div > div > div:nth-child(23) {
  transition-delay: 0.575s;
}
.common__titles strong > div > div > div:nth-child(24) {
  transition-delay: 0.6s;
}
.common__titles strong > div > div > div:nth-child(25) {
  transition-delay: 0.625s;
}
.common__titles strong > div > div > div:nth-child(26) {
  transition-delay: 0.65s;
}
.common__titles strong > div > div > div:nth-child(27) {
  transition-delay: 0.675s;
}
.common__titles strong > div > div > div:nth-child(28) {
  transition-delay: 0.7s;
}
.common__titles strong > div > div > div:nth-child(29) {
  transition-delay: 0.725s;
}
.common__titles strong > div > div > div:nth-child(30) {
  transition-delay: 0.75s;
}
.common__titles strong > div > div > div:nth-child(31) {
  transition-delay: 0.775s;
}
.common__titles strong > div > div > div:nth-child(32) {
  transition-delay: 0.8s;
}
.common__titles strong > div > div > div:nth-child(33) {
  transition-delay: 0.825s;
}
.common__titles strong > div > div > div:nth-child(34) {
  transition-delay: 0.85s;
}
.common__titles strong > div > div > div:nth-child(35) {
  transition-delay: 0.875s;
}
.common__titles strong > div > div > div:nth-child(36) {
  transition-delay: 0.9s;
}
.common__titles strong > div > div > div:nth-child(37) {
  transition-delay: 0.925s;
}
.common__titles strong > div > div > div:nth-child(38) {
  transition-delay: 0.95s;
}
.common__titles strong > div > div > div:nth-child(39) {
  transition-delay: 0.975s;
}
.common__titles strong > div > div > div:nth-child(40) {
  transition-delay: 1s;
}
.common__titles strong > div > div > div:nth-child(41) {
  transition-delay: 1.025s;
}
.common__titles strong > div > div > div:nth-child(42) {
  transition-delay: 1.05s;
}
.common__titles strong > div > div > div:nth-child(43) {
  transition-delay: 1.075s;
}
.common__titles strong > div > div > div:nth-child(44) {
  transition-delay: 1.1s;
}
.common__titles strong > div > div > div:nth-child(45) {
  transition-delay: 1.125s;
}
.common__titles strong > div > div > div:nth-child(46) {
  transition-delay: 1.15s;
}
.common__titles strong > div > div > div:nth-child(47) {
  transition-delay: 1.175s;
}
.common__titles strong > div > div > div:nth-child(48) {
  transition-delay: 1.2s;
}
.common__titles strong > div > div > div:nth-child(49) {
  transition-delay: 1.225s;
}
.common__titles strong > div > div > div:nth-child(50) {
  transition-delay: 1.25s;
}
.common__titles strong > div > div > div:nth-child(51) {
  transition-delay: 1.275s;
}
.common__titles strong > div > div > div:nth-child(52) {
  transition-delay: 1.3s;
}
.common__titles strong > div > div > div:nth-child(53) {
  transition-delay: 1.325s;
}
.common__titles strong > div > div > div:nth-child(54) {
  transition-delay: 1.35s;
}
.common__titles strong > div > div > div:nth-child(55) {
  transition-delay: 1.375s;
}
.common__titles strong > div > div > div:nth-child(56) {
  transition-delay: 1.4s;
}
.common__titles strong > div > div > div:nth-child(57) {
  transition-delay: 1.425s;
}
.common__titles strong > div > div > div:nth-child(58) {
  transition-delay: 1.45s;
}
.common__titles strong > div > div > div:nth-child(59) {
  transition-delay: 1.475s;
}
.common__titles strong > div > div > div:nth-child(60) {
  transition-delay: 1.5s;
}
.common__titles.active strong > div > div > div {
  transform: translate(0px, 0px) rotateY(0deg);
}
.about__infos {
  margin-bottom: 2.8646vw;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.common__btns a,
.common__btns .common__btns--wr {
  display: inline-flex;
  align-items: center;
}
.common__btns a:hover p,
.common__btns .common__btns--wr:hover p {
  color: #d81618;
  border-color: #d81618;
}
.common__btns a:hover .arrow__wr i,
.common__btns .common__btns--wr:hover .arrow__wr i {
  transition: 0.4s;
}
.common__btns a:hover .arrow__wr i.start,
.common__btns .common__btns--wr:hover .arrow__wr i.start {
  left: 100%;
  opacity: 0.2;
}
.common__btns a:hover .arrow__wr i.end,
.common__btns .common__btns--wr:hover .arrow__wr i.end {
  opacity: 1;
  left: 0;
  transition-delay: 0.1s;
}
.common__btns a p,
.common__btns .common__btns--wr p {
  padding: 2px 0;
  margin-right: 0.1rem;
  color: #000;
  font-family: "HarmonyOS_Sans_SC_Medium";
  line-height: 1;
  border-bottom: 1px solid #000;
  font-size: 16px;
  transition: 0.4s;
}
.common__arrow {
  position: relative;
  width: 0.56rem;
  height: 0.43rem;
  background: #d81618;
  border-radius: 0.22rem;
}
.arrow__wr {
  position: absolute;
  right: 0.09rem;
  top: 0.06rem;
  width: 0.2rem;
  line-height: 1;
  overflow: hidden;
}
.arrow__wr i {
  display: inline-block;
  position: relative;
  left: 0;
  color: #fff;
  font-size: 0.2rem;
  font-style: normal;
}
.arrow__wr i.end {
  position: absolute;
  top: 0;
  left: -0.2rem;
}
.home__about--right {
  position: relative;
  width: 41.8229vw;
  overflow: hidden;
  border-radius: 50%;
}
.home__about--imgs {
  overflow: hidden;
}
.home__about--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 50%;
}
.home__about--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__about--data {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 59.625%;
  height: 100%;
  background: url(../images/aboutbg.png) center no-repeat;
  background-size: cover;
}
.home__about--li {
  padding-left: 4.1667vw;
}
.home__about--li li {
  margin-bottom: 4.1667vw;
}
.home__about--li li:last-child {
  margin-bottom: 0;
}
.home__about--li li p {
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.home__about--li li strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.6rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.home__about--li li strong b {
  font-weight: normal;
}
.distribution {
  padding: 0 3.9063vw 1.16rem;
  position: relative;
}
.distribution__item {
  position: sticky;
  padding-bottom: 48.33%;
  top: 0.8rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.distribution__info {
  position: absolute;
  left: 7.0833vw;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 4.6875vw 4.1667vw 4.375vw;
  width: 6.22rem;
  border-radius: 0.3rem;
  background: #fff;
}
.distribution__tops {
  margin-bottom: 2.9167vw;
}
.distribution__text {
  margin-bottom: 0.26rem;
}
.distribution__text strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #000000;
  font-size: 0.38rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  letter-spacing: 2px;
}
.distribution__text p {
  color: #80838c;
  font-size: 16px;
  line-height: 1.5;
}
.distribution__data {
  display: flex;
  justify-content: space-between;
  padding-top: 2.6042vw;
  border-top: 1px solid #d6dadd;
}
.distribution__data--item p {
  margin-top: 1.0417vw;
  color: #80838c;
  font-size: 14px;
  line-height: 1;
}
.numbles {
  display: flex;
  line-height: 1;
}
.numbles span {
  display: inline-block;
  color: #d81618;
  font-size: 0.4rem;
  font-family: "Montserrat-Regular";
}
.numbles sup {
  color: #d81618;
  font-size: 0.16rem;
}
.logistics .logistics__top {
  padding-left: 10.9375vw;
}
.logistics__top {
  position: relative;
  z-index: 4;
}
.logistics__title {
  margin-bottom: 0.26rem;
}
.logistics__title strong {
  display: block;
  color: #232323;
  font-size: 0.45rem;
  line-height: 1.333;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.logistics__tabs {
  position: relative;
  margin-top: -0.18rem;
  display: flex;
  overflow: hidden;
}
.logistics__item {
  position: relative;
  width: 2.5rem;
  mask: url(../img/maskbg.png) center repeat-x;
  mask-size: auto 100%;
  transition: 0.8s;
  overflow: hidden;
}
.logistics__item.active {
  width: calc(100vw - 5rem);
}
.logistics__item.active .logistics__defaul {
  opacity: 0;
}
.logistics__item.active .logistics__fix {
  opacity: 1;
  visibility: visible;
  transition: 0.5s 0s;
}
.logistics__item.active .logistics__imgs {
  left: 0;
}
.logistics__item.active .logistics__left {
  opacity: 1;
  transform: rotateY(0deg);
}
.logistics__item:nth-child(2) .logistics__defaul figure:before {
  background: rgba(0, 70, 143, 0.9);
}
.logistics__item:nth-child(2) .logistics__left {
  background: url(../images/logisticsbg2.jpg) center repeat;
}
.logistics__item:nth-child(3) .logistics__defaul figure:before {
  background: rgba(185, 152, 85, 0.9);
}
.logistics__item:nth-child(3) .logistics__left {
  background: url(../images/logisticsbg3.jpg) center repeat;
}
.logistics__defaul {
  position: relative;
  width: 2.5rem;
  transition: 0.4s;
}
.logistics__defaul figure {
  display: block;
  position: relative;
  height: 47.0833vw;
}
.logistics__defaul figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(216, 22, 25, 0.9);
}
.logistics__defaul figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logistics__tt {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  top: 33.14%;
  color: #fff;
  font-size: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  text-align: center;
  line-height: 1;
  writing-mode: vertical-lr;
  z-index: 4;
}
.logistics__more {
  position: absolute;
  left: 50%;
  margin-left: -0.29rem;
  bottom: 5.5208vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.55rem;
  height: 0.41rem;
  border: 2px solid #fff;
  border-radius: 0.22rem;
  z-index: 3;
}
.logistics__more i {
  display: block;
  position: relative;
  width: 0.13rem;
  height: 0.13rem;
}
.logistics__more i:before {
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  border-radius: 2px;
}
.logistics__more i:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.logistics__fix {
  position: absolute;
  perspective: 2000px;
  left: 0;
  top: 0;
  display: flex;
  width: calc(100vw - 5rem);
  height: 100%;
  z-index: 4;
  transition: 0.5s 0.8s;
  opacity: 0;
  visibility: hidden;
}
.logistics__left {
  position: relative;
  width: 4.26rem;
  height: 100%;
  background: url(../images/logisticsbg1.jpg) center repeat;
  opacity: 0;
  transform: rotateY(90deg);
  transition: 0.88s;
  transform-origin: left center;
}
.logistics__left .common__btns {
  position: absolute;
  left: 22.52%;
  bottom: 5.5729vw;
}
.logistics__left .common__btns a p {
  color: #fff;
  border-bottom-color: #fff;
}
.logistics__left .common__btns a .common__arrow {
  background: none;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.logistics__text {
  position: absolute;
  left: 22.53%;
  top: 28%;
  right: 0.2rem;
}
.logistics__text strong {
  display: block;
  color: #fff;
  font-size: 0.4rem;
  line-height: 1.33;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.logistics__text p {
  margin-top: 0.12rem;
  color: #ffffff;
  font-size: 0.18rem;
}
.logistics__imgs {
  position: relative;
  left: -4.26rem;
  flex: 1;
  transition: 0.8s;
}
.logistics__imgs figure {
  display: block;
  position: relative;
  height: 100%;
}
.logistics__imgs figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 70.95%;
  background: linear-gradient(to bottom, rgba(21, 34, 59, 0) 0%, #15223b 100%);
}
.logistics__imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logistics__ico {
  position: absolute;
  left: 4.5833vw;
  bottom: 3.75vw;
  z-index: 2;
  display: flex;
}
.logistics__ico li {
  margin-right: 0.4rem;
}
.logistics__ico li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
}
.logistics__ico li b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.logistics__ico li p {
  text-align: center;
  margin-top: 0.08rem;
  color: #fff;
  font-size: 0.18rem;
}
.supply {
  padding: 1.12rem 0 1rem;
}
.supply__list {
  margin-top: 0.66rem;
  display: flex;
  flex-wrap: wrap;
}
.supply__list li {
  margin-right: 1.7333%;
  margin-bottom: 0.24rem;
  padding: 0.1rem 0.1rem 0;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  border: 2px solid rgba(216, 22, 24, 0.5);
  border-radius: 0.12rem;
  width: 23.7%;
  overflow: hidden;
}
.supply__list li:hover {
  border-color: #d81618;
}
.supply__list li:hover:before {
  transform: scaleY(1);
}
.supply__list li:hover figure img {
  transform: scale(1.1);
}
.supply__list li:hover strong {
  color: #fff;
  transition-delay: 0.35s;
}
.supply__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #d81618;
  transform: scaleY(0);
  transform-origin: center top;
  transition: 0.68s;
}
.supply__list li:nth-child(4n+4) {
  margin-right: 0;
}
.supply__list li figure {
  position: relative;
  display: block;
  padding-bottom: 77.67%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 4px;
}
.supply__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supply__list li figure img {
  transition: 0.68s;
}
.supply__list li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  height: 0.64rem;
  color: #000000;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.36s;
}
.logistics__title--center {
  text-align: center;
}
.home__dynamic--list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.home__dynamic--list li {
  margin-right: 1.4%;
  margin-bottom: 0.3rem;
  perspective: 1000px;
  position: relative;
  z-index: 2;
  width: 32.4%;
  background: #fff;
  border-radius: 0.16rem;
}
.home__dynamic--list li:hover:before {
  opacity: 1;
  transform: rotateY(0deg);
}
.home__dynamic--list li:hover a figure img {
  transform: scale(1.08);
}
.home__dynamic--list li:hover .dynamic__text strong {
  color: #fff;
}
.home__dynamic--list li:hover .dynamic__text time {
  color: #ffffff;
  opacity: 0.5;
}
.home__dynamic--list li:hover .dynamic__text p {
  color: #fff;
}
.home__dynamic--list li:hover .dynamic__top .common__btns {
  opacity: 1;
  visibility: visible;
}
.home__dynamic--list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.16rem;
  background: url(../images/logisticsbg1.jpg) repeat;
  opacity: 0;
  transform-origin: left center;
  transform: rotateY(45deg);
  transition: 0.68s;
}
.home__dynamic--list li:nth-child(3n+3) {
  margin-right: 0;
}
.home__dynamic--list li a {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0.4rem 0.16rem 0.2rem;
  flex-direction: column;
  justify-content: space-between;
}
.home__dynamic--list li a figure {
  position: relative;
  display: block;
  padding-bottom: 66.74%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.18rem;
}
.home__dynamic--list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__dynamic--list li a figure img {
  transition: 0.68s;
}
.dynamic__top {
  margin-bottom: 0.52rem;
  padding: 0 0.2rem;
}
.dynamic__top .common__btns {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.dynamic__top .common__btns .common__btns--wr p {
  color: #fff;
  border-bottom-color: #fff;
}
.dynamic__text {
  margin-bottom: 0.2rem;
}
.dynamic__text strong {
  display: block;
  color: #0b0e14;
  font-size: 0.3rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  line-height: 1.2;
  transition: 0.35s;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic__text time {
  display: block;
  margin-bottom: 0.32rem;
  margin-top: 0.16rem;
  line-height: 1;
  color: #0b0e14;
  font-size: 0.16rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.35s;
}
.dynamic__text p {
  width: 2.6rem;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  min-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.cooperate {
  padding: 8.3333vw 0 10.8333vw;
  position: relative;
  overflow: hidden;
}
.cooperate:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 38.3333vw;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.cooperate:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 38.3333vw;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.cooperate__tab {
  margin-top: 0.8rem;
}
.cooperate__row {
  display: flex;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.cooperate__row:nth-child(2) .cooperate__list {
  animation-direction: reverse;
}
.cooperate__list {
  display: inline-flex;
  animation: LoopingCarousel_slideAnim__OKRSJ 30s linear infinite;
}
.cooperate__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  width: 1.92rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  background: #fff;
}
.cooperate__list li img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
@keyframes LoopingCarousel_slideAnim__OKRSJ {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer {
  background: #004894;
  position: relative;
  z-index: 5;
}
.footer__top {
  margin-bottom: 0.6rem;
}
.footer__logo {
  position: relative;
  text-align: center;
  top: -0.86rem;
}
.footer__logo img {
  display: inline-block;
  width: 1.91rem;
  height: auto;
}
.footer__slog {
  display: flex;
  justify-content: center;
  margin-top: -0.55rem;
}
.footer__slog img {
  display: inline-block;
  margin-right: 0.1rem;
  width: auto;
  height: 0.48rem;
}
.footer__slog img:last-child {
  margin-right: 0;
}
.footer__address {
  padding: 0.54rem 0 0.44rem;
  display: flex;
  justify-content: center;
  background: url(../images/logisticsbg4.jpg) repeat;
}
.address__item {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.66rem;
  text-align: center;
  min-width: 3.23rem;
}
.address__item:last-child:before {
  display: none;
}
.address__item:before {
  position: absolute;
  right: 0;
  top: 0.14rem;
  content: "";
  width: 1px;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.address__item span {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.address__item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.footer__bottom {
  padding: 0.48rem 0 0.35rem;
}
.footer__share {
  display: flex;
  justify-content: center;
  margin-bottom: 3.9583vw;
}
.share__item {
  position: relative;
  margin-right: 6px;
}
.share__item:last-child {
  margin-right: 0;
}
.share__item:hover a {
  background: #d81618;
  color: #fff;
}
.share__item:hover .share__eq {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.share__item a {
  display: block;
  text-align: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #fff;
  color: #004894;
  font-size: 0.22rem;
  line-height: 0.4rem;
}
.footer__copy {
  display: flex;
  justify-content: center;
}
.footer__copy p {
  margin-right: 0.12rem;
  color: #fcfcfc;
  font-size: 14px;
  opacity: 0.5;
}
.footer__copy a {
  color: #fcfcfc;
  font-size: 14px;
  opacity: 0.5;
}
.footer__copy a:hover {
  opacity: 1;
}
.share__eq {
  position: absolute;
  left: 50%;
  margin-left: -0.7rem;
  bottom: 100%;
  padding-bottom: 0.12rem;
  width: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
  transition: 0.4s;
}
.share__eq figure {
  display: block;
  line-height: 1;
  border-radius: 5px;
  overflow: hidden;
}
.share__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.product__tab {
  padding: 9.375vw 3.75vw 3.125vw 7.0833vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__class {
  position: relative;
  margin-right: 4.4271vw;
}
.product__class--list li {
  margin-bottom: 0.2rem;
  position: relative;
  cursor: pointer;
}
.product__class--list li:last-child {
  margin-bottom: 0;
}
.product__class--list li:hover figure,
.product__class--list li.active figure {
  opacity: 0.2;
}
.product__class--list li:hover strong,
.product__class--list li.active strong {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.product__class--list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.product__class--list li figure img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.product__class--list li strong {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #d81618;
  color: #d81618;
  font-size: 16px;
  line-height: 1;
  font-family: "HarmonyOS_Sans_SC_Bold";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scale(0);
}
.product__list {
  flex: 1;
  width: 0;
}
.product__wrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__max--wr {
  position: relative;
  flex: 1;
  width: 0;
  overflow: hidden;
}
.product__bgs {
  position: relative;
  height: 38.75vw;
}
.product__bgs img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.product__maxs {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}
.product-slide {
  position: relative;
}
.product-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38.75vw;
}
.product-slide figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.product__right {
  margin-left: 5px;
  position: relative;
  z-index: 6;
  padding: 3.2292vw 3.3333vw 3.0208vw;
  box-sizing: border-box;
  border: 1px solid #d81618;
  border-radius: 0.22rem;
  background: #fff;
  width: 4.46rem;
}
.product__info {
  position: relative;
}
.product__info--item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.product__info--item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.4s;
}
.product__texts {
  margin-bottom: 0.17rem;
}
.product__texts strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.profix {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.75rem;
}
.product__min {
  margin-top: 2.0833vw;
}
.product-min-slide {
  position: relative;
  width: 0.67rem;
  cursor: pointer;
}
.product-min-slide.active:before {
  opacity: 1;
  visibility: visible;
}
.product-min-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #d81618;
  border-radius: 0.12rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product-min-slide figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 0.67rem;
  width: 100%;
  border-radius: 0.12rem;
  background: #f4f4f4;
}
.product-min-slide figure img {
  max-width: 90%;
  max-height: 84%;
}
.home__about--right.article-block {
  clip-path: circle(0%);
  transition: 1.6s cubic-bezier(0.26, 1, 0.48, 1);
}
.home__about--right.article-block .home__about--data {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.home__about--right.active {
  clip-path: circle(50%);
}
.home__about--right.active .home__about--data {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.footer__logo.article-block img {
  clip-path: circle(0%);
  transform: translateY(50px);
  transition: 1.4s cubic-bezier(0.26, 1, 0.48, 1);
}
.footer__logo.active img {
  clip-path: circle(70%);
  transform: translateY(0px);
}
.common__pbanner {
  padding: 1.26rem 0 1.04rem;
  position: relative;
  z-index: 1;
  background: url(../images/logisticsbg5.jpg) repeat;
}
.posites {
  display: flex;
  align-items: center;
}
.posites a {
  display: inline-block;
  color: #f6f6f6;
  font-size: 16px;
  opacity: 0.5;
}
.posites a:hover {
  opacity: 1;
}
.posites a i {
  display: inline-block;
  margin-right: 0.06rem;
}
.posites b {
  display: inline-block;
  margin: 0 0.08rem;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  font-weight: normal;
  transform: scale(0.8);
}
.banner__tutle {
  margin-top: 0.82rem;
}
.banner__tutle strong {
  display: block;
  color: #fff;
  font-size: 0.45rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.oem__box {
  padding: 0.7rem 0 1.3rem;
}
.oem__list {
  display: flex;
  flex-wrap: wrap;
}
.oem__list li {
  margin-right: 1.25%;
  position: relative;
  margin-bottom: 0.22rem;
  width: 32.5%;
}
.oem__list li:nth-child(3n+3) {
  margin-right: 0;
}
.oem__list li figure {
  position: relative;
  display: block;
  padding-bottom: 71.193%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.oem__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem__list li figure img {
  transition: 0.7s;
}
.oem__list li:hover figure img {
  transform: scale(1.1);
}
.oem__list li:hover .oem__info:before {
  opacity: 1;
  visibility: visible;
}
.oem__list li:hover .oem__text {
  margin-top: 0.16rem;
  max-height: 1.2rem;
}
.oem__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.45s;
}
.oem__info:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: url(../images/logisticsbg1.jpg) repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.oem__wrap {
  width: 100%;
}
.oem__logo {
  line-height: 1;
}
.oem__logo img {
  max-width: 50%;
  max-height: 1.1rem;
}
.oem__text {
  text-align: center;
  margin-top: 0.16rem;
  transition: 0.4s;
  max-height: 0px;
  margin-top: 0;
  overflow: hidden;
}
.oem__text strong {
  display: block;
  margin-bottom: 0.26rem;
  color: #fff;
  font-size: 0.23rem;
  font-weight: normal;
}
.oem__text .common__arrow {
  margin: auto;
  background: none;
  border: 1px solid #fff;
}
.advantage__box {
  padding: 0.82rem 0 1.9rem;
  background: #fff;
}
.advantage__list {
  margin-top: 0.62rem;
  display: flex;
  justify-content: space-between;
}
.advantage__list > li {
  flex: 1;
  position: relative;
  margin-right: 0.3rem;
  padding: 0.42rem 0.4rem 0.4rem;
  width: 0;
  border-radius: 0.2rem;
  background: url(../images/advantage1.png) center no-repeat;
  background-size: 100% 100%;
}
.advantage__list > li:last-child {
  margin-right: 0;
}
.advantage__list > li:nth-child(2) {
  background: url(../images/advantage2.png) center no-repeat;
  background-size: 100% 100%;
}
.advantage__list > li:nth-child(2) .logistics__ico {
  margin: 0 -0.2rem;
}
.advantage__list > li:nth-child(2) .logistics__ico li {
  margin-right: auto;
}
.advantage__list > li:nth-child(2) .logistics__ico li:last-child {
  margin-right: 0;
}
.advantage__list > li:nth-child(3) {
  background: #d8b165;
}
.advantage__list > li > b {
  display: block;
  position: absolute;
  right: 0.42rem;
  top: 0.55rem;
  line-height: 1;
  font-size: 0.52rem;
  opacity: 0.2;
  color: #fff;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.advantage__list > li .logistics__ico {
  position: relative;
  left: 0;
  bottom: 0;
}
.advantage__list > li .logistics__ico li {
  margin-right: 0.35rem;
}
.advantage__city {
  color: #fff;
  font-size: 0.38rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  margin-bottom: 0.7rem;
}
.advantage__city strong {
  display: block;
  font-weight: normal;
}
.enm__view {
  position: relative;
}
.enm__bg {
  padding: 0 5.2083vw 1.1rem;
  background: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
}
.oem__view--info {
  padding: 0.82rem 0 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.oem__view--text {
  width: 4.96rem;
  box-sizing: border-box;
  padding-left: 0.1rem;
}
.oem__view--title {
  display: block;
  margin-bottom: 0.34rem;
  line-height: 1;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.oem__view--fix {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.oem__view--imgs {
  margin-top: 0.3rem;
  margin-right: 5.3125vw;
  width: 3.8rem;
  line-height: 1;
}
.oem__view--imgs img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.oem__case .oem__view--title {
  padding-left: 0.1rem;
}
.oem__case--list {
  display: flex;
  flex-wrap: wrap;
}
.oem__case--list li {
  margin-right: 1.4%;
  width: 49.3%;
}
.oem__case--list li:nth-child(2n+2) {
  margin-right: 0;
}
.oem__case--list li:hover figure img {
  transform: scale(1.08);
}
.oem__case--list li figure {
  position: relative;
  display: block;
  padding-bottom: 107%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.oem__case--list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem__case--list li figure img {
  transition: 0.85s;
}
.cooperate__case {
  padding: 0.7rem 0 1.8rem;
}
.cooperate__case .oem__view--title {
  margin-bottom: 0.56rem;
}
.common__share {
  position: absolute;
  left: 50%;
  margin-left: -44.1667vw;
  top: 0.42rem;
  z-index: 10;
}
.common__share.flexs {
  position: fixed;
  top: 0.8rem;
}
.share__top {
  padding: 0.28rem 0;
  background: #fff;
  width: 0.68rem;
  border-radius: 0.34rem;
  text-align: center;
}
.common__share--li li {
  margin-bottom: 0.18rem;
  line-height: 1;
}
.common__share--li li a {
  display: inline-block;
  float: none !important;
  margin: auto !important;
  text-align: center !important;
  height: auto !important;
  line-height: 1;
  color: #b3b4b6;
  padding: 0 !important;
  font-size: 0.2rem !important;
  background: none !important;
}
.common__share--li li a:hover {
  color: #d81618;
}
.back__list a {
  display: inline-block;
  text-align: center;
}
.back__list a:hover span {
  color: #d81618;
}
.back__list a b {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #d81618;
  color: #fff;
  line-height: 0.24rem;
  font-size: 12px;
  font-weight: normal;
}
.back__list a span {
  display: block;
  margin-top: 4px;
  line-height: 1;
  color: #b3b4b6;
  font-size: 12px;
  transition: 0.35s;
}
.scroll__tops {
  margin: auto;
  margin-top: 0.12rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #bfbfbf;
  font-size: 12px;
  transition: 0.4s;
  cursor: pointer;
}
.scroll__tops:hover {
  background: #d81618;
  color: #fff;
}
.product__menu {
  position: relative;
  display: flex;
}
.product__class--item {
  flex: 1;
  position: relative;
  width: 0;
  overflow: hidden;
}
.product__class--item:hover figure img {
  transform: scale(1.06);
}
.product__class--item:hover figure:before {
  opacity: 1;
  visibility: visible;
}
.product__class--item:hover .product__en {
  opacity: 1;
}
.product__class--item:hover .promin {
  left: 30%;
}
.product__class--item:hover .promin img {
  width: 82.1%;
}
.product__class--item.active figure:before {
  opacity: 1;
  visibility: visible;
}
.product__class--item.active .product__en {
  opacity: 1;
}
.product__class--item.active .promin {
  left: 30%;
}
.product__class--item.active .promin img {
  width: 82.1%;
}
.product__class--item.active .product__class--fix {
  margin-top: 0;
  top: 10%;
}
.product__class--item.active .promore {
  opacity: 0;
  visibility: hidden;
}
.product__class--item.active .product__mouse {
  opacity: 1;
  visibility: visible;
}
.product__class--item figure {
  z-index: 1;
  position: relative;
  display: block;
  padding-bottom: 261%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product__class--item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__class--item figure img {
  transition: 0.8s;
}
.product__class--item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logisticsbg1.jpg) repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.promin {
  position: absolute;
  left: 0;
  top: 39.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
  text-align: center;
  height: 2.2rem;
  transition: 0.4s;
}
.promin:before {
  position: absolute;
  right: 30.78%;
  top: 50%;
  margin-top: -1.096rem;
  z-index: -1;
  content: "";
  width: 2.9rem;
  height: 2.19rem;
  background: url(../images/proshows.png) center no-repeat;
  background-size: cover;
}
.promin img {
  display: inline-block;
  width: 66.75%;
  height: auto;
  transition: 0.4s;
}
.product__class--fix {
  position: absolute;
  left: 3.8542vw;
  top: 100%;
  margin-top: -2.42rem;
  z-index: 3;
  transition: 0.88s;
}
.product__class--fix strong {
  display: block;
  margin-bottom: 0.06rem;
  line-height: 1;
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__class--fix p {
  color: #fff;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.promore {
  margin-top: 0.32rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.57rem;
  height: 0.43rem;
  border-radius: 0.22rem;
  background: #d81618;
  transition: 0.3s;
}
.promore i {
  display: inline-block;
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
}
.promore i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}
.promore i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.product__en {
  position: absolute;
  left: 113%;
  top: -4%;
  z-index: 3;
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  color: #ffffff;
  font-size: 8.6979vw;
  line-height: 0.8;
  font-family: "Leelawadee UI";
  text-transform: uppercase;
  opacity: 0.08;
  transition: 0.4s;
}
.product__mouse {
  position: absolute;
  left: 3.8542vw;
  bottom: 4.7917vw;
  z-index: 3;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.product__mouse i {
  display: inline-block;
  width: 0.57rem;
  height: 0.43rem;
  text-align: center;
  line-height: 0.43rem;
  border-radius: 0.22rem;
  background: #fff;
  color: #d81618;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.product__mouse p {
  margin-left: 0.12rem;
  color: #fff;
  font-size: 0.18rem;
  opacity: 0.5;
}
.products {
  padding-bottom: 1.22rem;
}
.product__tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.98rem;
}
.product__xl {
  display: flex;
  align-items: center;
}
.product__xl i {
  display: inline-block;
  margin-right: 0.13rem;
  width: 0.24rem;
  height: 0.21rem;
  background: url(../images/more1.png) center no-repeat;
  background-size: cover;
}
.product__xl span {
  display: inline-block;
  margin-right: 0.2rem;
  color: #000000;
  font-size: 0.25rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__xl b {
  display: inline-block;
  color: #d2d2d2;
  font-size: 16px;
  transform: rotate(180deg);
  font-weight: normal;
}
.product__menu--li {
  display: flex;
  align-items: center;
}
.product__menu--li li {
  margin-right: 0.4rem;
}
.product__menu--li li.active a {
  color: #d81618;
}
.product__menu--li li a {
  color: #484848;
  font-size: 0.18rem;
}
.product__menu--li li a:hover {
  color: #d81618;
}
.product__lists {
  padding: 0 0.26rem 0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.product__lists li {
  margin-right: 1.333%;
  margin-bottom: 0.26rem;
  perspective: 1000px;
  position: relative;
  width: 24%;
}
.product__lists li:nth-child(4n+4) {
  margin-right: 0;
}
.product__lists li:hover .product__pops {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.product__defaul {
  padding: 0.24rem 0 0.62rem;
  background: #fff;
  border-radius: 0.26rem;
}
.product__defaul figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17.5vw;
}
.product__defaul figure img {
  max-width: 90%;
  max-height: 80%;
  width: auto;
}
.product__defaul strong {
  display: block;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 1;
  color: #575757;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__pops {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 0.4rem 0.26rem 0.26rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 0.26rem;
  background: url(../images/logisticsbg1.jpg) repeat;
  opacity: 0;
  visibility: hidden;
  transform-origin: left center;
  transform: rotateY(45deg);
  transition: 0.5s;
}
.product__pops strong {
  display: block;
  padding-left: 0.08rem;
  line-height: 1;
  color: #fff;
  font-size: 0.35rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__pops figure {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}
.product__pops figure img {
  width: auto;
  max-width: 80%;
  max-height: 70.58%;
}
.product__tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product__tag span {
  display: inline-block;
  padding: 0 0.14rem;
  margin-right: 0.07rem;
  margin-bottom: 0.06rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border: 1px solid #fff;
  border-radius: 0.17rem;
  color: #fff;
  font-size: 0.16rem;
}
.loader__more {
  text-align: center;
}
.loader__more a {
  display: inline-block;
}
.loader__more a:hover p {
  color: #d81618;
}
.loader__more a span {
  display: inline-block;
  margin: auto;
  margin-bottom: 0.12rem;
  width: 0.24rem;
  height: 0.21rem;
  background: url(../images/more1.png) center no-repeat;
  background-size: cover;
}
.loader__more a p {
  color: #8b8b8b;
  font-size: 0.2rem;
  transition: 0.4s;
  line-height: 1;
}
.news__box {
  padding: 0.9rem 0 1.8rem;
}
.news__infos {
  margin-bottom: 0.72rem;
}
.news__infos a {
  display: flex;
  justify-content: space-between;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news__infos a:hover .dynamic__top .dynamic__text strong {
  color: #d81618;
}
.news__infos a:hover .news__Imgs figure img {
  transform: scale(1.05);
}
.news__infos a:hover .common__btns .common__btns--wr p {
  color: #d81618;
  border-bottom-color: #d81618;
}
.news__infos a:hover .common__btns .common__btns--wr .arrow__wr i {
  transition: 0.4s;
}
.news__infos a:hover .common__btns .common__btns--wr .arrow__wr i.start {
  left: 100%;
  opacity: 0.2;
}
.news__infos a:hover .common__btns .common__btns--wr .arrow__wr i.end {
  opacity: 1;
  left: 0;
  transition-delay: 0.1s;
}
.news__infos a .dynamic__top {
  position: relative;
  z-index: 3;
  width: 36.76%;
  box-sizing: border-box;
  padding: 5.2083vw 4.5833vw 5.625vw;
  margin-bottom: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 0.2rem;
}
.news__infos a .dynamic__top .dynamic__text time {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.news__infos a .dynamic__top .dynamic__text strong {
  margin-bottom: 0.2rem;
  -webkit-line-clamp: 10;
  height: auto;
}
.news__infos a .dynamic__top .dynamic__text p {
  max-width: 100%;
}
.news__infos a .dynamic__top .common__btns {
  opacity: 1;
  visibility: visible;
}
.news__infos a .dynamic__top .common__btns p {
  color: #0b0e14;
  border-bottom-color: #0b0e14;
}
.news__Imgs {
  flex: 1;
  margin-left: -0.2rem;
  width: 0;
}
.news__Imgs figure {
  line-height: 1;
  height: 100%;
  overflow: hidden;
}
.news__Imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.78s;
}
.news__listd {
  margin-bottom: 0.56rem;
}
.news__view {
  padding-top: 0.78rem;
}
.news__view .dynamic__text time {
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.news__view .dynamic__text strong {
  height: auto;
  -webkit-line-clamp: 20;
}
.news__view--infos {
  margin-top: 0.3rem;
  color: #444444;
  font-size: 16px;
}
.news__view--infos img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.contact__box {
  padding: 0.7rem 0 0.2rem;
  background: url(../images/logisticsbg6.jpg) repeat;
}
.contact__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact__left {
  padding-top: 0.14rem;
  width: 46.45%;
}
.contact__item {
  margin-bottom: 0.42rem;
  display: flex;
  align-items: flex-start;
}
.contact__item i {
  display: inline-block;
  width: 0.41rem;
  height: 0.32rem;
  border-radius: 0.16rem;
  text-align: center;
  line-height: 0.32rem;
  background: #d81618;
  color: #fff;
  font-size: 0.18rem;
  font-style: normal;
}
.contact__text {
  margin-left: 0.12rem;
  width: 0;
  flex: 1;
}
.contact__text span {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 0.32rem;
  color: #767676;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.contact__text p {
  color: #0e0e0e;
  font-size: 0.17rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  line-height: 1.4;
}
.contact__ad {
  flex: 1;
  width: 0;
}
.contact__eq {
  display: flex;
}
.contact__eq--item {
  margin-right: 0.42rem;
  width: 1.14rem;
}
.contact__eq--item:last-child {
  margin-right: 0;
}
.contact__eq--item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.06rem;
}
.contact__eq--item p {
  margin-top: 0.13rem;
  line-height: 1;
  text-align: center;
  color: #4b4b4b;
  font-size: 16px;
}
.map {
  height: 6rem;
}
.message {
  padding: 0.9rem 0 2.6rem;
  background-color: #fff;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.message__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.message__top strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.message__top h3 {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1;
  color: #0b0e14;
  font-size: 0.25rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.message__top p {
  color: #383838;
  font-size: 16px;
  width: 3.36rem;
}
.message__top p a {
  color: #d81618;
}
.message__form {
  padding-top: 4.7917vw;
  width: 57.74%;
}
.message__row {
  display: flex;
}
.message__item {
  margin-right: 0.26rem;
  margin-bottom: 0.28rem;
  flex: 1;
}
.message__item:last-child {
  margin-right: 0;
}
.message__item p {
  margin-bottom: 0.12rem;
  padding-left: 0.22rem;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.message__item p i {
  color: #d81618;
  font-style: normal;
}
.message__text .text {
  box-sizing: border-box;
  padding: 0;
  padding-left: 0.32rem;
  width: 100%;
  height: 0.57rem;
  border: 1px solid #dcdcdc;
  line-height: 0.55rem;
  color: #d81618;
  font-size: 16px;
  background: none;
  transition: 0.35s;
  border-radius: 0.29rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  resize: none;
}
.message__text .text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.message__text .text:focus {
  border-color: #d81618;
  color: #d81618;
}
.message__text .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message__sub .sub {
  width: 100%;
  height: 0.56rem;
  line-height: 0.56rem;
  border: none;
  padding: 0;
  border-radius: 0.28rem;
  background: #d81618;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  transition: 0.4s;
}
.message__sub .sub:hover {
  background: #004894;
}
.amap-copyright,
.amap-logo {
  display: none !important;
}
.introduct__video {
  position: relative;
  overflow: hidden;
}
.introduct__video figure {
  position: relative;
  z-index: 3;
  padding-bottom: 35.416%;
  overflow: hidden;
}
.introduct__video figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.video__btns:hover p {
  color: #d81618;
  border-color: #d81618;
}
.video__btns span {
  display: block;
  margin-right: 0.14rem;
  position: relative;
  width: 0.45rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 0.17rem;
  background: #d81618;
  color: #fff;
  font-size: 0.2rem;
}
.video__btns p {
  padding: 1px 0;
  color: #0b0e14;
  font-size: 0.17rem;
  line-height: 1;
  border-bottom: 1px solid #0b0e14;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.4s;
}
.about__introduct {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.introduct__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 17.1875vw;
}
.introduct__wrap .home__about--left {
  padding-top: 1.5rem;
  width: 42.64%;
}
.introduct__wrap .home__about--left .about__infos {
  margin-bottom: 0;
  width: 5rem;
  max-width: 100%;
}
.introduct__datas {
  box-sizing: border-box;
  padding: 4.6875vw 0.2rem 5.2083vw 4.6875vw;
  margin-top: -1.3rem;
  position: relative;
  z-index: 5;
  width: 46.65%;
  border-radius: 0.24rem;
  background: url(../images/logisticsbg1.jpg) repeat;
}
.introduct__items {
  display: flex;
  align-items: center;
  margin-bottom: 3.4375vw;
  line-height: 1;
}
.introduct__items:last-child {
  margin-bottom: 0;
}
.introduct__items strong {
  display: block;
  width: 3.18rem;
  line-height: 1;
  color: #fff;
  font-size: 0.7rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.introduct__items strong b {
  font-weight: normal;
}
.introduct__items p {
  color: #fff;
  font-size: 16px;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.about__citys {
  padding-bottom: 1.16rem;
}
.city__swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
  line-height: 1;
}
.city__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.06rem;
  width: 0.1rem;
  height: 0.05rem;
  border-radius: 0.03rem;
  background: #c7c7c7;
  opacity: 1;
  transition: 0.4s;
}
.city__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d81618;
  width: 0.28rem;
}
.city-slide {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.city__imgs {
  width: 50.8%;
}
.city__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 73.02%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0 0.2rem 0.2rem 0;
}
.city__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.city__fix {
  flex: 1;
  margin-right: -0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 4.6875vw 3.6458vw 4.2708vw;
  background: #fff;
  width: 0;
  position: relative;
  z-index: 2;
  border-radius: 0.2rem;
}
.city__fix .distribution__data {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.city__in {
  width: 5.62rem;
  max-width: 100%;
}
.introduct__data--list .distribution__data--item {
  position: relative;
  padding-left: 0.45rem;
}
.introduct__data--list .distribution__data--item img {
  position: absolute;
  left: 0;
  top: 0.03rem;
  width: 0.32rem;
  height: auto;
}
.introduct__data--list .distribution__data--item p {
  margin-top: 0.1rem;
  color: #0d0d0d;
}
.company {
  display: flex;
}
.company__item {
  flex: 1;
  position: relative;
  transition: 0.6s;
}
.company__item:hover {
  flex: 2;
}
.company__item figure {
  position: relative;
  display: block;
  padding-bottom: 6rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.company__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__text {
  position: absolute;
  left: 3.6458vw;
  right: 2.6042vw;
  top: 5vw;
  z-index: 3;
}
.company__text b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
}
.company__text b img {
  max-width: 100%;
  max-height: 100%;
}
.company__text strong {
  display: block;
  margin-top: 0.36rem;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #fff;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.company__text p {
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 1.4;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.about__mission {
  padding-top: 1.56rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #ffffff;
}
.about__wrs {
  position: relative;
  z-index: 2;
  padding-bottom: 11.6667vw;
}
.about__wrs:before {
  position: absolute;
  left: 50%;
  top: 3rem;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 1px;
  background: #e5e5e5;
}
.history__top {
  margin-bottom: 0.56rem;
}
.history__top strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #d81618;
  font-size: 7.2917vw;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.history__top p {
  padding-left: 0.18rem;
  color: #000000;
  font-size: 0.45rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.history-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.history__imgs {
  width: 46.25%;
}
.history__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.26rem;
}
.history__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history__fix {
  margin-left: 1.1rem;
  flex: 1;
  padding-top: 3.3854vw;
  width: 0;
  position: relative;
}
.history__fix time {
  display: block;
  margin-bottom: 2.0833vw;
  line-height: 1;
  color: #d81618;
  font-size: 0.8rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.history__in {
  width: 3.7rem;
  max-width: 100%;
}
.history__in p {
  color: #0e0e0e;
  font-size: 0.3rem;
  line-height: 1.3;
}
.history__swiper {
  position: relative;
  z-index: 3;
}
.history__prev {
  position: absolute;
  left: 46.25%;
  margin-left: 1.1rem;
  bottom: 3.8542vw;
  z-index: 10;
}
.history__en {
  position: absolute;
  right: 16.6667vw;
  bottom: 0;
  line-height: 1;
  z-index: -1;
  color: #f3f3f3;
  font-size: 9.375vw;
  opacity: 0.5;
  text-transform: uppercase;
  font-family: "Leelawadee UI";
}
.mission__box {
  margin-top: 11.4583vw;
  padding: 0 0 13.0208vw;
  position: relative;
  z-index: 2;
}
.mission__bg {
  position: absolute;
  left: 50%;
  margin-left: -1.03rem;
  top: 0;
  width: 2.06rem;
  height: 3.86rem;
  background: url(../images/mission.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}
.minssion__wr {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
}
.minssion__wr strong {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1.04rem;
  height: 2.14rem;
  width: 2.08rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.mission__text {
  margin-right: 9.5833vw;
  text-align: right;
}
.mission__text h3 {
  display: block;
  margin-bottom: 0.1rem;
  color: #0e0e0e;
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 1.3;
}
.mission__text small {
  display: block;
  margin-left: auto;
  color: #a3a3a3;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
  width: 3.46rem;
  max-width: 100%;
}
.mission__item:nth-child(2) {
  margin-top: -0.3rem;
}
.mission__item:nth-child(2) .minssion__wr {
  margin-left: 50%;
  flex-direction: row;
  text-align: left;
  justify-content: flex-start;
}
.mission__item:nth-child(2) .minssion__wr strong {
  margin-right: 0;
  margin-left: -1.04rem;
}
.mission__item:nth-child(2) .minssion__wr .mission__text {
  margin-right: 0;
  margin-left: 9.5833vw;
  text-align: left;
}
.mission__item:nth-child(2) .minssion__wr .mission__text small {
  margin-left: 0;
  margin-right: auto;
}
.honor__box {
  padding: 1.36rem 0 1.6rem;
}
.honor__title {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.honor__tag {
  margin-top: 0.26rem;
}
.honor__tag p {
  color: #85868c;
  font-size: 0.18rem;
  line-height: 1.6;
}
.honor__tag p.active {
  color: #424242;
}
.honor__tabs {
  margin: 0 5.9375vw;
  position: relative;
  margin-top: -1.08rem;
  z-index: 3;
}
.honor__ens {
  position: absolute;
  left: 0;
  top: 3vw;
  width: 100%;
  z-index: -1;
  text-align: center;
  color: #fff;
  font-size: 13.1771vw;
  line-height: 1;
  white-space: nowrap;
  font-family: "Myriad Pro";
  text-transform: uppercase;
}
.honor__swiper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 2rem;
  right: 2rem;
}
.honor__swiper:before {
  position: absolute;
  left: 50%;
  margin-left: -18.4vw;
  top: 50%;
  margin-top: -0.65rem;
  content: "";
  width: 36.8vw;
  height: 1.3rem;
  background: #f7f7f7;
  z-index: 10;
}
.honor-slide {
  width: 1.2rem;
  cursor: pointer;
}
.honor-slide.swiper-slide-active {
  width: 33.3333vw;
}
.honor-slide.swiper-slide-active figure {
  border-color: #d81618;
}
.honor-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #efefef;
  border-radius: 50%;
  transition: 0.45s;
}
.honor-slide figure img {
  max-width: 75%;
  max-height: 80%;
}
.honor__maxs {
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 4;
  width: 33.0208vw;
  height: 33.0208vw;
  background: #fff;
  border-radius: 50%;
}
.honor__max--swiper {
  width: 100%;
}
.hmax-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.1458vw;
}
.hmax-slide figure img {
  max-width: 80%;
  max-height: 100%;
  width: auto;
}
.hmax-slide p {
  margin-top: 0.38rem;
  color: #424242;
  font-size: 0.18rem;
  text-align: center;
}
.honor__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.22rem;
}
.honor__prev.prev {
  left: 0;
}
.honor__prev.prev a {
  display: flex;
  flex-direction: row-reverse;
}
.honor__prev.prev a .arrow__wr {
  right: auto;
  left: 0.09rem;
  transform: rotate(270deg);
}
.honor__prev.prev a p {
  margin-right: 0;
  margin-left: 0.1rem;
}
.honor__prev.next {
  right: 0;
}
.guarantee__item {
  display: flex;
}
.guarantee__item:nth-child(2n+2) .guarantee__left {
  background: url(../images/logisticsbg2.jpg) repeat;
}
.guarantee__item:nth-child(3n+3) .guarantee__left {
  background: url(../images/logisticsbg3.jpg) repeat;
}
.guarantee__left {
  position: relative;
  width: 26.6666%;
  background: url(../images/logisticsbg1.jpg) repeat;
}
.guarantee__left .logistics__text {
  left: 5.625vw;
  top: 6.0417vw;
}
.guarantee__right {
  position: relative;
  flex: 1;
  width: 0;
}
.guarantee__right figure {
  position: relative;
  display: block;
  padding-bottom: 63.7%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.guarantee__right figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guarantee__right figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 71.28%;
  background: linear-gradient(to bottom, rgba(21, 34, 59, 0) 0%, #15223b 100%);
  z-index: 2;
}
.guarantee__right .logistics__ico {
  padding-left: 3.2292vw;
  bottom: 2.8125vw;
  padding-left: 0;
}
.guarantee__right .logistics__ico li {
  padding: 0.22rem 0;
  margin-right: 5px;
  width: 1.2rem;
  border-radius: 0.14rem;
  background: rgba(0, 0, 0, 0.3);
}
.mouse__down {
  position: absolute;
  left: 0;
  bottom: 5.4688vw;
  width: 100%;
  text-align: center;
}
.mouse__down p {
  margin-top: 0.16rem;
  color: #ffffff;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  line-height: 1.5;
  opacity: 0.5;
}
.mouse__arrow {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.mouse__arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  color: #d81618;
  font-size: 0.2rem;
  font-style: normal;
}
.scm {
  padding-top: 27.8646vw;
}
.scm__imgs {
  position: absolute;
  right: 20.8333vw;
  top: 0;
  z-index: -1;
  width: 50.8854vw;
  line-height: 1;
}
.scm__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.scm__down {
  position: relative;
  padding: 0.3rem 0;
  display: flex;
  justify-content: flex-end;
}
.base__en {
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.3;
  font-family: "HarmonyOS_Sans_SC_Bold";
  text-transform: uppercase;
}
.base__pbanner {
  padding-bottom: 0;
}
.scm__en {
  position: absolute;
  left: 0;
  bottom: -6.4583vw;
  width: 56.0417vw;
  height: auto;
}
.research {
  position: relative;
  overflow: hidden;
}
.research__imgs {
  padding-bottom: 46.87%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.research__data {
  position: absolute;
  left: 0;
  bottom: 8.3333vw;
  justify-content: center;
  width: 100%;
  display: flex;
  padding-top: 0;
  border-top: none;
}
.research__data .distribution__data--item {
  margin-right: 9.6354vw;
}
.research__data .distribution__data--item:last-child {
  margin-right: 0;
}
.research__data b {
  display: block;
  margin-bottom: 0.26rem;
  width: 0.4rem;
}
.research__data b img {
  display: block;
  width: 100%;
  height: auto;
}
.research__data .distribution__data--item p {
  margin-top: 0.1rem;
  color: #fff;
}
.research__data .numbles span,
.research__data .numbles sup {
  color: #fff;
}
.research__data .numbles sup {
  margin-left: 0.1rem;
}
.base__introduct {
  background: #fff;
}
.base__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base__info {
  margin-left: 2.1rem;
  width: 4.2rem;
}
.base__info strong {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #000000;
  font-size: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.base__info p {
  color: #616161;
  font-size: 0.18rem;
  line-height: 1.8;
}
.base__right {
  padding: 1.55rem 0 1.7rem;
  padding-right: 2.1rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  background: #004894;
  box-sizing: border-box;
}
.base__list {
  position: relative;
  width: 4.3rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.base__list li {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
  transition: 0.5s;
}
.base__list li.hide {
  top: 66%;
}
.base__list li:nth-child(2) {
  margin-top: 0.6rem;
}
.base__list li:nth-child(3) {
  margin-top: 1.2rem;
}
.base__list li:nth-child(4) {
  margin-top: 1.8rem;
}
.base__list li.active {
  background: #003c7c;
}
.base__list li:first-child {
  position: relative;
}
.base__list li.active {
  background: #003c7c;
}
.base__list li.active .base__btn {
  opacity: 0;
  visibility: hidden;
}
.base__list li.active .base__li {
  opacity: 1;
  visibility: visible;
}
.base__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding: 0 0.44rem 0 0.4rem;
  box-sizing: border-box;
  height: 0.6rem;
  cursor: pointer;
  transition: 0.38s;
}
.base__btn strong {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
}
.base__btn i {
  display: inline-block;
  width: 0.13rem;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.base__li {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.base__li figure {
  position: relative;
  display: block;
  padding-bottom: 62.06%;
  height: 0;
  line-height: 1;
  border-radius: 0.2rem;
  overflow: hidden;
}
.base__li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base__tt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.3rem;
  text-align: center;
}
.base__tt small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.36rem;
  text-transform: uppercase;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.base__tt strong {
  display: block;
  margin-top: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.base__in {
  padding: 0.46rem 0;
  color: #ffffff;
  font-size: 0.18rem;
}
.base__in p {
  padding: 0 2.8125vw;
  max-height: 1.94rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.base__en-blocks {
  position: absolute;
  right: 1.8229vw;
  bottom: 0.25rem;
  z-index: -1;
  text-align: right;
  color: #003c7b;
  font-size: 6.5104vw;
  font-family: "HarmonyOS_Sans_SC_Bold";
  line-height: 0.9;
}
.base__hide {
  overflow: hidden;
}
.base__en1 {
  position: absolute;
  right: -0.3rem;
  bottom: -7.8125vw;
  width: 50vw;
  line-height: 1;
  z-index: 3;
}
.base__en1 img {
  display: block;
  width: 100%;
  height: auto;
}
.base__block {
  position: relative;
  z-index: 1;
  padding: 1.26rem 0 1.48rem;
}
.base__block:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: 100%;
  background: #d81618;
}
.base__block--wrap {
  position: relative;
}
.base__block--info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.5vw 2.5vw 0;
  width: 4.38rem;
  height: 4rem;
  box-sizing: border-box;
  border: 1px solid #d81618;
  border-radius: 0.16rem;
  background: #fff;
  z-index: 5;
}
.base__swiper {
  margin-left: 13.75vw;
}
.base-slide figure {
  position: relative;
  display: block;
  padding-bottom: 51.13%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.base-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base__titles {
  display: block;
  line-height: 1;
  color: #d81618;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.base__ck {
  margin-top: 0.68rem;
  position: relative;
}
.base__ck--item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
}
.base__ck--item.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.58s;
}
.base__ck--item small {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #000000;
  font-size: 0.48rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.base__ck--item p {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.28rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.base-slide {
  overflow: hidden;
}
.base__dit {
  position: absolute;
  left: 0;
  bottom: 3.125vw;
  display: flex;
  align-items: center;
}
.base__dit .swiper-pagination-bullet {
  margin-right: 0.06rem;
  display: inline-block;
  width: 0.1rem;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.4s;
}
.base__dit .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 0.28rem;
}
.scm__en.article-block,
.base__en1.article-block {
  clip-path: inset(0 100% 0 0);
  transition: 1.2s;
}
.scm__en.active,
.base__en1.active {
  clip-path: inset(0 0 0 0);
}
.guarantee {
  position: relative;
}
.guarantee__line {
  position: absolute;
  left: 33.1042vw;
  top: 20.0521vw;
  width: 31.9792vw;
  z-index: 3;
  pointer-events: none;
}
.guarantee__svg > img,
.guarantee__svg svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.guarantee__svg #linesvg {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.guarantee__dit {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  background: #d81618;
  left: 68%;
  top: 0;
  text-align: center;
}
.guarantee__dit.show {
  background: #fff;
}
.guarantee__dit.show img.mouses {
  opacity: 0;
  visibility: hidden;
}
.guarantee__dit.show img.zs {
  opacity: 1;
  visibility: visible;
}
.guarantee__dit img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}
.guarantee__dit img.zs {
  opacity: 0;
  visibility: hidden;
}
