#about,
#digital,
#core,
#careers,
#contact,
#company {
  position: relative;
  top: -85px;
  display: block;
  height: 0;
  overflow: hidden;
}
.index {
  position: relative;
}
.headNav .botCon {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.qmmSection {
  margin: 0.6rem 0;
}
.qmmAccordion .about {
  display: flex;
  justify-content: space-between;
}
.qmmAccordion .about li {
  width: 3.66rem;
  height: 4.5rem;
  padding: 0;
  position: relative;
  background-color: #f6faff;
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: right bottom;
  padding: 0.7rem 0.2rem;
}
.qmmAccordion .about li h3 {
  font-size: 0.22rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  line-height: 0.26rem;
}
.qmmAccordion .about li p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.24rem;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  top: 1.48rem;
}
.qmmAccordion .about li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  width: 0;
  height: 4px;
  transform: scale(0.5);
}
.qmmAccordion .about li:hover::before {
  width: 100%;
  background-color: #e60000;
  transform: scale(1);
}
.digital ul {
  display: flex;
  justify-content: space-between;
  padding: 0 0.9rem;
}
.digital ul li {
  height: 2.7rem;
  width: 2.81rem;
  position: relative;
  z-index: 1;
}
.digital ul li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  background-color: #E60000;
  transition: all 0.3s;
  width: 0;
  transform: scale(0.5);
}
.digital ul li.active::after {
  width: 100%;
  transform: scale(1);
}
.digital ul li .circle-box {
  position: relative;
  margin: 0 auto;
  height: 1.52rem;
  width: 1.57rem;
  margin-bottom: 0.34rem;
}
.digital ul li .circle-wrapper {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 3px solid transparent;
  position: absolute;
  top: 0.12rem;
  left: 0.17rem;
}
.digital ul li.active .circle-wrapper {
  border-color: #E60000;
}
.digital ul li .circle-inner {
  width: 1.4rem;
  height: 1.4rem;
  background: #f5faff;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  border-radius: 50%;
  position: absolute;
  top: -0.12rem;
  left: -0.17rem;
  padding: 0.2rem 0.2rem;
}
.digital ul li.active .circle-inner {
  background: radial-gradient(#28597a, #051c36);
  box-shadow: none;
}
.digital ul li .circle-inner img {
  width: 1rem;
  height: 1rem;
}
.digital ul li.active .circle-inner img {
  filter: grayscale(100%) brightness(400%);
}
.digital ul li h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 0.28rem;
}
.digital ul li.active h2 {
  color: #e60000;
}
.digital .content-box {
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  padding: 0.43rem 0.76rem;
  font-size: 0.24rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.4rem;
  border-top: 3px solid #E5EDF8;
  z-index: 0;
}
.core .core-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.14rem;
}
.core .core-wrapper > li {
  margin-bottom: 1rem;
  display: flex;
}
.core .core-wrapper > li.last-row {
  margin-bottom: 0;
}
.core .core-wrapper > li .left {
  margin-right: 0.3rem;
}
.core .core-wrapper > li .left .circle-box {
  position: relative;
  height: 1.52rem;
  width: 1.57rem;
}
.core .core-wrapper > li .left .circle-wrapper {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 3px solid transparent;
  position: absolute;
  top: 0.12rem;
  left: 0.17rem;
}
.core .core-wrapper > li .left .circle-box:hover .circle-wrapper {
  border-color: #E60000;
}
.core .core-wrapper > li .left .circle-inner {
  width: 1.4rem;
  height: 1.4rem;
  background: #f5faff;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  border-radius: 50%;
  position: absolute;
  top: -0.12rem;
  left: -0.17rem;
  padding: 0.25rem 0.25rem;
}
.core .core-wrapper > li .left .circle-box:hover .circle-inner {
  background: radial-gradient(#28597a, #051c36);
  box-shadow: none;
}
.core .core-wrapper > li .left .circle-inner img {
  width: 0.9rem;
  height: 0.9rem;
}
.core .core-wrapper > li .left .circle-box:hover .circle-inner img {
  filter: grayscale(100%) brightness(400%);
}
.core .core-wrapper > li .right {
  width: 5.49rem;
}
.core .core-wrapper > li .right h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.09rem;
}
.core .core-wrapper > li .right p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.24rem;
  margin-bottom: 0.25rem;
}
.core .core-wrapper > li .right ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.15rem;
}
.core .core-wrapper > li .right ul li {
  width: 100%;
  list-style: disc;
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  text-align: LEFT;
  color: #888888;
  line-height: 0.26rem;
}
.core .core-wrapper > li .right ul li.left-inner {
  margin-right: 0.3rem;
}
.careers {
  width: 100%;
  height: 5.04rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  display: flex;
}
.careers .left {
  width: 7.55rem;
  height: 100%;
  padding: 0.83rem 0.31rem 0.52rem 0.5rem;
}
.careers .left h2 {
  font-size: 0.36rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.24rem;
  line-height: 0.42rem;
}
.careers .left p {
  font-size: 0.2rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.31rem;
  margin-bottom: 0.47rem;
}
.careers .left .btn {
  display: block;
  width: 1.6rem;
  height: 0.48rem;
  background: #e60000;
  border-radius: 4px;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.careers .right {
  width: calc(100% - 7.55rem);
  height: 100%;
}
.careers .right img {
  width: 100%;
  height: 100%;
}
.contact .map-wrapper {
  width: 100%;
  margin-bottom: 0.3rem;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  position: relative;
}
.contact .map-wrapper .map {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.contact .map-wrapper .address {
  width: 3rem;
  height: 1.15rem;
  background-color: #fff;
  position: absolute;
  left: 7.8rem;
  top: 2rem;
  padding: 0.2rem 0.2rem 0;
  border-radius: 8px;
}
.contact .map-wrapper .address h2 {
  font-size: 0.18rem;
  font-weight: 700;
  font-family: Georgia, Georgia-700;
  margin-bottom: 0.15rem;
}
.contact .map-wrapper .address p {
  font-size: 0.14rem;
  font-family: Georgia, Georgia-700;
}
.contact ul {
  display: flex;
  justify-content: space-between;
}
.contact ul li {
  width: 3.65rem;
  height: 1.89rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  border-top: 3px solid #e5edf8;
  padding-top: 0.22rem;
}
.contact ul li img {
  display: block;
  margin: 0 auto;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.05rem;
}
.contact ul li h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  text-align: center;
  color: #444444;
  line-height: 0.38rem;
}
.contact ul li p {
  font-size: 0.2rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  text-align: center;
  color: #444444;
  line-height: 0.2rem;
}
.contact ul li.address p {
  font-size: 0.16rem;
}
.company {
  width: 100%;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: 13.32rem auto;
  background-position: center top;
  border-top: 1px solid transparent;
}
.company .num-box {
  margin: 2.55rem 0 2.18rem 0;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
}
.company .num-box .num .box {
  display: flex;
}
.company .num-box .num .left {
  margin-right: 0.2rem;
}
.company .num-box .num .right {
  width: 1.55rem;
}
.company .num-box .num .right .count {
  font-size: 0.36rem;
  font-family: "Times New Roman", "微软雅黑", Arial;
  font-weight: 700;
  text-align: LEFT;
  color: #51575c;
  line-height: 0.42rem;
}
.company .num-box .num .right i {
  font-size: 0.24rem;
  position: relative;
  top: -0.2rem;
  color: #51575c;
}
.company .num-box .num .right .type {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #51575c;
  line-height: 0.19rem;
  margin-top: 0.06rem;
}
.company ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.company ul li {
  width: 4.93rem;
  height: 2rem;
  padding: 0.36rem 0.45rem 0 0.45rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.4);
  display: flex;
  position: relative;
}
.company ul li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #E60000;
  transition: all 0.3s;
  width: 0;
  transform: scale(0.5);
}
.company ul li:hover::after {
  width: 100%;
  transform: scale(1);
}
.company ul li .left {
  margin-right: 0.3rem;
}
.company ul li .left img {
  width: 0.8rem;
  height: 0.8rem;
}
.company ul li .right h3 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #000000;
  line-height: 0.43rem;
}
.company ul li .right p {
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.25rem;
}
.company .company-content {
  width: 100%;
  background-color: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  background-image: url(../images/logobg.png);
  background-repeat: no-repeat;
  background-size: 1.61rem 0.34rem;
  background-position: 13.12rem 2.81rem;
  padding: 0.39rem 0.48rem;
}
.company .company-content p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0.1rem;
}
.footer {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #888888;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 15.2rem;
  margin: 0 auto;
  padding: 0 0.18rem;
}
.footer ul {
  display: flex;
}
.footer ul li {
  margin-right: 0.23rem;
}
.footer ul li a {
  color: #888888;
}
.qmmSection .part5Des .page-title {
  position: relative;
}
.qmmSection .part5Des .page-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.14rem;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.04rem;
  background: #e60000;
}
@media (min-width: 751px) and (max-width: 1440px) {
  .qmmAccordion .about li {
    height: 6.5rem;
  }
  .qmmAccordion .about li p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .core .core-wrapper > li .right p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .core .core-wrapper > li .right ul li {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .company .num-box .num .right {
    width: initial;
  }
  .company .num-box .num .right .type {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .company ul li .right p {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .company .company-content p {
    font-size: 0.2rem;
    line-height: 0.35rem;
  }
  .contact .map-wrapper .address p {
    font-size: 0.18rem;
  }
  .earth_pop .tab_web {
    font-size: 0.18rem !important;
  }
  .footer {
    font-size: 0.18rem;
  }
}
@media (max-width: 750px) {
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .mp-head {
    height: 1.2rem;
    position: fixed;
    padding: 0 0.3rem;
    box-shadow: 0rem 0.1rem 0.2rem 0.02rem rgba(232, 232, 232, 0.3);
  }
  .mp-head .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    height: 100%;
  }
  .mp-head .title .logo {
    width: 2.28rem;
    height: 0.48rem;
    position: initial;
  }
  .mp-head .title .lang-right {
    width: 1.6rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mp-head .title .lang-right img {
    width: 0.56rem;
    height: 0.34rem;
  }
  .mp-head .title .lang-right .icon-sanjiaojiantou {
    color: #51575c;
    font-size: 0.22rem !important;
    margin-left: 0.15rem;
  }
  .mp-head .title .lang-right.active .icon-sanjiaojiantou::before {
    transform: rotate(180deg) translateX(-0.1rem);
  }
  .mp-head .lang-wrap {
    display: none;
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    filter: drop-shadow(0 0.1rem 0.45rem rgba(222, 233, 248, 0.8));
  }
  .mp-head .lang-wrap .lang-box {
    width: 6.8rem;
    height: 10.7rem;
    background: #fff;
    padding-top: 1.25rem;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%, 75% 0%, 75% 9%, 0% 9%, 0% 0%);
  }
  .mp-head .lang-wrap .lang-box a {
    display: block;
    width: 5.2rem;
    height: 1.2rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.32rem;
    color: #222;
  }
  .swiper-index {
    width: 7.3rem;
    height: 8.3rem;
    margin: 1.3rem auto 0;
  }
  .swiper-index .swiper-wrapper .swiper-slide a,
  .swiper-index .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .swiper-index .swiper-index-pagination {
    bottom: 0.3rem;
  }
  .swiper-index .swiper-index-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #d7d7d7;
  }
  .swiper-index .swiper-index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e60000;
  }
  .qmmSection.last {
    margin-bottom: 0;
  }
  .qmmSection .part5Des .page-title {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .qmmSection .part5Des .page-title::after {
    width: 0.63rem;
    height: 0.06rem;
  }
  .swiper-about-container {
    padding: 0 0.3rem 0.9rem !important;
  }
  .swiper-about-container .swiper-wrapper .swiper-slide {
    height: max-content;
    background: #f6faff;
    border-radius: 0.08rem;
    box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.8);
    border-top: 0.1rem solid #E5EDF8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 3.32rem 3.32rem;
    padding: 0.58rem 0.48rem 0.3rem;
  }
  .swiper-about-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    border-top: 0.1rem solid #E60000;
  }
  .swiper-about-container .swiper-wrapper .swiper-slide h3 {
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #222;
    font-weight: 700;
    height: 0.72rem;
    margin-bottom: 0.3rem;
  }
  .swiper-about-container .swiper-wrapper .swiper-slide p {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #444;
  }
  .swiper-about-container .swiper-pagination {
    bottom: 0rem;
  }
  .swiper-about-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #C8CDD4;
  }
  .swiper-about-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60000;
  }
  .digital {
    padding: 0 0.2rem;
  }
  .digital ul {
    padding: 0;
  }
  .digital ul li {
    height: auto;
  }
  .digital ul li .circle-box {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.2rem;
  }
  .digital ul li .circle-box .circle-inner {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.17rem;
    top: -0.2rem;
    left: -0.25rem;
  }
  .digital ul li .circle-box .circle-inner img {
    width: 0.86rem;
    height: 0.86rem;
  }
  .digital ul li .circle-box .circle-wrapper {
    width: 1.12rem;
    height: 1.12rem;
    top: 0.2rem;
    left: 0.25rem;
  }
  .digital ul li h2 {
    font-size: 0.28rem;
    line-height: 0.34rem;
    text-align: center;
    font-weight: 400;
  }
  .digital ul li::after {
    bottom: -0.18rem;
  }
  .digital .content-box {
    margin-top: 0.15rem;
    padding: 0.76rem 0.34rem;
    border-radius: 0.08rem;
    border-top: 0.08rem solid #E5EDF8;
  }
  .digital .content-box p {
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  .swiper-core-container {
    padding-bottom: 0.5rem !important;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide {
    height: max-content;
    padding: 0 0.3rem 0.2rem;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide .circle {
    width: 1.7rem;
    height: 1.7rem;
    background: #f5faff;
    border-radius: 50%;
    box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.8);
    margin: 0 auto 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide .circle img {
    width: 1.1rem;
    height: 1.1rem;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide h2 {
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #222;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.33rem;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide .des {
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #444;
    margin-bottom: 0.33rem;
  }
  .swiper-core-container .swiper-wrapper .swiper-slide .content ul li {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #666;
    list-style: disc;
    margin-left: 0.3rem;
  }
  .swiper-core-container .swiper-pagination {
    bottom: 0rem;
  }
  .swiper-core-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #C8CDD4;
  }
  .swiper-core-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60000;
  }
  .careers {
    padding: 0 0.1rem;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column-reverse;
  }
  .careers .left {
    padding: 0.48rem 0.28rem 0.8rem;
  }
  .careers .left .btn {
    width: 2.7rem;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
  }
  .careers .left p {
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .careers .left,
  .careers .right {
    width: 100%;
  }
  .contact {
    padding: 0 0.1rem;
  }
  .contact .map-wrapper .address {
    display: none;
  }
  .contact img {
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
  }
  .contact ul {
    flex-wrap: wrap;
  }
  .contact ul li {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.2rem;
    position: relative;
    padding: 0 0.56rem 0 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact ul li img {
    position: absolute;
    width: 0.77rem;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0.54rem;
  }
  .contact ul li h2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
    text-align: left;
  }
  .contact ul li p {
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: left;
  }
  .company .num-box {
    padding: 0;
    margin: 0 0 0.3rem;
    justify-content: center;
    gap: 1.2rem;
  }
  .company .num-box .num {
    width: initial;
    height: initial;
    margin: 0;
  }
  .company .num-box .num .box {
    position: initial;
    width: initial;
    transform: initial;
    margin: 0;
    display: block;
  }
  .company .num-box .num .box .left {
    width: 100%;
    margin-bottom: 0.32rem;
  }
  .company .num-box .num .box .left img {
    width: 0.62rem !important;
    height: 0.62rem !important;
    display: block;
    margin: 0 auto;
  }
  .company .num-box .num .box .right {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .company .num-box .num .box .right .remark {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #51575C;
    top: -0.16rem;
  }
  .company .num-box .num .box .right .count {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .company .num-box .num .box .right .type {
    width: 1.34rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .company .swiper-company-container {
    height: 3.6rem;
    margin: 0.4rem auto;
  }
  .company .swiper-company-container .swiper-wrapper {
    height: 3rem;
  }
  .company .swiper-company-container .swiper-wrapper .swiper-slide {
    width: 7.3rem;
    background-color: #f6faff;
    box-shadow: 0rem 0.2rem 0.45rem 0.02rem rgba(222, 233, 248, 0.8);
    padding: 0.2rem 0.4rem 0;
    height: 100%;
    display: flex;
    gap: 0.48rem;
  }
  .company .swiper-company-container .swiper-wrapper .swiper-slide .left img {
    width: 1.16rem;
  }
  .company .swiper-company-container .swiper-wrapper .swiper-slide .right h3 {
    font-size: 0.32rem;
    line-height: 0.58rem;
    margin-bottom: 0.02rem;
    color: #222;
    font-weight: 700;
  }
  .company .swiper-company-container .swiper-wrapper .swiper-slide .right p {
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #444;
  }
  .company .swiper-company-container .swiper-pagination {
    bottom: 0.32rem;
  }
  .company .swiper-company-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #C8CDD4;
  }
  .company .swiper-company-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60000;
  }
  .company .company-content {
    height: auto;
    width: 7.3rem;
    margin: 0 auto;
    padding: 0.5rem 0.35rem;
  }
  .company .company-content p,
  .company .company-content span {
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #444;
  }
  .footer {
    height: auto;
  }
  .footer .content {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer .content .left {
    padding: 0.2rem 0.56rem 0.25rem;
    background-color: #051C36;
    font-size: 0.26rem;
    color: #526f8b;
    line-height: 0.38rem;
  }
  .footer .content .right {
    display: flex;
    padding: 0.44rem 0.56rem;
    flex-wrap: wrap;
  }
  .footer .content .right li {
    margin-right: 0;
    height: 0.6rem;
    display: flex;
    align-items: center;
  }
  .footer .content .right li:nth-of-type(odd) {
    width: 60%;
  }
  .footer .content .right li:nth-of-type(even) {
    width: 40%;
  }
  .footer .content .right li a {
    font-size: 0.28rem;
    color: #889DB1;
  }
}
