.cooperate-order {
  width: 100%;
  background: url('../image/cooperate-bg01.png') no-repeat center;
  background-size: cover;
  padding-top: 0.48rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.cooperate-order .g-content {
  padding: 0 0.32rem;
}
.cooperate-order .metting .metting-item {
  width: 100%;
  height: 5.88rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.24rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.24rem;
  display: flex;
  flex-direction: column;
  padding: 0 0.48rem 0.7rem;
  box-sizing: border-box;
  margin-top: 1.4rem;
}
.cooperate-order .metting .metting-item img {
  width: 5.9rem;
  height: 3.16rem;
  margin-top: -0.76rem;
  margin-bottom: 0.4rem;
}
.cooperate-order .metting .metting-item .metting-title {
  font-size: 0.32rem;
  color: #000;
  font-weight: 900;
  margin-bottom: 0.4rem;
}
.cooperate-order .metting .metting-item .metting-intro {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.38rem;
}
.cooperate-order .personnel-intro {
  margin: 1.22rem 0 0;
  width: 100%;
  padding: 0 0.32rem 0.64rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.08rem;
}
.cooperate-order .personnel-intro .intro-title {
  width: 100%;
  height: auto;
  margin: -0.58rem 0 0.44rem;
}
.cooperate-order .personnel-intro .intro-wrap .name {
  font-weight: 900;
  color: #366E54;
  font-size: 0.48rem;
  margin-bottom: 0.46rem;
}
.cooperate-order .personnel-intro .intro-wrap .intro {
  font-weight: 900;
  color: #41755C;
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-bottom: 0.48rem;
  text-align: justify;
}
.cooperate-order .personnel-intro .intro-wrap .tel {
  font-weight: 900;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.44rem;
  margin-bottom: 0.64rem;
}
.cooperate-order .personnel-intro .intro-wrap .photo {
  width: 100%;
  height: auto;
}
.cooperate-network {
  padding: 0.48rem 0 0.64rem;
  background-color: #fff;
}
.cooperate-network .g-content {
  padding: 0 0.32rem;
}
.cooperate-network .network-intro {
  margin: 0.64rem 0 0.84rem;
}
.cooperate-network .network-intro .intro {
  font-size: 0.28rem;
  font-weight: 900;
  color: #000000;
  line-height: 0.5rem;
  margin-bottom: 0.48rem;
  text-align: justify;
}
.cooperate-network .network-intro .tel {
  font-size: 0.32rem;
  color: #366E54;
  font-weight: 900;
}
.network-swiper-wrap {
  width: 100%;
  position: relative;
}
.network-swiper-wrap .network-swiper {
  width: 5.26rem;
}
.network-swiper-wrap .swiper-slide {
  width: 5.26rem;
  height: 3.88rem;
}
.network-swiper-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
}
.network-swiper-wrap .swiper-button-prev,
.network-swiper-wrap .swiper-button-next {
  width: 0.48rem;
  height: 0.48rem;
  background: url('../image/icon-arrow.png') no-repeat center;
  background-size: contain;
  margin-top: -0.24rem;
}
.network-swiper-wrap .swiper-button-prev {
  left: 0;
}
.network-swiper-wrap .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.cooperate-part {
  width: 100%;
  min-height: 10.8rem;
  background: url('../image/cooperate-bg02.png') no-repeat center;
  background-size: cover;
  padding: 0.48rem 0;
  box-sizing: border-box;
}
.cooperate-part .part-intro {
  margin: 0.64rem 0 0.4rem;
}
.cooperate-part .part-intro .intro {
  font-weight: 900;
  color: #41755C;
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-align: justify;
  margin-bottom: 0.48rem;
}
.cooperate-part .part-intro .tel {
  font-weight: 900;
  color: #333;
  font-size: 0.32rem;
}
.cooperate-part .part-swiper-wrap {
  position: relative;
}
.cooperate-part .part-swiper-wrap .part-swiper {
  width: 5.26rem;
}
.cooperate-part .part-swiper-wrap .part-swiper .swiper-slide {
  width: 5.26rem;
  height: 4.96rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperate-part .part-swiper-wrap .part-swiper .swiper-slide img {
  width: 5.26rem;
  height: auto;
}
.cooperate-part .part-swiper-wrap .swiper-button-prev,
.cooperate-part .part-swiper-wrap .swiper-button-next {
  width: 0.48rem;
  height: 0.48rem;
  background: url('../image/icon-arrow.png') no-repeat center;
  background-size: contain;
  margin-top: -0.24rem;
}
.cooperate-part .part-swiper-wrap .swiper-button-prev {
  left: 0;
}
.cooperate-part .part-swiper-wrap .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
