.body {
  width: 1600px;
  margin: 45px auto;
}

.consult_title {
  background: url("./images/consult_title_bg.jpg") no-repeat;
  width: 735px;
  height: 163px;
  margin: 0 auto;
  font-size: 44px;
  color: #fff;
  line-height: 120px;
  text-align: center;
  font-weight: 500;
}

.consult_problem {
  /* margin: 50px 0; */
}

.comsult_common_title {
  width: 1000px;
  height: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #010101;
  font-size: 40px;
  margin: 60px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.comsult_common_title span {
  color: #3083f9;
}

.comsult_common_title::before {
  content: "";
  width: 31px;
  height: 28px;
  display: block;
  background: url("./images/title_arrow_left.png") no-repeat;
}

.comsult_common_title::after {
  content: "";
  width: 31px;
  height: 28px;
  display: block;
  background: url("./images/title_arrow_right.png") no-repeat;
}

.problem_content {
  width: 1600px;
  height: 937px;
  margin: 0 auto;
  background: url("./images/problem_content_bg.jpg") no-repeat;
  display: flex;
  flex-direction: column;
}

.problem_content :last-child {
  margin-bottom: 0;
}

.problem_content_item {
  height: 212px;
  display: flex;
  margin-bottom: 30px;
}

.problem_content_item .item_left {
  width: 500px;
  height: 212px;
  display: flex;
  font-size: 30px;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 50px;
  box-sizing: border-box;
}

.problem_content_item .item_left span {
  line-height: 54px;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.problem_content_item .item_right {
  width: 1100px;
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.problem_content_item .item_right_top {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

.problem_content_item .item_right_top1 {
  justify-content: flex-start;
}

.problem_content_item .item_right_top .irt_info {
  width: 272px;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 180%;
  font-family: 等线, 微软雅黑;
}

.problem_content_item .item_right_top1 .irt_info {
  width: 326px;

  padding-right: 50px;
  font-size: 20px;
  font-weight: 500;
}

.problem_content_item .item_right_top .split {
  width: 1px;
  height: 80px;
  background: #dbe0e4;
}

.problem_content_item .item_right_bottom {
  color: #3282fb;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.problem_content_item .item_right_bottom .split {
  width: 20px;
  height: 2px;
  background: #3282fb;
}

.problem_content_item .item_right_bottom i {
  margin: 0 5px;
}

.consult_intro {
  margin: 50px 0;
}

.consult_intro_content {
  width: 1300px;
  height: 580px;
  background: url(./images/consult_intro_bg.jpg) no-repeat;
  position: relative;
  margin: 0 auto;
}

.consult_intro_content2 {
  width: 1600px;
  height: 293px;
  background: url(./images/window_bg.jpg) no-repeat;
  position: relative;
  margin: 50px auto;
  display: flex;
  padding: 58px;
  box-sizing: border-box;
  justify-content: space-around;
}

.window_item {
  width: 600px;
  height: 180px;
  padding: 30px;
  box-sizing: border-box;
}

.window_item_title {
  font-size: 30px;
  color: #049ee4;
  text-align: center;
  line-height: 1.5;
}

.window_item_text {
  font-size: 24px;
  color: #838383;
  text-align: left;
}
.window_item_text.center {
  font-size: 24px;
  color: #838383;
  text-align: center;
}
/* 解决方案简要介绍 */
.center-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 10;
  left: 50%;
  top: 50%;
  font-weight: bold;
  margin: -100px;
  font-size: 38px;
}

.center-title {
  margin-bottom: 5px;
}

.center-main {
}

.phase {
  position: absolute;
  width: 400px;
  padding: 20px;
  border-radius: 8px;
  z-index: 5;
}

.phase-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  top: -14px;
  color: #fff;
}

.point {
  margin-bottom: 15px;
}

.point-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #696b6a;
}

.point-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #696b6a;
}

/* 定位四个阶段 */
.phase-1 {
  top: 0;
  left: 25px;
}

.phase-2 {
  top: 0;
  right: 25px;
  text-align: right;
}

.phase-3 {
  bottom: 30px;
  left: 25px;
}

.phase-4 {
  bottom: 30px;
  right: 25px;
  text-align: right;
}

.phase-3 .phase-title {
  top: auto;
  bottom: -34px;
  position: absolute;
}

.phase-4 .phase-title {
  top: 252px;
}

.consult_plan {
  width: 1300px;
  margin: 0 auto;
}

.consult_plan_sub {
  width: 1300px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.35;
  padding: 0 40px;
  border-left: 2px solid #009fe9;
  height: 80px;
}

.consult_plan_sub .p1,
.consult_plan_sub .p2 {
  margin: 0;
  color: #3f3f3f;
}

.consult_plan_sub .p1 {
  font-size: 36px;
}

.consult_plan_sub .p2 {
  font-size: 27px;
}

.consult_plan_content {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  color: #5c5c5c;
}

