.intro-wrap {
  padding: 95px 130px 30px;
  background-color: #fff;
}
.intro-wrap .left-content {
  width: 840px;
}
.intro-wrap .left-content .title {
  font-size: 30px;
}
.intro-wrap .left-content .intro {
  font-size: 15px;
  line-height: 31px;
  margin-top: 10px;
}
.intro-wrap .left-content .btn {
  width: 200px;
  border: 1px solid #f38f1e;
  color: #f38f1e;
  border-radius: 3px;
  font-size: 18px;
  height: 36px;
  margin-top: 30px;
}
.intro-wrap .left-content .btn .arrow {
  margin-left: 10px;
  font-size: 12px;
}
.intro-wrap .right-content img {
  width: 324px;
  height: 462px;
}
.intro-wrap .right-content .number-wrap {
  width: 217px;
  background-color: rgb(238, 189, 96, 0.26);
}
.intro-wrap .right-content .number-wrap .number {
  color: #cc2b1a;
  font-size: 45px;
  font-weight: bold;
  position: relative;
}
.intro-wrap .right-content .number-wrap .number::after {
  display: block;
  content: "+";
  font-size: 20px;
  font-weight: normal;
  color: #cc2b1a;
  position: absolute;
  left: 100%;
  top: 0;
}
.intro-wrap .right-content .number-wrap .service {
  color: #e1841c;
  font-size: 14px;
}

.search-wrap {
  background: url("../assets/bg2.png") center center no-repeat;
  background-size: 100% 100%;
  height: 120px;
  padding: 90px 10px 98px;
  box-sizing: border-box;
}
.search-wrap .title {
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 26px;
}
.search-wrap .input-box {
  background-color: #fff;
  width: 100%;
  height: 117px;
  padding: 0 58px;
  box-sizing: border-box;
}
.search-wrap .input-box .input {
  width: 100%;
  height: 117px;
  font-size: 27px;
  font-weight: normal;
}
.join-wrap {
  padding: 90px 130px 76px;
  background-color: #fff;
}
.join-wrap .title {
  font-weight: 800;
  font-size: 30px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.join-wrap .title .stitle {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.7);
}
.join-wrap .desc {
  font-size: 20px;
  color: rgba(51, 51, 51, 0.36);
  font-weight: 200;
  margin-top: 10px;
}
.join-wrap .items-box {
  margin-top: 60px;
}
.join-wrap .item {
  background-color: #FBEED6;
  height: 140px;
  text-align: center;
  padding: 20px 24px;
  box-sizing: border-box;
}
.join-wrap .item-- {
  background-color: #FBEED6;
  width: 210px;
  height: 140px;
  text-align: center;
  padding: 20px 24px;
  box-sizing: border-box;
}
.join-wrap .item img{
  width: 38px;
  height: 38px;
}
.join-wrap .item span {
  font-size: 18px;
  color: #E1841C;
  margin-top: 12px;
}