.home-header {
  background-image: none;
  background-color: #fff;
  border-bottom: 0.01rem solid #EEEEEE;
  color: #000000;
}

.warp {
  padding-bottom: .30rem;
}

/* 轮播图 */
.swiper {
  width: 7.50rem;
  padding: .30rem .30rem 0;
  box-sizing: border-box;
  background-color: #fff;
}

.team-swiper {
  padding: 0;
  margin-top: .30rem;
}


/* 第二轮播图 */
#banner-area-2 {
  width: 100%;
  height: 3.60rem;
  position: relative;
  overflow: hidden;
}

/* 顶部title */
.detail {
  width: 6.90rem;
  margin: .30rem auto;
  line-height: .50rem;
  margin-bottom: .30rem;
}

/* 标题 */
.title {
  text-align: center;
  position: relative;
  padding-bottom: .14rem;
  margin-top: .12rem;
}

.title .title-en {
  font-size: .64rem;
  color: #000000;
  opacity: .1;
  font-weight: bold;
}

.title .title-cn {
  font-size: .38rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 团队轮播图 */
#banner-area-team {
  width: 100%;
  height: 3.60rem;
  position: relative;
  overflow: hidden;
}


/* 在线留言 */
.home-form {
  width: 6.90rem;
  background-color: #F5F5F5;
  margin: .30rem auto;
  padding: .68rem .46rem;
  box-sizing: border-box;
}

.home-form h4 {
  text-align: center;
}

.home-form input {
  width: 100%;
  height: .83rem;
  padding: 0 .30rem;
  box-sizing: border-box;
  margin-bottom: .30rem;
}

.home-form input[type='submit'] {
  background-color: #000;
  color: #fff;
  margin-bottom: 0;
}

.home-form textarea {
  width: 100%;
  padding: .30rem;
  box-sizing: border-box;
  height: 1.92rem;
  margin-bottom: .30rem;
}


/* 合作 */
.about-phone {
  width: 6.90rem;
  margin: .30rem auto;
  display: flex;
}

.about-phone ul {
  width: 100%;
  line-height: .60rem;
  font-weight: 400;
}