.value-content .value-card {
  background-color: #1e5cb3;
  color: white;
  border-radius: 8px;
  padding: 25px 20px;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.value-header {
  margin-bottom: 20px;
  text-align: center;
}

.value-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.value-subtitle {
  font-size: 16px;
  opacity: 0.9;
}

.value-content {
  flex-grow: 1;
  width: 300px;
}

.value-section {
  margin-bottom: 20px;
  text-align: center;
}

.section-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 8px;
}

.section-content {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.change-item {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}

.change-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.change-desc {
  font-size: 13px;
  line-height: 1.4;
}

.window_item_title {
  font-size: 30px;
  color: #049ee4;
}

.window_item_text {
  font-size: 24px;
  color: #838383;
}

.business_content {
  background: url(./images/business_bg.jpg);
  width: 1600px;
  height: 1010px;
}

.chart-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 30px;
}

.stage {
  margin-bottom: 45px;
  position: relative;
}
.stage.stage-2 {
  margin-bottom: 30px;
}
.stage-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: center;
}

.stage-title {
  color: white;
  padding: 0 20px;
  border-radius: 6px 6px 0 0;
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  line-height: 58px;
}

.stage-2 .stage-title {
  margin-top: 5px;
}

.content-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
}

.content-box {
  border-radius: 8px;
  padding: 20px;
  width: 440px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.content-box-3 {
  width: 270px;
  display: flex;
  align-items: center;
}

.content-box:hover {
  transform: translateY(-5px);
}

.box-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
}

.box-title.orange {
  color: #f4963f;
}

.box-title.blue {
  color: #279ddb;
}

.box-description {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.value_container {
  width: 1260px;
  margin: 0 auto;
}

.main-title {
  text-align: center;
  color: #010101;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.subtitle {
  text-align: center;
  color: #010101;
  font-size: 28px;
  margin-bottom: 50px;
}

.modules-container {
  display: flex;
  flex-direction: column;
  width: 1260px;
  height: 336px;
  background: url(./images/value-bg.jpg) no-repeat;
}

.module {
  color: #fff;
  padding: 0 20px;
  display: flex;
  margin-bottom: 30px;
}

.module-content {
  flex: 1;
  display: flex;
  margin-left: 130px;
}

.module-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  height: 82px;
  margin: 0 160px 0 0;
  line-height: 82px;
}

.module-description {
  font-size: 22px;
  line-height: 82px;
  margin: 0;
  display: block;
  height: 82px;
  color: #3c3c3c;
}

.advantages-container {
  display: flex;
  justify-content: space-between;
  background: url(./images/advantage_bg.jpg) no-repeat;
  width: 1300px;
  height: 300px;
  margin: 0 auto;
  padding-top: 193px;
}

.advantage {
  flex: 1;
  text-align: center;
}

.advantage-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.advantage_item {
  width: 240px;
  padding: 0 30px;
}

.advantage-1 .advantage-title,
.advantage-3 .advantage-title {
  color: #ff8c00;
}

.advantage-2 .advantage-title,
.advantage-4 .advantage-title {
  color: #1890ff;
}

.advantage-description {
  color: #333;
  line-height: 2.2;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.consult_plan_sub1 {
  height: 120px;
}

.business_content.bg2 {
  background: url(./images/business_bg2.jpg);
  height: 950px;
}
.business_content.bg2 .chart-container {
  padding-top: 0;
}
.business_content.bg2 .stage-content {
  padding: 0;
}
.business_content.bg2 .content-box {
  width: 288px;
  text-align: center;
}

.business_content.bg2 .stage {
  margin-bottom: 74px;
}

.business_content.bg2 .box-title.blue {
  width: 100%;
}
.business_content.bg2 .content-box-1 {
  margin: 0 auto;
}

.box-container {
  display: flex;
  margin: 40px auto;
  flex-wrap: wrap;
  justify-content: center;
}
.flex1 {
  display: flex;
}
.flex2 {
  display: flex;
}
.box {
  background: url(./images/box_bg.jpg) no-repeat;
  text-align: center;
  width: 426px;
  height: 200px;
  padding-top: 50px;
}

.box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.box p {
  color: #30667f;
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
  padding: 0 60px;
  font-weight: 500;
}

.advantage_container2 {
  max-width: 1000px;
  margin: 0 auto;
  background: url(./images/advantage_bg2.jpg) no-repeat;
}

.advantage_container2 .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  height: 83px;
}

.advantage_container2 .content {
  border-radius: 4px;
  flex-grow: 1;
}

.advantage_container2 .content strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.advantage_container2 .content p {
  font-size: 24px;
  line-height: 1.5;
  line-height: 83px;
}

.btn_group {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btn_item {
  width: 346px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.btn_item.orange {
  background: url(./images/orange_btn.jpg) no-repeat;
}
.btn_item.blue {
  background: url(./images/blue_btn.jpg) no-repeat;
}
