﻿@charset "UTF-8";
/* 可持续发展 Sustainable Development */
.new-container .new-footer {
  background-color: var(--main-color);
}
.new-container.development {
  --main-color: #7fb083;
}
.new-container.development1 {
  --main-color: #69a21e;
}
.new-container.development2 {
  --main-color: #1e97a2;
}
.new-container.development3 {
  --main-color: #177334;
}

.dev {
  color: #000;
  font-family: "Microsoft YaHei";
}
.dev h2 {
  font-size: 0.4rem;
  line-height: 0.64rem;
  font-weight: 700;
}
.dev h3 {
  font-size: 0.36rem;
  line-height: normal;
  font-weight: 700;
}
.dev h4 {
  font-size: 0.26rem;
  line-height: normal;
  font-weight: 700;
}
.dev p {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.dev-section-item {
  position: relative;
  height: 100%;
}
.dev-section-item .txt {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dev-section-item .txt-tit {
  margin-bottom: 0.2rem;
}
.dev-section-item .txt-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.5rem;
  padding: 0.2rem 0.4rem;
}

.dev3-section3 .pic, .dev1-section4 .pic, .dev-section2 .new-wrapper:nth-of-type(n + 2) .pic {
  width: 7rem;
  height: 4rem;
}
.dev3-section3 .txt, .dev1-section4 .txt, .dev-section2 .new-wrapper:nth-of-type(n + 2) .txt {
  width: 6.6rem;
}

/* 可持续发展导航页 */
.dev-section1 {
  padding-top: 0.9rem;
}
.dev-section1 .new-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dev-section1 .pic {
  width: 7rem;
  height: 4rem;
}
.dev-section1 .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5.2rem;
}

.dev-section2 .new-wrapper {
  padding-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dev-section2 .new-wrapper:nth-of-type(1) .pic {
  margin-top: 0.6rem;
  width: 14.4rem;
  height: 6rem;
}
.dev-section2 .new-wrapper:nth-of-type(n + 2):nth-of-type(odd) {
  flex-direction: row-reverse;
}
.dev-section2 .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dev-section2 h4 {
  margin-bottom: 0.1rem;
}
.dev-section2 .new-more-btn2 {
  margin-top: 0.32rem;
}

.dev-section3 {
  padding-bottom: 0.9rem;
}
.dev-section3 .txt {
  padding: 0.7rem 0;
  text-align: center;
}
.dev-section3 .txt h3 {
  font-size: 0.3rem;
  line-height: 1.6;
}
.dev-section3 .pic {
  height: 6rem;
}

/* 可持续发展-再生循环料 */
.dev1-section1 {
  padding-top: 0.8rem;
}
.dev1-section1 .section-title {
  text-align: center;
}
.dev1-section1 .section-title h2 {
  margin-bottom: 0.6rem;
}
.dev1-section1 .section-content {
  margin-top: 0.4rem;
}
.dev1-section1 .dev-section-item {
  position: relative;
}
.dev1-section1 .dev-section-item::before {
  content: "";
  position: absolute;
  width: 0.36rem;
  height: 0.55rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='55' viewBox='0 0 36 55' fill='none'%3E%3Cpath d='M0 0H7V55H0V0Z' fill='white'/%3E%3Cpath d='M36 48V55H0V48H36Z' fill='white'/%3E%3C/svg%3E");
  left: 0.5rem;
  bottom: 0.4rem;
}
.dev1-section1 .dev-section-item::after {
  content: "";
  position: absolute;
  width: 0.36rem;
  height: 0.55rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='55' viewBox='0 0 36 55' fill='none'%3E%3Cpath d='M36 55H29V0H36V55Z' fill='white'/%3E%3Cpath d='M0 7V0H36V7H0Z' fill='white'/%3E%3C/svg%3E");
  right: 0.5rem;
  top: 0.4rem;
}
.dev1-section1 .pic {
  height: 6rem;
}
.dev1-section1 .txt {
  text-align: center;
  color: #fff;
}
.dev1-section1 .txt h4 {
  margin-bottom: 0.4rem;
  font-size: 0.28rem;
}
.dev1-section1 .txt .right-bottom {
  position: absolute;
  right: 0.5rem;
  bottom: 0.45rem;
}
.dev1-section1 .txt .right-bottom p {
  text-align: right;
  color: #fff;
  font-size: 0.18rem;
  line-height: normal;
}

.dev1-section2 {
  padding-top: 0.9rem;
}
.dev1-section2 .section-title {
  text-align: center;
}
.dev1-section2 .section-title h3 {
  font-weight: 400;
}
.dev1-section2 .section-content {
  padding-top: 0.4rem;
}
.dev1-section2 .section-content ul {
  display: flex;
  justify-content: center;
}
.dev1-section2 .section-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.3rem 0.3rem 0.4rem;
  border-radius: 0.1rem;
  margin: 0 0.2rem;
}
.dev1-section2 .section-content li:nth-of-type(1) {
  background-color: #98b670;
}
.dev1-section2 .section-content li:nth-of-type(2) {
  background-color: #b6b370;
}
.dev1-section2 .section-content li:nth-of-type(3) {
  background-color: #70aab6;
}
.dev1-section2 .section-content li:nth-of-type(4) {
  background-color: #b66f8d;
}
.dev1-section2 .section-content p {
  text-align: center;
  color: #fff;
  line-height: normal;
  font-size: 0.18rem;
}
.CN .dev1-section2 .section-content p {
  font-size: 0.22rem;
}
.dev1-section2 .section-content img {
  height: 1.1rem;
}

