.banner {
  color: #fff;
  background-image: url(../images/cooperation-consultation/banner.jpg);
}
.title {
  text-align: center;
}
.title h3 {
  line-height: 90px;
  font-size: 46px;
  font-weight: bold;
}
.title p {
  line-height: 48px;
  font-size: 24px;
}
.apply {
  width: 100%;
  height: 660px;
  background: url(../images/cooperation-consultation/bg-apply3.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.apply .content {
  display: flex;
  justify-content: space-between;
}
.apply .feature {
  width: 590px;
  padding-top: 60px;
}
.apply .feature .title {
  line-height: 54px;
  font-size: 46px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 35px;
}
.apply .feature .tel {
  line-height: 40px;
  font-size: 24px;
  color: #9e9e9e;
  margin-bottom: 100px;
}
.apply .feature ul li {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 45px;
}
.apply .feature ul li img {
  margin-right: 15px;
}
.apply .form {
  width: 100%;
  height: 540px;
  background: url(../images/cooperation-consultation/bg-apply-form.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 710px;
  top: 70px;
}
.apply .form ul {
  padding: 40px 0 25px 110px;
}
.apply .form ul li {
  display: flex;
  align-items: center;
  padding-left: 50px;
  margin-bottom: 35px;
  position: relative;
}
.apply .form ul li img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.apply .form ul li span {
  width: 135px;
}
.apply .form ul li p {
  width: 404px;
  height: 62px;
  background: #fff;
  padding-left: 30px;
  box-sizing: border-box;
}
.apply .form ul li p input {
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  border: none;
  outline: none;
  padding: 0;
}
.apply .form ul li p input::placeholder {
  color: #9e9e9e;
}
.apply .form .btn-apply {
  width: 590px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #9e9e9e;
  margin-left: 110px;
}
.branch {
  height: 703px;
  background: url(../images/cooperation-consultation/bg-branch3.jpg) no-repeat center center;
}
.branch .content {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
}
.branch .map {
  width: 649px;
  height: 638px;
  background: url(../images/cooperation-consultation/map.png) no-repeat;
  position: relative;
}
.branch .map .item {
  width: 44px;
  height: 59px;
  background: url(../images/cooperation-consultation/bg-branch-item.png) no-repeat;
  position: absolute;
  transform: translate(-50%, -100%) scale(0);
  transition: all 0.3s ease-in-out;
  transform-origin: center bottom;
}
.branch .map .item.show {
  transform: translate(-50%, -100%) scale(1);
}
.branch .map .item:hover {
  transform: translate(-50%, -100%) scale(1.1);
}
.branch .map .item img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 3px auto 0;
}
.branch .info {
  width: 580px;
  padding-top: 230px;
}
.branch .info h4 {
  line-height: 54px;
  font-size: 46px;
  font-weight: bold;
  color: #00b4b4;
  margin-bottom: 35px;
}
.branch .info p {
  line-height: 50px;
  font-size: 23px;
}
.trend .title {
  padding: 30px 0;
}
.trend .chart {
  width: 1400px;
  height: 570px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.advantage {
  padding-bottom: 20px;
}
.advantage .title {
  padding: 35px 0 30px;
}
.advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage ul li {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  margin-bottom: 30px;
}
.advantage ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #00b4b4;
  border: 2px solid #00b4b4;
  border-radius: 50%;
  margin-bottom: 13px;
}
.advantage ul li h4 {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
}
.advantage ul li p {
  line-height: 34px;
  font-size: 20px;
  color: #9e9e9e;
  text-align: center;
}
.guarantee {
  background: #fafafa;
  padding-bottom: 40px;
}
.guarantee .title {
  padding: 45px 0 25px;
}
.guarantee ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guarantee ul li {
  width: 330px;
  height: 170px;
  background: #fff;
  border: 1px solid #eee;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 10px 14px 0 104px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.guarantee ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.guarantee ul li:hover i {
  color: #fff;
}
.guarantee ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  font-size: 64px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  color: #4dcbcb;
  background: #00b4b4;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.guarantee ul li i::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #00b4b4;
  border-radius: 4px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.procedure {
  padding-bottom: 90px;
}
.procedure .title {
  padding: 60px 0;
}
.procedure img {
  display: block;
  margin: 0 auto;
}
.apply-footer {
  height: 200px;
  background: url(../images/cooperation-consultation/bg-apply-footer.png) no-repeat center center;
}
.apply-footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.apply-footer .btn-apply {
  width: 224px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #00b4b4;
  cursor: pointer;
}
