:root {
  --logoColor: #e8390d;
  --trans: cubic-bezier(0.3, 0, 0.24, 1);
}

img {
  display: inline-block;
  max-width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

@font-face {
  font-family: "MISANS-DEMIBOLD";
  src: url("../fonts/MISANS-DEMIBOLD.woff2") format("woff2"), url("../fonts/MISANS-DEMIBOLD.woff") format("woff"), url("../fonts/MISANS-DEMIBOLD.ttf") format("truetype"), url("../fonts/MISANS-DEMIBOLD.eot") format("embedded-opentype"), url("../fonts/MISANS-DEMIBOLD.svg") format("svg");
}

.misdb {
  font-family: "MISANS-DEMIBOLD";
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.eot") format("embedded-opentype"), url("../fonts/Montserrat-Light.svg") format("svg");
}

.mon {
  font-family: "Montserrat-Light";
}

@keyframes aniRotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes aniRotate2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-180deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes aniScale {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes aniScale2 {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(4);
  }
}

@keyframes pathImgRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes pathImgLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes float {
  0% {
    right: 0;
    top: 0;
    /* transform: translate(0, 0); */
  }


  10% {
    right: 5px;
    top: 0;
    /* transform: translate(5px, 0); */
  }

  20% {
    right: 5px;
    top: 5px;
    /* transform: translate(5px, 5px); */
  }

  30% {
    right: 10px;
    top: -5px;
    /* transform: translate(10px, -5px); */
  }

  40% {
    right: 4px;
    top: 0;
    /* transform: translate(4px, 0); */
  }

  50% {
    right: 5px;
    top: 5px;
    /* transform: translate(5px, 5px); */
  }

  60% {
    right: 8px;
    top: 2px;
    /* transform: translate(8px, 2px); */
  }

  70% {
    right: 12px;
    top: 8px;
    /* transform: translate(12px, 8px); */
  }

  80% {
    right: 4px;
    top: 0;
    /* transform: translate(4px, 0); */
  }

  90% {
    right: -4px;
    top: 5px;
    /* transform: translate(-4px, 5px); */
  }

  100% {
    right: 0;
    top: 0;
    /* transform: translate(0, 0); */
  }
}

.w1536 {
  width: 1536px;
  max-width: 90%;
  margin: 0 auto;
}

.swiper-box {
  position: relative;
}

.font72 {
  font-size: 1.8rem;
  line-height: 1;
}

.font62 {
  font-size: 1.55rem;
  line-height: 1;
}

.font48 {
  font-size: 1.2rem;
  line-height: 1;
}

.font42 {
  font-size: 1.05rem;
  line-height: 1;
}

.font36 {
  font-size: 0.9rem;
  line-height: 1;
}

.font30 {
  font-size: 0.75rem;
  line-height: 1;
}

.lh1 {
  line-height: 1;
}

.tac {
  text-align: center;
}

.fonb {
  font-weight: bold;
}

.nowrap {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 2s;
}

.i-tit {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1;
  font-family: "MISANS-DEMIBOLD";
}

.i-sub {
  color: #A1A1A1;
  font-size: 1rem;
  line-height: 1.25;
}

.side-tit {
  color: #000000;
  font-size: 1.05rem;
  line-height: 1;
  font-family: "MISANS-DEMIBOLD";
}

.side-sub {
  color: #000;
  font-size: 1rem;
  line-height: 1.25;
  width: 58%;
  margin-top: 1.25rem;
}

.main-more {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  min-width: 2.6rem;
  height: 1.05rem;
  line-height: calc(1.05rem - 4px);
  text-align: center;
  padding: 0 0.4rem;
  border-radius: 6px;
  border: 2px solid #959595;
  color: #333;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in;
}

.main-more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.main-more::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.main-more:hover {
  border-color: var(--logoColor);
  color: #fff;
}

.main-more:hover::before {
  top: -35%;
  background-color: var(--logoColor);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.main-more:hover::after {
  top: -45%;
  background-color: var(--logoColor);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.main-more.other {
  color: #fff;
  border-color: #fff;
}

.main-more.other:hover {
  border-color: var(--logoColor);
  color: var(--logoColor);
}

.main-more.other:hover::before {
  background-color: #fff;
}

.main-more.other:hover::after {
  background-color: #fff;
}

.mc-img {
  position: relative;
}

.mc-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-swiper .swiper-pagination {
  line-height: 1;
}

.main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
  margin: 0 0.25rem;
  transition: all 0.4s;
}

.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
}

.index-container {
  height: 20.5rem;
}

.index-container .swiper-wrapper {
  height: 100%;
}

.index-container .swiper-pagination {
  bottom: 0.75rem;
}

.index-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-container .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.index-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1, 1);
  transition: 1s linear 2s;
}

.index-container .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-container .swiper-slide .play {
  width: 1.2rem;
  height: 1.2rem;
  z-index: 10;
}

.index-container .swiper-slide .pos-cont {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 5;
}

.index-container .swiper-slide .pos-cont .tit {
  color: #ffffff;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.8s var(--trans);
}

.index-container .swiper-slide .pos-cont .cont {
  margin-top: 0.4rem;
  color: #ffffff;
  opacity: 0;
  transform: translateY(0.5rem);
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.8s var(--trans);
}

.index-container .swiper-slide-active img {
  transform: scale(1.1, 1.1);
  transition: 6s linear;
}

.index-container .swiper-slide-active .pos-cont .tit,
.index-container .swiper-slide-active .pos-cont .cont {
  opacity: 1;
  transform: translateY(0);
}

.index-a {
  padding: 2.7rem 0 2.95rem;
}

.index-a .wrap {
  display: flex;
  position: relative;
  padding-left: 4.8rem;
}

.index-a .wrap .lf {
  width: 29.6%;
  /* width: 40%; */
  padding-top: 1rem;
  position: relative;
}

.index-a .wrap .lf .tit {
  line-height: 1.3;
}

.index-a .wrap .lf .line {
  width: 52%;
  height: 2px;
  position: relative;
  margin-top: 0.75rem;
  background-color: #F3F3F3;
}

.index-a .wrap .lf .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.95rem;
  height: 100%;
  background-color: var(--logoColor);
}

.index-a .wrap .lf .cont {
  margin-top: 0.85rem;
  line-height: 1.8;
  color: #666666;
  width: 52%;
}

.index-a .wrap .lf .more {
  position: absolute;
  right: 20%;
  bottom: 0;
}

.index-a .wrap .swiper-box {
  width: 70.4%;
  padding-right: 4.8rem;
  overflow: hidden;
}

.index-a .wrap .indexA-swiper {
  width: 100%;
  overflow: initial;
  /* width: 60%; */
}

/* .index-a .wrap .indexA-swiper .swiper-scrollbar {
  bottom: 0.6rem;
  width: 75.5%;
  left: 0;
  height: 4px;
  background-color: #EEEEEE;
} */

/* .index-a .wrap .indexA-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--logoColor);
} */

.index-a .wrap .btn-box {
  position: absolute;
  bottom: 0;
  left: 4.8rem;
  display: flex;
  align-items: center;
  z-index: 15;
}

.index-a .wrap .swiper-button-prev,
.index-a .wrap .swiper-button-next {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #EEEEEE;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  color: #A2A2A2;
  transition: all 0.4s;
}

.index-a .wrap .swiper-button-prev {
  margin-right: .7rem;
}

.index-a .wrap .swiper-button-prev::after,
.index-a .wrap .swiper-button-next::after {
  font-size: 0.5rem;
}

.index-a .wrap .swiper-button-prev:hover,
.index-a .wrap .swiper-button-next:hover {
  background-color: var(--logoColor);
  color: #fff;
}

/* .index-a .wrap .indexA-swiper .swiper-button-prev {
  right: 2.15rem;
  left: auto;
}

.index-a .wrap .indexA-swiper .swiper-button-next {
  position: relative;
  margin-top: 1.35rem;
  right: 0;
  float: right;
} */

.index-a .wrap .indexA-swiper .swiper-slide {
  width: 48.5%;
  margin-right: 3%;
  /* width: 33.33%; */
  /* min-height: 8.2rem; */
  border-radius: 5px;
  background-color: #F3F3F3;
  /* padding: 1.25rem 1rem 2.55rem; */
  border-radius: .5rem;
  overflow: hidden;
  transition: all 0.4s;
}

.index-a .wrap .indexA-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.index-a .wrap .indexA-swiper .swiper-slide .top {
  padding: 1.75rem 1.2rem 2.4rem;
}

.index-a .wrap .indexA-swiper .swiper-slide .top .time {
  /* position: relative; */
  font-weight: bold;
  /* padding-left: 1rem; */
  color: var(--logoColor);
  transition: all 0.4s;
}

/* .index-a .wrap .indexA-swiper .swiper-slide .time::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--logoColor);
  transition: all 0.4s;
} */

/* .index-a .wrap .indexA-swiper .swiper-slide .time::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #F5F5F5;
  transition: all 0.4s;
} */

/* .index-a .wrap .indexA-swiper .swiper-slide .box {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 1rem;
} */

/* .index-a .wrap .indexA-swiper .swiper-slide .box::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to bottom, var(--logoColor), transparent);
  transition: all 0.4s;
} */

.index-a .wrap .indexA-swiper .swiper-slide .box .tit {
  margin-top: 1.2rem;
  color: #333;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  transition: all 0.4s;
}

.index-a .wrap .indexA-swiper .swiper-slide .box .cont {
  margin-top: .3rem;
  color: #333;
  line-height: 1.8;
  height: 10.8em;
  overflow-y: auto;
  padding-right: .4rem;
  transition: all 0.4s;
}

.index-a .wrap .indexA-swiper .swiper-slide .box .cont::-webkit-scrollbar {
  border-radius: 2.5px;
}

.index-a .wrap .indexA-swiper .swiper-slide .box .cont::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}

.index-a .wrap .indexA-swiper .swiper-slide .box .cont::-webkit-scrollbar-track {
  background: #CDCDCD;
}

.index-a .wrap .indexA-swiper .swiper-slide .pic {
  width: 100%;
  height: 5.5rem;
}

.index-a .wrap .indexA-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-a .wrap .indexA-swiper .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-a .wrap .indexA-swiper .swiper-slide .bg img {
  width: 100%;
}

