* {
  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: 103px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 440px;
  background: url(../img/business_banner.png) no-repeat center;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}
.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 #e5b759;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.box7,
.box8,
.box10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box7-top,
.box8-top,
.box10-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box7-top h4,
.box8-top h4,
.box10-top h4 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.box7-top p,
.box8-top p,
.box10-top p {
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.box7 {
  margin-top: 96px;
  width: 100%;
  height: 1007px;
  background: url(../img/index/box7_bg.png) no-repeat center;
}
.box7-top {
  margin-top: 145px;
}
.box7-bottom {
  margin-top: 63px;
  width: 1200px;
  position: relative;
}
.box7-bottom .box7Swiper {
  height: 600px;
}
.box7-bottom .box7Swiper .swiper-slide {
  width: 1200px;
  height: 300px;
  display: flex;
}
.box7-bottom .box7Swiper .swiper-slide img {
  width: 50%;
  height: 100%;
}
.box7-bottom .box7Swiper .swiper-slide div {
  width: 50%;
  height: 100%;
  background-color: #404040;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box7-bottom .box7Swiper .swiper-slide div img {
  width: auto;
  height: auto;
}
.box7-bottom .box7Swiper .swiper-slide div p {
  margin-top: 20px;
  font-size: 24px;
  color: #e5b759;
  line-height: 1;
}
.box7-bottom .box7Swiper .swiper-slide div span {
  padding: 0 45px;
  box-sizing: border-box;
  margin-top: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.box7-bottom .box7-left-arrow {
  z-index: 999;
  width: 50px;
  height: 44px;
  background: url(../img/index/box7_left_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto 0;
  outline: none;
}
.box7-bottom .box7-right-arrow {
  z-index: 999;
  width: 50px;
  height: 44px;
  background: url(../img/index/box7_right_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto 0;
  outline: none;
}
.box8 {
  width: 100%;
}
.box8-top {
  margin-top: 120px;
}
.box8-bottom {
  margin-top: 48px;
  width: 1920px;
}
.box8-bottom .box8Swiper .swiper-slide {
  width: 682px;
  height: 475px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box8-bottom .box8Swiper .swiper-slide img {
  width: 100%;
}
.box8-bottom .box8Swiper .swiper-slide div {
  position: absolute;
  bottom: 25px;
  width: 304px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box10 {
  margin-top: 5px;
  width: 100%;
  height: 660px;
  background: url(../img/index/box10_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box10 b {
  margin: 36px 0 45px;
  font-size: 52px;
  color: #fff;
  line-height: 1;
}
.box10 p {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
.box10 p i:nth-child(1) {
  margin: 0 30px;
  width: 164px;
  height: 1px;
  background-image: linear-gradient(-90deg, #e5b759, transparent);
}
.box10 p i:nth-child(2) {
  margin: 0 30px;
  width: 164px;
  height: 1px;
  background-image: linear-gradient(90deg, #e5b759, transparent);
}
.box10 div {
  margin: 66px 0 45px;
  display: flex;
  align-items: center;
}
.box10 div span {
  margin: 0 11px;
  width: 246px;
  height: 96px;
  border: 1px solid rgba(229, 183, 89, 0.4);
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box10 h4 {
  display: flex;
  align-items: center;
}
.box10 h4 img {
  width: 22px;
  height: 22px;
}
.box10 h4 span {
  margin-left: 5px;
  font-size: 26px;
  color: #fff;
}
.inputs {
  margin: 113px 0 134px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border: 0;
}
.inputs textarea {
  margin-top: 22px;
  width: 100%;
  height: 150px;
  background-color: #333;
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #fff;
}
.inputs .Highlight.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 59px auto 0;
  width: 168px;
  height: 48px;
  background-color: #e5b759;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
