* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

.breadcrumb {
  width: 100%;
  padding: 0px min(9.375vw, 140px) 0;
  margin-top: 22px;
}

.top-header {
  width: 100%;
  min-height: 246px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.attractinginvestment-content-box-content {
  width: 100%;
  padding: 0px min(9.375vw, 140px) 0;
}

.attractinginvestment-content-box {
  margin-top: 20px;
}

.attractinginvestment-content-box-title {
  margin-top: 0;
  text-align: center;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: relative;
  margin-bottom: 32px;
}

.attractinginvestment-content-box-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 3px;
  background: #4568d9;
  border-radius: 2px;
  margin-top: 24px;
}

.attractinginvestment-content-box-content {
  margin-top: 64px;
  display: flex;
}

.attractinginvestment-content-box-content-left {
  width: 37%;
  /* height: 100%; */
  flex-shrink: 0;
}

.attractinginvestment-content-box-content img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

.attractinginvestment-content-box-content-right {
  background: #fbfdff;
  box-shadow: 0px 5px 15px 1px rgba(172, 189, 222, 0.44);
  border: 1px solid #eeeeee;
  padding-left: 4%;
  padding-right: 3%;
  padding-top: 4%;
  background-image: url(../images/index2025/bgfly.png);
  background-position: 10% 60%;
  background-repeat: no-repeat;
  background-size: 130% 120%;
}

.attractinginvestment-content-box-content-right h2 {
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 28px;
  color: #264e9b;
  position: relative;
  padding-left: 16px;
}

.attractinginvestment-content-box-content-right h2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #264e9b;
  width: 4px;
  height: 90%;
  background: #264e9b;
}

.tag-box {
  display: flex;
  align-items: center;
  gap: 37px;
}

.tag-box-item {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tag-box-item span {
  /* 三角形 */
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #264e9b;
}

.tag-box-item span:nth-of-type(2) {
  border-left: 6px solid rgba(38, 78, 155, 0.6) !important;
}

.tag-box-item span:nth-of-type(3) {
  border-left: 6px solid rgba(38, 78, 155, 0.3);
}

.tag-box-item span:last-child {
  width: auto !important;
  height: auto !important;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 18px;
  color: #264e9b;
  margin-left: 10px;
  border: none !important;
}

.attractinginvestment-description {
  margin-top: 36px;
}

.geographical-location span {
  display: block;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 20px;
  color: #555555;
  margin-bottom: 1.5%;
}

.geographical-location div {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}

.mt30 {
  margin-top: 3%;
}

.geographical-location-special .special-titles {
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 20px;
  color: #555555;
  margin-bottom: 1.5%;
  display: block;
}

.geographical-location-special span {
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 14px;
  color: rgba(85, 85, 85, 1);
}

.attractinginvestment-content-box-content-tow {
  margin-top: 60px;
  width: 100%;
  padding: 0px min(9.375vw, 140px) 0;
}

.business-environment-title {
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 28px;
  color: #264e9b;
  position: relative;
  padding-left: 18px;
}

.business-environment-title::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-35%);
  left: 0;
  background-color: #264e9b;
  background: #264e9b;
  width: 4px;
  height: 65%;
  background: #264e9b;
}

.business-environment-tag {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
  margin-left: 18px;
}

.business-environment-tag p {
  margin: 0;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 18px;
  color: #264e9b;
}

.business-environment-tag-item {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tq-box {
  margin-top: 42px;
  margin-bottom: 32px;
}

.attractinginvestment-business-environment-item {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
  border-radius: 18px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
  box-shadow: 0px 5px 15px 1px rgba(146, 146, 146, 0.44);
  background: #fff;
  position: relative;
  height: 89px;
  min-height: auto;
  margin-top: 39px;
}

.attractinginvestment-business-environment-item-left {
  background: rgba(226, 22, 26, 1);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: 187px;
  height: 94px;
  padding: 32px 24px;
  position: absolute;
  bottom: 8px;
  left: 34px;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  transform: skewX(-10deg);
  border-radius: 10px 10px 0px 0px;
}

.attractinginvestment-business-environment-item-right {
  color: #333;
  font-size: 16px;
  line-height: 2;
  padding: 28px 32px;
  flex: 1;
  display: flex;
  align-items: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  line-height: 24px;
  margin-left: 210px;
}

.flex-y {
  flex-direction: column;
  padding: 0;
}

.business-environment-description {
  margin-left: 18px;
  margin-top: 13px;
}

.business-environment-description {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #264e9b;
  line-height: 26px;
}

.attractinginvestment-business-environment {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

.attractinginvestment-content-box-content-title {
  padding-left: min(9.375vw, 140px);
}

.bgimage {
  background-image: url(../images/index2025/mountain.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.attractinginvestment-business-environment-list {
  display: flex;
  align-items: flex-start;
  padding: 0 min(14.097vw, 203px);
  margin-top: 54px;
  gap: 23px;
  height: 100%;
  align-items: stretch;
}

.attractinginvestment-business-environment-list-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.attractinginvestment-business-environment-card {
  width: 188px;
  min-height: 61px;
  background-image: url(../images/index2025/industry.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attractinginvestment-business-environment-list-item .serialnumber {
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 5px solid #264d9b;
  font-family: NotoSansHans;
  font-weight: bold;
  font-size: 24px;
  color: #2f519c;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.attractinginvestment-business-environment-card-content {
  margin-top: 24px;
  height: 100%;
  background: #f1f7fc;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #474b50;
  line-height: 24px;
  padding: 24px 32px;
}

.attractinginvestment-business-environment-list-item img {
  width: 100%;
  height: auto;
  margin-top: 17px;
}

.bgimage-tow {
  background-image: url(../images/index2025/bottombg.png);
  background-repeat: no-repeat;
  background-position: 0px 100px;
  background-size: 100% 100%;
}

@media screen and (max-width: 1320px) {
  .attractinginvestment-content-box-content-title {
    padding-left: 0 !important;
  }

  .attractinginvestment-business-environment-list {
    padding: 0 20px !important;
  }

  .attractinginvestment-content-box-content-title {
    padding: 0 20px !important;
    position: sticky;
    left: 0;
  }

  .attractinginvestment-content-box-content {
    padding: 0 20px !important;
  }

  .attractinginvestment-content-box-content-tow {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .top-header {
    min-height: 175px;
  }

  .attractinginvestment-content-box-title {
    font-size: 2.6rem;
  }

  .attractinginvestment-content-box-content {
    flex-direction: column;
  }

  .attractinginvestment-content-box-content-left {
    width: 100%;
  }

  .tag-box {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tag-box-item {
    flex-shrink: 0;
  }


  .attractinginvestment-description {
    margin-top: 10px;
  }

  .business-environment-tag {
    flex-wrap: wrap;
  }


  .attractinginvestment-business-environment-item-left {
    min-width: 65px;
    font-size: 14px;
    width: 65px;
    text-align: center;
    padding: 0 !important;
    left: 13px;
  }


  .attractinginvestment-business-environment-item-right {
    margin-left: 80px;
    width: 76%;
    /* 兼容性处理 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 备用方案 */
    max-height: 72px;
    /* 3行文本的高度：24px * 3 */
    line-height: 24px;
    padding: 5px 10px;
  }


  .attractinginvestment-business-environment {
    width: 100%;
  }
}