.index-a .wrap .indexA-swiper .swiper-slide.cur {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  background-color: var(--logoColor);
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .box .cont::-webkit-scrollbar-thumb {
  background: #fff;
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .time {
  color: #fff;
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .time::before {
  background-color: #fff;
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .time::after {
  border-color: rgba(255, 255, 255, 0.5);
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .box::after {
  background: linear-gradient(to bottom, #fff, transparent);
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .box .tit {
  color: #fff;
}

.index-a .wrap .indexA-swiper .swiper-slide.cur .box .cont {
  color: #f4c4b8;
}

.index-b .li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index-b .li img {
  width: 100%;
  transition: all 2s;
}

.index-b .li .pos-cont {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 5;
}

.index-b .li .pos-cont .tit {
  color: #fff;
  line-height: 1.25;
}

.index-b .li .pos-cont .cont {
  margin-top: 0.6rem;
  color: #fff;
  line-height: 1.8;
}

.index-b .li:hover img {
  transform: scale(1.1);
}

.index-c {
  margin-top: 3rem;
}

.index-c .indexC-swiper {
  margin-top: 1.2rem;
}

.index-c .indexC-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
}

.index-c .indexC-swiper .swiper-slide {
  width: 25%;
  height: 13.5rem;
}

.index-c .indexC-swiper .swiper-slide>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-c .indexC-swiper .swiper-slide .title {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  transition: all 0.4s;
}

.index-c .indexC-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 57, 13, 0.95);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
}

.index-c .indexC-swiper .swiper-slide .pos-cont .icon {
  width: 1.3rem;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-c .indexC-swiper .swiper-slide .pos-cont .h1 {
  margin-top: 0.9rem;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-c .indexC-swiper .swiper-slide .pos-cont .cont {
  margin-top: 0.5rem;
  color: #FFFFFF;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-c .indexC-swiper .swiper-slide .pos-cont .more {
  position: absolute;
  border-color: rgba(255, 255, 255, 0.5);
  bottom: 1.5rem;
  left: 1.5rem;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-c .indexC-swiper .swiper-slide:hover .title {
  opacity: 0;
}

.index-c .indexC-swiper .swiper-slide:hover .pos-cont {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}

.index-c .indexC-swiper .swiper-slide:hover .pos-cont .icon {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}

.index-c .indexC-swiper .swiper-slide:hover .pos-cont .h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.4s;
}

.index-c .indexC-swiper .swiper-slide:hover .pos-cont .cont {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.6s;
}

.index-c .indexC-swiper .swiper-slide:hover .pos-cont .more {
  opacity: 1;
  transform: translateY(0);
}

.index-d {
  margin-top: 3rem;
}

.index-d .indexD-swiper {
  margin-top: 1.25rem;
}

.index-d .indexD-swiper .swiper-button-prev,
.index-d .indexD-swiper .swiper-button-next {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid #FAFAFA;
  background-color: #EEEEEE;
  color: #A2A2A2;
}

.index-d .indexD-swiper .swiper-button-prev::after,
.index-d .indexD-swiper .swiper-button-next::after {
  position: relative;
  z-index: 5;
  font-size: 0.5rem;
}

.index-d .indexD-swiper .swiper-button-prev::before,
.index-d .indexD-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  background-color: var(--logoColor);
}

.index-d .indexD-swiper .swiper-button-prev:hover,
.index-d .indexD-swiper .swiper-button-next:hover {
  color: #fff;
}

.index-d .indexD-swiper .swiper-button-prev:hover::before,
.index-d .indexD-swiper .swiper-button-next:hover::before {
  transform: scale(1);
  transition: all 0.4s;
}

.index-d .indexD-swiper .swiper-button-prev {
  left: 8.5%;
}

.index-d .indexD-swiper .swiper-button-next {
  right: 8.5%;
}

.index-d .indexD-swiper .swiper-slide {
  width: 67.5%;
  margin: 0 1.5rem;
  overflow: hidden;
}

.index-d .indexD-swiper .swiper-slide img {
  width: 100%;
  transition: all 2s;
}

.index-d .indexD-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 2rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.index-d .indexD-swiper .swiper-slide .pos-cont .h1 {
  color: #fff;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box {
  margin-top: 0.75rem;
  opacity: 0;
  transform: translateY(0.5rem);
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box .li {
  margin-bottom: 0.7rem;
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box .li:last-child {
  margin-bottom: 0;
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box .li .h2 {
  color: var(--logoColor);
  padding-left: 13px;
  position: relative;
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box .li .h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background-color: var(--logoColor);
}

.index-d .indexD-swiper .swiper-slide .pos-cont .li-box .li .cont {
  margin-top: 0.2rem;
  color: #FFFFFF;
  line-height: 1.7;
}

.index-d .indexD-swiper .swiper-slide-active .pos-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.index-d .indexD-swiper .swiper-slide-active .pos-cont .h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.2s;
}

.index-d .indexD-swiper .swiper-slide-active .pos-cont .li-box {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.4s;
}

.index-d .indexD-swiper .swiper-slide-active:hover img {
  transform: scale(1.1);
}

.index-e {
  margin-top: 3rem;
}

.index-e .box {
  margin-top: 1.25rem;
  display: flex;
  align-items: stretch;
}

.index-e .box .lf {
  width: 49%;
  margin-right: 2%;
}

.index-e .box .lf .pic {
  width: 100%;
  overflow: hidden;
}

.index-e .box .lf .pic img {
  width: 100%;
  transition: all 2s;
}

.index-e .box .lf .time {
  margin-top: 0.75rem;
  color: #999999;
}

.index-e .box .lf .h1 {
  color: #000000;
  margin-top: 0.35rem;
  transition: all 0.4s;
}

.index-e .box .lf .cont {
  margin-top: 0.3rem;
  color: #333333;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}

.index-e .box .lf .more {
  margin-top: 0.9rem;
}

.index-e .box .lf:hover .pic img {
  transform: scale(1.1);
}

.index-e .box .lf:hover .h1 {
  color: var(--logoColor);
}

.index-e .box .rg {
  width: 49%;
  position: relative;
}

.index-e .box .rg .li-box .li {
  display: block;
  padding: 0.9rem 0;
  border-bottom: 2px solid #EBEBEB;
}

.index-e .box .rg .li-box .li:first-child {
  border-top: 2px solid #EBEBEB;
}

.index-e .box .rg .li-box .li .time {
  color: #999999;
}

.index-e .box .rg .li-box .li .h1 {
  margin-top: 0.35rem;
  color: #000000;
  font-family: "MISANS-DEMIBOLD";
  transition: all 0.4s;
}

.index-e .box .rg .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.index-e .box .rg .more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-f {
  margin-top: 3rem;
  padding: 3rem 0;
}

.index-f .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.index-f .li-box .li {
  width: calc((100% - 2.25rem) / 6);
  height: 3rem;
  margin-right: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.index-f .li-box .li:nth-child(6n) {
  margin-right: 0;
}

.index-f .li-box .li:nth-child(n+7) {
  margin-top: 0.45rem;
}

.index-f .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.index-f .li-box .li img {
  position: relative;
  z-index: 5;
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s;
}

.index-f .li-box .li:hover img {
  transform: scale(1.02);
}

.index-f .li-box .li:hover::after {
  width: 100%;
}

.footer .top {
  padding: 2.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .top .lf {
  margin-right: 10.5%;
}

.footer .top .lf .tit {
  color: #fff;
}

.footer .top .lf .sub {
  color: #FFC9BC;
  margin-top: 0.35rem;
}

.footer .top .more {
  width: 4.1rem;
  height: 1.3rem;
  line-height: calc(1.3rem - 4px);
}

.footer .foot {
  padding: 3rem 0 1.5rem;
  background-color: #000000;
}

.footer .foot .top-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .foot .top-cont .info {
  display: flex;
  align-items: flex-start;
}

.footer .foot .top-cont .info .cont {
  margin-right: 3.15rem;
}

.footer .foot .top-cont .info .cont .i {
  width: 3.25rem;
}

.footer .foot .top-cont .info .cont .i img {
  width: 100%;
}

.footer .foot .top-cont .info .cont .h1 {
  color: #FFFFFF;
  margin-top: 1.2rem;
}

.footer .foot .top-cont .info .cont .h2 {
  font-size: 0.75rem;
  margin-top: 0.3rem;
  color: #E8390D;
  font-weight: bold;
}

.footer .foot .top-cont .info .cont .h3 {
  margin-top: 0.45rem;
  color: #999999;
  line-height: 1.7;
}

.footer .foot .top-cont .info .nav-box {
  display: flex;
  align-items: flex-start;
}

.footer .foot .top-cont .info .nav-box .li {
  width: 2em;
  margin-right: 3.95rem;
}

.footer .foot .top-cont .info .nav-box .li:last-child {
  margin-right: 0;
}

.footer .foot .top-cont .info .nav-box .li a {
  display: block;
  line-height: 1;
  color: #999999;
  margin-bottom: 0.35rem;
  white-space: nowrap;
  transition: all 0.4s;
}

.footer .foot .top-cont .info .nav-box .li a:hover {
  transform: translateX(5px);
  color: var(--logoColor);
}

.footer .foot .top-cont .info .nav-box .li a:last-child {
  margin-bottom: 0;
}

.footer .foot .top-cont .info .nav-box .li a:first-child {
  color: #fff;
  margin-bottom: 1rem;
}

.footer .foot .top-cont .code div {
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .foot .top-cont .code div img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.footer .foot .top-cont .code p {
  margin-top: 0.35rem;
  color: #999999;
}

.footer .foot .btn-cont {
  margin-top: 3.725rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .foot .btn-cont .copyright a {
  display: inline-block;
  color: #999999;
}

.footer .foot .btn-cont .web a {
  display: inline-block;
  color: #999999;
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 1px solid #999999;
}

.footer .foot .btn-cont .web a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.service .top-bar {
  padding: 4.25rem 0 3rem;
}

.service .top-bar .tab {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E7E7E7;
}

.service .top-bar .tab p {
  width: -moz-max-content;
  width: max-content;
  color: #000000;
  margin-right: 0.75rem;
  padding-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.service .top-bar .tab p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  cursor: pointer;
  transition: all 0.4s;
}

.service .top-bar .tab p:last-child {
  margin-right: 0;
}

.service .top-bar .tab p.active,
.service .top-bar .tab p:hover {
  color: var(--logoColor);
}

.service .top-bar .tab p.active::after,
.service .top-bar .tab p:hover::after {
  width: 100%;
}

.service .top-bar .li-box {
  margin-top: 1rem;
  display: flex;
}

.service .top-bar .li-box .li {
  position: relative;
  width: 49%;
  height: 12rem;
  margin-right: 2%;
  padding: 2rem;
  overflow: hidden;
}

.service .top-bar .li-box .li:last-child {
  margin-right: 0;
}

.service .top-bar .li-box .li .h1 {
  color: #000000;
}

.service .top-bar .li-box .li .cont {
  margin-top: 0.55rem;
  color: #333333;
  line-height: 1.75;
}

.service .top-bar .li-box .li:hover .bg {
  transform: scale(1.1);
}

.service .cent-cont {
  padding-top: 3.9rem;
}

.service .cent-cont .wrap {
  display: flex;
  justify-content: flex-end;
}

.service .cent-cont .pic {
  width: 61%;
  position: relative;
  left: -2.1rem;
  bottom: -0.8rem;
}

.service .cent-cont .pic img {
  width: 100%;
}

.service .cent-cont .intro {
  width: 39%;
  padding-left: 0.7rem;
  padding-top: 0.8rem;
}

.service .cent-cont .intro .h1 {
  color: #FFFFFF;
}

.service .cent-cont .intro .cont {
  margin-top: 0.8rem;
  color: #FFFFFF;
  line-height: 1.8;
}

.service .cent-cont .intro .more {
  display: block;
  margin-top: 2.5rem;
  min-width: 3.85rem;
  height: 1.3rem;
  line-height: calc(1.3rem - 4px);
  border-color: #E8572F;
  color: #E8572F;
}

.service .cent-cont .intro .more:hover {
  color: #fff;
}

.service .service-b {
  padding: 4.4rem 0 3rem;
}

.service .service-b .box {
  margin-top: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .service-b .box .lf {
  width: 38%;
}

.service .service-b .box .lf .h1 {
  color: #333333;
}

.service .service-b .box .lf .cont {
  margin-top: 0.8rem;
  color: #333333;
  line-height: 1.8;
}

.service .service-b .box .lf .tab {
  margin-top: 1.5rem;
  display: flex;
  border-bottom: 1px solid #D4D4D4;
}

.service .service-b .box .lf .tab p {
  color: #333333;
  padding-bottom: 0.4rem;
  margin-right: 1.4rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.service .service-b .box .lf .tab p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.service .service-b .box .lf .tab p:last-child {
  margin-right: 0;
}

.service .service-b .box .lf .tab p.active,
.service .service-b .box .lf .tab p:hover {
  color: var(--logoColor);
}

.service .service-b .box .lf .tab p.active::after,
.service .service-b .box .lf .tab p:hover::after {
  width: 100%;
}

.service .service-b .box .lf .info {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.8;
}

.service .service-b .box .lf .more {
  display: block;
  margin-top: 1.6rem;
  min-width: 8.15rem;
  height: 1.5rem;
  line-height: calc(1.5rem - 4px);
  border-color: #E8572F;
  color: #E8572F;
}

.service .service-b .box .lf .more:hover {
  color: #fff;
}

.service .service-b .box .serC-swiper2 {
  width: 51%;
}

.service .service-b .box .pic {
  width: 51%;
  position: relative;
  right: -0.45rem;
}

.service .service-b .box .pic img {
  width: 100%;
}

.service .service-b .box .more2 {
  display: none;
  margin: 1.6rem auto 0;
  min-width: 8.15rem;
  height: 1.5rem;
  line-height: calc(1.5rem - 4px);
  border-color: #E8572F;
  color: #E8572F;
}

.service .service-b .box .more2:hover {
  color: #fff;
}

.service .service-c {
  padding: 3rem 0;
  background-color: #F5F5F5;
}

.service .service-c .serC-swiper {
  margin-top: 1.2rem;
}

.service .service-c .serC-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
  bottom: 0;
  line-height: 1;
}

.service .service-c .serC-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.service .service-c .serC-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.service .service-c .serC-swiper .swiper-slide {
  width: 80%;
  height: 14.55rem;
  display: flex;
  background-color: #fff;
  margin: 0 0.75rem;
}

.service .service-c .serC-swiper .swiper-slide .pic {
  position: relative;
  z-index: 5;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.service .service-c .serC-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 2s;
}

.service .service-c .serC-swiper .swiper-slide .cont {
  position: absolute;
  width: 40%;
  overflow: hidden;
  padding: 2rem;
  position: absolute;
  right: 0;
  transition: all 1s 0.4s;
}

.service .service-c .serC-swiper .swiper-slide .cont .h1 {
  color: #000000;
}

.service .service-c .serC-swiper .swiper-slide .cont .info {
  margin-top: 0.55rem;
  color: #333333;
  padding-right: 3px;
  line-height: 2.1;
  max-height: 23.1em;
  overflow-y: auto;
}

.service .service-c .serC-swiper .swiper-slide .cont .info::-webkit-scrollbar {
  width: 3px;
}

.service .service-c .serC-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

/* .service .service-c .serC-swiper .swiper-slide-active .pic {
  width: 60%;
  transition: all 1s 0.4s;
} */

/* .service .service-c .serC-swiper .swiper-slide-active .cont {
  right: 0;
  opacity: 1;
} */

.service .service-d {
  width: 100%;
  height: 19.9rem;
  padding: 1rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service .service-d .h1 {
  color: #fff;
}

.service .service-d .sub {
  margin-top: 0.5rem;
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
}

.service .service-d .li-box {
  margin-top: 2.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service .service-d .li-box .li {
  width: -moz-max-content;
  width: max-content;
  margin-right: 3.7rem;
}

.service .service-d .li-box .li:last-child {
  margin-right: 0;
}

.service .service-d .li-box .li .icon {
  width: 1.3rem;
  text-align: center;
  margin: 0 auto;
  filter: brightness(100);
  transition: all 0.4s;
}

.service .service-d .li-box .li p {
  margin-top: 0.45rem;
  width: 4em;
  color: #FFFFFF;
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
}

.service .service-d .li-box .li:hover .icon {
  filter: initial;
  transform: translateY(-5px);
}

.service .service-d .li-box .li:hover p {
  color: var(--logoColor);
}

.service .service-e {
  padding: 3rem 0;
}

.service .service-e .serD-swiper {
  margin-top: 1rem;
  padding-top: 0.25rem;
}

.service .service-e .serD-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
  line-height: 1;
}

.service .service-e .serD-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.service .service-e .serD-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.service .service-e .serD-swiper .swiper-slide {
  width: 23.5%;
  height: 10.5rem;
  margin-right: 2%;
  padding: 2rem 1rem 0;
  background-color: #F5F5F5;
  transition: all 0.4s;
}

.service .service-e .serD-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.service .service-e .serD-swiper .swiper-slide .icon {
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  margin: 0 auto;
}

.service .service-e .serD-swiper .swiper-slide .icon img {
  max-height: 100%;
}

.service .service-e .serD-swiper .swiper-slide .h1 {
  color: #000000;
  margin-top: 1.2rem;
}

.service .service-e .serD-swiper .swiper-slide .cont {
  margin-top: 0.55rem;
  color: #666666;
  line-height: 1.75;
  max-height: 8.75em;
  padding-right: 5px;
  overflow-y: auto;
}

.service .service-e .serD-swiper .swiper-slide .cont::-webkit-scrollbar {
  width: 3px;
}

.service .service-e .serD-swiper .swiper-slide:hover {
  transform: translateY(-0.25rem);
  background-color: #fff;
  box-shadow: 0px 0px 0.75rem 0px rgba(232, 87, 47, 0.19);
}

.cross .cross-a {
  padding: 4.25rem 0 2.35rem;
}

.cross .cross-a .sub {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.6;
}

.cross .cross-a .box {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cross .cross-a .box .lf {
  width: 29%;
  position: relative;
  z-index: 5;
}

.cross .cross-a .box .lf .pic {
  width: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s;
}

.cross .cross-a .box .lf .pic img {
  width: 100%;
}

.cross .cross-a .box .lf .point {
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #FA8561;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  z-index: 5;
}

.cross .cross-a .box .lf .cont {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: calc(4em + 1.05rem);
  opacity: 0;
  visibility: hidden;
}

.cross .cross-a .box .lf .cont p {
  margin-bottom: 0.35rem;
}

.cross .cross-a .box .lf .cont p:nth-child(4n) {
  margin-bottom: 0;
}

.cross .cross-a .box .lf .cont p:nth-child(n+5) {
  margin-left: 0.9rem;
}

.cross .cross-a .box .lf.cur .pic {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cross .cross-a .box .lf.cur .cont {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s .6s;
}

.cross .cross-a .box .cent {
  position: relative;
}

.cross .cross-a .box .cent .font {
  position: relative;
  z-index: 5;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #E8390D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
}

.cross .cross-a .box .cent .point {
  position: absolute;
}

.cross .cross-a .box .cent .point img {
  width: 100%;
}

.cross .cross-a .box .cent .point1 {
  width: 17rem;
  top: -5rem;
  left: -5rem;
  z-index: 1;
  animation: aniRotate 40s infinite linear;
}

.cross .cross-a .box .cent .point2 {
  width: 11.95rem;
  top: -2.5rem;
  left: -2.5rem;
  z-index: 3;
  animation: aniRotate2 60s infinite linear;
}

.cross .cross-a .box .rg {
  width: 29%;
  position: relative;
  z-index: 5;
}

.cross .cross-a .box .rg .pic {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  transition: all 1s;
}

.cross .cross-a .box .rg .pic img {
  width: 100%;
}

.cross .cross-a .box .rg .point {
  position: absolute;
  top: 50%;
  left: -0.85rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #0D98E8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  color: #fff;
  z-index: 5;
}

.cross .cross-a .box .rg .cont {
  position: absolute;
  top: 50%;
  right: calc(3.5rem - 1em);
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: calc(4em + 1.05rem);
  opacity: 0;
  visibility: hidden;
}

.cross .cross-a .box .rg .cont p {
  margin-bottom: 0.35rem;
}

.cross .cross-a .box .rg .cont p:nth-child(4n) {
  margin-bottom: 0;
}

.cross .cross-a .box .rg .cont p:nth-child(n+5) {
  margin-left: 0.9rem;
}

.cross .cross-a .box .rg.cur .pic {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.cross .cross-a .box .rg.cur .cont {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s 0.6s;
}

.cross .cross-b {
  padding: 3.5rem 0 4.5rem;
}

.cross .cross-b .tit {
  color: #fff;
}

.cross .cross-b .sub {
  margin-top: 0.3rem;
  color: #fff;
  line-height: 1.6;
}

.cross .cross-b .li-box {
  margin-top: 2.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cross .cross-b .li-box .li {
  margin-right: 6rem;
}

.cross .cross-b .li-box .li:last-child {
  margin-right: 0;
}

.cross .cross-b .li-box .li .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
}

.cross .cross-b .li-box .li .icon img {
  max-width: 60%;
  max-height: 60%;
}

.cross .cross-b .li-box .li p {
  margin-top: 0.9rem;
  color: #FFFFFF;
  line-height: 1.25;
  text-align: center;
  transition: all .4s;
}

.cross .cross-b .li-box .li:hover .icon {
  background-color: var(--logoColor);
}

.cross .cross-b .li-box .li:hover p {
  color: var(--logoColor);
}

.cross .cross-c {
  padding: 3rem 0;
}

.cross .cross-c .sub {
  color: #666666;
  line-height: 1.6;
  margin-top: 0.3rem;
}

.cross .cross-c .box {
  margin-top: 1.05rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.cross .cross-c .box .lf {
  position: absolute;
  width: 58.5%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.09);
  padding: 1.85rem 2.75rem;
}

.cross .cross-c .box .lf .tab {
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}

.cross .cross-c .box .lf .tab p {
  width: -moz-max-content;
  width: max-content;
  color: #666666;
  padding-bottom: 0.75rem;
  margin-right: 0.9rem;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.cross .cross-c .box .lf .tab p:last-child {
  margin-right: 0;
}

.cross .cross-c .box .lf .tab p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  cursor: pointer;
  transition: all 0.4s;
}

.cross .cross-c .box .lf .tab p:hover,
.cross .cross-c .box .lf .tab p.active {
  color: var(--logoColor);
}

.cross .cross-c .box .lf .tab p:hover::after,
.cross .cross-c .box .lf .tab p.active::after {
  width: 100%;
}

.cross .cross-c .box .lf .cont {
  margin-top: 2rem;
}

.cross .cross-c .box .lf .cont .h1 {
  color: #000000;
}

.cross .cross-c .box .lf .cont .info {
  margin-top: 0.55rem;
  color: #666666;
  line-height: 1.8;
  width: 75%;
}

.cross .cross-c .box .rg {
  width: 50%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.cross .cross-c .box .rg img {
  width: 100%;
  transition: all 2s;
}

.cross .cross-c .box .rg:hover img {
  transform: scale(1.1);
}

.cross .cross-d {
  padding-top: 3rem;
  background-color: #F7F7F7;
}

.cross .cross-d .sub {
  margin: 0.3rem auto 0;
  color: #666666;
  line-height: 1.6;
  width: 80%;
}

.cross .cross-d .crossD-swiper {
  margin-top: 1.05rem;
}

.cross .cross-d .crossD-swiper .swiper-pagination {
  position: absolute;
  bottom: .5rem;
  line-height: 1;
}

.cross .cross-d .crossD-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.cross .cross-d .crossD-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.cross .cross-d .crossD-swiper .swiper-slide {
  width: 33.33%;
  height: 15.25rem;
  padding: 5.9rem 1rem 0;
  overflow: hidden;
}

.cross .cross-d .crossD-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s;
}

.cross .cross-d .crossD-swiper .swiper-slide .icon {
  position: relative;
  z-index: 5;
  width: 1.4rem;
  height: 1.3rem;
  margin: 0 auto;
  filter: brightness(100);
  transition: all 0.4s;
}

.cross .cross-d .crossD-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cross .cross-d .crossD-swiper .swiper-slide .h1 {
  position: relative;
  z-index: 5;
  margin-top: 1rem;
  color: #fff;
}

.cross .cross-d .crossD-swiper .swiper-slide .pos-cont {
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 0;
  transition: all .6s;
}

.cross .cross-d .crossD-swiper .swiper-slide .pos-cont div {
  width: 1.4rem;
  margin-right: .5rem;
}

.cross .cross-d .crossD-swiper .swiper-slide .pos-cont p {
  color: #333;
}

.cross .cross-d .crossD-swiper .swiper-slide:hover::after {
  opacity: 0;
}

.cross .cross-d .crossD-swiper .swiper-slide:hover .bg {
  transform: scale(1.1);
}

.cross .cross-d .crossD-swiper .swiper-slide:hover .icon,
.cross .cross-d .crossD-swiper .swiper-slide:hover .h1 {
  opacity: 0;
}

.cross .cross-d .crossD-swiper .swiper-slide:hover .pos-cont {
  bottom: 0;
  opacity: 1;
}

.cross .cross-e {
  padding: 3rem 0;
}

.cross .cross-e .crossE-swiper {
  margin-top: 1rem;
  padding-top: 0.25rem;
}

.cross .cross-e .crossE-swiper .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  bottom: 0;
  line-height: 1;
}

.cross .cross-e .crossE-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.cross .cross-e .crossE-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.cross .cross-e .crossE-swiper .swiper-slide {
  width: 15%;
  height: 8.75rem;
  margin-right: 2%;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 8px 0.5rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
  padding: 1.35rem 0.85rem;
  overflow: hidden;
  transition: all 0.4s;
}

.cross .cross-e .crossE-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--logoColor);
  transition: all .5s;
}

.cross .cross-e .crossE-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.cross .cross-e .crossE-swiper .swiper-slide .icon {
  width: 100%;
  height: 2.1rem;
}

.cross .cross-e .crossE-swiper .swiper-slide .icon img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cross .cross-e .crossE-swiper .swiper-slide .cont {
  margin-top: 0.85rem;
  color: #333333;
  font-family: "Microsoft YaHei";
  line-height: 2.25;
}

.cross .cross-e .crossE-swiper .swiper-slide:hover {
  transform: translateY(-0.25rem);
}

.cross .cross-e .crossE-swiper .swiper-slide:hover::after {
  height: 2px;
}

.cross .cross-f {
  padding: 3rem 0;
  background-color: #F7F7F7;
}

.cross .cross-f .sub {
  color: #666666;
  line-height: 1.6;
  width: 80%;
  margin: 0.3rem auto 0;
}

.cross .cross-f .box {
  margin-top: 1.05rem;
  display: flex;
}

.cross .cross-f .box .lf {
  width: 50%;
  padding-right: 2.25rem;
}

.cross .cross-f .box .lf .li {
  padding: 0.7rem 0.75rem 0.7rem 1.1rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 0.25rem;
  background-color: #fff;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.cross .cross-f .box .lf .li:last-child {
  margin-bottom: 0;
}

.cross .cross-f .box .lf .li .top-bots {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cross .cross-f .box .lf .li .top-bots .h1 {
  color: #333333;
  transform: scale(0.8);
  text-align: left;
  margin-left: -0.4rem;
  transition: all 0.4s;
}

.cross .cross-f .box .lf .li .top-bots .arr {
  color: #666666;
  transition: all 0.4s;
}

.cross .cross-f .box .lf .li .btn-bots {
  margin-top: 0.45rem;
  display: none;
}

.cross .cross-f .box .lf .li .btn-bots .cont {
  color: #666666;
  line-height: 2;
  padding-right: 1.75rem;
}

.cross .cross-f .box .lf .li .btn-bots .info {
  margin-top: 0.35rem;
  color: #333333;
  line-height: 2;
}

.cross .cross-f .box .lf .li:hover .top-bots .h1 {
  color: var(--logoColor);
}

.cross .cross-f .box .lf .li.active .top-bots .h1 {
  margin-left: 0;
  transform: scale(1);
  color: var(--logoColor);
}

.cross .cross-f .box .lf .li.active .top-bots .arr {
  color: var(--logoColor);
  transform: rotate(180deg);
}

.cross .cross-f .box .rg {
  width: 50%;
  border-radius: .25rem;
  overflow: hidden;
}

.cross .cross-f .box .rg img {
  width: 100%;
  transition: all 2s;
}

.cross .cross-f .box .rg:hover img {
  transform: scale(1.1);
}

.log .log-a {
  padding-top: 4.25rem;
}

.log .log-a .wrap {
  display: flex;
  justify-content: space-between;
}

.log .log-a .wrap .lf {
  width: 32%;
}

.log .log-a .wrap .lf .tit {
  line-height: 1.15;
}

.log .log-a .wrap .lf .cont {
  margin-top: 0.8rem;
  color: #666666;
  line-height: 1.5;
}

.log .log-a .wrap .lf .more {
  margin-top: 2.9rem;
  display: block;
  min-width: 5.35rem;
  height: 1.3rem;
  line-height: calc(1.3rem - 4px);
  border-color: #E8572F;
  color: #E8572F;
}

.log .log-a .wrap .more2 {
  margin: 1rem auto 0;
  display: none;
  min-width: 5.35rem;
  height: 1.3rem;
  line-height: calc(1.3rem - 4px);
  border-color: #E8572F;
  color: #E8572F;
}

.log .log-a .wrap .more2:hover {
  color: #fff;
}

.log .log-a .wrap .lf .more:hover {
  color: #fff;
}

.log .log-a .wrap .rg {
  width: 61%;
  position: relative;
  right: -2.1rem;
}

.log .log-a .wrap .rg img {
  width: 100%;
}

.log .log-b {
  padding-top: 2.6rem;
}

.log .log-b .logB-swiper {
  margin-top: 1.2rem;
}

.log .log-b .logB-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
  bottom: 0;
  line-height: 1;
}

.log .log-b .logB-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.log .log-b .logB-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.log .log-b .logB-swiper .swiper-slide {
  width: 25%;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.1rem;
  overflow: hidden;
}

.log .log-b .logB-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 57, 13, 0.7);
  opacity: 0;
  transition: all 0.4s;
}

.log .log-b .logB-swiper .swiper-slide .icon {
  position: relative;
  z-index: 5;
  width: 1.85rem;
  text-align: center;
}

.log .log-b .logB-swiper .swiper-slide .h1 {
  position: relative;
  z-index: 5;
  margin-top: 1rem;
  color: #FFFFFF;
}

.log .log-b .logB-swiper .swiper-slide .cont {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s;
}

.log .log-b .logB-swiper .swiper-slide:hover::after {
  opacity: 1;
}

.log .log-b .logB-swiper .swiper-slide:hover .bg {
  transform: scale(1.02);
}

.log .log-b .logB-swiper .swiper-slide:hover .cont {
  margin-top: 0.9rem;
  max-height: 10em;
}

.log .log-c {
  /* padding-top: 3rem; */
  padding-top: 1rem;
}

.log .log-c .sub {
  color: #666666;
  line-height: 1.6;
  margin-top: 0.3rem;
}

.log .log-c .map {
  margin: 0.8rem auto 0;
  width: 82%;
  position: relative;
}

.log .log-c .map img {
  width: 100%;
}

.log .log-c .map .line-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.log .log-c .map .line-box svg {
  width: 100%;
  height: 100%;
}

.log .log-c .map .point-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.log .log-c .map .point-box .dot {
  position: absolute;
  width: 1px;
  height: 1px;
  text-align: center;
  z-index: 6;
}

.log .log-c .map .point-box .dot .dian {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0c7bff;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  margin: 0 auto;
}

.log .log-c .map .point-box .dot .dian::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 231, .7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  animation: aniScale 1.5s linear infinite;
  opacity: 0;
}

.log .log-c .map .point-box .dot .dian::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 231, .7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  animation: aniScale2 1.5s linear infinite;
  opacity: 0;
}

.log .log-c .map .point-box .dot .text {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 auto;
  transform: translateX(-50%);
  width: 120px;
  color: #161616;
  font-size: 16px;
  line-height: 1.2;
}

.log .log-c .map .point-box .dot.top .text {
  top: -20px;
}

.log .log-c .map .point-box .dot.left .text {
  transform: translateX(0);
  top: -6px;
  left: 10px;
  text-align: left;
}

.log .log-c .map .point-box .dot.main .dian {
  width: 12px;
  height: 12px;
  left: -6px;
}

.log .log-c .map .point-box .dot.main .text {
  top: 10px;
}

.log .log-c .map .point-box .dot.dot1 {
  top: 21.7%;
  left: 9%;
}

.log .log-c .map .point-box .dot.dot2 {
  top: 22.5%;
  left: 11.8%;
}

.log .log-c .map .point-box .dot.dot3 {
  top: 25.8%;
  left: 6.6%;
}

.log .log-c .map .point-box .dot.dot4 {
  top: 31.8%;
  left: 4.6%;
}

.log .log-c .map .point-box .dot.dot5 {
  top: 32%;
  left: 9.1%;
}

.log .log-c .map .point-box .dot.dot6 {
  top: 34.2%;
  left: 13.3%;
}

.log .log-c .map .point-box .dot.dot7 {
  top: 35%;
  left: 7.8%;
}

.log .log-c .map .point-box .dot.dot8 {
  top: 37%;
  left: 4.8%;
}

.log .log-c .map .point-box .dot.dot9 {
  top: 40%;
  left: 3%;
}

.log .log-c .map .point-box .dot.dot10 {
  top: 39.8%;
  left: 8.6%;
}

.log .log-c .map .point-box .dot.dot11 {
  top: 41.8%;
  left: 12.4%;
}

.log .log-c .map .point-box .dot.dot12 {
  top: 45.4%;
  left: 18.4%;
}

.log .log-c .map .point-box .dot.dot13 {
  top: 46.8%;
  left: 14.4%;
}

.log .log-c .map .point-box .dot.dot14 {
  top: 49.5%;
  left: 16.5%;
}

.log .log-c .map .point-box .dot.dot15 {
  top: 49.2%;
  left: 11.7%;
}

.log .log-c .map .point-box .dot.dot16 {
  top: 54.6%;
  left: 17.5%;
}

.log .log-c .map .point-box .dot.dot17 {
  top: 74.1%;
  left: 10.6%;
}

.log .log-c .map .point-box .dot.dot18 {
  top: 19.3%;
  left: 29.6%;
}

.log .log-c .map .point-box .dot.dot19 {
  top: 42.5%;
  left: 39%;
}

.log .log-c .map .point-box .dot.dot20 {
  top: 44%;
  left: 41%;
}

.log .log-c .map .point-box .dot.dot21 {
  top: 50%;
  left: 35%;
}

.log .log-c .map .point-box .dot.dot22 {
  top: 52.5%;
  left: 30.4%;
}

.log .log-c .map .point-box .dot.dot23 {
  top: 55%;
  left: 32.5%;
}

.log .log-c .map .point-box .dot.dot24 {
  top: 76.8%;
  left: 40%;
}

.log .log-c .map .point-box .dot.dot25 {
  top: 28.2%;
  left: 72.2%;
}

.log .log-c .map .point-box .dot.dot26 {
  top: 41.2%;
  left: 74.6%;
}

.log .log-c .map .point-box .dot.dot27 {
  top: 52.6%;
  left: 76.4%;
}

.log .log-c .map .point-box .dot.dot28 {
  top: 78%;
  left: 91%;
}

.log .log-c .map .point-box .dot.dot29 {
  top: 78%;
  left: 85.9%;
}

.log .log-c .map .point-box .dot.dot30 {
  top: 86.5%;
  left: 84.2%;
}

.log .wrap {
  position: relative;
}

.log .log-c .more {
  position: absolute;
  bottom: 15%;
  right: 26%;
}

/* .log .log-c .map .pos-cont {
  position: absolute;
  bottom: 3.85rem;
  left: -1.35rem;
  color: #333333;
  line-height: 2;
}

.log .log-c .map .point {
  position: absolute;
}

.log .log-c .map .point .span {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.log .log-c .map .point .span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  transform-origin: center;
  animation: aniScale 2s infinite linear;
}

.log .log-c .map .point .span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  transform-origin: center;
  animation: aniScale2 2s infinite linear;
}

.log .log-c .map .point p {
  position: absolute;
  color: #333333;
  left: calc(100% + 0.2rem);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: "MISANS-DEMIBOLD";
}

.log .log-c .map .point8 {
  position: absolute;
  top: 34.46%;
  left: 29.4%;
}

.log .log-c .map .point8 p {
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0);
  color: var(--logoColor);
  font-family: "MISANS-DEMIBOLD";
}

.log .log-c .map .point8 .span {
  position: absolute;
}

.log .log-c .map .point8 .span1 {
  top: calc(100% + 7px);
  left: calc(100% + 7px);
}

.log .log-c .map .point8 .span2 {
  top: 100%;
  left: calc(100% + 0.4rem);
}

.log .log-c .map .point8 .span3 {
  top: calc(100% + 9px);
  left: calc(100% + 0.4rem);
}

.log .log-c .map .point8 .line {
  position: absolute;
  left: calc(100% + 0.5rem);
}

.log .log-c .map .point8 .line img {
  width: 100%;
}

.log .log-c .map .point8 .line1 {
  width: 10.35rem;
  bottom: -37%;
  animation: pathImgRight 5s infinite linear;
}

.log .log-c .map .point8 .line2 {
  width: 14.25rem;
  top: -186%;
  animation: pathImgRight 5s infinite linear;
}

.log .log-c .map .point1 {
  top: 25.76%;
  left: 72.19%;
}

.log .log-c .map .point2 {
  top: 28.9%;
  left: 74.01%;
}

.log .log-c .map .point3 {
  top: 29.99%;
  left: 74.8%;
}

.log .log-c .map .point4 {
  top: 30.59%;
  left: 80.67%;
}

.log .log-c .map .point5 {
  top: 25.03%;
  left: 84.31%;
}

.log .log-c .map .point6 {
  top: 26.84%;
  left: 84.31%;
}

.log .log-c .map .point7 {
  top: 28.42%;
  left: 83.91%;
} */

.log .log-d {
  position: relative;
  width: 100%;
  height: 19.5rem;
  overflow: hidden;
}

.log .log-d:hover .bg {
  transform: scale(1.1);
}

.log .log-d .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

    .log .log-d .wrap .tit {
        color: #fff;
    }

.log .log-d .wrap .line {
  margin-top: 0.7rem;
  width: 0.95rem;
  height: 2px;
  background-color: #333;
}

.log .log-d .wrap .cont {
  width: 40%;
  margin-top: 1rem;
  color: #fff;
  line-height: 2.25;
}

.log .log-e {
  padding: 3.65rem 0 3rem;
}

.log .log-e .wrap {
  display: flex;
}

.log .log-e .wrap .lf {
  width: 40%;
  padding-top: 0.8rem;
}

.log .log-e .wrap .lf .sub {
  margin-top: 0.6rem;
  color: #666666;
  line-height: 1.5;
}

.log .log-e .wrap .lf .h1 {
  margin-top: 1.35rem;
  color: #E8572F;
  padding-left: 0.3rem;
  border-left: 2px solid #E8572F;
}

.log .log-e .wrap .lf .cont {
  margin-top: 0.5rem;
}

.log .log-e .wrap .lf .cont p {
  color: #666666;
  line-height: 1.5;
  position: relative;
  padding-left: 0.45rem;
  margin-bottom: 0.4rem;
}

.log .log-e .wrap .lf .cont p:last-child {
  margin-bottom: 0;
}

.log .log-e .wrap .lf .cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #E8572F;
  border-radius: 50%;
}

.log .log-e .wrap .rg {
  width: 60%;
}

.log .log-e .wrap .rg .box {
  width: 13.75rem;
  height: 13.75rem;
  position: relative;
  margin: 0 auto;
}

.log .log-e .wrap .rg .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(232, 87, 47, 0.05);
}

.log .log-e .wrap .rg .box::after {
  content: "";
  position: absolute;
  top: 19%;
  left: 19%;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background-color: rgba(232, 87, 47, 0.05);
}

.log .log-e .wrap .rg .box .font {
  z-index: 5;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #E8572F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.log .log-e .wrap .rg .box .li-box .li {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px dashed rgba(232, 87, 47, 0.19);
  box-shadow: 0px 0px 0.75rem 0px rgba(232, 87, 47, 0.19);
  background-color: #fff;
  position: absolute;
  transform-origin: 1.5rem 8.375rem;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 20s linear infinite;
  transition: all .4s;
}

.log .log-e .wrap .rg .box .li-box .li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -.25rem;
  margin-top: -.25rem;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(../img/105.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.log .log-e .wrap .rg .box .li-box .li p {
  width: -moz-max-content;
  width: max-content;
  color: #000000;
}

.log .log-e .wrap .rg .box .li-box .li:hover::after {
  animation: aniRotate 2s infinite linear;
}

.log .log-e .wrap .rg .box .li-box .li1 {
  transform: rotate(30deg);
}

.log .log-e .wrap .rg .box .li-box .li1 p {
  transform: rotate(-30deg);
}

.log .log-e .wrap .rg .box .li-box .li2 {
  transform: rotate(90deg);
  animation: float 20s 3s linear infinite;
}

.log .log-e .wrap .rg .box .li-box .li2 p {
  transform: rotate(-90deg);
}

.log .log-e .wrap .rg .box .li-box .li3 {
  transform: rotate(150deg);
  animation: float 20s 1s linear infinite;
}

.log .log-e .wrap .rg .box .li-box .li3 p {
  transform: rotate(-150deg);
}

.log .log-e .wrap .rg .box .li-box .li4 {
  transform: rotate(210deg);
  animation: float 20s 4s linear infinite;
}

.log .log-e .wrap .rg .box .li-box .li4 p {
  transform: rotate(-210deg);
}

.log .log-e .wrap .rg .box .li-box .li5 {
  transform: rotate(270deg);
  animation: float 20s 6s linear infinite;
}

.log .log-e .wrap .rg .box .li-box .li5 p {
  transform: rotate(-270deg);
}

.log .log-e .wrap .rg .box .li-box .li6 {
  transform: rotate(330deg);
  animation: float 20s 2s linear infinite;
}

.log .log-e .wrap .rg .box .li-box .li6 p {
  transform: rotate(-330deg);
}

.indus .indus-a {
  padding: 3rem 0 2.65rem;
}

.indus .indus-a .cont {
  margin-top: 1rem;
  color: #666666;
  line-height: 2.25;
}

.indus .indus-b {
  padding: 3rem 0;
}

.indus .indus-b .indusB-swiper {
  margin-top: 1.25rem;
}

.indus .indus-b .indusB-swiper .button-box {
  display: flex;
  justify-content: center;
}

.indus .indus-b .indusB-swiper .swiper-button-prev,
.indus .indus-b .indusB-swiper .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin: 1rem 0 0;
  color: #B7B7B7;
  transition: all 0.4s;
}

.indus .indus-b .indusB-swiper .swiper-button-prev:hover,
.indus .indus-b .indusB-swiper .swiper-button-next:hover {
  color: var(--logoColor);
}

.indus .indus-b .indusB-swiper .swiper-button-prev::after,
.indus .indus-b .indusB-swiper .swiper-button-next::after {
  font-size: 0.7rem;
}

.indus .indus-b .indusB-swiper .swiper-button-prev {
  margin-right: 0.9rem;
}

.indus .indus-b .indusB-swiper .swiper-slide {
  width: 32%;
  height: 6rem;
  margin-right: 2%;
  background-color: #fff;
  padding: 1rem;
}

.indus .indus-b .indusB-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  transition: all 0.4s 0.1s;
}

.indus .indus-b .indusB-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #D7D7D7;
  transition: all 0.4s;
}

.indus .indus-b .indusB-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.indus .indus-b .indusB-swiper .swiper-slide .h1 {
  color: #000000;
  transition: all .4s;
}

.indus .indus-b .indusB-swiper .swiper-slide .cont {
  margin-top: 0.55rem;
  color: #666666;
  line-height: 1.8;
}

.indus .indus-b .indusB-swiper .swiper-slide:hover::before {
  width: 100%;
}

.indus .indus-b .indusB-swiper .swiper-slide:hover::after {
  width: 0;
}

.indus .indus-b .indusB-swiper .swiper-slide:hover .h1 {
  color: var(--logoColor);
}

.indus .indus-c {
  padding: 3rem 0;
}

.indus .indus-c .indusC-swiper {
  margin-top: 1.25rem;
}

.indus .indus-c .indusC-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
  bottom: 0;
  line-height: 1;
}

.indus .indus-c .indusC-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.indus .indus-c .indusC-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.indus .indus-c .indusC-swiper .swiper-slide {
  width: 32%;
  height: 8rem;
  margin-right: 2%;
  overflow: hidden;
}

.indus .indus-c .indusC-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.indus .indus-c .indusC-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.indus .indus-c .indusC-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 2s;
}

.indus .indus-c .indusC-swiper .swiper-slide p {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 5;
  color: #FFFFFF;
}

.indus .indus-c .indusC-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}

.digita .digita-a {
  padding: 4.25rem 0 2.5rem;
}

.digita .digita-a .sub {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.6;
}

.digita .digita-a .pic {
  margin-top: 1.1rem;
  text-align: center;
}

.digita .digita-b {
  padding: 3rem 0;
}

.digita .digita-b .tit {
  color: #fff;
}

.digita .digita-b .sub {
  margin-top: 0.3rem;
  line-height: 1.6;
  color: #CCCCCC;
}

.digita .digita-b .digitaB-swiper {
  margin-top: 1.2rem;
}

.digita .digita-b .digitaB-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
  bottom: 0;
  line-height: 1;
}

.digita .digita-b .digitaB-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.digita .digita-b .digitaB-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.digita .digita-b .digitaB-swiper .swiper-slide {
  width: 23.5%;
  height: 8.6rem;
  margin-right: 2%;
  overflow: hidden;
}

.digita .digita-b .digitaB-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.digita .digita-b .digitaB-swiper .swiper-slide .nor-cont {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.8rem 1rem 1rem;
  transition: all 0.8s;
}

.digita .digita-b .digitaB-swiper .swiper-slide .nor-cont .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.digita .digita-b .digitaB-swiper .swiper-slide .nor-cont .icon img {
  max-width: 60%;
  max-height: 60%;
}

.digita .digita-b .digitaB-swiper .swiper-slide .nor-cont .h1 {
  margin-top: 0.9rem;
  color: #000000;
}

.digita .digita-b .digitaB-swiper .swiper-slide .hov-cont {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--logoColor);
  padding: 1.4rem;
  /* transform: rotateY(180deg); */
  /* backface-visibility: hidden; */
  transition: all 1.5s;
}

.digita .digita-b .digitaB-swiper .swiper-slide .hov-cont .h1 {
  color: #FFFFFF;
}

.digita .digita-b .digitaB-swiper .swiper-slide .hov-cont .cont {
  margin-top: 0.5rem;
  color: #fff;
  line-height: 1.5;
}

.digita .digita-b .digitaB-swiper .swiper-slide:hover .nor-cont {
  /* transform: rotateY(180deg); */
}

.digita .digita-b .digitaB-swiper .swiper-slide:hover .hov-cont {
  top: 0;
  /* transform: rotate(0); */
}

.digita .digita-c {
  padding: 3rem 0 2.7rem;
}

.digita .digita-c .sub {
  color: #666666;
  margin-top: 0.3rem;
  line-height: 1.6;
}

.digita .digita-c .digitaC-swiper {
  margin-top: 1.6rem;
}

.digita .digita-c .digitaC-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.75rem;
  bottom: 0;
  line-height: 1;
}

