* {
  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: 100px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 500px;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  width: 1200px;
  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 #3396c0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #3396c0;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.box1 {
  margin-top: 90px;
  width: 100%;
  height: 713px;
  background: url(../img/business_box1_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1 b {
  margin-top: 100px;
  font-size: 46px;
  color: #fff;
  line-height: 1;
}
.box1 img {
  margin-top: 73px;
}
.box2,
.box3,
.box4,
.box5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-top,
.box3-top,
.box4-top,
.box5-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-top h4,
.box3-top h4,
.box4-top h4,
.box5-top h4 {
  font-size: 46px;
  color: #333;
  line-height: 1;
  font-weight: 700;
}
.box2-top h4 span,
.box3-top h4 span,
.box4-top h4 span,
.box5-top h4 span {
  color: #70bb34;
}
.box2-top p,
.box3-top p,
.box4-top p,
.box5-top p {
  margin-top: 26px;
  font-size: 26px;
  color: #333;
  line-height: 1;
}
.box2-top {
  margin-top: 120px;
}
.box2-bottom {
  margin-top: 80px;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
}
.box2-bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-bottom .item img {
  width: 473px;
  height: 305px;
}
.box2-bottom .item div {
  width: 473px;
  height: 72px;
  background-color: #6cb92e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box2-bottom .item div span {
  margin: 5px 0;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.box3 {
  margin-top: 114px;
  width: 100%;
  height: 749px;
  background: url(../img/business_box3_bg.png) no-repeat center;
}
.box3-top {
  margin-top: 110px;
}
.box3-bottom {
  margin-top: 110px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
}
.box3-bottom .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box3-bottom .item p {
  width: 323px;
  height: 323px;
  border-radius: 50%;
  border: 1px dashed #bbb;
  box-sizing: border-box;
  padding: 6px;
}
.box3-bottom .item p img {
  width: 100%;
}
.box3-bottom .item span {
  margin-top: 22px;
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.box3-bottom .item:hover p {
  border: 1px dashed #6cb92e;
}
.box3-bottom .item:hover span {
  color: #6cb92e;
}
.box4-top {
  margin-top: 120px;
}
.box4-bottom {
  margin-top: 50px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box4-bottom .item {
  width: 234px;
  height: 342px;
  background-color: #d5d5d5;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box4-bottom .item img {
  width: 100%;
}
.box4-bottom .item div {
  flex: 1;
  width: 100%;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box4-bottom .item:hover {
  background-color: #6cb92e;
}
.box4-bottom .item:hover div {
  color: #fff;
}
.box5-top {
  margin-top: 120px;
}
.box5-bottom {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box5-bottom-left {
  width: 592px;
  display: flex;
  flex-direction: column;
}
.box5-bottom-left .item {
  margin-bottom: 2px;
  width: 100%;
  height: 155px;
  display: flex;
  cursor: default;
}
.box5-bottom-left .item p {
  width: 128px;
  height: 155px;
  background-color: #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box5-bottom-left .item p img {
  opacity: 0.5;
}
.box5-bottom-left .item div {
  flex: 1;
  height: 100%;
  background-color: #e7e9e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
  box-sizing: border-box;
}
.box5-bottom-left .item div b {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.box5-bottom-left .item div span {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}
.box5-bottom-left .item:last-child {
  margin-bottom: 0;
}
.box5-bottom-left .box5Active p {
  background-color: #6cb92e;
}
.box5-bottom-left .box5Active p img {
  opacity: 1;
}
.box5-bottom-right {
  width: 605px;
}
.box5-bottom-right img {
  width: 100%;
  display: none;
}
.inputs {
  margin: 113px 0 134px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 198px;
  height: 48px;
  background-color: #6cb92e;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
