.all-content {
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #fff;
}
.all-content .content-title {
  margin-left: 13.5%;
  padding-top: 0.66rem;
  margin-bottom: 0.4875rem;
}
.all-content .content-title p {
  padding-left: 0.15rem;
  height: 0.3rem;
  border-left: 0.045rem solid #ea4027;
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #000000;
}
.all-content .swiper {
  width: 100%;
}
.all-content .swiper .inSwiper {
  width: 100%;
}
.all-content .swiper .inSwiper .swiper-slide {
  width: 100%;
  height: 6.0001rem;
  position: relative;
}
.all-content .swiper .inSwiper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.all-content .swiper .inSwiper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .swiper .inSwiper .swiper-slide .swiper-text {
  position: absolute;
  z-index: 1;
  top: 3.5176rem;
  left: 1.95rem;
}
.all-content .swiper .inSwiper .swiper-slide .swiper-text .title {
  font-size: 0.39rem;
  line-height: 0.39rem;
  font-weight: bold;
  color: #FFFFFF;
}
.all-content .swiper .inSwiper .swiper-slide .swiper-text .intro {
  margin-top: 0.4425rem;
  font-size: 0.135rem;
  color: #FFFFFF;
  line-height: 0.27rem;
}
.all-content .swiper .inSwiper .area-page {
  top: 4.9426rem;
  right: 1.8rem;
  cursor: pointer;
}
.all-content .swiper .inSwiper .area-page .swiper-pagination-bullet {
  margin: 0 0.15rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.12rem;
  height: 0.12rem;
  background: #EA4027;
  border-radius: 50%;
  opacity: 1;
}
.all-content .swiper .inSwiper .area-page .swiper-pagination-bullet-active {
  width: 0.0975rem;
  height: 0.0975rem;
  opacity: 1;
  background: transparent;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.all-content .swiper .inSwiper .swiper-nav {
  width: 100%;
  height: 0.825rem;
  display: flex;
}
.all-content .swiper .inSwiper .swiper-nav li {
  width: 33.3%;
  height: 0.825rem;
  background-color: #fff;
  line-height: 0.825rem;
  text-align: center;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.13);
}
.all-content .swiper .inSwiper .swiper-nav .areaActive {
  background-color: #EA4027;
  color: #fff;
}
.all-content .img-top {
  width: 100%;
  height: 6.0001rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.all-content .img-top .Swiper1 {
  width: 100%;
  height: 100%;
}
.all-content .img-top .Swiper1 .swiper-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.all-content .img-top .Swiper1 .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .img-top .Swiper1 .prev1,
.all-content .img-top .Swiper1 .next1 {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.all-content .img-top .Swiper1 .prev1:hover,
.all-content .img-top .Swiper1 .next1:hover {
  background-color: #ffffff;
  color: #e84127;
}
.all-content .img-top .Swiper1 .prev1::after,
.all-content .img-top .Swiper1 .next1::after {
  font-size: 0.165rem;
}
.all-content .img-top .Swiper1 .btns {
  width: 1.3rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.9rem;
}
.all-content .img-top .img-text {
  position: absolute;
  z-index: 5;
  top: 2.2rem;
  left: 1.95rem;
}
.all-content .img-top .img-text .title {
  padding-left: 0.15rem;
  height: 0.3rem;
  border-left: 0.045rem solid #ea4027;
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #fff;
}
.all-content .img-top .img-text .intro {
  margin-top: 0.2475rem;
  font-size: 0.135rem;
  color: #FFFFFF;
  line-height: 0.27rem;
}
.all-content .img-bot {
  margin-top: 0.525rem;
  width: 100%;
  height: 6.0001rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.all-content .img-bot .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.all-content .img-bot .img-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .img-bot .img-text .title {
  display: inline-block;
  margin: 0 auto;
  padding-left: 0.15rem;
  height: 0.3rem;
  border-left: 0.045rem solid #ea4027;
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #000;
}
.all-content .img-bot .img-text .intro {
  margin-top: 0.3225rem;
  font-size: 0.135rem;
  color: #000;
  line-height: 0.24rem;
}
.all-content .img-bot .img-text .nums {
  margin-top: 1.0425rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-content .img-bot .img-text .nums li {
  flex-shrink: 0;
  text-align: center;
}
.all-content .img-bot .img-text .nums li .number {
  font-size: 0.6rem;
  line-height: 0.6rem;
  font-family: DIN;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
}
.all-content .img-bot .img-text .nums li:hover .number {
  color: #EA4027;
}
.all-content .img-bot .img-text .nums li .text {
  margin-top: 0.285rem;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.27rem;
}
.all-content .img-bot .img-text .nums li.line {
  margin: 0 0.5rem;
  width: 1px;
  height: 0.9rem;
  background-color: #000000;
  opacity: 0.3;
}
.all-content .pictures {
  width: 100%;
  height: 8.9rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.all-content .pictures .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .pictures .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.all-content .pictures .img-text {
  margin-top: 0.6525rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.all-content .pictures .img-text .title {
  display: inline-block;
  padding-left: 0.15rem;
  height: 0.3rem;
  border-left: 0.045rem solid #ea4027;
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  color: #fff;
}
.all-content .pictures .img-text .intro {
  margin-top: 0.2475rem;
  font-size: 0.135rem;
  color: #FFFFFF;
  line-height: 0.27rem;
}
.all-content .pictures .made {
  margin: 0 auto;
  margin-top: 0.3rem;
  width: 11.1002rem;
  position: relative;
}
.all-content .pictures .made .madeSwiper2 {
  margin: 0 auto;
  width: 8.88rem;
  height: 6.5rem;
}
.all-content .pictures .made .madeSwiper2 .made-img {
  width: 100%;
  height: 5.25rem;
  position: relative;
}
.all-content .pictures .made .madeSwiper2 .made-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.all-content .pictures .made .madeSwiper2 .made-img .title {
  width: 100%;
  position: absolute;
  bottom: -0.6rem;
}
.all-content .pictures .made .madeSwiper2 .made-img .title p {
  width: 100%;
  height: 0.21rem;
  font-size: 0.21rem;
  line-height: 0.21rem;
  color: #FFFFFF;
  text-align: center;
}
.all-content .pictures .made .madeSwiper2 .m-swiper-pagination {
  top: 6.3rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.all-content .pictures .made .madeSwiper2 .m-swiper-pagination span {
  height: 0.1rem;
  top: -0.04rem;
  background-color: #ea4027;
}
.all-content .pictures .made .mprev,
.all-content .pictures .made .mnext {
  width: 0.4125rem;
  height: 0.4125rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
  top: 2.6rem;
}
.all-content .pictures .made .mprev:hover,
.all-content .pictures .made .mnext:hover {
  background-color: #ffffff;
  color: #e84127;
}
.all-content .pictures .made .mprev::after,
.all-content .pictures .made .mnext::after {
  font-size: 0.165rem;
}
.all-content .accordion {
  width: 100%;
  height: 6.00002rem;
  overflow: hidden;
}
.all-content .accordion .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.all-content .accordion .box .digitizing {
  width: 25.2%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.all-content .accordion .box .digitizing a {
  width: 100%;
  height: 100%;
  display: block;
}
.all-content .accordion .box .digitizing a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.all-content .accordion .box .digitizing a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.all-content .accordion .box .digitizing a .bg {
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.all-content .accordion .box .digitizing a .number {
  width: 100%;
  font-family: "DIN-Bold";
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #f0f0f0;
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.all-content .accordion .box .digitizing a .line {
  width: 1px;
  height: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 2.3rem;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
.all-content .accordion .box .digitizing a .title {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
  position: absolute;
  top: 2.73751rem;
  left: 0;
  text-align: center;
  z-index: 2;
}
.all-content .accordion .box .digitizing a .en {
  width: 100%;
  font-family: "Arial";
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 3.33001rem;
  left: 0;
  z-index: 2;
}
.all-content .accordion .box .digitizing a .button {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  top: 3.5rem;
  left: calc(50% - 0.15rem);
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.all-content .accordion .box .digitizing a .button img {
  display: block;
  width: 0.0525rem;
  height: 0.105rem;
  margin: 0 auto;
  padding-top: 0.0975rem;
}
.all-content .accordion .box .digitizing a:hover .bg {
  background-color: rgba(232, 65, 39, 0.9);
}
.all-content .accordion .box .digitizing a:hover .number {
  opacity: 1;
  top: 1.125rem;
}
.all-content .accordion .box .digitizing a:hover .line {
  height: 0.405rem;
  top: 1.815rem;
}
.all-content .accordion .box .digitizing a:hover .button {
  top: 3.84001rem;
  opacity: 1;
}
.all-content .accordion .box .intelligent {
  width: 25.2%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 2;
}
.all-content .accordion .box .intelligent a {
  width: 100%;
  height: 100%;
  display: block;
}
.all-content .accordion .box .intelligent a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.all-content .accordion .box .intelligent a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.all-content .accordion .box .intelligent a .bg {
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.all-content .accordion .box .intelligent a .number {
  width: 100%;
  font-family: "DIN-Bold";
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #f0f0f0;
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.all-content .accordion .box .intelligent a .line {
  width: 1px;
  height: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 2.3rem;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
.all-content .accordion .box .intelligent a .title {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
  position: absolute;
  top: 2.73751rem;
  left: 0;
  text-align: center;
  z-index: 2;
}
.all-content .accordion .box .intelligent a .en {
  width: 100%;
  font-family: "Arial";
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 3.33001rem;
  left: 0;
  z-index: 2;
}
.all-content .accordion .box .intelligent a .button {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  top: 3.5rem;
  left: calc(50% - 0.15rem);
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.all-content .accordion .box .intelligent a .button img {
  display: block;
  width: 0.0525rem;
  height: 0.105rem;
  margin: 0 auto;
  padding-top: 0.0975rem;
}
.all-content .accordion .box .intelligent a:hover .bg {
  background-color: rgba(232, 65, 39, 0.9);
}
.all-content .accordion .box .intelligent a:hover .number {
  opacity: 1;
  top: 1.125rem;
}
.all-content .accordion .box .intelligent a:hover .line {
  height: 0.405rem;
  top: 1.815rem;
}
.all-content .accordion .box .intelligent a:hover .button {
  top: 3.84001rem;
  opacity: 1;
}
.all-content .accordion .box .globalization {
  width: 25.2%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
}
.all-content .accordion .box .globalization a {
  width: 100%;
  height: 100%;
  display: block;
}
.all-content .accordion .box .globalization a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.all-content .accordion .box .globalization a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.all-content .accordion .box .globalization a .bg {
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.all-content .accordion .box .globalization a .number {
  width: 100%;
  font-family: "DIN-Bold";
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #f0f0f0;
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.all-content .accordion .box .globalization a .line {
  width: 1px;
  height: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 2.3rem;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
.all-content .accordion .box .globalization a .title {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
  position: absolute;
  top: 2.73751rem;
  left: 0;
  text-align: center;
  z-index: 2;
}
.all-content .accordion .box .globalization a .en {
  width: 100%;
  font-family: "Arial";
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 3.33001rem;
  left: 0;
  z-index: 2;
}
.all-content .accordion .box .globalization a .button {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  top: 3.5rem;
  left: calc(50% - 0.15rem);
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.all-content .accordion .box .globalization a .button img {
  display: block;
  width: 0.0525rem;
  height: 0.105rem;
  margin: 0 auto;
  padding-top: 0.0975rem;
}
.all-content .accordion .box .globalization a:hover .bg {
  background-color: rgba(232, 65, 39, 0.9);
}
.all-content .accordion .box .globalization a:hover .number {
  opacity: 1;
  top: 1.125rem;
}
.all-content .accordion .box .globalization a:hover .line {
  height: 0.405rem;
  top: 1.815rem;
}
.all-content .accordion .box .globalization a:hover .button {
  top: 3.84001rem;
  opacity: 1;
}
.all-content .accordion .box .green {
  width: 25.2%;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 4;
}
.all-content .accordion .box .green a {
  width: 100%;
  height: 100%;
  display: block;
}
.all-content .accordion .box .green a .img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.all-content .accordion .box .green a .img img {
  position: absolute;
  height: 100%;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
}
.all-content .accordion .box .green a .bg {
  width: 102%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
}
.all-content .accordion .box .green a .number {
  width: 100%;
  font-family: "DIN-Bold";
  font-size: 0.42rem;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #f0f0f0;
  position: absolute;
  top: 1.5rem;
  left: 0;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.all-content .accordion .box .green a .line {
  width: 1px;
  height: 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 2.3rem;
  left: 50%;
  z-index: 2;
  transition: 0.5s;
}
.all-content .accordion .box .green a .title {
  width: 100%;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.42rem;
  letter-spacing: -0.015rem;
  color: #ffffff;
  position: absolute;
  top: 2.73751rem;
  left: 0;
  text-align: center;
  z-index: 2;
}
.all-content .accordion .box .green a .en {
  width: 100%;
  font-family: "Arial";
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 3.33001rem;
  left: 0;
  z-index: 2;
}
.all-content .accordion .box .green a .button {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  position: absolute;
  top: 3.5rem;
  left: calc(50% - 0.15rem);
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
.all-content .accordion .box .green a .button img {
  display: block;
  width: 0.0525rem;
  height: 0.105rem;
  margin: 0 auto;
  padding-top: 0.0975rem;
}
.all-content .accordion .box .green a:hover .bg {
  background-color: rgba(232, 65, 39, 0.9);
}
.all-content .accordion .box .green a:hover .number {
  opacity: 1;
  top: 1.125rem;
}
.all-content .accordion .box .green a:hover .line {
  height: 0.405rem;
  top: 1.815rem;
}
.all-content .accordion .box .green a:hover .button {
  top: 3.84001rem;
  opacity: 1;
}
@media screen and (max-width: 1020px) {
  .all-content .content-title {
    margin-left: 5%;
    padding-top: 0.66rem;
    margin-bottom: 0.4875rem;
  }
  .all-content .content-title p {
    padding-left: 0.15rem;
    height: 0.4rem;
    border-left: 0.045rem solid #ea4027;
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #000000;
  }
  .all-content .swiper .inSwiper .swiper-slide .swiper-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }
  .all-content .swiper .inSwiper .page {
    display: none;
    top: 4.9426rem;
    right: 1.8rem;
    cursor: pointer;
  }
  .all-content .swiper .inSwiper .area-page {
    top: 4.9426rem;
    left: 5%;
    cursor: pointer;
    text-align: left;
  }
  .all-content .swiper .inSwiper .area-page .swiper-pagination-bullet {
    margin: 0;
    margin-right: 0.3rem;
  }
  .all-content .swiper .inSwiper .swiper-slide .swiper-text .intro {
    width: 90%;
    margin-top: 0.4425rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  .all-content .swiper .inSwiper .swiper-nav {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .all-content .swiper .inSwiper .swiper-nav li {
    width: 50%;
    height: 1rem;
    background-color: #fff;
    line-height: 1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #000000;
    cursor: pointer;
    background-color: #f8f8f8;
    transition: all 0.5s;
    box-shadow: 0px 0px 0px 0px;
  }
  .all-content .img-top .img {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .all-content .img-top .img-text {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translateY(-50%);
  }
  .all-content .img-top .img-text .title {
    padding-left: 0.15rem;
    height: 0.4rem;
    border-left: 0.045rem solid #ea4027;
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #fff;
  }
  .all-content .img-top .Swiper1 .btns {
    width: 1.5rem;
    position: absolute;
    bottom: 1rem;
    left: 5%;
  }
  .all-content .img-top .Swiper1 .prev1,
  .all-content .img-top .Swiper1 .next1 {
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
  }
  .all-content .img-top .Swiper1 .prev1 {
    left: 0;
  }
  .all-content .img-top .img-text .intro {
    width: 90%;
    margin-top: 0.2475rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  .all-content .img-bot {
    margin-top: 0.8rem;
    width: 100%;
    height: 10rem;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .all-content .img-bot .img-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .all-content .img-bot .img-text .title {
    display: inline-block;
    margin: 0 auto;
    padding-left: 0.15rem;
    height: 0.4rem;
    border-left: 0.045rem solid #ea4027;
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #000;
  }
  .all-content .img-bot .img-text .intro {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.3225rem;
    font-size: 0.25rem;
    color: #000;
    line-height: 0.4rem;
  }
  .all-content .img-bot .img-text .nums {
    width: 100%;
    margin-top: 1.0425rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  .all-content .img-bot .img-text .nums li {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .all-content .img-bot .img-text .nums li.line {
    margin: 0 0.5rem;
    width: 1px;
    height: 0.9rem;
    background-color: #000000;
    opacity: 0.3;
    display: none;
  }
  .all-content .img-bot .img-text .nums li .text {
    margin-top: 0.285rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.35rem;
  }
  .all-content .img-bot .img-text .nums li .number {
    font-size: 0.6rem;
    line-height: 0.6rem;
    font-family: DIN-BOLD;
    letter-spacing: -0.05rem;
    font-weight: bold;
    color: #000;
    transition: all 0.5s;
  }
  .all-content .pictures {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .all-content .pictures .img-text {
    margin: 0 auto;
    margin-top: 0.6525rem;
    width: 90%;
    text-align: center;
    position: relative;
  }
  .all-content .pictures .img-text .title {
    padding-left: 0.15rem;
    height: 0.4rem;
    border-left: 0.045rem solid #ea4027;
    font-size: 0.4rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #fff;
  }
  .all-content .pictures .img-text .intro {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.2475rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  .all-content .pictures .made {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 90%;
    position: relative;
  }
  .all-content .pictures .made .madeSwiper2 {
    margin: 0 auto;
    width: 100%;
    height: 7rem;
  }
  .all-content .pictures .made .mprev,
  .all-content .pictures .made .mnext {
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
    top: 2.6rem;
  }
  .all-content .pictures .made .madeSwiper2 .made-img .title p {
    width: 100%;
    height: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    text-align: center;
  }
  .all-content .accordion .box .digitizing {
    width: 25.2%;
    left: 0;
  }
  .all-content .accordion .box .digitizing a .bg {
    left: -0.5px;
  }
  .all-content .accordion .box .digitizing a .en {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
  .all-content .accordion .box .intelligent {
    width: 25.2%;
    left: 25%;
  }
  .all-content .accordion .box .intelligent a .bg {
    left: -0.5px;
  }
  .all-content .accordion .box .intelligent a .en {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
  .all-content .accordion .box .globalization {
    width: 25.2%;
    left: 50%;
  }
  .all-content .accordion .box .globalization a .bg {
    left: -0.5px;
  }
  .all-content .accordion .box .globalization a .en {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
  .all-content .accordion .box .green {
    width: 25.2%;
    left: 75%;
  }
  .all-content .accordion .box .green a .bg {
    left: -0.5px;
  }
  .all-content .accordion .box .green a .en {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}