.digita .digita-c .digitaC-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  border: 2px solid #E8572F;
  opacity: 0.5;
  margin: 0 5px;
  background-color: transparent;
  transition: all 0.4s;
}

.digita .digita-c .digitaC-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #E8572F;
}

.digita .digita-c .digitaC-swiper .swiper-wrapper {
  justify-content: center;
}

.digita .digita-c .digitaC-swiper .swiper-slide {
  width: 15%;
  margin-right: 5%;
}

.digita .digita-c .digitaC-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: calc(100% - 3.75rem);
  left: -0.9rem;
  width: 0.4rem;
  height: 3.75rem;
  background: linear-gradient(to bottom, #EED8DA, transparent);
  border-radius: 0.25rem;
  opacity: 0;
  transition: all 0.4s;
}

.digita .digita-c .digitaC-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.digita .digita-c .digitaC-swiper .swiper-slide .pic-box {
  position: relative;
  transform: scale(0.9);
  transition: all 0.4s;
}

.digita .digita-c .digitaC-swiper .swiper-slide .pic-box .pos-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.digita .digita-c .digitaC-swiper .swiper-slide .pic-box .pos-box img {
  width: 92%;
  height: 90%;
  object-fit: cover;
}

.digita .digita-c .digitaC-swiper .swiper-slide .font {
  color: #333333;
  transition: all .4s;
  /* margin-top: 0.4rem; */
}

