.banner-desc {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  bottom: 34px;
  right: 16.67%;
}
.content0 {
  background-color: #f5f6fb;
}
.content1 {
  background-color: #fff;
}

.header-title {
  background: transparent;
}

.tab-h-content {
  border-bottom: none;
}

.tab-h-content .tab-h {
  margin-right: 0;
  margin-left: 40px;
}

.header-title .header-title-content {
  width: 100%;
}

.img-title {
  display: block;
  height: 130px;
  width: auto;
  margin-top: 54px;
}

.recruitment-box {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 74px;
}
.recruitment-box .recruitment-box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17.96%;
  height: 260px;
  background: linear-gradient(180deg, #c6dcff 0%, rgba(231, 240, 254, 0.25) 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.recruitment-box .recruitment-box-item img {
  width: 41.7%;
  height: 25%;
  margin-bottom: 26px;
}

.content2 {
  height: 785px;
  background: url('../images/join-us/bg-company.png');
  background-size: 100% 100%;
}

.mySwiper1 {
  width: 100%;
  height: 430px;
  margin-top: 72px;
}
.mySwiper1 .swiper-slide {
  width: 47.8%;
}

.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.content2 .img-title-box,
.content3 .img-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.content2 .img-title-box .arrow-box,
.content3 .img-title-box .arrow-box {
  width: 112px;
  height: 40px;
  background: #2256f7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}
.content2 .img-title-box .arrow-box .arrow-icon,
.content3 .img-title-box .arrow-box .arrow-icon {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content2 .img-title-box .arrow-box .arrow-icon.left,
.content3 .img-title-box .arrow-box .arrow-icon.left {
  background-image: url('../images/arrow-left.png');
}
.content2 .img-title-box .arrow-box .arrow-icon.left:hover,
.content3 .img-title-box .arrow-box .arrow-icon.left:hover {
  background-image: url('../images/arrow-right.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content2 .img-title-box .arrow-box .arrow-icon.right,
.content3 .img-title-box .arrow-box .arrow-icon.right {
  background-image: url('../images/arrow-left.png');
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content2 .img-title-box .arrow-box .arrow-icon.right:hover,
.content3 .img-title-box .arrow-box .arrow-icon.right:hover {
  background-image: url('../images/arrow-right.png');
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.content3 {
  padding-bottom: 54px;
}
.content3 .tag-btn-box {
  display: flex;
  margin-top: 57px;
}
.content3 .tag-btn-box .tag-btn-item {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 1px solid #78c1ee;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 800;
  color: #78c1ee;
  text-align: center;
  line-height: 48px;
  margin-right: 20px;
  user-select: none;
}
.content3 .tag-btn-box .tag-btn-item:last-child {
  margin-right: 0;
}
.mySwiper2 {
  width: 100%;
  height: 440px;
  padding-bottom: 72px;
  margin-top: 32px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.flex1 {
  flex: 1;
  min-width: 0;
}
.mySwiper2 .swiper-slide-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mySwiper2 .swiper-slide-1 .img1 {
  width: calc(50% - 10px);
  height: 210px;
}
.img3 {
	width: calc(50% - 10px);
  height: 240px;
}
.mySwiper2 .swiper-slide-1 .img2 {
  width: 100%;
  height: 440px;
}
.mySwiper2 .left-img-box,
.mySwiper2 .right-img-box {
  width: calc(50% - 10px);
}

.mySwiper2 .swiper-slide img {
  display: block;
  object-fit: contain;
}

.swiper-pagination {
  bottom: 0px !important;
  height: 20px;
}

.swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  background: #999999;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #2256f7;
}
.content4{
  padding-bottom: 120px;
  background-color: #F5F6FB;
}
.content4 .corporate-philosophy-box {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.corporate-philosophy-box .corporate-philosophy-box-item {
  width: calc((100% - 40px) / 3);
  height: 220px;
  position: relative;
  user-select: none;
}
.corporate-philosophy-box .corporate-philosophy-box-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-philosophy-box .corporate-philosophy-box-item .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background: linear-gradient(180deg, rgba(34, 36, 62, 0) 0%, #22243e 100%);
  box-sizing: border-box;
  padding: 0 36px;
  padding-top: 20px;
}
.corporate-philosophy-box-item .title-box .title {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
}
.corporate-philosophy-box-item .title-box .desc {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

