.banner {
  height: 900px;
  background: url(../images/banner.jpg) no-repeat center / Cover;
}
.banner .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .content .bannerTitle p {
  font-size: 58px;
  padding: 5px 0;
}
.banner .content .bannerTitle span {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 70px;
  display: block;
}
.banner .content .bannerTitle a,
.service-introduce .btn {
  display: block;
  width: 200px;
  height: 54px;
  background: #004add url(../images/arrow.png) no-repeat center right 50px;
  border-top-right-radius: 20px;
  text-indent: 50px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
}
.banner .content * {
  color: #fff;
}

/* 服务内容 */
.home-service {
  display: flex;
}
.home-service .service-introduce {
  width: 55%;
  padding-right: 30px;
}
.home-service .service-list {
  width: 45%;
  padding-left: 30px;
}
.service-introduce .service-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
}
.home-service.container-box {
  padding-bottom: 120px;
}
.service-introduce .service-message {
  color: #737373;
  font-size: 16px;
  line-height: 32px;
  margin: 45px 0 45px 0;
}
.service-introduce ul {
  display: flex;
}
.service-introduce ul li {
  width: 25%;
}
.service-introduce .service-intro {
  margin-bottom: 50px;
}
.service-introduce .service-intro .num {
  display: flex;
  align-items: flex-end;
}
.service-introduce .service-intro p {
  font-size: 58px;
  font-family: "Bahnschrift";
  font-weight: bold;
}
.service-introduce .service-intro span {
  display: block;
  padding: 0 0 10px 10px;
  font-size: 22px;
  font-family: "MicrosoftYaHei";
}
.service-introduce .service-intro .text {
  font-size: 18px;
  color: #333;
}

.home-service .service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-list .service-box {
  width: calc(50% - 15px);
  height: 120px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 0px 30px 0px 0px;
  padding-left: 6%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.service-list .service-box p {
  margin-left: 20px;
  font-size: 24px;
  color: #333;
}

/* 行业 */
.home-industry {
  background: url(../images/industry-img1.jpg) no-repeat center / Cover;
}
.industry-list {
  padding-top: 110px;
}
.industry-list .industry-box {
  width: calc(25% - 150px);
}
.industry-box p {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  padding: 25px 0;
}
.industry-box span {
  display: block;
  opacity: 0.8;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  opacity: 0.8;
}

/* 案例 */
.home-case .case-list {
  flex-wrap: wrap;
}
.case-list .case-box {
  width: calc(33.33% - 55px);
  margin-top: 55px;
  overflow: hidden;
}
.case-list .case-box .case-title {
  font-size: 24px;
  padding: 25px 0 18px 0;
  color: #333;
}
.case-list .case-box .case-description {
  display: flex;
}
.case-list .case-box .tag-title {
  font-size: 16px;
  color: #737373;
}
.case-list .case-box .tag {
  font-size: 16px;
  color: #333;
}

/* 服务流程 */
.home-flow {
  background: #f7f7f7;
}
.home-flow .flow-list {
  padding-top: 60px;
  flex-wrap: wrap;
}
.flow-list .flow-box {
  width: calc(33.33% - 5px);
  background: #fff;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}
.flow-list .flow-box .flow-index {
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 35px;
  height: 40px;
  background: #004add;
  border-radius: 0px 0px 20px 20px;
  font-size: 20px;
  font-family: "Barlow";
  color: #fff;
}
.flow-list .flow-box p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1em;
}
.flow-list .flow-box span {
  display: block;
  line-height: 1em;
  color: #737373;
}
.flow-list .flow-box.right-border::after,
.flow-list .flow-box.left-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 38px;
  right: -29px;
  z-index: 999;
  background: #fff url(../images/flow-img1.png) no-repeat center right;
}
.flow-list .flow-box.bottom-border::after {
  content: "";
  width: 38px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -28px;
  z-index: 999;
  background: #fff url(../images/flow-img3.png) no-repeat center right;
}
.flow-list .flow-box.left-border::after {
  left: -29px;
  right: auto;
  background: #fff url(../images/flow-img2.png) no-repeat center right;
}

/* 合作客户 */
.customer-list {
  text-align: center;
  padding-top: 38px;
}

/* 表单 */
.block5 {
  background: url(../images/block5Img.jpg) no-repeat center/cover;
}

.block5 .title p,
.block5 .title div {
  color: #fff;
}

.block5 .w1400 form {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 82px;
}

.block5 .w1400 form input {
  width: calc(450 / 1400 * 100%);
  height: 60px;
  background: none;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 30px;
  margin-right: 20px;
}

.block5 .w1400 form input::-webkit-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input:-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::placeholder {
  color: #fff;
}

.block5 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #0042ff;
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.block5 .title {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 68px;
}

.block5 .title p {
  font-size: 42px;
  line-height: 88px;
  color: #fff;
}

.block5 .title div {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin-top: 3px;
}