.digita .digita-c .digitaC-swiper .swiper-slide img {
  width: 100%;
}

.digita .digita-c .digitaC-swiper .swiper-slide .hov-img {
  /* height: 100%; */
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}

.digita .digita-c .digitaC-swiper .swiper-slide .pos-img {
  position: absolute;
  bottom: 1.8rem;
  left: -0.55rem;
  width: 2.5rem;
  transition: all 0.4s;
}

.digita .digita-c .digitaC-swiper .swiper-slide .pos-img img {
  width: 100%;
}

.digita .digita-c .digitaC-swiper .swiper-slide:hover::after {
  top: 2.6rem;
  opacity: 1;
  background: linear-gradient(to bottom, #E3E3E3, transparent);
}

.digita .digita-c .digitaC-swiper .swiper-slide:hover .pic-box {
  transform: scale(1);
}

.digita .digita-c .digitaC-swiper .swiper-slide:hover .hov-img {
  opacity: 1;
}

.digita .digita-c .digitaC-swiper .swiper-slide:hover .pos-img {
  left: 0;
  opacity: 0;
}

.digita .digita-c .digitaC-swiper .swiper-slide:hover .font {
  margin-top: .4rem;
  color: var(--logoColor);
  font-weight: bold;
}

.digita .digita-d {
  position: relative;
  padding: 4.3rem 0 5.1rem;
  overflow: hidden;
}

.digita .digita-d:hover .bg {
  transform: scale(1.1);
}

.digita .digita-d .tit {
  color: #fff;
  line-height: 1.5;
}

.digita .digita-d .line {
  margin-top: 1rem;
  width: 0.95rem;
  height: 2px;
  background-color: #fff;
}

.digita .digita-d .cont {
  width: 43%;
  margin-top: 1rem;
  color: #FFFFFF;
  line-height: 2.25;
}

.about {
  padding: 4.25rem 0 3rem;
}

.about .cont {
  width: 50%;
  margin: 0.9rem auto 0;
  color: #666666;
  line-height: 1.8;
  position: relative;
  z-index: 5;
}

.about .pic {
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
}

.about .pic img {
  width: 100%;
  transition: all 2s;
}

.about .pic .pos-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.about .pic .play {
  width: 2rem;
  height: 2rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about .pic .play img {
  width: auto;
}

.about .pic:hover>img {
  transform: scale(1.1);
}

.about .pic:hover .play img {
  transform: scale(0.95);
}

.history {
  padding: 4.25rem 0 9.55rem;
  position: relative;
}

.history .pos-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.history .pos-bg img {
  width: 100%;
}

.history .pic-box {
  width: 100%;
  margin-top: 2rem;
}

.history .pic-box img {
  width: 100%;
}

.history .li-box {
  margin-top: 1.25rem;
  position: relative;
}

.history .li-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border-left: 2px dashed #FADDD5;
}

.history .li-box .li {
  width: 50.1%;
  float: right;
  position: relative;
  margin-bottom: 6rem;
}

.history .li-box .li:last-child {
  margin-bottom: 0;
}

.history .li-box .li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #E8572F;
  z-index: 5;
}

