@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../font/SourceHanSansCN-Bold.ttf");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("../font/SourceHanSansCN-Medium.ttf");
}
.containerBox .header {
  width: 100%;
  /* height: 5rem; */
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* position: absolute;
          top: 0; */
  transition: all 0.5s;
  z-index: 100;
  position: fixed;
  top: 0;
}

.containerBox {
  background: #ffffff;
}

.containerBox .headerFiexd .banner {
  position: relative;
  width: 100%;
  height: 5rem;
}
.containerBox .headerFiexd .banner .bannerDes {
  position: absolute;
  top: 1.96rem;
  left: 2.42rem;
  z-index: 9;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_text {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.82rem;
  margin-bottom: 0.16rem;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_btn {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  width: 6.2rem;
}
.containerBox .headerFiexd .banner .swiper-container {
  height: 5rem;
}
.containerBox .headerFiexd .banner .swiper-container img {
  height: 5rem !important;
}
.containerBox .companyProfile {
  width: 100%;
  height: 9.14rem;
  background: #f8f8f8;
  position: relative;
}
.containerBox .companyProfile .topBaiBox {
  width: 100%;
  height: 3.95rem;
  background-color: #ffffff;
}
.containerBox .companyProfile .leftIcon {
  width: 1.17rem;
  height: 1.17rem;
  position: absolute;
  left: 4.4rem;
  top: 1.33rem;
  z-index: 2;
}
.containerBox .companyProfile .contentBox {
  width: 5.92rem;
  min-height: 3.77rem;
  padding: 0.15rem 0.4rem;
  position: absolute;
  left: 3.6rem;
  top: 1.96rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 45, 26, 0.06);
  cursor: default;
  overflow: hidden;
  z-index: 1;
}
.containerBox .companyProfile .contentBox .name {
  font-weight: 500;
  font-size: 0.28rem;
  margin-left: 1.7rem;
  color: #333333;
  font-family: "Source Han Sans CN-Medium";
}
.containerBox .companyProfile .contentBox .content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  font-family: Source Han Sans CN-Regular;
  text-align: justify;
}
.containerBox .companyProfile .contentBox .content p {
  margin-bottom: 0.2rem;
}
.containerBox .companyProfile .contentBox .content p:before {
  content: "";
  display: inline-block;
  width: 2em;
}
.containerBox .companyProfile .contentBox .bottomGreen {
  width: 100%;
  height: 0.06rem;
  background: rgba(25, 180, 131, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
@keyframes grow {
  to {
    width: 100%;
  }
}
/* .containerBox .companyProfile .contentBox:hover .bottomGreen {
  width: 0;
  animation: grow 0.3s forwards;
} */
.containerBox .companyProfile .swiperBox {
  position: absolute;
  top: 0.86rem;
  left: 9.41rem;
  z-index: 0;
  width: 6.2rem;
  overflow: hidden;
}
.containerBox .companyProfile .swiperBox .swiper-wrapper .swiper-slide {
  width: 6.2rem;
  height: 6.04rem;
}
.containerBox .companyProfile .swiperBox .swiper-wrapper .swiperImage {
  width: 6.2rem;
  height: 6.04rem;
}
.containerBox .companyProfile .swiperBox .buttonBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.3rem;
}
.containerBox .companyProfile .swiperBox .swiper-button-prev-0 {
  width: 0.58rem;
  height: 0.58rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.containerBox
  .companyProfile
  .swiperBox
  .swiper-button-prev-0[aria-disabled="true"] {
  width: 0.58rem;
  height: 0.58rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  transition: all 0.3s;
}
.containerBox
  .companyProfile
  .swiperBox
  .swiper-button-prev-0[aria-disabled="false"]:hover {
  width: 0.58rem;
  height: 0.58rem;
  background: #19b483;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.containerBox .companyProfile .swiperBox .swiper-button-next-0 {
  width: 0.58rem;
  height: 0.58rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.3rem;
  transition: all 0.3s;
}
.containerBox
  .companyProfile
  .swiperBox
  .swiper-button-next-0[aria-disabled="true"] {
  width: 0.58rem;
  height: 0.58rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  margin-left: 0.3rem;
  transition: all 0.3s;
}
.containerBox
  .companyProfile
  .swiperBox
  .swiper-button-next-0[aria-disabled="false"]:hover {
  width: 0.58rem;
  height: 0.58rem;
  background: #19b483;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 0.3rem;
}
.containerBox .companyProfile .swiperBox .swiper-button-prev-0 .btn-img {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../image/about/huiLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.containerBox .companyProfile .swiperBox .swiper-button-prev-0:hover .btn-img {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../image/about/baiLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.containerBox .companyProfile .swiperBox .swiper-button-next-0 .btn-img {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../image/about/huiRight.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.containerBox .companyProfile .swiperBox .swiper-button-next-0:hover .btn-img {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("../image/about/baiRight.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.containerBox .companyProfile .chinese {
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  font-family: "Source Han Sans CN-Medium";
  position: absolute;
  top: 7.58rem;
  width: 100%;
  text-align: center;
  cursor: default;
}
.containerBox .companyProfile .en {
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  font-family: "SourceHanSansCN-Medium";
  position: absolute;
  top: 8.1rem;
  width: 100%;
  text-align: center;
  cursor: default;
}

.containerBox .huanjingBox {
  padding: 0.86rem 2.4rem;
  width: calc(100% - 4.8rem);
  background-color: #fff;
}
.containerBox .huanjingBox .huanjingTittle {
  font-size: 0.36rem;
  color: #333333;
  font-weight: 500;
  font-family: "SourceHanSansCN-Medium";
  width: 100%;
  text-align: center;
  padding-bottom: 0.41rem;
  cursor: default;
}
.containerBox .huanjingBox .huanjingBottomBox {
  display: flex;
  align-items: center;
  border-radius: 0.04rem;
  overflow: hidden;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n + 1) {
  width: calc(100% / 3);
  cursor: default;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) {
  width: calc(100% / 3);
  cursor: default;
  display: flex;
  flex-direction: column-reverse;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n + 1)
  .huanJingimg {
  width: 100%;
  height: 2.66rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n + 1)
  .imgWithBox {
  width: 100%;
  height: 3.36rem;
  background: #f8f8f8;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n + 1)
  .imgWithBox
  .numBox {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 1rem;
  padding-top: 0.99rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n + 1)
  .imgWithBox
  .blueBox {
  height: 0.05rem;
  width: 0.2rem;
  background: #17b370;
  margin-left: 1.06rem;
  margin-top: 0.16rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n + 1)
  .imgWithBox
  .tttttBox {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 1rem;
  margin-top: 0.2rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n)
  .huanJingimg {
  width: 100%;
  height: 2.66rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n)
  .imgWithBox {
  width: 100%;
  height: 3.36rem;
  background: #ffffff;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n)
  .imgWithBox
  .numBox {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 1rem;
  padding-top: 1.03rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n)
  .imgWithBox
  .blueBox {
  height: 0.05rem;
  width: 0.2rem;
  background: #17b370;
  margin-left: 1.06rem;
  margin-top: 0.16rem;
}
.containerBox
  .huanjingBox
  .huanjingBottomBox
  .huanjing:nth-child(2n)
  .imgWithBox
  .tttttBox {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  font-family: "SourceHanSansCN-Medium";
  margin-left: 1rem;
  margin-top: 0.2rem;
}

.containerBox .tabs {
  width: 100%;
  height: 1.05rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 0.24rem;
  padding-top: 0.44rem;
  padding: 0.44rem 2.9rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #edeef1;
}

.containerBox .tabs .tabs_title {
  cursor: pointer;
}

.containerBox .tabs .tabs_title_active {
  position: relative;
}

.tabContent {
  display: none;
}

.containerBox .tabs .tabs_title_active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.66rem;
  height: 0.03rem;
  background: #316cfd;
}

/*公共结束*/

.introduction {
  padding: 1rem 2.4rem;
  background-color: #fff;
}

.introduction .introduction_title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.49rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.12rem;
}

.introduction .introduction_small_desc {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.introduction .introduction_desc {
  margin: 0.56rem auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.26rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.introduction .introduction_types {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduction .introduction_types .introduction_type {
  width: 4.16rem;
  height: 1.76rem;
  padding: 0.41rem 0.6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.introduction .introduction_types .introduction_type_vision {
  background-image: url("../image/vision.png");
  background-size: 100% 100%;
}

.introduction .introduction_types .introduction_type_valus {
  background-image: url("../image/valus.png");
  background-size: 100% 100%;
}

.introduction .introduction_types .introduction_type_mission {
  background-image: url("../image/mission.png");
  background-size: 100% 100%;
}

.introduction .introduction_types .introduction_type .introduction_type_title {
  position: relative;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

.introduction .introduction_types .introduction_type .introduction_type_desc {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-align: left;
}

.introduction
  .introduction_types
  .introduction_type
  .introduction_type_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 0.13rem;
  height: 0.03rem;
  background: #316cfd;
  border-radius: 0px 0px 0px 0px;
}

.introduction .introduction_video {
  position: relative;
  width: 100%;
  height: 5.94rem;
  margin: 0.5rem 0 0;
}

.introduction .introduction_video_style {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction .introduction_video_play_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.introduction .introduction_video_play_btn img {
  width: 1.016rem;
  height: 1.016rem;
  cursor: pointer;
}

.qualifications {
  width: 100%;
  padding: 0 2.4rem 0.86rem;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.qualifications .huanjingTittle {
  font-size: 0.36rem;
  color: #333333;
  font-weight: 500;
  font-family: "SourceHanSansCN-Medium";
  width: 100%;
  text-align: center;
  cursor: default;
}
.qualifications .tabs {
  /* width: 100%; */
  height: 0.95rem;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  font-size: 0.24rem;
  padding: 0 2.9rem;
  box-sizing: border-box;
  border-bottom: 1px solid #edeef1;
}

.qualifications .tabs .tabs_title {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  line-height: 1;
  cursor: pointer;
}

.qualifications .tabs .tabs_title_active {
  position: relative;
}

.tabContent {
  display: none;
}

.qualifications .tabs .tabs_title_active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.66rem;
  height: 0.03rem;
  background: #19b483;
}

.qualifications .qualifications-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0.36rem 0;
  box-sizing: border-box;
}

.qualifications .qualifications-banner .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qualifications .qualifications-banner .swiper-button-next-0 {
  position: absolute;
  width: 1.24rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #f7faff;
}

.qualifications .qualifications-banner .swiper-button-next-0 .btn-img {
  width: 0.54rem;
  height: 0.54rem;
  margin-left: 0.4rem;
  margin-top: 1.35rem;
}

.qualifications .qualifications-banner .swiper-button-prev-0 {
  position: absolute;
  width: 1.24rem;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #f7faff;
}

.qualifications .qualifications-banner .swiper-button-prev-0 .btn-img {
  width: 0.54rem;
  height: 0.54rem;
  margin-left: 0.3rem;
  margin-top: 1.35rem;
}
.qualifications .qualifications-banner .swiper-button-next-1 {
  position: absolute;
  width: 1.24rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #f7faff;
}

.qualifications .qualifications-banner .swiper-button-next-1 .btn-img {
  width: 0.54rem;
  height: 0.54rem;
  margin-left: 0.4rem;
  margin-top: 1.35rem;
}

.qualifications .qualifications-banner .swiper-button-prev-1 {
  position: absolute;
  width: 1.24rem;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #f7faff;
}

.qualifications .qualifications-banner .swiper-button-prev-1 .btn-img {
  width: 0.54rem;
  height: 0.54rem;
  margin-left: 0.3rem;
  margin-top: 1.35rem;
}

.qualifications .qualifications-banner-0 .swiper-wrapper .swiper-slide img {
  width: 3.42rem;
  height: 2.22rem;
  margin: 0 auto;
}

.qualifications .qualifications-banner-1 .swiper-wrapper .swiper-slide img {
  width: 2.346rem;
  height: 3.11rem;
  margin: 0 auto;
}

.qualifications
  .qualifications-banner
  .swiper-wrapper
  .swiper-slide
  .banner_list_item_remark {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: center;
  /* font-style: normal;
  text-transform: none; */
  margin-top: 0.52rem;
  /* padding-bottom: 0.95rem; */
}

.qualifications
  .qualifications-banner
  .banner_list
  .banner_list_inner
  .banner_list_item_2
  .banner_list_item_remark {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.21rem;
  text-align: center;
  /* font-style: normal;
  text-transform: none; */
  margin-top: 0.52rem;
  /* padding-bottom: 0.95rem; */
}

.partners {
  padding: 1rem 2.41rem 0.39rem;
  background-color: #f8f8f8;
}

.partners .partners-title {
  font-family: "SourceHanSansCN-Medium";
  font-weight: 800;
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.42rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-align: center;
  padding-bottom: 1rem;
}

.partners .partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners .partners-list .partners-list-item {
  width: 3.26rem;
  height: 1.1rem;
  margin-bottom: 0.63rem;
}

.partners .partners-list .partners-list-item img {
  width: 100%;
  height: 100%;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}
