.container-fluid {
  width: 100%;
}
.homepage-public-title {
  text-align: center;
}
.homepage-public-title h2 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.2;
  color: #595857;
}
.homepage-public-title h3 {
  font-size: 0.3rem;
  line-height: 1.3;
  color: #595857;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .homepage-public-title h2 {
    font-size: 0.28rem;
  }
  .homepage-public-title h3 {
    font-size: 0.32rem;
  }
}
.public-inner-tabTop {
  height: 0.7rem;
  padding: 0 5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public-inner-tabTop .tabLeft {
  width: 6rem;
}
@media screen and (max-width: 1500px) {
  .public-inner-tabTop .tabLeft {
    width: 8rem;
  }
}
.public-inner-tabTop .tabLeft .swiper-slide {
  position: relative;
}
.public-inner-tabTop .tabLeft .swiper-slide a {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
  height: 0.7rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .public-inner-tabTop .tabLeft .swiper-slide a {
    font-size: 0.22rem;
  }
}
.public-inner-tabTop .tabLeft .swiper-slide.current:before,
.public-inner-tabTop .tabLeft .swiper-slide:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  border-bottom: 0.07rem solid #fff;
}
.public-inner-tabTop .tabRight {
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .public-inner-tabTop .tabRight {
    font-size: 0.22rem;
  }
}
.public-inner-tabTop .tabRight a {
  font-size: 0.18rem;
  color: #fff;
  margin: 0 0.05rem;
}
@media screen and (max-width: 1500px) {
  .public-inner-tabTop .tabRight a {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  .public-inner-tabTop {
    display: none;
  }
}
.aboutus-singlePage {
  padding: 0.42rem 5% 0.3rem;
}
.aboutus-singlePage .aboutus-singlePage-content {
  margin-top: 0.33rem;
}
.aboutus-singlePage .aboutus-singlePage-content,
.aboutus-singlePage .aboutus-singlePage-content p {
  font-size: 0.2rem !important;
  font-weight: 400 !important;
  color: #595857 !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1024px) {
  .aboutus-singlePage .aboutus-singlePage-content,
  .aboutus-singlePage .aboutus-singlePage-content p {
    font-size: 0.28rem !important;
  }
}
.aboutus-singlePage .aboutus-singlePage-list {
  margin-top: 1.12rem;
}
.aboutus-singlePage .aboutus-singlePage-list ul {
  display: flex;
  flex-flow: row wrap;
}
.aboutus-singlePage .aboutus-singlePage-list li {
  width: 2.42rem;
  margin-right: 0.52rem;
  margin-bottom: 0.52rem;
}
.aboutus-singlePage .aboutus-singlePage-list li:nth-child(6n) {
  margin-right: 0;
}
.aboutus-singlePage .aboutus-singlePage-list li .img {
  box-shadow: 0 0 0.05rem 0 rgba(52, 55, 62, 0.3);
  width: 2.42rem;
  height: 2.42rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.aboutus-singlePage .aboutus-singlePage-list li .img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.aboutus-singlePage .aboutus-singlePage-list li .text {
  font-size: 0.26rem;
  color: #47484e;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.11rem;
}
@media screen and (max-width: 1024px) {
  .aboutus-singlePage .aboutus-singlePage-list li {
    width: 50%;
    margin-right: 0;
  }
  .aboutus-singlePage .aboutus-singlePage-list li .img {
    width: 2.82rem;
    height: 2.82rem;
  }
  .aboutus-singlePage .aboutus-singlePage-list li .text {
    font-size: 0.28rem;
    margin-top: 0.22rem;
  }
}