.history .li-box .li::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.6rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: rgba(232, 87, 47, 0.2);
  transition: all 2s;
}

.history .li-box .li .box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 1.35rem;
}

.history .li-box .li .h1 {
  color: #000000;
  transition: all 0.4s;
}

.history .li-box .li .time {
  margin-top: 0.2rem;
  color: var(--logoColor);
}

.history .li-box .li .cont {
  margin-top: 0.3rem;
  color: #999999;
  line-height: 1.6;
}

.history .li-box .li:nth-child(2n) {
  float: left;
  text-align: right;
}

.history .li-box .li:nth-child(2n) .box {
  padding-left: 0;
  padding-right: 1.35rem;
}

.history .li-box .li:nth-child(2n)::before {
  left: auto;
  right: -0.35rem;
}

.history .li-box .li:nth-child(2n)::after {
  left: auto;
  right: -0.6rem;
}

.history .li-box .li:hover::after {
  transform: scale(3);
  opacity: 0;
}

.history .li-box .li:hover .h1 {
  color: var(--logoColor);
}

.honor {
  padding: 4.25rem 0 3rem;
}

.honor .li-box {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.honor .li-box .li {
  width: 23%;
  height: 8.1rem;
  /* border: 1px solid #E9E9E9; */
  background-color: #f4f4f4;
  /* box-shadow: 0px 0px 0.7rem 0px rgba(0, 0, 0, 0.05); */
  margin-right: 2.66%;
  position: relative;
  margin-bottom: 1rem;
  padding: 0.8rem;
  transition: all 0.4s;
}

.honor .li-box .li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--logoColor);
  transition: all 0.8s;
}

