.ctn {
  width: 100%;
  overflow: hidden;
}
.ctn .page1 {
  background: #000;
}
.ctn .page1 ul {
  width: 100.5%;
  display: flex;
  justify-content: space-between;
}
.ctn .page1 ul li {
  width: 17%;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.ctn .page1 ul li .img {
  width: 100%;
  position: relative;
  height: 880px;
  opacity: 0.5;
}
.ctn .page1 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page1 ul li .txt {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.ctn .page1 ul li .txt .ic {
  width: 60px;
  margin: 0 auto 10px;
}
.ctn .page1 ul li .txt p {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.ctn .page1 ul li .txt span {
  display: none;
}
.ctn .page1 ul li.on {
  width: 49%;
}
.ctn .page1 ul li.on .img {
  opacity: 1;
}
.ctn .page1 ul li.on .txt {
  width: 92%;
  display: flex;
}
.ctn .page1 ul li.on .txt .text {
  width: calc(100% - 55px);
}
.ctn .page1 ul li.on .txt .text p {
  text-align: left;
}
.ctn .page1 ul li.on .txt .text p::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 10px auto 15px;
}
.ctn .page1 ul li.on .txt .text span {
  display: block;
  color: #fff;
}
.ctn .page1 ul li.on .txt {
      flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.ctn .page1 ul li.on .txt .text p{
    text-align: center;
}
.ctn .tit-top p {
  color: #222;
  display: block;
}
.ctn .tit-top p::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 15px 0 33px;
}
.ctn .tit-top span {
  display: block;
  color: #777;
  line-height: 2.25;
  width: 60%;
}
.ctn .des {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.ctn .des .img {
  width: 31.25%;
  position: relative;
  height: 630px;
}
.ctn .des .img img {
  position: relative;
  z-index: 2;
  height: 100%;
  object-fit: cover;
}
.ctn .des .img::after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: #25bc4e;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
.ctn .des .img:hover img {
  transform: scale(1.02);
}
.ctn .des ul {
  width: 62%;
}
.ctn .des ul li {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  height: 33.33%;
}
.ctn .des ul li .item {
  display: flex;
  justify-content: space-between;
}
.ctn .des ul li:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}
.ctn .des ul li .ic {
  width: 152px;
}
.ctn .des ul li .ic p {
  display: block;
  width: 100%;
  color: #222;
  line-height: 1.25;
  font-weight: bold;
}
.ctn .des ul li .ic img {
  width: 60px;
  margin-top: 10px;
}
.ctn .des ul li .txt {
  width: calc(100% - 180px);
}
.ctn .des ul li .txt p {
  width: 100%;
  display: block;
  text-align: justify;
  color: #777;
  line-height: 2;
}
.ctn .des ul li:hover .ic img {
  transform: scale(1.1);
}
.ctn .tit {
  text-align: center;
  font-weight: bold;
}
.ctn .tit::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: 15px auto 0;
}
.ctn .page2 {
  background: url(../img/SustainabilityOverview_bg1.jpg);
  background-size: cover;
}
.ctn .page3 {
  background: url(../img/SustainabilityOverview_bg2.jpg);
  background-size: cover;
}
.ctn .page3 .des .img::after {
  left: auto;
  right: -20px;
}
.ctn .page1_box,
.ctn .page2,
.ctn .page3 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.ctn .page2 .w1440,
.ctn .page3 .w1440 {
  overflow: initial;
}
.ctn .page4 {
  padding: 80px 0 120px;
}
.ctn .page4 .w1440 {
  overflow: initial;
}
.ctn .page4 .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .page4 .list li {
  width: 48.5%;
  padding: 23px 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 20px;
}
.ctn .page4 .list li::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
.ctn .page4 .list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #2b47d6, #00a9fe);
}
.ctn .page4 .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
.ctn .page4 .list li a p {
  color: #222;
  width: calc(100% - 95px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.ctn .page4 .list li a .time {
  width: 90px;
  text-align: right;
  color: #999;
}
.ctn .page4 .list li a .time svg {
  display: none;
}
.ctn .page4 .list li:hover::before {
  opacity: 1;
}
.ctn .page4 .list li:hover::after {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.ctn .page4 .list li:hover a p {
  color: #fff;
}
.ctn .page4 .list li:hover a .time span {
  display: none;
}
.ctn .page4 .list li:hover a .time svg {
  display: inline-block;
}
.ctn .page5 {
  padding-bottom: 200px;
  background: #f2f6fa;
  padding-top: 90px;
}
.ctn .page5 .w1440 {
  overflow: initial;
}
.ctn .page5 .swiper-box {
  position: relative;
}
.ctn .page5 .swiper-box .swiper-button-prev:after,
.ctn .page5 .swiper-box .swiper-rtl .swiper-button-next:after,
.ctn .page5 .swiper-box .swiper-button-next:after,
.ctn .page5 .swiper-box .swiper-rtl .swiper-button-prev:after {
  font-size: 15px;
  color: #25bc4e;
}
.ctn .page5 .swiper-box .swiper-button-prev,
.ctn .page5 .swiper-box .swiper-button-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.ctn .page5 .swiper-box .swiper-button-prev:hover,
.ctn .page5 .swiper-box .swiper-button-next:hover {
  background: #25bc4e;
}
.ctn .page5 .swiper-box .swiper-button-prev:hover::after,
.ctn .page5 .swiper-box .swiper-button-next:hover::after {
  color: #fff;
}
.ctn .page5 .swiper-box .swiper-button-prev {
  left: -80px;
}
.ctn .page5 .swiper-box .swiper-button-next {
  right: -80px;
}
.ctn .page5 .swiper-box .esg {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
}
.ctn .page5 .swiper-box .swiper-slide {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.ctn .page5 .swiper-box .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.ctn .page5 .swiper-box .swiper-slide:hover .txt{
        color: #25bc4e;
}
.ctn .page5 .swiper-box .img {
  position: relative;
  overflow: hidden;
  padding-top: 137%;
}
.ctn .page5 .swiper-box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn .page5 .swiper-box .txt {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #222;
}
@media screen and (max-width: 1600px) {
  .ctn .des ul li .txt p {
    line-height: 1.5;
  }
  .ctn .page1_box,
  .ctn .page2,
  .ctn .page3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .des {
    margin-top: 40px;
  }
  .ctn .tit-top span {
    line-height: 1.8;
  }
  .ctn .tit-top p::after {
    margin: 12px 0 20px;
  }
  .ctn .page1 ul li .img {
    height: 600px;
  }
  .ctn .page4 {
    padding: 40px 0 80px;
  }
  .ctn .page4 .list {
    margin-top: 40px;
  }
  .ctn .page4 .list li {
    padding: 12px 16px;
  }
  .ctn .page5 {
    padding-top: 60px;
  }
  .ctn .page5 .swiper-box .swiper-button-prev,
  .ctn .page5 .swiper-box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .ctn .page5 .swiper-box .swiper-button-next {
    right: -50px;
  }
  .ctn .page5 .swiper-box .swiper-button-prev {
    left: -50px;
  }
}
@media screen and (max-width: 1366px) {
  .ctn .des ul li .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
  .ctn .page1 ul li .img {
    height: 500px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .ctn .page1 ul {
    flex-wrap: wrap;
  }
  .ctn .page1 ul li {
    width: 50%!important;
  }
  .ctn .page1 ul li .img {
    height: 300px;
  }
  .ctn .tit-top span {
    width: 100%;
  }
  .ctn .des .img {
    width: 100%;
    height: 400px;
  }
  .ctn .des ul {
    width: 100%;
    margin-top: 40px;
  }
  .ctn .des ul li {
    height: auto;
    padding: 25px 0;
  }
  .ctn .des ul li .item {
    flex-wrap: wrap;
  }
  .ctn .des ul li .item .txt {
    width: 100%;
  }
  .ctn .page1_box,
  .ctn .page2,
  .ctn .page3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ctn .tit-top p::after,
  .ctn .tit::after {
    width: 60px;
    height: 2px;
  }
  .page3 .des ul {
    order: 3;
  }
  .ctn .des ul li .ic {
    width: 100%;
  }
  .ctn .des ul li .ic p {
    width: 100%;
    text-align: center;
  }
  .ctn .des ul li .ic img {
    width: 50px;
    display: block;
    margin: 10px auto;
  }
  .ctn .page4 {
    padding: 30px 0 40px;
  }
  .ctn .page4 .list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
  }
  .ctn .page4 .list li::after {
    width: 8px;
    height: 8px;
    left: 14px;
  }
  .ctn .page4 .list li a p {
    width: calc(100% - 75px);
    font-size: 14px;
  }
  .ctn .page4 .list li a .time {
    width: 70px;
  }
  .ctn .page4 .list li a .time span {
    font-size: 12px;
  }
  .ctn .page4 .list li a {
    padding-left: 16px;
  }
  .ctn .page4 .list {
    margin-top: 20px;
  }
  .ctn .page5 {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .ctn .page5 .swiper-box .swiper-button-prev,
  .ctn .page5 .swiper-box .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .ctn .page5 .swiper-box .swiper-button-next {
    right: 10px;
  }
  .ctn .page5 .swiper-box .swiper-button-prev {
    left: 10px;
  }
  .ctn .page5 .swiper-box .swiper-slide {
    padding: 10px;
  }
  .ctn .page5 .swiper-box .txt {
    margin: 10px auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .ctn .page1 ul li .img {
    height: 200px;
  }
  .ctn .page1 ul li .txt .ic {
    width: 40px;
  }
  .ctn .page1 ul li.on .txt .text {
    width: calc(100% - 40px);
    margin-left: 15px;
  }
  .ctn .page1 ul li.on .txt .text p::after {
    margin: 5px auto 8px;
    width: 30px;
    height: 1px;
  }
}
/*# sourceMappingURL=./SustainabilityOverview.css.map */
