.develop_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}

.develop_box .develop_b_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}

.develop_box .develop_b_box .info_img {
  width: 94.7%;
  height: 600px;
}

.develop_box .develop_b_box .info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.develop_box .develop_b_box .develop_info {
  width: 520px;
  height: auto;
  padding: 56px 71px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.develop_box .develop_b_box .develop_info .info_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.develop_box .develop_b_box .develop_info .info_title p {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.develop_box .develop_b_box .develop_info .info_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.develop_box .develop_b_box .develop_info .info_desc {
  margin-top: 28px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.develop_box .develop_b_box .develop_info .info_link {
  margin-top: 40px;
  width: 120px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #E60012;
  background: #E60012;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 142.857% */
}

.develop_box.develop_box2 .develop_b_box {
  justify-content: flex-start;
}

.develop_box.develop_box2 .develop_b_box .develop_info {
  left: unset;
  right: 0;
}

.report_box {
  width: 100%;
  height: auto;
  padding: 72px 0 120px;
  background: #F7F8FA;
}

.report_box .report_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.report_box .report_title h3 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.report_box .report_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.report_box .report_top {
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 75px;
}

.report_box .report_top .report_t_img {
  width: 820px;
  height: 340px;
}

.report_box .report_top .report_t_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report_box .report_top .report_t_info {
  width: 700px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.report_box .report_top .report_t_info .info_title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 150% */
}

.report_box .report_top .report_t_info .btn_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
  gap: 20px;
}

.report_box .report_top .report_t_info .btn_box .btn_more {
  cursor: pointer;
  width: 120px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #E60012;
}

.report_box .report_top .report_t_info .btn_box .btn_more.active span:first-child {
  display: none;
}

.report_box .report_top .report_t_info .btn_box .btn_more.active span:last-child {
  display: block;
}

.report_box .report_top .report_t_info .btn_box .btn_more span {
  text-align: center;
  color: #E60012;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 142.857% */
}

.report_box .report_top .report_t_info .btn_box .btn_more span:first-child {
  display: block;
}

.report_box .report_top .report_t_info .btn_box .btn_more span:last-child {
  display: none;
}

.report_box .report_top .report_t_info .btn_box a {
  width: 120px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #E60012;
  background: #E60012;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.report_box .report_top .report_t_info .btn_box a span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.report_box .report_bot {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.report_box .report_bot .bot_item {
  width: 100%;
  height: 90px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.report_box .report_bot .bot_item.active {
  display: flex !important;
}

.report_box .report_bot .bot_item .bot_left {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.report_box .report_bot .bot_item .bot_left img {
  width: 34px;
  height: 34px;
}

.report_box .report_bot .bot_item .bot_left p {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}

.report_box .report_bot .bot_item .bot_left p::before {
  content: '';
  width: 1px;
  height: 50px;
  background: #D9D9D9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.report_box .report_bot .bot_item .bot_right {
  width: 30px;
  height: 30px;
}

.report_box .report_bot .bot_item .bot_right span {
  display: none;
}

.report_box .report_bot .bot_item .bot_right img {
  width: 100%;
  height: 100%;
}

.environment_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.environment_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.environment_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.environment_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.environment_box .envir_title .envir_desc {
  width: 46%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.environment_box .environment_content {
  width: 100%;
  height: 510px;
  margin-top: 44px;
  position: relative;
}

.environment_box .environment_content .envir_bg_img {
  width: 100%;
  height: 100%;
}

.environment_box .environment_content .envir_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment_box .environment_content .envir_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.environment_box .environment_content .envir_box .envir_b_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 110px;
  position: relative;
}

.environment_box .environment_content .envir_box .envir_b_item:first-child::after {
  content: '';
  width: 1px;
  height: 68px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.environment_box .environment_content .envir_box .envir_b_item .item_title {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 166.667% */
}

.environment_box .environment_content .envir_box .envir_b_item .item_text {
  margin-top: 5px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.protection_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #F7F8FA;
}

.protection_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.protection_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.protection_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.protection_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.protection_box .pro_content {
  width: 100%;
  height: 400px;
  margin-top: 44px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.protection_box .pro_content .pro_item {
  width: calc((100% - 24px) / 2);
  height: 100%;
  overflow: hidden;
}

.protection_box .pro_content .pro_item:hover img {
  transform: scale(1.05);
}

.protection_box .pro_content .pro_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.structure_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.structure_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.structure_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.structure_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.structure_box .structure_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.structure_box .structure_content img {
  max-width: 100%;
  height: auto;
}

.management_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #F7F8FA;
}

.management_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.management_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.management_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.management_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.management_box .structure_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.management_box .structure_content img {
  max-width: 100%;
  height: auto;
}

.corruption_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.corruption_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.corruption_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.corruption_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.corruption_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.corruption_box .pro_content {
  width: 100%;
  height: 400px;
  margin-top: 44px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.corruption_box .pro_content .pro_item {
  width: calc((100% - 24px) / 2);
  height: 100%;
  overflow: hidden;
}

.corruption_box .pro_content .pro_item:hover img {
  transform: scale(1.05);
}

.corruption_box .pro_content .pro_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.service_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.service_box .service_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.service_box .service_content .ser_item {
  width: 100%;
  height: 560px;
  position: relative;
}

.service_box .service_content .ser_item:nth-of-type(2n) .item_info {
  align-items: flex-end;
}

.service_box .service_content .ser_item .item_img {
  width: 100%;
  height: 100%;
}

.service_box .service_content .ser_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_box .service_content .ser_item .item_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 102px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service_box .service_content .ser_item .item_info .info_box {
  width: 510px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service_box .service_content .ser_item .item_info .info_box .info_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.service_box .service_content .ser_item .item_info .info_box .info_title p {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.service_box .service_content .ser_item .item_info .info_box .info_title .line {
  margin: 0;
  width: 60px;
  height: 6px;
  background: #E60012;
}

.service_box .service_content .ser_item .item_info .info_box .info_desc {
  text-align: justify;
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.service_box .service_content .ser_item .item_info .info_box .info_per {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  gap: 5px;
}

.service_box .service_content .ser_item .item_info .info_box .info_per span {
  color: #E60012;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 107.143% */
}

.service_box .service_content .ser_item .item_info .info_box .info_per p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.employees_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.employees_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.employees_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.employees_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.employees_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.employees_box .employ_box {
  margin-top: 44px;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  padding-left: calc((100% - 1625px) / 2);
}

.employees_box .employ_box .employ_item {
  width: 480px !important;
  position: relative;
  height: 320px;
  margin-right: 24px;
}

.employees_box .employ_box .employ_item .item_img {
  width: 100%;
  height: 100%;
}

.employees_box .employ_box .employ_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employees_box .employ_box .employ_item .item_title {
  padding: 0 20px;
  position: absolute;
  width: 100%;
  bottom: 16px;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}

.employees_box .employ_box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px !important;
}

.employees_box .employ_box .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #E60012;
  position: relative;
}

.employees_box .employ_box .swiper-pagination-bullet-active::after {
  content: '';
  width: 18px;
  height: 18px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #E60012;
}

.employees_box .ser_item {
  margin-top: 120px;
  width: 100%;
  height: 560px;
  position: relative;
}

.employees_box .ser_item:nth-of-type(2n) .item_info {
  align-items: flex-end;
}

.employees_box .ser_item .item_img {
  width: 100%;
  height: 100%;
}

.employees_box .ser_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employees_box .ser_item .item_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 102px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.employees_box .ser_item .item_info .info_box {
  width: 510px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.employees_box .ser_item .item_info .info_box .info_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.employees_box .ser_item .item_info .info_box .info_title p {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.employees_box .ser_item .item_info .info_box .info_title .line {
  margin: 0;
  width: 60px;
  height: 6px;
  background: #E60012;
}

.employees_box .ser_item .item_info .info_box .info_desc {
  text-align: justify;
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.employees_box .ser_item .item_info .info_box .info_per {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 56px;
  gap: 5px;
}

.employees_box .ser_item .item_info .info_box .info_per span {
  color: #E60012;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  /* 107.143% */
}

.employees_box .ser_item .item_info .info_box .info_per p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.supply_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.supply_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.supply_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.supply_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.supply_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.supply_box .supply_content {
  width: 100%;
  height: auto;
  margin-top: 44px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 25px;
}

.supply_box .supply_content .supply_item {
  width: calc((100% - 50px) / 3);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.supply_box .supply_content .supply_item:hover .item_img img {
  transform: scale(1.05);
}

.supply_box .supply_content .supply_item .item_img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.supply_box .supply_content .supply_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.supply_box .supply_content .supply_item .item_title {
  width: 100%;
  margin-top: 24px;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

.supply_box .supply_content .supply_item .item_desc {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.rural_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.rural_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.rural_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.rural_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.rural_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.rural_box .rural_content {
  width: 100%;
  height: auto;
  margin-top: 44px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.rural_box .rural_content .rural_left {
  width: calc((100% - 24px) / 2);
  height: 450px;
  background: #F7F8FA;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.rural_box .rural_content .rural_left .rural_title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 158.333% */
}

.rural_box .rural_content .rural_left .rural_desc {
  text-align: justify;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.rural_box .rural_content .rural_right {
  width: calc((100% - 24px) / 2);
  height: 450px;
  overflow: hidden;
}

.rural_box .rural_content .rural_right:hover img {
  transform: scale(1.05);
}

.rural_box .rural_content .rural_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.donation_box {
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.donation_box .envir_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.donation_box .envir_title h3 {
  color: #111;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  /* 120.833% */
}

.donation_box .envir_title .line {
  width: 60px;
  height: 6px;
  background: #E60012;
}

.donation_box .envir_title .envir_desc {
  width: 56%;
  margin-top: 8px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.donation_box .donation_content {
  margin-top: 44px;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.donation_box .donation_content .employ_item {
  width: calc((100% - 24px) / 2) !important;
  height: auto;
  margin-right: 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.donation_box .donation_content .employ_item .item_img {
  width: 100%;
  height: 400px;
}

.donation_box .donation_content .employ_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation_box .donation_content .employ_item .item_content {
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 32px 54px 40px;
}

.donation_box .donation_content .employ_item .item_content .item_title {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 150% */
}

.donation_box .donation_content .employ_item .item_content .item_desc {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.donation_box .donation_content .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px !important;
}

.donation_box .donation_content .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #E60012;
  position: relative;
}

.donation_box .donation_content .swiper-pagination-bullet-active::after {
  content: '';
  width: 18px;
  height: 18px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #E60012;
}

.bgf7 {
  background: #F7F8FA;
}

.p120 {
  padding-top: 120px;
}

@media screen and (min-width: 1600px) {
  .employees_box .employ_box {
    padding-left: calc((100% - 1500px) / 2);
  }
}

@media screen and (max-width: 1599px) {
  .employees_box .employ_box {
    padding-left: calc((100% - 1170px) / 2);
  }
}

@media screen and (max-width: 1440px) {
  .develop_box {
    width: 100%;
    height: auto;
    padding: 3.54167vw 0vw;
  }
  .develop_box .develop_b_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
  }
  .develop_box .develop_b_box .info_img {
    width: 94.7%;
    height: 35.41667vw;
  }
  .develop_box .develop_b_box .info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .develop_box .develop_b_box .develop_info {
    width: 30.69444vw;
    height: auto;
    padding: 3.30556vw 4.19097vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 2.36111vw 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.44271vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .develop_box .develop_b_box .develop_info .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .develop_box .develop_b_box .develop_info .info_title p {
    color: #111;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .develop_box .develop_b_box .develop_info .info_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .develop_box .develop_b_box .develop_info .info_desc {
    margin-top: 1.65278vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .develop_box .develop_b_box .develop_info .info_link {
    margin-top: 2.36111vw;
    width: 7.08333vw;
    height: 2.47917vw;
    border-radius: 1.23958vw;
    border: 0.05903vw solid #E60012;
    background: #E60012;
    text-align: center;
    color: #FFF;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.47917vw;
    /* 142.857% */
  }
  .develop_box.develop_box2 .develop_b_box {
    justify-content: flex-start;
  }
  .develop_box.develop_box2 .develop_b_box .develop_info {
    left: unset;
    right: 0;
  }
  .report_box {
    width: 100%;
    height: auto;
    padding: 4.25vw 0 7.08333vw;
    background: #F7F8FA;
  }
  .report_box .report_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .report_box .report_title h3 {
    color: #111;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .report_box .report_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .report_box .report_top {
    width: 100%;
    height: auto;
    margin-top: 3.54167vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4.42708vw;
  }
  .report_box .report_top .report_t_img {
    width: 48.40278vw;
    height: 20.06944vw;
  }
  .report_box .report_top .report_t_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .report_box .report_top .report_t_info {
    width: 41.31944vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .report_box .report_top .report_t_info .info_title {
    color: #111;
    font-size: 1.41667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 150% */
  }
  .report_box .report_top .report_t_info .btn_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.88889vw;
    gap: 1.18056vw;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more {
    cursor: pointer;
    width: 7.08333vw;
    height: 2.47917vw;
    border-radius: 1.23958vw;
    border: 0.05903vw solid #E60012;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more.active span:first-child {
    display: none;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more.active span:last-child {
    display: block;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span {
    text-align: center;
    color: #E60012;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.47917vw;
    /* 142.857% */
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span:first-child {
    display: block;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span:last-child {
    display: none;
  }
  .report_box .report_top .report_t_info .btn_box a {
    width: 7.08333vw;
    height: 2.47917vw;
    border-radius: 1.23958vw;
    border: 0.05903vw solid #E60012;
    background: #E60012;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.59028vw;
  }
  .report_box .report_top .report_t_info .btn_box a span {
    color: #FFF;
    font-size: 0.82639vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.18056vw;
    /* 142.857% */
  }
  .report_box .report_bot {
    width: 100%;
    height: auto;
    margin-top: 2.95139vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.41667vw;
  }
  .report_box .report_bot .bot_item {
    width: 100%;
    height: 5.3125vw;
    background: #FFF;
    box-shadow: 0 0.23611vw 1.18056vw 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.77083vw;
  }
  .report_box .report_bot .bot_item.active {
    display: flex !important;
  }
  .report_box .report_bot .bot_item .bot_left {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .report_box .report_bot .bot_item .bot_left img {
    width: 2.00694vw;
    height: 2.00694vw;
  }
  .report_box .report_bot .bot_item .bot_left p {
    margin-left: 1.88889vw;
    padding-left: 1.88889vw;
    position: relative;
    color: #111;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 180% */
  }
  .report_box .report_bot .bot_item .bot_left p::before {
    content: '';
    width: 0.05903vw;
    height: 2.95139vw;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .report_box .report_bot .bot_item .bot_right {
    width: 1.77083vw;
    height: 1.77083vw;
  }
  .report_box .report_bot .bot_item .bot_right img {
    width: 100%;
    height: 100%;
  }
  .environment_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .environment_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .environment_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .environment_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .environment_box .envir_title .envir_desc {
    width: 46%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .environment_box .environment_content {
    width: 100%;
    height: 30.10417vw;
    margin-top: 2.59722vw;
    position: relative;
  }
  .environment_box .environment_content .envir_bg_img {
    width: 100%;
    height: 100%;
  }
  .environment_box .environment_content .envir_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .environment_box .environment_content .envir_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .environment_box .environment_content .envir_box .envir_b_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6.49306vw;
    position: relative;
  }
  .environment_box .environment_content .envir_box .envir_b_item:first-child::after {
    content: '';
    width: 0.05903vw;
    height: 4.01389vw;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .environment_box .environment_content .envir_box .envir_b_item .item_title {
    color: #FFF;
    text-align: center;
    font-size: 2.125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.54167vw;
    /* 166.667% */
  }
  .environment_box .environment_content .envir_box .envir_b_item .item_text {
    margin-top: 0.29514vw;
    color: #FFF;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 150% */
  }
  .protection_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
    background: #F7F8FA;
  }
  .protection_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .protection_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .protection_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .protection_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .protection_box .pro_content {
    width: 100%;
    height: 23.61111vw;
    margin-top: 2.59722vw;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1.41667vw;
  }
  .protection_box .pro_content .pro_item {
    width: calc((100% - 1.41667vw) / 2);
    height: 100%;
    overflow: hidden;
  }
  .protection_box .pro_content .pro_item:hover img {
    transform: scale(1.05);
  }
  .protection_box .pro_content .pro_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .structure_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .structure_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .structure_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .structure_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .structure_box .structure_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2.59722vw;
  }
  .structure_box .structure_content img {
    max-width: 100%;
    height: auto;
  }
  .management_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
    background: #F7F8FA;
  }
  .management_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .management_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .management_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .management_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .management_box .structure_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 2.59722vw;
  }
  .management_box .structure_content img {
    max-width: 100%;
    height: auto;
  }
  .corruption_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .corruption_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .corruption_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .corruption_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .corruption_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .corruption_box .pro_content {
    width: 100%;
    height: 23.61111vw;
    margin-top: 2.59722vw;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 1.41667vw;
  }
  .corruption_box .pro_content .pro_item {
    width: calc((100% - 1.41667vw) / 2);
    height: 100%;
    overflow: hidden;
  }
  .corruption_box .pro_content .pro_item:hover img {
    transform: scale(1.05);
  }
  .corruption_box .pro_content .pro_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .service_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .service_box .service_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 7.08333vw;
  }
  .service_box .service_content .ser_item {
    width: 100%;
    height: 33.05556vw;
    position: relative;
  }
  .service_box .service_content .ser_item:nth-of-type(2n) .item_info {
    align-items: flex-end;
  }
  .service_box .service_content .ser_item .item_img {
    width: 100%;
    height: 100%;
  }
  .service_box .service_content .ser_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service_box .service_content .ser_item .item_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6.02083vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .service_box .service_content .ser_item .item_info .info_box {
    width: 30.10417vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.18056vw;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title p {
    color: #111;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title .line {
    margin: 0;
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_desc {
    margin-top: 1.65278vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.30556vw;
    gap: 0.29514vw;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per span {
    color: #E60012;
    font-size: 3.30556vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.54167vw;
    /* 107.143% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per p {
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 150% */
  }
  .employees_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .employees_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .employees_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .employees_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .employees_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .employees_box .employ_box {
    margin-top: 2.59722vw;
    width: 100%;
    height: auto;
    padding-bottom: 3.54167vw;
    padding-left: calc((100% - 1170px) / 2);
  }
  .employees_box .employ_box .employ_item {
    width: 28.33333vw !important;
    position: relative;
    height: 18.88889vw;
    margin-right: 1.41667vw;
  }
  .employees_box .employ_box .employ_item .item_img {
    width: 100%;
    height: 100%;
  }
  .employees_box .employ_box .employ_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .employees_box .employ_box .employ_item .item_title {
    padding: 0 1.18056vw;
    position: absolute;
    width: 100%;
    bottom: 0.94444vw;
    left: 0;
    color: #FFF;
    text-align: center;
    font-size: 1.18056vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 180% */
  }
  .employees_box .employ_box .swiper-pagination-bullet {
    width: 0.70833vw;
    height: 0.70833vw;
    margin: 0 0.70833vw !important;
  }
  .employees_box .employ_box .swiper-pagination-bullet-active {
    width: 0.70833vw;
    height: 0.70833vw;
    margin: 0 0.35417vw;
    background: #E60012;
    position: relative;
  }
  .employees_box .employ_box .swiper-pagination-bullet-active::after {
    content: '';
    width: 1.0625vw;
    height: 1.0625vw;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.05903vw solid #E60012;
  }
  .employees_box .ser_item {
    margin-top: 7.08333vw;
    width: 100%;
    height: 33.05556vw;
    position: relative;
  }
  .employees_box .ser_item:nth-of-type(2n) .item_info {
    align-items: flex-end;
  }
  .employees_box .ser_item .item_img {
    width: 100%;
    height: 100%;
  }
  .employees_box .ser_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .employees_box .ser_item .item_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 6.02083vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .employees_box .ser_item .item_info .info_box {
    width: 30.10417vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .employees_box .ser_item .item_info .info_box .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.18056vw;
  }
  .employees_box .ser_item .item_info .info_box .info_title p {
    color: #111;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .employees_box .ser_item .item_info .info_box .info_title .line {
    margin: 0;
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .employees_box .ser_item .item_info .info_box .info_desc {
    margin-top: 1.65278vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .employees_box .ser_item .item_info .info_box .info_per {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.30556vw;
    gap: 0.29514vw;
  }
  .employees_box .ser_item .item_info .info_box .info_per span {
    color: #E60012;
    font-size: 3.30556vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.54167vw;
    /* 107.143% */
  }
  .employees_box .ser_item .item_info .info_box .info_per p {
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.41667vw;
    /* 150% */
  }
  .supply_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .supply_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .supply_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .supply_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .supply_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .supply_box .supply_content {
    width: 100%;
    height: auto;
    margin-top: 2.59722vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.47569vw;
  }
  .supply_box .supply_content .supply_item {
    width: calc((100% - 3vw) / 3);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .supply_box .supply_content .supply_item:hover .item_img img {
    transform: scale(1.05);
  }
  .supply_box .supply_content .supply_item .item_img {
    width: 100%;
    height: 18.88889vw;
    overflow: hidden;
  }
  .supply_box .supply_content .supply_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .supply_box .supply_content .supply_item .item_title {
    width: 100%;
    margin-top: 1.41667vw;
    color: #111;
    font-size: 1.41667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.24306vw;
    /* 158.333% */
  }
  .supply_box .supply_content .supply_item .item_desc {
    margin-top: 0.70833vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .rural_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .rural_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .rural_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .rural_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .rural_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .rural_box .rural_content {
    width: 100%;
    height: auto;
    margin-top: 2.59722vw;
    display: flex;
    flex-direction: row;
    gap: 1.41667vw;
  }
  .rural_box .rural_content .rural_left {
    width: calc((100% - 1.41667vw) / 2);
    height: 26.5625vw;
    background: #F7F8FA;
    padding: 0 5.90278vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.70833vw;
  }
  .rural_box .rural_content .rural_left .rural_title {
    color: #111;
    font-size: 1.41667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.24306vw;
    /* 158.333% */
  }
  .rural_box .rural_content .rural_left .rural_desc {
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .rural_box .rural_content .rural_right {
    width: calc((100% - 1.41667vw) / 2);
    height: 26.5625vw;
    overflow: hidden;
  }
  .rural_box .rural_content .rural_right:hover img {
    transform: scale(1.05);
  }
  .rural_box .rural_content .rural_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .donation_box {
    width: 100%;
    height: auto;
    padding: 7.08333vw 0;
  }
  .donation_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.18056vw;
  }
  .donation_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 2.83333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.42361vw;
    /* 120.833% */
  }
  .donation_box .envir_title .line {
    width: 3.54167vw;
    height: 0.35417vw;
    background: #E60012;
  }
  .donation_box .envir_title .envir_desc {
    width: 56%;
    margin-top: 0.47222vw;
    color: #333;
    text-align: center;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .donation_box .donation_content {
    margin-top: 2.59722vw;
    width: 100%;
    height: auto;
    padding-bottom: 3.54167vw;
  }
  .donation_box .donation_content .employ_item {
    width: calc((100% - 1.41667vw) / 2) !important;
    height: auto;
    margin-right: 1.41667vw;
    box-shadow: 0 0.23611vw 1.18056vw 0 rgba(0, 0, 0, 0.06);
  }
  .donation_box .donation_content .employ_item .item_img {
    width: 100%;
    height: 23.61111vw;
  }
  .donation_box .donation_content .employ_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .donation_box .donation_content .employ_item .item_content {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 1.88889vw 3.1875vw 2.36111vw;
  }
  .donation_box .donation_content .employ_item .item_content .item_title {
    color: #111;
    font-size: 1.41667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 150% */
  }
  .donation_box .donation_content .employ_item .item_content .item_desc {
    margin-top: 0.70833vw;
    color: #333;
    font-size: 0.94444vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65278vw;
    /* 175% */
  }
  .donation_box .donation_content .swiper-pagination-bullet {
    width: 0.70833vw;
    height: 0.70833vw;
    margin: 0 0.70833vw !important;
  }
  .donation_box .donation_content .swiper-pagination-bullet-active {
    width: 0.70833vw;
    height: 0.70833vw;
    margin: 0 0.35417vw;
    background: #E60012;
    position: relative;
  }
  .donation_box .donation_content .swiper-pagination-bullet-active::after {
    content: '';
    width: 1.0625vw;
    height: 1.0625vw;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.05903vw solid #E60012;
  }
}

@media screen and (max-width: 980px) {
  .develop_box {
    width: 100%;
    height: auto;
    padding: 8vw 0vw;
  }
  .develop_box .develop_b_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .develop_box .develop_b_box .info_img {
    width: 100%;
    height: 74.66667vw;
  }
  .develop_box .develop_b_box .info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .develop_box .develop_b_box .develop_info {
    width: 100%;
    height: auto;
    padding: 12.26667vw 6.13333vw;
    position: static;
    top: 50%;
    transform: translateY(0%);
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5.33333vw 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .develop_box .develop_b_box .develop_info .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .develop_box .develop_b_box .develop_info .info_title p {
    color: #111;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 8.53333vw;
    /* 120.833% */
  }
  .develop_box .develop_b_box .develop_info .info_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .develop_box .develop_b_box .develop_info .info_desc {
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.73333vw;
    /* 175% */
  }
  .develop_box .develop_b_box .develop_info .info_link {
    margin-top: 6.4vw;
    width: 29.33333vw;
    height: 9.06667vw;
    border-radius: 5.6vw;
    border: 0.13333vw solid #E60012;
    background: #E60012;
    text-align: center;
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 9.06667vw;
    /* 142.857% */
  }
  .develop_box.develop_box2 .develop_b_box {
    justify-content: flex-start;
  }
  .develop_box.develop_box2 .develop_b_box .develop_info {
    left: unset;
    right: 0;
  }
  .report_box {
    width: 100%;
    height: auto;
    padding: 9.6vw 0 16vw;
    background: #F7F8FA;
  }
  .report_box .report_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.66667vw;
  }
  .report_box .report_title h3 {
    color: #111;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .report_box .report_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .report_box .report_top {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.33333vw;
  }
  .report_box .report_top .report_t_img {
    width: 100%;
    height: 37.06667vw;
  }
  .report_box .report_top .report_t_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .report_box .report_top .report_t_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .report_box .report_top .report_t_info .info_title {
    color: #111;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 150% */
  }
  .report_box .report_top .report_t_info .btn_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4.26667vw;
    gap: 4.26667vw;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more {
    cursor: pointer;
    width: 29.33333vw;
    height: 8.53333vw;
    border-radius: 5.6vw;
    border: 0.13333vw solid #E60012;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more.active span:first-child {
    display: none;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more.active span:last-child {
    display: block;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span {
    text-align: center;
    color: #E60012;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 142.857% */
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span:first-child {
    display: block;
  }
  .report_box .report_top .report_t_info .btn_box .btn_more span:last-child {
    display: none;
  }
  .report_box .report_top .report_t_info .btn_box a {
    width: 29.33333vw;
    height: 9.06667vw;
    border-radius: 5.86667vw;
    border: 0.13333vw solid #E60012;
    background: #E60012;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.66667vw;
  }
  .report_box .report_top .report_t_info .btn_box a span {
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 142.857% */
  }
  .report_box .report_bot {
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.26667vw;
  }
  .report_box .report_bot .bot_item {
    width: 100%;
    height: auto;
    background: #FFF;
    box-shadow: 0 0.53333vw 2.66667vw 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
    gap: 3.73333vw;
    padding: 5.33333vw 5.86667vw;
  }
  .report_box .report_bot .bot_item.active {
    display: flex !important;
  }
  .report_box .report_bot .bot_item .bot_left {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .report_box .report_bot .bot_item .bot_left img {
    width: 6.4vw;
    height: 6.4vw;
  }
  .report_box .report_bot .bot_item .bot_left p {
    margin-left: 1.06667vw;
    padding-left: 1.06667vw;
    position: relative;
    color: #111;
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 180% */
  }
  .report_box .report_bot .bot_item .bot_left p::before {
    display: none;
    content: '';
    width: 0.13333vw;
    height: 6.66667vw;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .report_box .report_bot .bot_item .bot_right {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.33333vw;
  }
  .report_box .report_bot .bot_item .bot_right span {
    display: inline-block;
    color: #E60012;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 184.615% */
  }
  .report_box .report_bot .bot_item .bot_right img {
    width: 4.26667vw;
    height: 4.26667vw;
  }
  .environment_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .environment_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .environment_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .environment_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .environment_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .environment_box .environment_content {
    width: 100%;
    height: 74.66667vw;
    margin-top: 6.4vw;
    position: relative;
  }
  .environment_box .environment_content .envir_bg_img {
    width: 100%;
    height: 100%;
  }
  .environment_box .environment_content .envir_bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .environment_box .environment_content .envir_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .environment_box .environment_content .envir_box .envir_b_item {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8vw 0vw;
    position: relative;
  }
  .environment_box .environment_content .envir_box .envir_b_item:first-child::after {
    content: '';
    width: 18.13333vw;
    height: 0.26667vw;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: unset;
    right: unset;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  .environment_box .environment_content .envir_box .envir_b_item .item_title {
    color: #FFF;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.53333vw;
    /* 166.667% */
  }
  .environment_box .environment_content .envir_box .envir_b_item .item_text {
    margin-top: 1.06667vw;
    color: #FFF;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
  }
  .protection_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
    background: #F7F8FA;
  }
  .protection_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .protection_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .protection_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .protection_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .protection_box .pro_content {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.13333vw;
  }
  .protection_box .pro_content .pro_item {
    width: 100%;
    height: 44.26667vw;
    overflow: hidden;
  }
  .protection_box .pro_content .pro_item:hover img {
    transform: scale(1);
  }
  .protection_box .pro_content .pro_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .structure_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .structure_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .structure_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .structure_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .structure_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .structure_box .structure_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5.86667vw;
  }
  .structure_box .structure_content img {
    max-width: 100%;
    height: auto;
  }
  .management_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
    background: #F7F8FA;
  }
  .management_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .management_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .management_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .management_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .management_box .structure_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5.86667vw;
  }
  .management_box .structure_content img {
    max-width: 100%;
    height: auto;
  }
  .corruption_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .corruption_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .corruption_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .corruption_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .corruption_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .corruption_box .pro_content {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.13333vw;
  }
  .corruption_box .pro_content .pro_item {
    width: 100%;
    height: 44.26667vw;
    overflow: hidden;
  }
  .corruption_box .pro_content .pro_item:hover img {
    transform: scale(1);
  }
  .corruption_box .pro_content .pro_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .service_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .service_box .service_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 13.33333vw;
  }
  .service_box .service_content .ser_item {
    width: 100%;
    height: 146.66667vw;
    position: relative;
  }
  .service_box .service_content .ser_item:nth-of-type(2n) .item_info {
    align-items: flex-start;
  }
  .service_box .service_content .ser_item .item_img {
    width: 100%;
    height: 100%;
  }
  .service_box .service_content .ser_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service_box .service_content .ser_item .item_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8.8vw 6.4vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .service_box .service_content .ser_item .item_info .info_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title p {
    color: #111;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_title .line {
    margin: 0;
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_desc {
    text-align: center;
    margin-top: 4.26667vw;
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.33333vw;
    gap: 0.66667vw;
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per span {
    color: #E60012;
    font-size: 10.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 13.33333vw;
    /* 107.143% */
  }
  .service_box .service_content .ser_item .item_info .info_box .info_per p {
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
  }
  .employees_box {
    width: 100%;
    height: auto;
    padding: 16vw 0;
  }
  .employees_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .employees_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .employees_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .employees_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .employees_box .employ_box {
    margin-top: 6.4vw;
    width: 100%;
    height: auto;
    padding-bottom: 16vw;
    padding-left: 0;
  }
  .employees_box .employ_box .employ_item {
    width: 80vw !important;
    position: relative;
    height: 53.33333vw;
    margin-right: 3.2vw;
  }
  .employees_box .employ_box .employ_item .item_img {
    width: 100%;
    height: 100%;
  }
  .employees_box .employ_box .employ_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .employees_box .employ_box .employ_item .item_title {
    padding: 0 2.66667vw;
    position: absolute;
    width: 100%;
    bottom: 2.66667vw;
    left: 0;
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 180% */
  }
  .employees_box .employ_box .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 3.2vw !important;
  }
  .employees_box .employ_box .swiper-pagination-bullet-active {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.6vw;
    background: #E60012;
    position: relative;
  }
  .employees_box .employ_box .swiper-pagination-bullet-active::after {
    content: '';
    width: 4.8vw;
    height: 4.8vw;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.26667vw solid #E60012;
  }
  .employees_box .ser_item {
    margin-top: 13.33333vw;
    width: 100%;
    height: 146.66667vw;
    position: relative;
  }
  .employees_box .ser_item:nth-of-type(2n) .item_info {
    align-items: flex-start;
  }
  .employees_box .ser_item .item_img {
    width: 100%;
    height: 100%;
  }
  .employees_box .ser_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .employees_box .ser_item .item_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 14.93333vw 6.4vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .employees_box .ser_item .item_info .info_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .employees_box .ser_item .item_info .info_box .info_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .employees_box .ser_item .item_info .info_box .info_title p {
    color: #111;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .employees_box .ser_item .item_info .info_box .info_title .line {
    margin: 0;
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .employees_box .ser_item .item_info .info_box .info_desc {
    text-align: center;
    margin-top: 4.26667vw;
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .employees_box .ser_item .item_info .info_box .info_per {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.33333vw;
    gap: 0.66667vw;
  }
  .employees_box .ser_item .item_info .info_box .info_per span {
    color: #E60012;
    font-size: 10.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 13.33333vw;
    /* 107.143% */
  }
  .employees_box .ser_item .item_info .info_box .info_per p {
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 150% */
  }
  .supply_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .supply_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .supply_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .supply_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .supply_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .supply_box .supply_content {
    width: 100%;
    height: auto;
    margin-top: 8.53333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6.4vw;
  }
  .supply_box .supply_content .supply_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .supply_box .supply_content .supply_item:hover .item_img img {
    transform: scale(1);
  }
  .supply_box .supply_content .supply_item .item_img {
    width: 100%;
    height: 53.86667vw;
    overflow: hidden;
  }
  .supply_box .supply_content .supply_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .supply_box .supply_content .supply_item .item_title {
    text-align: center;
    width: 100%;
    margin-top: 3.2vw;
    color: #111;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 158.333% */
  }
  .supply_box .supply_content .supply_item .item_desc {
    width: 100%;
    text-align: center;
    margin-top: 1.06667vw;
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .rural_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .rural_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .rural_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .rural_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .rural_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .rural_box .rural_content {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
    display: flex;
    flex-direction: column-reverse;
    gap: 2.13333vw;
  }
  .rural_box .rural_content .rural_left {
    width: 100%;
    height: auto;
    background: #F7F8FA;
    padding: 8.53333vw 6.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.13333vw;
  }
  .rural_box .rural_content .rural_left .rural_title {
    text-align: center;
    color: #111;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 158.333% */
  }
  .rural_box .rural_content .rural_left .rural_desc {
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .rural_box .rural_content .rural_right {
    width: 100%;
    height: 49.86667vw;
    overflow: hidden;
  }
  .rural_box .rural_content .rural_right:hover img {
    transform: scale(1);
  }
  .rural_box .rural_content .rural_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .donation_box {
    width: 100%;
    height: auto;
    padding: 13.33333vw 0;
  }
  .donation_box .envir_title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.13333vw;
  }
  .donation_box .envir_title h3 {
    color: #111;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.73333vw;
    /* 120.833% */
  }
  .donation_box .envir_title .line {
    width: 8vw;
    height: 0.8vw;
    background: #E60012;
  }
  .donation_box .envir_title .envir_desc {
    padding: 0 5.33333vw;
    width: 100%;
    margin-top: 4.26667vw;
    color: #333;
    text-align: center;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .donation_box .donation_content {
    margin-top: 6.4vw;
    width: 100%;
    height: auto;
    padding-bottom: 16vw;
  }
  .donation_box .donation_content .employ_item {
    width: 100% !important;
    height: auto;
    margin-right: 0vw;
    box-shadow: 0 0.53333vw 2.66667vw 0 rgba(0, 0, 0, 0.06);
  }
  .donation_box .donation_content .employ_item .item_img {
    width: 100%;
    height: 44.26667vw;
  }
  .donation_box .donation_content .employ_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .donation_box .donation_content .employ_item .item_content {
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 6.4vw;
  }
  .donation_box .donation_content .employ_item .item_content .item_title {
    text-align: center;
    width: 100%;
    color: #111;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7.46667vw;
    /* 150% */
  }
  .donation_box .donation_content .employ_item .item_content .item_desc {
    margin-top: 2.13333vw;
    color: #333;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.4vw;
    /* 175% */
  }
  .donation_box .donation_content .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 3.2vw !important;
  }
  .donation_box .donation_content .swiper-pagination-bullet-active {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.6vw;
    background: #E60012;
    position: relative;
  }
  .donation_box .donation_content .swiper-pagination-bullet-active::after {
    content: '';
    width: 4.8vw;
    height: 4.8vw;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.26667vw solid #E60012;
  }
}