.honor .li-box .li:nth-child(4n) {
  margin-right: 0;
}

.honor .li-box .li .pic {
  width: 100%;
  height: 4.85rem;
  overflow: hidden;
}

.honor .li-box .li .pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 2s;
}

.honor .li-box .li .font {
  margin-top: 1rem;
  color: #333333;
}

.honor .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 0.7rem 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-0.25rem);
}

.honor .li-box .li:hover::after {
  height: 3px;
}

.honor .li-box .li:hover .pic img {
  transform: scale(1.1);
}

.honor .page-box {
  margin-top: 1rem;
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box a {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #6C6C6D;
  margin-right: 0.35rem;
  transition: all 0.4s;
}

.page-box a:last-child {
  margin-right: 0;
}

.page-box a[rel=prev],
.page-box a[rel=next] {
  width: 2.75rem;
  border-radius: 0.6rem;
}

.page-box a:hover,
.page-box a.active {
  background-color: var(--logoColor);
  color: #fff;
}

.build {
  padding: 4.25rem 0 3rem;
}

.build .build-swiper .swiper-pagination {
  width: 50%;
  left: 50%;
  bottom: 2rem;
  padding-left: 2.5rem;
  text-align: left;
}

.build .build-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D7DADB;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  margin-right: 0.5rem;
  transition: all 0.4s;
}

