body {
  letter-spacing: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-justify-content-center {
  justify-content: center;
}

.flex-align-items-center {
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

/* BANNER */
.box_19 {
  padding-top: 440px;
  width: auto;
  height: 900px;
  flex-direction: column;
  align-items: center;

  min-width: 1220px;

  background: url(../img/box/banner.png) center no-repeat;
  background-size: cover;
}

.text_8 {
  margin-top: 25px;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}

.group_2 {
  margin-top: 54px;
  justify-content: center;
}

.image-text_3 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  width: 253px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 1);
}

.text-group_1 {
  display: inline-block;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
}

.label_1 {
  margin-left: 21px;
}

.box_container {
  position: relative;
  height: 420px;
}

.box_119 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.box_2 {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  border: 20px solid rgba(255, 255, 255, 0.3);
  background-clip: content-box;
}

.box_3 {
  border-radius: 20px 20px 20px 20px;
  width: 1000px;
  height: 562px;
  overflow: hidden;
}

.box_4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mgl_40 {
  margin-left: 40px;
}

.mgr_40 {
  margin-right: 40px;
}

.mgt_100 {
  margin-top: 100px;
}

.text_10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text_11 {
  font-weight: bold;
  font-size: 48px;
  color: #461B9E;
}

.text_12 {
  /* margin-top: 10px; */
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}

.ai_do {
  height: 650px;
  background: #461B9E;
}

.ai_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text_13 {
  width: 60px;
  height: 6px;
  background: linear-gradient(270deg, #FFF 0%, transparent 100%);
}

.text_14 {
  margin-left: 26px;
  margin-right: 26px;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 48px;
}

.text_15 {
  width: 60px;
  height: 6px;
  background: linear-gradient(270deg, transparent 0%, #FFF 100%);
}

.ai_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 78px;
}

.ai_block_1,
.ai_block_2,
.ai_block_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ai_block_img {
  width: 384px;
  height: 260px;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease;
}

/* 悬浮效果样式 */
.ai_block_1,
.ai_block_2,
.ai_block_3 {
  position: relative;
}

.hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 384px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  background-color: rgba(70, 27, 158, 1);
}

.text_17 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
}

.text_177 {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}

.ai_block_1:hover .hover-text,
.ai_block_2:hover .hover-text,
.ai_block_3:hover .hover-text {
  opacity: 0.85;
}

.ai_block_1:hover .ai_block_img,
.ai_block_2:hover .ai_block_img,
.ai_block_3:hover .ai_block_img {
  opacity: 1;
}

.text_16 {
  margin-top: 34px;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 48px;
}

.text_19 {
  margin-left: 26px;
  margin-right: 26px;
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  line-height: 48px;
}

.text_20 {
  transform: scaleX(-1);
}

.text_21 {
  margin-top: 18px;
  margin-bottom: 74px;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  text-align: center;
}

.box_6 {
  margin-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box_66 {
  margin-right: 64px;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box_7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.box_7_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_22 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 30px;
}

.text_23 {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
}

.text_221 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.text_221_this {
  color: #461B9E;
}

.mgl-14 {
  margin-left: 14px;
}

.box_8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4px 0px transparent;
}

.box_8_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_24 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
}

.text_222 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.text_222_this {
  color: #461B9E;
}

.text_26 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
}

.mgt-40 {
  margin-top: 40px;
}

.box_9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box_9_img {
  width: 282px;
  height: 170px;
  border-radius: 10px;
}

.text_27 {
  margin-top: 23px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  text-align: center;
}

.text_28 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
}

.box_10 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* 风险识别轮播样式 */
.box_10_swiper {
  width: calc(100% - 120px);
  overflow: hidden;
}

.box_10_swiper .swiper-wrapper {
  display: flex;
}

.box_10_swiper .swiper-slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_10_swiper .swiper-slide img {
  display: block;
}

.box_11 {
  width: calc((100% - 40px) / 3);
}

.box_111 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.box_12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box_12_img {
  width: 322px;
  height: 198px;
  border-radius: 10px;
}

.text_29 {
  margin-top: 23px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
}

.mgb-60 {
  margin-bottom: 60px;
}

/* 有效沟通 + 执行 */
.effective_excuted_title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box_13 {
  margin-top: 5px;
  margin-right: 37px;
  display: flex;
  flex-direction: column;
}

.box_14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
}

.box_14_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_30 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
}

.text_31 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.text_31_this {
  color: #461B9E;
}

.box_16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: 0px 0px 4px 0px transparent;
}

.box_16_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_32 {
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
}

.mgt-100 {
  margin-top: 100px;
}

.box_17 {
  margin-top: 5px;
  /* margin-left: 37px; */
  display: flex;
  flex-direction: column;
}

.box_18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  cursor: pointer;
  height: 400px;
}

.box_18_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_30 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
}

.text_33 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.text_33_this {
  color: #461B9E;
}

.box_16 {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
}

.box_16_this {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_34 {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.box_22 {
  margin-right: 55px;
  display: flex;
  flex-direction: column;
  height: 400px;
}

.box_23 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  padding: 25px;
  cursor: pointer;
}

.box_23_this {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(70, 27, 158, 0.5);
  border-radius: 10px;
  border: 1px solid #461B9E;
}

.text_35 {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}

.text_34 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}

.text_34_this {
  color: #461B9E;
}

.text_36 {
  margin-top: 100px;
  text-align: center;
}

.text_37 {
  font-size: 30px;
  line-height: 48px;
  color: rgba(51, 51, 51, 1);
}

.text_38 {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: rgba(70, 27, 158, 1);
}

.text_39 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.text_40 {
  font-size: 30px;
  font-weight: 500;
  color: rgba(70, 27, 158, 1);
}

.border_purple {
  border: 1px solid rgba(70, 27, 158, 1);
}

.text_41 {
  margin-top: 18px;
  margin-bottom: 54px;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  text-align: center;
}

.box_24_img {
  margin: 20px 0;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #E2E2E2;
}

/* 客户Logo轮播样式 */
.box_24 {
  overflow: hidden;
  padding: 0;
}

.box_24 .swiper-container {
  width: 100%;
  height: auto;
}

.box_24 .swiper-wrapper {
  display: flex;
  align-items: center;
}

.box_24 .swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_24 .swiper-slide img {
  display: block;
}

.consult {
  background: url(../img/box/footer.png) 100% no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
}

.box_25 {
  justify-content: center;
  align-items: center;
}

.text_42 {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 48px;
}

.box_26 {
  margin-top: 34px;
  width: 216px;
  cursor: pointer;
}

.text_43 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 48px;
}

.text_44 {
  font-size: 60px;
}

.image-text_3 {
  cursor: pointer;
}