* {
  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%;
  max-width: 1920px;
  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: #666666;
  line-height: 1;
}
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-top {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-top p {
  font-size: 46px;
  color: #333;
  line-height: 1;
}
.about-top span {
  margin-top: 30px;
  font-size: 26px;
  color: #666;
  line-height: 1;
}
.about-center {
  margin-top: 57px;
  width: 1200px;
  height: 374px;
  background: url(../img/aboutus_box1_bg.png) no-repeat center;
  display: flex;
}
.about-center div {
  width: 730px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px 0 40px;
  box-sizing: border-box;
}
.about-center div h4 {
  font-size: 30px;
  color: #3396c0;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #3396c0;
}
.about-center div p {
  margin: 27px 0 18px;
  width: 540px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: justify;
}
.about-center div h5 {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  display: flex;
}
.about-center div h5 span {
  margin-right: 13px;
  width: 66px;
  height: 28px;
  background-color: #6cb92e;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.about-center h6 {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box8 {
  margin-top: 100px;
  width: 100%;
  height: 890px;
  background: url(../img/index/box8_bg.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box8-top {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box8-top h4 {
  font-size: 46px;
  color: #fff;
  line-height: 1;
}
.box8-top h4 span {
  color: #6cb92e;
}
.box8-top p {
  margin-top: 30px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
}
.box8-bottom {
  margin-top: 67px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.box8-bottom img {
  width: 662px;
  height: 521px;
}
.box8-bottom div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box8-bottom div p {
  margin: 13px 0;
  width: 306px;
  height: 82px;
  border: 1px solid #fff;
  border-radius: 82px;
  box-sizing: border-box;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box8-bottom div p span {
  margin-left: 10px;
  font-size: 36px;
}
.box8-bottom div p:hover {
  background-color: #6cb92e;
}
.box8-zhengshu {
  width: 100%;
  height: 600px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box8-zhengshu_con {
  width: 1200px;
  position: relative;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide {
  width: 294px;
  height: 484px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide div {
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide div img {
  width: 260px;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide i {
  width: 100%;
  border-top: 1px solid #666666;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide p {
  flex: 1;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide:hover {
  border-bottom: 4px solid #6cb92e;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide:hover i {
  border-top: 1px solid #6cb92e;
}
.box8-zhengshu_con .box8Swiper .swiper-wrapper .swiper-slide:hover p {
  color: #6cb92e;
}
.box8-zhengshu_con .box8-left-arrow {
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(../img/index/box6_left_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
  margin: auto 0;
  outline: none;
}
.box8-zhengshu_con .box8-right-arrow {
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(../img/index/box6_right_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto 0;
  outline: 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;
}
