.project_main {
  width: 1040px;
  margin: 0 auto;
  padding-top: 82px;
  padding-bottom: 180px;
}
.project_main .project_title {
  padding-top: 108px;
  color: #141516;
  font-size: 2.08vw;
  font-family: Montserrat-Bold;
  font-weight: 700;
  line-height: 150%;
}
.project_main .project_line {
  width: 60px;
  height: 6px;
  background: #06f;
  margin-top: 14px;
}
.project_main .project_introduce {
  margin-top: 24px;
  color: #141516;
  font-family: Montserrat;
  font-size: 1.46vw;
  font-weight: 400;
  line-height: 150%;
}
.project_main .project_introduce_blod {
  margin-top: 10px;
  color: #141516;
  font-family: Montserrat-Bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.project_main .project_image {
  margin-top: 57px;
  position: relative;
}
.project_main .project_image .project_image_bg {
  width: 100%;
  border-radius: 24px;
}
.project_main .project_middle {
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.project_main .project_middle .project_middle_left .project_middle_left_part1 {
  margin-bottom: 60px;
}
.project_main .project_middle .project_middle_left .project_middle_left_bold {
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
}
.project_main .project_middle .project_middle_left .project_middle_left_light {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-transform: capitalize;
}
.project_main .project_middle .project_middle_right .project_middle_right_part1 {
  margin-bottom: 60px;
}
.project_main .project_middle .project_middle_right .line {
  width: 60px;
  height: 6px;
  background: #06f;
}
.project_main .project_middle .project_middle_right .project_middle_right_b_title {
  color: #141516;
  font-family: Montserrat;
  font-size: 38px;
  font-family: Montserrat-Bold;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin: 12px 0;
}
.project_main .project_middle .project_middle_right .project_middle_right_s_text {
  color: #141516;
  width: 680px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.project_main .project_img_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 30px;
}
.project_main .project_img_flex .project_img_flex_image {
  height: 575px;
}
.project_main .project_image_bottom_bg {
  width: 100%;
}
