* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  margin-top: 126px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 600px;
  background: url(../img/business_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  width: 1200px;
  margin-top: 110px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #2a4cbe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #2a4cbe;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.5);
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1;
}
.business {
  margin-top: 100px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business .item p {
  width: 351px;
  height: 80px;
  background-color: #f8f8f8;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 {
  margin-top: 77px;
  width: 100%;
  height: 355px;
  background: url(../img/business_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box2 p {
  width: 607px;
  height: 111px;
  border: 2px solid #fff;
  box-sizing: border-box;
  font-size: 42px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box3 {
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
}
.box3-context {
  padding: 112px 0;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.box3-context .item {
  margin: 28px 160px 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box3-context .item div {
  width: 107px;
  height: 107px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box3-context .item span {
  margin-top: 24px;
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.box3-context .item:nth-child(5n) {
  margin-right: 0;
}
.hezuo {
  width: 100%;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hezuo-top {
  width: 1200px;
  margin: 100px 0 70px;
  display: flex;
  flex-direction: column;
}
.hezuo-top p {
  font-size: 36px;
  color: #333;
  line-height: 1;
  padding-left: 10px;
  border-left: 2px solid #2a4cbe;
}
.hezuo-top span {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 100;
  color: #333;
  line-height: 1;
}
.hezuo .inputs {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hezuo .inputs-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hezuo .inputs-top div {
  display: flex;
  flex-direction: column;
}
.hezuo .inputs-top div span {
  font-size: 20px;
  color: #666;
  line-height: 1;
}
.hezuo .inputs-top div p {
  margin-top: 10px;
  width: 572px;
  height: 51px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.hezuo .inputs-top div p img {
  margin: 0 6px 0 10px;
}
.hezuo .inputs-top div p input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #fff;
}
.hezuo .inputs-bottom {
  margin-top: 53px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hezuo .inputs-bottom span {
  font-size: 20px;
  color: #666;
  line-height: 1;
}
.hezuo .inputs-bottom p {
  margin-top: 10px;
  width: 100%;
  height: 51px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.hezuo .inputs-bottom p img {
  margin: 0 6px 0 10px;
}
.hezuo .inputs-bottom p input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #fff;
}
.hezuo .inputs .highlight.change::placeholder {
  color: #fff;
}
.hezuo .inputs-btn {
  margin: 55px 0 130px;
  width: 200px;
  height: 56px;
  background-color: #53a21e;
  border-radius: 56px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
