.max_box .banner {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1200px) {
    .max_box .banner {
        width: 90%;
        flex-direction: column;
    }
}
.max_box .banner .l_box {
  width: 50%;
}
@media (max-width: 1200px) {
    .max_box .banner .l_box {
        width: 100%;
    }
}
.max_box .banner .l_box img {
  width: 100%;
  border-radius: 10px;
}
.max_box .banner .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 50px;
}
@media (max-width: 1200px) {
    .max_box .banner .r_box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}
.max_box .banner .r_box .message .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #33e1c0;
}
.max_box .banner .r_box .message .title2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.max_box .banner .r_box .but_box {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
    .max_box .banner .r_box .but_box {
        padding-top: 20px;
    }
}
.max_box .banner .r_box .but_box .but_style {
  padding: 10px 40px;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 10px;
  background: #91e5d8;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.max_box .banner .r_box .but_box .but_style.border {
  background: #fff;
  border: 1px solid #000;
}
.max_box .banner2 {
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  border-top: 2px solid #f1f1f1;
  margin-top: 80px;
}
@media (max-width: 1200px) {
    .max_box .banner2 {
        width: 90%;
        margin-top: 30px;
        padding-top: 30px;
    }
}
.max_box .banner2 .swiper {
  width: 100%;
  height: 100%;
}
.max_box .banner2 .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  padding: 50px 0;
  border-radius: 10px;
}
.max_box .banner2 .swiper .swiper-slide .item_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px;
}
.max_box .banner2 .swiper .swiper-slide .item_box .title {
  text-align: left;
  font-weight: bold;
}
.max_box .banner2 .swiper .swiper-slide .item_box .title2 {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.max_box .banner2 .swiper-button-next_style,
.max_box .banner2 .swiper-button-prev_style {
  position: absolute;
  left: -50px;
  cursor: pointer;
  background: #91e5d8;
  color: #000;
  width: 20px;
  height: 20px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1200px) {
    .max_box .banner2 .swiper-button-prev_style {
        left: -30px;
    }
}
.max_box .banner2 .swiper-button-next_style i,
.max_box .banner2 .swiper-button-prev_style i {
  font-weight: bold;
}
.max_box .banner2 .swiper-button-next_style.swiper-button-disabled,
.max_box .banner2 .swiper-button-prev_style.swiper-button-disabled {
  opacity: 0.5;
}
.max_box .banner2 .swiper-button-next_style {
  right: -50px;
  left: auto;
}
@media (max-width: 1200px) {
    .max_box .banner2 .swiper-button-next_style {
        right: -30px;
    }
}
.max_box .about_box {
  padding: 50px 0;
  background: #f1f1f1;
  margin-top: 80px;
}
.max_box .about_box .content_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
    .max_box .about_box .content_box {
        width: 90%;
        flex-direction: column;
    }
}
.max_box .about_box .content_box .message_box {
  background: #fff;
  border-radius: 10px;
  width: 60%;
  padding: 50px;
  position: absolute;
  left: 0;
}
@media (max-width: 1200px) {
    .max_box .about_box .content_box .message_box {
        width: 100%;
        position:inherit;
    }
}
.max_box .about_box .content_box .message_box .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.max_box .about_box .content_box .message_box .title2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #33e1c0;
}
.max_box .about_box .content_box .message_box .message {
  font-size: 14px;
}
.max_box .about_box .content_box .r_box {
  width: 50%;
}
@media (max-width: 1200px) {
    .max_box .about_box .content_box .r_box {
        width: 100%;
        margin-top: 20px;
    }
}
.max_box .about_box .content_box .r_box img {
  width: 100%;
  border-radius: 10px;
}
.max_box .tailor-made {
  padding: 50px 0;
  background: #f1f1f1;
}
.max_box .tailor-made .title {
  font-size: 23px;
  font-weight: bold;
    margin: 0 auto;
  margin-bottom: 10px;
  color: #33e1c0;
  text-align: center;
    width: 90%;
}
.max_box .tailor-made .title2 {
  font-size: 40px;
  font-weight: 600;
    margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
    width: 90%;
}
.max_box .tailor-made .message {
  font-size: 16px;
  text-align: center;
    margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 90%;
}
.max_box .tailor-made .swiper_box {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
    .max_box .tailor-made .swiper_box {
        width: 90%;
    }
}
.max_box .tailor-made .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide .img_box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide .item_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide .item_box .title {
  text-align: center;
  font-weight: bold;
}
.max_box .tailor-made .swiper_box .swiper .swiper-slide .item_box .title2 {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  color: #888888;
}
.max_box .tailor-made .swiper_box .swiper-button-next_style2,
.max_box .tailor-made .swiper_box .swiper-button-prev_style2 {
  position: absolute;
  left: -50px;
  cursor: pointer;
  background: #91e5d8;
  color: #000;
  width: 20px;
  height: 20px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1200px) {
    .max_box .tailor-made .swiper_box .swiper-button-prev_style2 {
        left: -30px;
    }
}
.max_box .tailor-made .swiper_box .swiper-button-next_style2 i,
.max_box .tailor-made .swiper_box .swiper-button-prev_style2 i {
  font-weight: bold;
}
.max_box .tailor-made .swiper_box .swiper-button-next_style2.swiper-button-disabled,
.max_box .tailor-made .swiper_box .swiper-button-prev_style2.swiper-button-disabled {
  opacity: 0.5;
}
.max_box .tailor-made .swiper_box .swiper-button-next_style2 {
  right: -50px;
  left: auto;
}
@media (max-width: 1200px) {
    .max_box .tailor-made .swiper_box .swiper-button-next_style2 {
        right: -30px;
    }
}
.max_box .way_us_box {
  padding: 80px 0;
  background: #000;
 // margin-top: 80px;
}
.max_box .way_us_box .way_us_title {
  font-size: 40px;
  font-weight: bold;
    margin: 0 auto;
  margin-bottom: 10px;
  color: #33e1c0;
  text-align: center;
    width: 90%;
}
.max_box .way_us_box .way_us_message {
  font-size: 16px;
  color: #fff;
  text-align: center;
    margin: 0 auto;
  margin-bottom: 50px;
    width: 90%;
}
.max_box .way_us_box .content_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
    .max_box .way_us_box .content_box {
        width: 90%;
        flex-wrap: wrap;
    }
}
.max_box .way_us_box .content_box .message_box {
  background: #fff;
  border-radius: 10px;
  width: 60%;
  padding: 50px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media (max-width: 1200px) {
    .max_box .way_us_box .content_box .message_box {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        position: inherit;
        bottom: 0;
    }
}
.max_box .way_us_box .content_box .message_box .message {
  font-size: 18px;
  line-height: 26px;
}
.max_box .way_us_box .content_box .r_box {
  width: 50%;
}
.max_box .way_us_box .content_box .r_box img {
  width: 100%;
  border-radius: 10px;
}
.max_box .way_us_box .content_box .check_box {
  width: 50%;
  padding-left: 40px;
}
.max_box .way_us_box .content_box .check_box .check_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.max_box .way_us_box .content_box .check_box .check_item img {
  width: 40px;
  margin-right: 20px;
}
.max_box .way_us_box .content_box .check_box .check_item span {
  color: #fff;
  font-size: 16px;
}
.max_box .case_box {
  padding: 50px 0;
  background: #f1f1f1;
}
.max_box .case_box .title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #33e1c0;
  text-align: center;
}
.max_box .case_box .title2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.max_box .case_box .message {
  font-size: 18px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 1200px) {
    .max_box .case_box .message {
        width: 90%;
    }
}
.max_box .case_box .swiper_box {
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1200px) {
    .max_box .case_box .swiper_box {
        width: 90%;
    }
}
.max_box .case_box .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.max_box .case_box .swiper_box .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.max_box .case_box .swiper_box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.max_box .case_box .swiper_box .swiper-button-next_style3,
.max_box .case_box .swiper_box .swiper-button-prev_style3 {
  position: absolute;
  left: -50px;
  cursor: pointer;
  background: #91e5d8;
  color: #000;
  width: 20px;
  height: 20px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1200px) {
    .max_box .case_box .swiper_box .swiper-button-prev_style3 {
        left: -30px;
    }
}
.max_box .case_box .swiper_box .swiper-button-next_style3 i,
.max_box .case_box .swiper_box .swiper-button-prev_style3 i {
  font-weight: bold;
}
.max_box .case_box .swiper_box .swiper-button-next_style3.swiper-button-disabled,
.max_box .case_box .swiper_box .swiper-button-prev_style3.swiper-button-disabled {
  opacity: 0.5;
}
.max_box .case_box .swiper_box .swiper-button-next_style3 {
  right: -50px;
  left: auto;
}
@media (max-width: 1200px) {
    .max_box .case_box .swiper_box .swiper-button-next_style3 {
        right: -30px;
    }
}
.max_box .our_service {
  padding: 65px 0;
  background: #f1f1f1;
}
.max_box .our_service .title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #33e1c0;
  text-align: center;
}
.max_box .our_service .title2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.max_box .our_service .message {
  font-size: 18px;
  margin: 0 auto;
  width: 60%;
    text-align: center;
    padding: 50px 0;
}
@media (max-width: 1200px) {
    .max_box .our_service .message {
        width: 90%;
    }
}
.max_box .our_service .message img{
    width: 100%;
}
.max_box .our_service .swiper_box {
  width: 60%;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
.max_box .our_service .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.max_box .our_service .swiper_box .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.max_box .our_service .swiper_box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.max_box .our_service .swiper_box .swiper-button-next_style4,
.max_box .our_service .swiper_box .swiper-button-prev_style4 {
  position: absolute;
  left: -50px;
  cursor: pointer;
  background: #91e5d8;
  color: #000;
  width: 20px;
  height: 20px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.max_box .our_service .swiper_box .swiper-button-next_style4 i,
.max_box .our_service .swiper_box .swiper-button-prev_style4 i {
  font-weight: bold;
}
.max_box .our_service .swiper_box .swiper-button-next_style4.swiper-button-disabled,
.max_box .our_service .swiper_box .swiper-button-prev_style4.swiper-button-disabled {
  opacity: 0.5;
}
.max_box .our_service .swiper_box .swiper-button-next_style4 {
  right: -50px;
  left: auto;
}