.build .build-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.build .build-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.4rem;
  background-color: var(--logoColor);
}

.build .build-swiper .swiper-slide {
  display: flex;
  background-color: #F3F3F3;
  margin-right: 1rem;
}

.build .build-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.build .build-swiper .swiper-slide .pic {
  width: 50%;
  overflow: hidden;
}

.build .build-swiper .swiper-slide .pic img {
  width: 100%;
  transition: all 2s;
}

.build .build-swiper .swiper-slide .info {
  width: 50%;
  padding: 2.35rem 1.9rem 1rem 2.5rem;
}

.build .build-swiper .swiper-slide .info .time {
  color: #D9D2CA;
}

.build .build-swiper .swiper-slide .info .h1 {
  margin-top: 0.4rem;
  color: #000000;
  transition: all 0.4s;
}

.build .build-swiper .swiper-slide .info .cont {
  margin-top: 1.6rem;
  color: #666666;
  line-height: 1.8;
}

.build .build-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}

.build .build-swiper .swiper-slide:hover .info .h1 {
  color: var(--logoColor);
}

.build .li-box {
  margin-top: 1.5rem;
}

.build .li-box .li {
  border-top: 2px solid #F3F3F3;
  padding: 0.95rem 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  transition: all 0.8s;
}

.build .li-box .li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  transition: all 0.8s;
}

.build .li-box .li .time {
  color: #D9D2CA;
  margin-right: 1.1rem;
}

.build .li-box .li .info {
  width: 70%;
}

.build .li-box .li .info .h1 {
  color: #000000;
  transition: all 0.4s;
}

.build .li-box .li .info .cont {
  margin-top: 0.4rem;
  color: #666666;
}

.build .li-box .li .arr {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 0.6rem;
  opacity: 0;
  transition: all 0.4s;
}

.build .li-box .li .arr img {
  width: 100%;
}

.build .li-box .li:hover {
  padding-left: 0.75rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.11);
}

.build .li-box .li:hover::after {
  width: 100%;
}

.build .li-box .li:hover .info .h1 {
  color: var(--logoColor);
}

.build .li-box .li:hover .arr {
  right: 1.25rem;
  opacity: 1;
}

.build .page-box {
  margin-top: 2.2rem;
}

.news-info {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
}

.news-info .back {
  display: flex;
  align-items: center;
  color: #666666;
  transition: all 0.4s;
}

.news-info .back span {
  margin-right: 0.25rem;
}

.news-info .back:hover {
  transform: translateX(-5px);
  color: var(--logoColor);
}

.news-info .tit {
  margin-top: 1.05rem;
  width: 66.4%;
  color: #000000;
  line-height: 1.3;
}

.news-info .time {
  margin-top: 0.85rem;
  color: #999999;
}

.news-info .box {
  margin-top: 1.6rem;
  display: flex;
  align-items: flex-start;
}

.news-info .box .cont {
  width: 66.4%;
  color: #666666;
  line-height: 1.8;
}

.news-info .box .side-bar {
  width: 33.6%;
  padding-left: 2.5rem;
}

.news-info .box .side-bar .h1 {
  color: var(--logoColor);
}

.news-info .box .side-bar .li-box {
  margin-top: 0.65rem;
}

.news-info .box .side-bar .li-box .li {
  display: block;
  margin-bottom: 0.65rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2;
}

.news-info .box .side-bar .li-box .li:last-child {
  margin-bottom: 0;
}

.news-info .box .side-bar .li-box .li .h2 {
  color: #333333;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  transition: all 0.4s;
}

.news-info .box .side-bar .li-box .li .h3 {
  margin-top: 0.35rem;
  color: #999999;
}

.news-info .box .side-bar .li-box .li:hover .h2 {
  color: var(--logoColor);
}

.news-info .info-page {
  margin-top: 1.8rem;
  width: 66.4%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-info .info-page a {
  width: 49%;
  padding: 0.75rem;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  transition: all .4s;
}

.news-info .info-page a .title {
  display: flex;
  align-items: center;
}

.news-info .info-page a .title p {
  color: #666666;
  margin-right: 0.45rem;
  transition: all .4s;
}

.news-info .info-page a .title div {
  width: 0.5rem;
  filter: grayscale(100);
  transition: all .4s;
}

.news-info .info-page a .title div img {
  width: 100%;
}

.news-info .info-page a .cont {
  margin-top: 0.35rem;
  color: #1A1A1A;
  line-height: 1.3;
  transition: all 0.4s;
}

.news-info .info-page a:hover {
  border-color: var(--logoColor);
}

.news-info .info-page a:hover .title p {
  color: var(--logoColor);
}

.news-info .info-page a:hover .title div {
  filter: initial;
}

.news-info .info-page a:hover .cont {
  color: var(--logoColor);
}

.news-info .info-page .next .title {
  justify-content: flex-end;
}

.news-info .info-page .next .cont {
  text-align: right;
}

.contact {
  padding: 4.25rem 0 3rem;
  display: flex;
  align-items: flex-start;
  padding-left: 10%;
}

.contact .lf {
  width: 44.5%;
  padding-right: 1rem;
}

.contact .lf .sub {
  margin-top: 0.3rem;
  color: #000000;
}

.contact .lf .cont {
  margin-top: 0.65rem;
  color: #666666;
  line-height: 2.25;
}

.contact .lf .code {
  margin-top: 0.95rem;
  width: -moz-max-content;
  width: max-content;
}

.contact .lf .code div {
  width: 3.65rem;
  height: 3.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}

.contact .lf .code div img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact .lf .code p {
  margin-top: 0.35rem;
  color: #999999;
}

.contact .map {
  width: 55.5%;
  height: 14.75rem;
}

.recruit {
  padding: 4.25rem 0 3rem;
}

.recruit .li-box {
  margin-top: 1.2rem;
}

.recruit .li-box .li {
  padding: 0.9rem 1rem 1.25rem;
  background-color: #F9F7F6;
  border-top: 2px solid var(--logoColor);
  margin-bottom: 0.5rem;
  transition: all 0.4s;
}

.recruit .li-box .li:last-child {
  margin-bottom: 0;
}

.recruit .li-box .li .top-bots {
  position: relative;
  cursor: pointer;
}

.recruit .li-box .li .top-bots .h1 {
  color: #333333;
  transition: all 0.4s;
}

.recruit .li-box .li .top-bots .intro {
  margin-top: 0.45rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
}

.recruit .li-box .li .top-bots .intro p {
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}

.recruit .li-box .li .top-bots .intro p:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.recruit .li-box .li .top-bots .arr {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}

.recruit .li-box .li .top-bots .arr span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: all 0.4s;
}

