.ecology .banner {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.ecology .banner .pic {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.ecology .banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  z-index: 20;
}
.ecology .banner .content .title {
  font-weight: 700;
  font-size: 42px;
  color: #28282d;
  line-height: 56px;
}
.ecology .banner .content .desc {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  color: rgba(40, 40, 45, 0.7);
  line-height: 30px;
}
.ecology .banner .content .desc p {
  white-space: pre-wrap;
}
.ecology .talent-section {
  padding: 100px 0 120px;
  background: #fff;
}
.ecology .talent-section .talent .content {
  margin-top: 64px;
}
.ecology .talent-section .talent .content img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecology .diversification-section {
  padding-top: 20px;
  background: #fff;
}
.ecology .diversification-section .diversification .tabs {
  margin-top: 46px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ecology .diversification-section .diversification .tabs .tabs-item {
  padding: 18px 45px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #28282d;
  line-height: 21px;
  cursor: pointer;
}
.ecology .diversification-section .diversification .tabs .tabs-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  height: 2px;
  background: #203ae6;
  z-index: 1;
}
.ecology .diversification-section .diversification .tabs .tabs-item.active::after {
  opacity: 1;
}
.ecology .diversification-section .diversification .swiper-section {
  padding: 80px 0 120px;
  background: #f5f5fa;
}
.ecology .diversification-section .diversification .swiper {
  width: 100%;
  height: 408px;
}
.ecology .diversification-section .diversification .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecology .cooperate-section {
  padding: 100px 0 120px;
  background: #fff;
}
.ecology .cooperate-section .cooperate .content {
  margin-top: 64px;
}
.ecology .cooperate-section .cooperate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.ecology .cooperate-section .cooperate-item {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 32px 46px 0 40px;
  -webkit-flex: 0 0 390px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
  height: 168px;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgb(245, 245, 250);
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: left top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ecology .cooperate-section .cooperate-item:nth-child(3n) {
  margin-right: 0;
}
.ecology .cooperate-section .cooperate-item .icon-name {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ecology .cooperate-section .cooperate-item .icon-name .icon {
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  height: 48px;
}
.ecology .cooperate-section .cooperate-item .icon-name .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecology .cooperate-section .cooperate-item .icon-name .name {
  margin-top: 17px;
  margin-left: 16px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 22px;
  color: #28282d;
  line-height: 29px;
}
.ecology .cooperate-section .cooperate-item .desc {
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  color: rgba(40, 40, 45, 0.7);
  line-height: 20px;
  text-align: justify;
}
.ecology .cooperate-section .join-btn-wrapper {
  margin-top: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ecology .cooperate-section .join-btn {
  padding: 15px 52px;
  background: #203ae6;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}