.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/about/about-banner.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}

.prodects-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.prodects-header > div p {
  font-family: "Medium", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 2px;
}
.prodects-header > div span {
  font-family: "Medium", sans-serif;
  font-size: 26px;
  color: #ffffff;
}
body {
  background-color: #ffffff;
}
.new-tag {
  width: 100%;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  top: -73px;
}
.new-tag > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-tag > div > a {
  width: 20%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.new-tag > div > .new-tag-bg {
  background: #2f318b;
}
.company {
  width: 100%;
  background: url(/static/image/about/about-bga.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 73px;
  margin-top: -73px;
}

.company-profile {
  width: 100%;
}
.company-profile > div {
  width: 56.25%;
  display: flex;
  flex-direction: column;
}
.company-profile > div > span {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
}
.company-profile > div > em {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  font-style: normal;
}
.company-profile > div > i {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
  margin-top: 32px;
  position: relative;
}
.company-profile > div > i::after {
  content: "";
  width: 110px;
  height: 130px;
  display: block;
  background: url(/static/image/about/about-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company-profile > div > p {
  font-family: "Medium", sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 33px;
}
.company-profile > div ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 65px;
  padding-bottom: 222px;
}
.company-profile > div ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-profile > div ul li p {
  font-size: 14px;
  color: #3e3e3e;
}
.company-profile > div ul li p:nth-child(2) {
  margin-top: 35px;
}
.company-profile > div ul li:nth-child(3) p:nth-child(3) {
  margin-top: 35px;
}
.company-profile > div ul li:nth-child(2),
.company-profile > div ul li:nth-child(4),
.company-profile > div ul li:nth-child(6) {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #2f318b, transparent);
  opacity: 0.3;
}

.company-text {
  width: 100%;
  height: 521px;
  background: url(/static/image/about/profile-1.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.company-text-middle {
  width: 100%;
  height: 324px;
  background: url(/static/image/about/profile-2.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: -71px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-text-middle span {
  font-size: 36px;
  color: #171717;
}
.company-text-middle p:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 6px;
}
.company-text-middle p {
  font-size: 18px;
  color: #555555;
}
.company-honor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 80px;
  padding-bottom: 117px;
}
.company-honor > span {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #171717;
  display: block;
}
.company-honor > p {
  width: 58.8125%;
  font-size: 16px;
  color: #555555;
  line-height: 29px;
  text-align: center;
  margin-top: 24px;
}
.company-honor > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-honor > ul li {
  width: 18.875%;
  height: 96px;
  background: url(/static/image/about/f1_icon1.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 74px;
}
.company-honor > ul li span {
  font-size: 18px;
  color: #171717;
}
.company-honor > ul li i {
  font-size: 22px;
  color: #171717;
  font-style: normal;
  margin-top: 9px;
  font-weight: 600;
}

.company-ability {
  width: 100%;
  background: url(/static/image/about/ability.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding-bottom: 111px;
}
.company-ability span {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding-top: 100px;
}
.company-ability p {
  width: 49%;
  font-size: 16px;
  color: #6c6c6d;
  line-height: 29px;
  text-align: center;
  margin: 43px auto 0;
}
@keyframes move1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes move2 {
  100% {
    transform: translateX(0%);
  }
}
.company-ability ul li img {
  border-radius: 10px;
}
.company-ability .company-ability-ul1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 51px;
}
.company-ability .company-ability-ul1 li {
  margin-right: 14px;
  animation: move1 20s linear infinite;
}
.company-ability .company-ability-ul2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.company-ability .company-ability-ul2 li {
  animation: move2 30s linear infinite;
  transform: translateX(-171%);
  margin-left: 14px;
}
@media (max-width: 768px) {
  .prodects-header {
    height: 285px;
    background: url("/static/image/m-about/banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .m-new-tag {
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    top: -38px;
  }
  .m-new-tag > div {
    width: calc(100% - 30px);
    height: 38px;
    margin: 0 auto;
    overflow-x: scroll; /* 允许水平滚动 */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .m-new-tag > div a {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    padding: 9px 16px;
    position: relative;
  }
  .m-new-tag > div a::after {
    content: "";
    width: 1px;
    height: 13.5px;
    background: #626665;
    position: absolute;
    left: 0;
  }
  .m-new-tag > div a:last-child::before {
    content: "";
    width: 1px;
    height: 13.5px;
    background: #626665;
    position: absolute;
    right: 0;
  }
  .m-new-tag > div .m-new-bg {
    background: #2f318b;
    color: #ffffff;
  }
  .m-new-tag > div a:nth-child(1)::after,
  .m-new-tag > div a:nth-child(2)::after {
    display: none;
  }
  .m-new-tag > div::-webkit-scrollbar {
    display: none;
  }
  .company {
    width: 100%;
    background: unset;
  }
  .company-profile > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .company-profile > img {
    width: 100%;
  }
  .company-profile > div > span {
    font-size: 22.5px;
    color: #000000;
  }
  .company-profile > div > em {
    font-size: 13px;
    color: #cacaca;
  }
  .company-profile > div > p {
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
  }
  .company-profile > div > i {
    margin-top: 45px;
  }
  .company-profile > div > i::after {
    width: 55px;
    height: 65px;
  }
  .company-profile > div ul {
    flex-wrap: wrap;
    margin-top: 11px;
    padding-bottom: 40px;
  }
  .company-profile > div ul li:nth-child(1),
  .company-profile > div ul li:nth-child(3),
  .company-profile > div ul li:nth-child(5),
  .company-profile > div ul li:nth-child(7) {
    width: calc(50% - 24px);
    margin: 22px auto 0;
  }
  .company-profile > div ul li p {
    font-size: 3vw;
    color: #3e3e3e;
    text-align: center;
  }

  .company-profile > div ul li p:nth-child(2) {
    margin-top: 20px;
  }
  .company-profile > div ul li:nth-child(4) {
    display: none;
  }
  .company-text {
    height: auto;
    background: url(/static/image/m-about/m-profile-1.jpg) no-repeat;
    background-size: 100% 185px;
  }
  .company-text-middle {
    width: calc(100% - 30px);
    height: auto;
    margin-bottom: 0;
    margin-top: 120px;
    background-size: 100%;
  }
  .company-text-middle span {
    font-size: 18px;
    color: #171717;
    margin-top: 30px;
  }
  .company-text-middle p {
    width: calc(100% - 66px);
    margin: 0 auto;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    text-align: center;
  }
  .company-text-middle p:nth-child(2) {
    margin-top: 15px;
  }
  .company-honor {
    margin-top: 40px;
    padding-bottom: 25px;
  }
  .company-honor > span {
    font-size: 22.5px;
    color: #171717;
  }
  .company-honor > p {
    width: calc(100% - 30px);
    margin: 10px auto 0;
    font-size: 12px;
    color: #555555;
    line-height: 22px;
  }
  .m-qiye {
    width: calc(100% - 30px);
    margin: 35px auto 0;
  }
  .m-qiye .mySwiperB .swiper-slide {
    width: 100%;
  }
  .m-qiye .mySwiperB .swiper-slide ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .m-qiye .mySwiperB .swiper-slide ul li {
    width: calc(50% - 11px);
    height: 51.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("/static/image/about/f1_icon1.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
  }
  .m-qiye .mySwiperB .swiper-slide ul li span {
    font-size: 14px;
    color: #171717;
  }
  .m-qiye .mySwiperB .swiper-slide ul li i {
    font-size: 16px;
    color: #171717;
    font-family: "Medium", sans-serif;
    font-style: normal;
  }
  .m-qiye .mySwiperB .swiper-pagination-progressbar {
    width: 70%;
    top: unset;
    bottom: 25px;
    height: 1px;
    background: #b5bfbf;
  }
  .m-qiye
    .mySwiperB
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #2f318b;
    top: -1px;
  }
  .m-qiye .mySwiperB .swiper-button-next {
    top: unset;
    bottom: 10px;
    right: 0;
  }
  .m-qiye .mySwiperB .swiper-button-prev {
    top: unset;
    bottom: 10px;
    left: unset;
    right: 45px;
  }
  .m-qiye .mySwiperB .swiper-button-next{
    width: 34px;
    height: 34px;
    background: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(47, 49, 139, 0.18);
    border-radius: 50%;
  }
  .m-qiye .mySwiperB .swiper-button-prev{
    width: 34px;
    height: 34px;
    background: #ffffff;
    box-shadow: 0px -3px 8px 0px rgba(47, 49, 139, 0.18);
    border-radius: 50%;
    transform: rotate(180deg);
  }
  .m-qiye .mySwiperB .swiper-button-next img,
  .m-qiye .mySwiperB .swiper-button-prev img {
    width: 100%;
  }
  .m-qiye .mySwiperB .swiper-button-next:after,
  .m-qiye .mySwiperB .swiper-button-prev:after {
    display: none;
  }
  .company-ability {
    padding-bottom: 45px;
  }
  .company-ability span {
    margin-top: 40px;
    padding: 0;
    font-size: 22.5px;
  }
  .company-ability p {
    width: calc(100% - 30px);
    margin: 22px auto 0;
    font-size: 13px;
    color: #6c6c6d;
    line-height: 23px;
  }
  .company-ability .company-ability-ul1 {
    margin-top: 20px;
  }
  .company-ability .company-ability-ul1 li {
    width: 200px;
    margin-right: 10px;
  }
  .company-ability .company-ability-ul1 li img {
    width: 200px;
  }
  .company-ability .company-ability-ul2 {
    margin-top: 8px;
  }
  .company-ability .company-ability-ul2 li {
    width: 230px;
    margin-left: 10px;
  }
  .company-ability .company-ability-ul2 li img {
    display: block;
    width: 230px;
  }
  .company-ability > ul.company-ability-ul1:last-child {
    display: flex !important;
    margin-top: 8px;
  }
  .cooperate {
    margin-top: 45px;
  }
  .cooperate .cooperate-text{
    padding-top: 0;
  }
  .cooperate .cooperate-text b {
    margin: 0 0 16px 0;
  }
}