.dev1-section3 {
  padding-top: 0.9rem;
}
.dev1-section3 .craft-process {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dev1-section3 .craft-process .txt-tit {
  min-width: 1.8rem;
  padding: 0.1rem;
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: normal;
}
.dev1-section3 .craft-process .txt-cont li {
  position: absolute;
  transform: translateX(-50%);
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(1) {
  top: 45%;
  left: 4.2%;
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(2) {
  top: 70%;
  left: 23%;
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(3) {
  top: 50%;
  left: 40%;
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(4) {
  top: 72%;
  left: 56%;
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(5) {
  top: 39%;
  left: 77%;
}
.dev1-section3 .craft-process .txt-cont li:nth-of-type(6) {
  top: 65%;
  left: 94%;
}
.dev1-section3 .craft-process .txt-cont p {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.24rem;
  white-space: nowrap;
}
.dev1-section3 .craft-process .pic {
  position: relative;
  width: auto;
  height: 3.2rem;
}

.dev1-section4 .new-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.8rem;
}
.dev1-section4 .new-wrapper:nth-of-type(even) {
  flex-direction: row-reverse;
}
.dev1-section4 .new-wrapper:nth-of-type(even) .txt {
  padding-left: 0.8rem;
}
.dev1-section4 .new-wrapper:nth-of-type(odd) .txt {
  padding-right: 0.8rem;
}

.dev1-section5 {
  padding-top: 0.8rem;
}
.dev1-section5 .section-content {
  margin-top: 0.5rem;
}
.dev1-section5 .section-content .pic {
  height: 6rem;
}

/* 环保系列-RENEW(ISCC) */
.dev2-section1 {
  padding-top: 0.9rem;
}
.dev2-section1 .section-title {
  text-align: center;
}
.dev2-section1 .section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.7rem;
}
.dev2-section1 .section-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.dev2-section1 .section-item:nth-of-type(2) .pic {
  height: 6rem;
}
.dev2-section1 .pic {
  width: 7rem;
  height: 4rem;
}
.dev2-section1 .txt {
  width: 6rem;
}
.dev2-section1 .txt h4 {
  margin-bottom: 0.12rem;
}
.dev2-section1 .ISCC {
  margin-bottom: 0.24rem;
  width: 2rem;
  height: auto;
}

.dev2-section2 {
  padding: 1rem;
}
.dev2-section2 .new-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dev2-section2 .section-right {
  display: flex;
  justify-content: space-between;
}
.dev2-section2 .txt {
  width: 5rem;
}
.dev2-section2 .txt h4 {
  margin-bottom: 0.2rem;
}
.dev2-section2 .pic {
  width: auto;
  height: 2.6rem;
}
.dev2-section2 .pic ~ .pic {
  margin-left: 1rem;
}

.dev2-section3 .section-title {
  text-align: center;
}
.dev2-section3 .section-title h3 {
  line-height: 0.64rem;
}
.EN .dev2-section3 .section-title h3 {
  font-size: 0.32rem;
}
.dev2-section3 .section-content {
  padding: 0.9rem 0 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev2-section3 .circle {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: dotted 0.08rem var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev2-section3 .circle-center {
  text-align: center;
  padding: 0 0.9rem;
}
.dev2-section3 .circle-item {
  position: absolute;
  display: flex;
  align-items: center;
}
.dev2-section3 .circle-item .txt {
  padding: 0 0.3rem;
  width: 6rem;
}
.CN .dev2-section3 .circle-item .txt {
  width: 3.5rem;
}
.dev2-section3 .circle-item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 1.78rem;
  height: 1.78rem;
  border-radius: 50%;
  background-color: var(--main-color);
}
.dev2-section3 .circle-item .pic img {
  width: 1rem;
  height: 1rem;
}
.dev2-section3 .circle-item:nth-of-type(odd) {
  flex-direction: row-reverse;
  text-align: right;
}
.dev2-section3 .circle-item:last-of-type {
  flex-direction: column;
  text-align: center;
}
.dev2-section3 .circle-item:last-of-type .txt {
  margin-top: 0.25rem;
}
.dev2-section3 .circle-item:nth-of-type(1) {
  top: -0.22rem;
  right: 3.82rem;
}
.dev2-section3 .circle-item:nth-of-type(2) {
  top: -0.22rem;
  left: 3.82rem;
}
.dev2-section3 .circle-item:nth-of-type(3) {
  bottom: 1.23rem;
  right: 4.49rem;
}
.dev2-section3 .circle-item:nth-of-type(4) {
  bottom: 1.23rem;
  left: 4.49rem;
}
.dev2-section3 .circle-item:nth-of-type(5) {
  top: 4.49rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 环保系列-可生物降解材料 */
.dev3-section1 {
  padding-top: 0.9rem;
}
.dev3-section1 .section-title {
  text-align: center;
}
.dev3-section1 .section-content {
  padding-top: 0.8rem;
}
.dev3-section1 .dev-section-item {
  height: 4rem;
}
.dev3-section1 .dev-section-item .txt {
  color: #fff;
}
.dev3-section1 .dev-section-item h2 {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}
.dev3-section1 .dev-section-item p {
  color: #fff;
}

.dev3-section2 {
  padding-top: 0.9rem;
}
.dev3-section2 .section-title {
  text-align: center;
}
.dev3-section2 .section-content {
  padding-top: 0.8rem;
}
.dev3-section2 .period {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dev3-section2 .period ul {
  position: relative;
  display: flex;
  padding-bottom: 0.36rem;
  border-bottom: 0.01rem solid var(--main-color);
}
.dev3-section2 .period li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1.5rem;
}
.dev3-section2 .period li img {
  height: 1rem;
  margin-bottom: 0.2rem;
}
.dev3-section2 .period li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  bottom: -0.485rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='23' viewBox='0 0 19 23' fill='none'%3E%3Cpath d='M19 11.5L0.250001 22.3253L0.250002 0.674682L19 11.5Z' fill='%23177334'/%3E%3C/svg%3E");
}
.dev3-section2 .period p {
  font-size: 0.15rem;
  text-align: center;
}
.CN .dev3-section2 .period p {
  font-size: 0.2rem;
}

.dev3-section3 {
  padding-top: 1rem;
}
.dev3-section3 .new-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dev3-section3 h4 {
  margin-bottom: 0.2rem;
}

.dev3-section4 {
  padding-top: 0.9rem;
}
.dev3-section4 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 0.7rem;
  padding-right: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1010' height='222' viewBox='0 0 1010 222' fill='none'%3E%3Cpath d='M1 102C1 102 249 8 464 161C679 314 999 144 1009 1' stroke='%23177334'/%3E%3C/svg%3E");
  background-size: auto 2.2rem;
}
.dev3-section4 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.dev3-section4 li:nth-of-type(odd) .txt {
  padding-top: 0.2rem;
}
.dev3-section4 li:nth-of-type(even) {
  flex-direction: column-reverse;
}
.dev3-section4 li:nth-of-type(even) .txt {
  padding-bottom: 0.2rem;
}
.dev3-section4 .pic {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}

.dev3-section5 {
  padding: 1rem 0;
}
.dev3-section5 .new-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dev3-section5 .section-right {
  display: flex;
}
.dev3-section5 .txt {
  width: 4.5rem;
}
.dev3-section5 .pic {
  width: 4.5rem;
  height: 3rem;
  margin-left: 0.35rem;
}