.project_container {
  padding-bottom: 80px;
  overflow: hidden;
}
.project_container .about_section_title {
  overflow: hidden;
  border-bottom: 1px solid #F3F5FF;
}
.project_container .about_section_title .en {
  text-transform: uppercase;
  font-size: 16px;
  color: #320750;
}
.project_container .about_section_title h4 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #320750;
  position: relative;
  padding-bottom: 15px;
  padding-top: 2px;
}
.project_container .about_section_title h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #5717B4;
}
.project_container .plate {
  background-color: #F4ECFF;
  padding: 30px 29px 0 30px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  word-break: break-all;
  border-radius: 10px;
  margin-top: 40px;
}
.project_container .project_section1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 74px;
}
.project_container .project_section1 .plate p {
  text-indent: 2em;
  margin-bottom: 32px;
}
.project_container .project_section1 .plate img {
  max-width: 100%;
  height: auto;
  display: block;
}
.project_container .project_section2 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 74px;
}
.project_container .project_section2 .plate p {
  text-indent: 0;
  margin-bottom: 10px;
}
.project_container .project_section2 .plate .chart_box {
  width: 792px;
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.project_container .project_section2 .plate .chart_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 2px;
  border-top: 1px dashed #D5D5D5;
}
.project_container .project_section2 .plate .chart_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  line-height: 24px;
}
.project_container .project_section2 .plate .chart_box .item:nth-of-type(2) h4 {
  color: #ec843e;
}
.project_container .project_section2 .plate .chart_box .item:nth-of-type(2) .icon {
  border: 2px solid #ec843e;
}
.project_container .project_section2 .plate .chart_box .item:nth-of-type(2) .icon::after {
  background-color: #ec843e;
}
.project_container .project_section2 .plate .chart_box .item h4 {
  font-size: 16px;
  color: #5717b4;
  font-weight: bold;
}
.project_container .project_section2 .plate .chart_box .item p {
  font-size: 14px;
  color: #333333;
}
.project_container .project_section2 .plate .chart_box .item .level {
  font-size: 16px;
  color: #323232;
  margin-top: 9px;
}
.project_container .project_section2 .plate .chart_box .item .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #5717B4;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.project_container .project_section2 .plate .chart_box .item .icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #5717B4;
}
.project_container .project_section3 {
  padding-top: 44px;
}
.project_container .project_section3 .plate {
  padding: 0;
}
.project_container .project_section3 .txt_container {
  width: 537px;
  height: 388px;
  position: relative;
  float: left;
  padding: 30px 0 30px 30px;
}
.project_container .project_section3 .txt_container .txt_swiper {
  height: 388px !important;
}
.project_container .project_section3 .txt_container .txt_swiper .swiper-wrapper {
  height: 388px !important;
}
.project_container .project_section3 .txt_container .swiper-slide p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project_container .project_section3 .img_container {
  width: 633px;
  float: right;
}
.project_container .project_section3 .img_container .img_swiper {
  box-sizing: border-box;
  padding-left: 56px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide .imgwrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide .imgwrap .set {
  width: 510px;
  height: 370px;
  position: relative;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide .imgwrap img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 510px;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.2s ease-out 0s;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide-active {
  opacity: 1 !important;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide-active .imgwrap {
  justify-content: flex-end;
}
.project_container .project_section3 .img_container .img_swiper .swiper-slide-active .imgwrap img {
  right: 0;
  top: 0;
}