.recruit .li-box .li .top-bots .arr .heng {
  width: 0.4rem;
  height: 2px;
}

.recruit .li-box .li .top-bots .arr .shu {
  width: 2px;
  height: 0.4rem;
}

.recruit .li-box .li .cent-bots {
  margin-top: 0.4rem;
}

.recruit .li-box .li .cent-bots .h1 {
  color: #333333;
}

.recruit .li-box .li .cent-bots .cont {
  margin-top: 0.2rem;
  color: #666666;
}

.recruit .li-box .li .btn-bots {
  display: none;
  margin-top: 0.4rem;
}

.recruit .li-box .li .btn-bots .lst {
  margin-bottom: 0.7rem;
}

.recruit .li-box .li .btn-bots .lst:last-child {
  margin-bottom: 0;
}

.recruit .li-box .li .btn-bots .lst .h1 {
  color: #333333;
}

.recruit .li-box .li .btn-bots .lst .cont {
  margin-top: 2px;
  color: #666666;
  line-height: 1.7;
}

.recruit .li-box .li:hover .top-bots .h1 {
  color: var(--logoColor);
}

.recruit .li-box .li.active {
  background-color: #fff;
  box-shadow: 0px 0px 0.75rem 0px rgba(16, 16, 16, 0.24);
}

.recruit .li-box .li.active .top-bots .h1 {
  color: var(--logoColor);
}

.recruit .li-box .li.active .top-bots .arr {
  background-color: var(--logoColor);
}

.recruit .li-box .li.active .top-bots .arr span {
  background-color: #fff;
}

.recruit .li-box .li.active .top-bots .arr .shu {
  height: 0;
}

.know {
  padding: 4.25rem 0 3rem;
}

.know .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.know .li-box .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1rem;
  position: relative;
  transition: all 0.4s;
}

.know .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.know .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.know .li-box .li .pic {
  width: 100%;
  height: 8rem;
  overflow: hidden;
  position: relative;
}

.know .li-box .li .pic>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 2s;
}

.know .li-box .li .pic .play {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  /* background-color: #D4D4D9;
display: flex;
align-items: center;
justify-content: center; */
  cursor: pointer;

}

.know .li-box .li .pic .play img {
  /* max-width: 50%;
  max-height: 50%;
  -o-object-fit: contain;
  object-fit: contain; */
  transition: all 0.4s;
}

.know .li-box .li .cont {
  color: #666666;
  line-height: 1.6;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  transition: all 0.4s;
}

.know .li-box .li:hover {
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.know .li-box .li:hover::after {
  width: 100%;
}

.know .li-box .li:hover .pic>img {
  transform: scale(1.1);
}

.know .li-box .li:hover .cont {
  color: #000000;
}

.know .page-box {
  margin-top: 1rem;
}

.policy .li-box {
  margin-top: 1.2rem;
}

.general {
  padding: 4.25rem 0 2.5rem;
}

.general .wrap {
  display: flex;
  align-items: flex-start;
}

.general .wrap .side-bar {
  width: 7rem;
}

.general .wrap .side-bar .tab-nav {
  margin-top: 1.2rem;
}

.general .wrap .side-bar .tab-nav a {
  display: block;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #000000;
  padding: 0 0.5rem;
  transition: all 0.4s;
}

.general .wrap .side-bar .tab-nav a:hover {
  background-color: rgba(232, 57, 13, 0.1);
}

.general .wrap .side-bar .tab-nav a.active {
  color: var(--logoColor);
  background-color: rgba(232, 57, 13, 0.1);
}

.general .wrap .box {
  width: calc(100% - 7rem);
  border-left: 2px solid #F1F1F1;
  padding-left: 3rem;
}

.general .wrap .box .cont {
  margin-top: 0.8rem;
  color: #000000;
  line-height: 2.25;
}

.general .wrap .box .li-box {
  margin-top: 1rem;
}

.general .wrap .box .li-box .li {
  border-bottom: 1px solid #F1F1F1;
}

.general .wrap .box .li-box .li:first-child {
  border-top: 1px solid #F1F1F1;
}

.general .wrap .box .li-box .li .top-bots {
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s;
}

.general .wrap .box .li-box .li .top-bots .h1 {
  color: #000000;
  transition: all 0.4s;
}

.general .wrap .box .li-box .li .top-bots .arr {
  display: flex;
  align-items: center;
}

.general .wrap .box .li-box .li .top-bots .arr p {
  color: #000000;
  margin-right: 0.3rem;
}

.general .wrap .box .li-box .li .top-bots .arr span {
  color: var(--logoColor);
  transition: all 0.4s;
}

.general .wrap .box .li-box .li .btn-bots {
  padding: 0.75rem 0.8rem;
  color: #666666;
  line-height: 2.25;
  display: none;
}

.general .wrap .box .li-box .li:hover .top-bots .h1 {
  color: var(--logoColor);
}

.general .wrap .box .li-box .li.active .top-bots {
  padding: 0.6rem 0.8rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.11);
}

.general .wrap .box .li-box .li.active .top-bots .h1 {
  color: var(--logoColor);
}

.general .wrap .box .li-box .li.active .top-bots .arr span {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */

.w1440 {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}

.contactForm .top-ban {
  position: relative;
}

.contactForm .top-ban img {
  width: 100%;
}

.contactForm .top-ban .pos-cont {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.contactForm .top-ban .pos-cont .tit {
  color: #fff;
  font-weight: bold;
}

.contactForm .top-ban .pos-cont .cont {
  line-height: 1;
  margin-top: .5rem;
  color: #fff;
}

.contactForm .top-ban .pos-cont .line {
  margin-top: 1rem;
  width: .65rem;
  height: 4px;
  background-color: var(--logoColor);
}

.contactForm .form-box .box {
  position: relative;
  margin-top: -6rem;
  padding-bottom: 4rem;
}

.contactForm .form-box .box form {
  width: 100%;
  padding: 2.75rem 3rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px .5rem 0px rgba(0, 0, 0, 0.08);
}

.contactForm .form-box .box .li-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.05rem;
}

.contactForm .form-box .box .li-box:last-child {
  margin-bottom: 0;
}

.contactForm .form-box .box .li-box .li {
  width: 47.25%;
}

.contactForm .form-box .box .li-box.liDiv .li {
  width: 100%;
}

.contactForm .form-box .box .li-box .li .key {
  color: #333;
  line-height: 1;
}

.contactForm .form-box .box .li-box .li .key span {
  color: var(--logoColor);
}

.contactForm .form-box .box .li-box .li .ipt {
  margin-top: .6rem;
  width: 100%;
  background-color: #f1f1f1;
  color: #888;
}

.contactForm .form-box .box .li-box .li .ipt input {
  width: 100%;
  height: 1.35rem;
  padding: 0 .5rem;
  background: none;
}

.contactForm .form-box .box .li-box .li .ipt textarea {
  width: 100%;
  height: 2.4rem;
  padding: .45rem .5rem;
  line-height: 1.8;
  background: none;
}

.contactForm .form-box .box .li-box .li .ipt textarea::placeholder {
  color: #888;
}

.contactForm .form-box .box .li-box .li.select .ipt {
  position: relative;
}

.contactForm .form-box .box .li-box .li.select .ipt input {
  cursor: pointer;
}

.contactForm .form-box .box .li-box .li.select .ipt::after {
  content: '';
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 18px;
  height: 9px;
  margin-top: -5px;
  background: url(../img/110.png) no-repeat center;
  transition: all .4s;
}

.contactForm .form-box .box .li-box .li.select .ipt .change {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 5rem;
  overflow-y: auto;
  box-shadow: 0px 5px 8px 0px rgba(117, 121, 128, 0.4);
  background-color: #fff;
  display: none;
}

.contactForm .form-box .box .li-box .li.select .ipt .change::-webkit-scrollbar {
  width: 3px;
}

.contactForm .form-box .box .li-box .li.select .ipt .change::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}

.contactForm .form-box .box .li-box .li.select .ipt .change span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 .5rem;
  border-bottom: 1px solid #eee;
  color: #999;
  cursor: pointer;
}

.contactForm .form-box .box .li-box .li.select .ipt .change span:last-child {
  border-bottom: none;
}

.contactForm .form-box .box .sub-box {
  width: max-content;
  position: relative;
  transition: all .4s;
}

.contactForm .form-box .box .sub-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
  height: .25rem;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition-property: transform, opacity;
  transition: all .4s;
}

.contactForm .form-box .box .sub-box .submit {
  width: 5.25rem;
  height: 1.35rem;
  border-radius: .9rem;
  background: linear-gradient(to right, #d70e18, #a9151d);
  color: #fff;
  text-align: center;
}

.contactForm .form-box .box .sub-box:hover {
  transform: translateY(-6px);
}

.contactForm .form-box .box .sub-box:hover::after {
  opacity: .4;
  transform: translateY(6px);
}

.zId5 {
  z-index: 5;
}

.zId3 {
  z-index: 3;
}