
.azt-cooperation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 头部 */
.azt-cooperation .content-header_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-header_box .header-title {
  font-size: 44px;
  top: 144px;
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
}
.content-header_box .header-subtitle {
  font-size: 18px;
  top: 228px;
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.azt-cooperation .content-1_box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.azt-cooperation .content-1 {
  width: 1200px;
  padding: 110px 0 80px 0;
}
.azt-cooperation .cooperation-btn_1 {
  width: 178px;
  height: 44px;
  background: #DE0522;
  border-radius: 62px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  left: 50%;
}
.azt-cooperation .content-2_box {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(179,191,204,0.1);
}
.azt-cooperation .content-2 {
  width: 1200px;
  padding: 70px 0 80px 0;
}
.azt-cooperation .content-3_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.azt-cooperation .content-3 {
  width: 1200px;
  padding: 80px 0 80px 0;
}
.azt-cooperation .content-3_item {
  width: 277px;
  height: 296px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}
.azt-cooperation .content-4_box {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(179,191,204,0.1);
}
.azt-cooperation .content-4 {
  width: 1200px;
  padding: 80px 0 70px 0;
}
.azt-cooperation .content-5_box {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  background: url('../images/cooperation/6-1.png') no-repeat center 0px;
  background-color: rgba(39,50,63,0.6);
  box-sizing: border-box;
}
.azt-cooperation .content-5 {
  width: 1200px;
  padding: 70px 0 70px 0;
}

.content-6_box {
  /* width: 100%;
  display: flex;
  justify-content: center; */
  background: rgba(179,191,204,0.1);
}
.content-6 {
  /* width: 1200px; */
  padding: 80px 0 80px 0;
}
.azt-cooperation .label {
  color: #333333;
  font-size: 16px;
  margin-right: 10px;
}
.azt-cooperation .text-input {
  border: 1px solid #D9D9D9;
  height: 40px;
  padding-left: 16px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
}
.azt-cooperation .cooperation-apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 320px;
  background-color: #FFFFFF;
  padding-top: 55px;
  box-sizing: border-box;
}
.azt-cooperation .cooperation-apply_item {
  width: 710px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.azt-cooperation .cooperation-btn_2 {
  width: 178px;
  height: 44px;
  background: #DE0522;
  border-radius: 62px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 44px;
  margin-top: 16px;
  cursor: pointer;
}
.azt-cooperation .code-label {
  position: absolute;
  height: 38px;
  line-height: 38px;
  color: #DE0522;
  font-size: 16px;
  padding-left: 16px;
  cursor: pointer;
  width: 100px;
}
.azt-cooperation .code-input {
  padding-left: 120px;
}
.azt-cooperation .error-border {
  border: 1px solid #DE0522;
}
.cooperation-team {
  overflow: hidden;
  width: 100%;
  margin:10px auto;
}
.cooperation-team1 {
  padding-left: 80px;
}
.cooperation-team_box {
  display: flex;
}
.cooperation-team_box1 {
  /* padding-left: 60px; */
}
.cooperation-team_box img {
  width: 180px;
  padding: 15px 10px 0 15px;
  float: left;
}
.content-3_list .list-title {
  font-size: 20px;
  color: #666;
}
.content-3_list .list-subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 2px;
  width: 100%;
}
@media (max-width: 768px) {
  .content-header_box .header-background_image {
    height: 1.9rem;
    position: relative;
  }
  .content-header_box .header-title {
    font-size: 0.24rem;
    top: 0.4rem;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
  }
  .content-header_box .header-subtitle {
    font-size: 0.14rem;
    top: 0.85rem;
    position: absolute;
    color: #FFFFFF;
    width: 2.75rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .azt-cooperation .cooperation-btn_1 {
    width: 0.88rem;
    height: 0.32rem;
    line-height: 0.32rem;
    top: 1.4rem;
    font-size: 0.14rem;
  }
  .azt-cooperation .content-2_title {
    font-size: 0.18rem;
    font-weight: bold;
  }
  .azt-cooperation .content-2 {
    padding: 0.4rem 0.15rem;
  }
  .azt-cooperation .content-2_box {
    background-color: #FFFFFF;
  }
  .azt-cooperation .content-3 {
    padding: 0rem 0.15rem 0.4rem 0.15rem;
  }
  .azt-cooperation .content-3_title {
    font-size: 0.18rem;
    margin-bottom: 0.24rem;
    font-weight: bold;
  }
  .azt-cooperation .content-3_item img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .azt-cooperation .content-3_item {
    width: 100%;
    height: 2.3rem;
    margin-bottom: 0.21rem;
    text-align: center;
  }
  .azt-cooperation .content-3_list {
    flex-direction: column;
  }
  .content-3_list .list-title {
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.06rem;
  }
  .content-3_list .list-subtitle {
    font-size: 0.14rem;
  }
  .azt-cooperation .content-4 {
    padding: 0 0.15rem 0.4rem 0.15rem;
    background-color: #FFFFFF;
  }
  .azt-cooperation .content-4_title {
    color: #000000;
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.24rem;
  }
  .azt-cooperation .content-5 {
    padding: 0.42rem 0.15rem;
  }
  .azt-cooperation .content-5_title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.24rem;
  }
  .azt-cooperation .cooperation-btn_2{
    height: 0.32rem;
    width: 0.88rem;
    font-size: 0.14rem;
    line-height: 0.32rem;
  }
  .azt-cooperation .cooperation-apply_item {
    width: 100%;
    justify-content: start;
  }
  .azt-cooperation .cooperation-apply {
    padding: 0.26rem 0.24rem;
  }
  .azt-cooperation .label {
    font-size: 0.14rem;
    margin-right: 0.2rem;
  }
  .azt-cooperation .text-input {
    width: 2.45rem;
    height: 0.38rem;
    font-size: 0.14rem;
  }
  .azt-cooperation .cooperation-apply {
    height: 3.7rem;
  }
  .content-6 {
    padding: 0.4rem 0 0.12rem 0;
  }
  .content-6_title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.24rem;
  }
  .cooperation-team_box img {
    width: 1rem;
    padding: 0.05rem;
    float: left;
  }
  .cooperation-team {
    margin: 0rem auto;
  }
  #cooperationTeam1 {
    transform: rotate(180deg);
  }
  #cooperationTeam1 img {
    transform: rotate(180deg);
  }
  .cooperation-team1 {
    padding-left: 0px;
  }
  .azt-cooperation .content-1_box {
    margin-top: 0.24rem;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0!important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
  }
  .my-bullet {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    width: 0.27rem;
    height: 0.02rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: normal;
    background-color: #A9B5C4;
    opacity: 0.6;
    filter: alpha(opacity=50);
    cursor: pointer;
    margin: 0 3px;
  }
  .my-bullet-active {
    background-color: #DE0522;
  }
}