.n_banner .text .p {
  max-width: 490px;
}
.ctn {
  padding: 5vw 0 6vw;
}
.ctn .con {
  display: flex;
}
.ctn .con .left {
  width: 34%;
}
.ctn .con .left h2 {
  color: #000;
}
.ctn .con .right {
  width: 66%;
}
.ctn .con .right .top {
  display: flex;
  background: #f7f6fb;
}
.ctn .con .right .top .text {
  width: 45%;
  padding: 2vw 0 4vw 3vw;
}
.ctn .con .right .top .text h2 {
  font-family: AlibabaPuHuiTiM;
  color: #343434;
}
.ctn .con .right .top .text p {
  color: #777;
  line-height: 1.6;
  text-align: justify;
  margin-top: 14px;
}
.ctn .con .right .top .tu {
  width: 55%;
  overflow: hidden;
}
.ctn .con .right .top .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn .con .right .bottom ul {
  display: flex;
  justify-content: space-between;
}
.ctn .con .right .bottom ul li {
  width: 48.9%;
  background: #f7f6fb;
  margin-top: 20px;
  padding: 2vw 2.5vw;
}
.ctn .con .right .bottom ul li h2 {
  font-family: AlibabaPuHuiTiM;
  color: #343434;
}
.ctn .con .right .bottom ul li p {
  color: #777;
  line-height: 1.6;
  text-align: justify;
  width: 92%;
  margin: 14px 0 0;
  height: 100px;
}
.ctn .con .right .bottom ul li .nums {
  display: flex;
  justify-content: flex-end;
}
.ctn .con .right .bottom ul li .nums h3 {
  font-size: 112px;
  font-family: AlibabaPuHuiTiB;
  letter-spacing: -1px;
  color: #46978f;
  line-height: 1;
  margin-right: 10px;
}
.ctn .con .right .bottom ul li .nums h3 span {
  font-size: 50px;
}
.ctn .con .right .bottom ul li .nums img {
  position: relative;
}
.ctn .con .right .bottom ul li:nth-child(1) .nums img {
  top: -12px;
}
.ctn .con .right .bottom ul li:nth-child(2) .nums img {
  top: 12px;
}
.ctn .con .right .over {
  margin-top: 3vw;
  position: relative;
}
.ctn .con .right .over a {
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 6px;
  background: #004ea2;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.ctn .con .right .over img {
  position: absolute;
  width: 200px;
  height: 52px;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.ctn .con {
  flex-wrap: wrap;
}
.ctn .con .left {
  flex: 0 0 100%;
  text-align: center;
}
.ctn .con .right {
  margin: 3vw auto;
  width: 80%;
}
.ctn .con .right h2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-right: 25px;
}
.ctn .con .right h2:before {
  content: '+';
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #004ea2;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
.ctn .con .right h2 img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  opacity: 0;
}
@media screen and (max-width: 1600px) {
  .ctn .con .right .bottom ul li .nums h3 {
    font-size: 90px;
  }
  .ctn .con .right .bottom ul li .nums h3 span {
    font-size: 40px;
  }
  .ctn .con .right .bottom ul li .nums img {
    width: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn .con .right .bottom ul li p {
    height: 80px;
  }
  .ctn .con .right .bottom ul li .nums h3 {
    font-size: 80px;
  }
  .ctn .con .right .bottom ul li .nums h3 span {
    font-size: 34px;
  }
  .ctn .con .right .bottom ul li:nth-child(2) .nums img {
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .con .right .bottom ul li h2 {
    font-size: 26px;
  }
  .ctn .con .right .bottom ul li .nums h3 {
    font-size: 70px;
  }
  .ctn .con .right .bottom ul li .nums h3 span {
    font-size: 30px;
  }
  .ctn .con .right .bottom ul li .nums img {
    width: 36px;
  }
  .ctn .con .right .over a {
    width: 140px;
    height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn .con .right {
    width: 92%;
  }
}
@media screen and (max-width: 950px) {
  .ctn .con {
    display: block;
  }
  .ctn .con .left {
    width: 100%;
  }
  .ctn .con .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 40px 0;
  }
  .ctn .con .right .top {
    flex-wrap: wrap;
  }
  .ctn .con .right .top .text {
    width: 100%;
    padding: 20px;
  }
  .ctn .con .right .top .text p {
    margin-top: 10px;
  }
  .ctn .con .right .top .tu {
    width: 100%;
  }
  .ctn .con .right .bottom ul {
    display: block;
  }
  .ctn .con .right .bottom ul li {
    width: 100%;
    padding: 20px;
  }
  .ctn .con .right .bottom ul li h2 {
    font-size: 18px;
  }
  .ctn .con .right .bottom ul li p {
    margin-top: 10px;
    height: auto;
  }
  .ctn .con .right .bottom ul li .nums {
    margin-top: 20px;
  }
  .ctn .con .right .bottom ul li .nums h3 {
    font-size: 50px;
  }
  .ctn .con .right .bottom ul li .nums h3 span {
    font-size: 30px;
  }
  .ctn .con .right .bottom ul li .nums img {
    width: 26px;
  }
  .ctn .con .right .over {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=develop_environmental_objectives.css.map */<!--ºÄÊ±1787059938.605Ãë-->