.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 46%;
  color: #fff;
}
.banner .text h2 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner .text p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-top: 0.6rem;
}
.sub-nav {
  height: 4rem;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  top: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #ddd;
  z-index: 100;
}
.sub-nav .content .left {
  float: left;
}
.sub-nav .content .left h6 {
  line-height: 4rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.sub-nav .content .left h6 span {
  font-size: 1rem;
  color: #9f223d;
  margin-left: 1rem;
  position: relative;
  top: -0.1rem;
}
.sub-nav .content .right {
  float: right;
}
.sub-nav .content .right > ul li {
  float: left;
  height: 4rem;
  text-align: center;
  position: relative;
}
.sub-nav .content .right > ul li a {
  line-height: 4rem;
  font-size: 0.8rem;
  display: block;
}
.sub-nav .content .right > ul li:not(:last-child) {
  margin-right: 2rem;
}
.sub-nav .content .right > ul li:before {
  content: '';
  width: 0;
  height: 3px;
  background: #9f223d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sub-nav .content .right > ul li.active:before {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .content .right > ul li.active a {
  color: #9f223d;
}
.sub-nav .content .right > ul li:hover:before {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.sub-nav .content .right > ul li:hover a {
  color: #9f223d;
}
.eco_ability {
  width: 100%;
  overflow: hidden;
  padding: 4rem 0;
}
.eco_ability .title {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.eco_ability .title span {
  color: #9e223f;
}
.eco_ability .ability {
  margin-top: 2rem;
  padding-bottom: 60px;
}
.eco_ability .ability .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.eco_ability .ability .swiper-slide .img {
  width: 100%;
  padding-top: 71%;
  position: relative;
  overflow: hidden;
}
.eco_ability .ability .swiper-slide .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.eco_ability .ability .swiper-slide .txt {
  width: 100%;
}
.eco_ability .ability .swiper-slide .txt p {
  display: block;
  font-weight: bold;
  color: #333;
  padding: 0.6rem 0;
}
.eco_ability .ability .swiper-slide .txt span {
  display: block;
  color: #333;
  line-height: 1.5;
  height: 6em;
}
.eco_ability .ability .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 1px solid #626262;
  width: 12px;
  height: 12px;
}
.eco_ability .ability .swiper-pagination-bullet-active {
  background: #9e223f;
  border: 1px solid #9e223f;
}
.eco_standard {
  width: 100%;
  overflow: hidden;
  padding: 8rem 0;
  background-color: #eeeeef;
}
.eco_standard .w1380 {
  text-align: center;
}
.eco_standard .title {
  text-align: center;
  font-weight: bold;
  color: #333;
}
.eco_standard .title span {
  color: #9e223f;
}
.eco_standard ul {
  max-width: 1000px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
.eco_standard ul li {
  width: 17%;
  text-align: center;
  height: 150px;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../img/eco/become/arr.png) no-repeat center right;
}
.eco_standard ul li:nth-last-child(1) {
  background: url(' ');
  margin-right: 0;
  width: 20%;
  padding-left: 6%;
}
.eco_standard ul li:nth-last-child(1) p {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  color: #9e223f;
}
.eco_standard ul li:nth-last-child(1) p::after {
  content: ' ';
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 138px;
  height: 138px;
  background-color: #9e223f;
  border-radius: 100%;
  z-index: -1;
}
.eco_standard ul li:nth-last-child(1) p.on {
  color: #fff;
}
.eco_standard ul li:nth-last-child(1) p.on::after {
  transform: translate(-50%, -50%) scale(1);
}
.eco_standard ul li p {
  color: #9e223f;
  font-weight: bold;
}
.eco_standard ul li i {
  display: none;
}
.eco_standard ul .ic {
  position: absolute;
  top: 0;
  transition: all 0.3s;
  left: -30px;
  width: 140px;
  height: 150px;
  background: url(../img/eco/become/quan.png) no-repeat center center;
  background-size: 100%;
}
.eco_duty {
  width: 100%;
  overflow: hidden;
  padding: 5rem 0;
}
.eco_duty .w1380 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eco_duty .w1380 .img {
  max-width: 588px;
}
.eco_duty .w1380 .img img {
  width: 100%;
}
.eco_duty .w1380 .txt {
  width: 46%;
}
.eco_duty .w1380 .txt .tit {
  color: #c0a36f;
  font-style: italic;
  margin-bottom: 2rem;
}
.eco_duty .w1380 .txt p {
  margin-top: 1.8rem;
  display: block;
  position: relative;
  color: #333;
}
.eco_duty .w1380 .txt .spot {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 26px;
}
.eco_duty .w1380 .txt .spot::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #c0a36f;
}
.eco_train {
  width: 100%;
  overflow: hidden;
  padding: 14rem 0 7rem;
  background: url(../img/eco/empowerment/empowermentbg.jpg) no-repeat;
  background-size: cover;
}
.eco_train h2 {
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
.eco_form {
  width: 100%;
  overflow: hidden;
  padding: 4rem 0 6rem;
}
.eco_form table {
  border-collapse: collapse;
  width: 100%;
}
.eco_form table tr:nth-child(1) td {
  background-color: #9e223f !important;
  border-bottom: 8px solid #fff;
  font-size: 24px;
  font-weight: bold;
}
.eco_form table tr td:nth-child(1) {
  background-color: #9e223f !important;
  font-weight: bold;
}
.eco_form table tr:nth-child(odd) td {
  background-color: #b5b5b5;
}
.eco_form table tr:nth-child(even) td {
  background-color: #8a8a8a;
}
.eco_form table td {
  border: 4px solid #fff;
  color: #fff;
  padding: 15px 0 15px 1.5%;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 5.5rem;
  }
  .banner .text {
    top: 38%;
  }
  .eco_standard ul .ic {
    width: 110px;
  }
  .eco_standard ul li {
    background-size: 25px;
  }
  .eco_duty .w1380 {
    flex-wrap: wrap;
  }
  .eco_duty .w1380 .img {
    width: 100%;
    max-width: none;
  }
  .eco_duty .w1380 .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 30%;
  }
  .banner .text h2 {
    font-size: 18px;
  }
  .banner .text p {
    font-size: 13px;
    margin-top: 0.2rem;
  }
  .sub-nav .content .left {
    display: none;
  }
  .sub-nav .content .right {
    width: 100%;
  }
  .sub-nav .content .right > ul li {
    width: 33.33%;
  }
  .sub-nav .content .right > ul li a {
    font-size: 12px;
  }
  .sub-nav .content .right > ul li:not(:last-child) {
    margin-right: 0;
  }
  .eco_standard ul .ic {
    display: none;
  }
  .eco_standard ul {
    flex-wrap: wrap;
  }
  .eco_standard ul li {
    width: 100%;
    height: auto;
    margin: 0;
    justify-content: center;
    background: url(' ');
    flex-wrap: wrap;
  }
  .eco_standard ul li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #999;
  }
  .eco_standard ul li:nth-last-child(1) p {
    color: #fff;
  }
  .eco_standard ul li:nth-last-child(1) {
    padding-left: 0;
    margin: 2rem 0;
  }
  .eco_standard ul li:nth-last-child(1) p::after {
    transform: translate(-50%, -50%) scale(1);
    width: 100px;
    height: 100px;
  }
  .eco_train {
    background-position: center center;
  }
  .eco_form table tr:nth-child(1) td {
    font-size: 16px;
  }
  .eco_form table td {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./eco_empowerment.css.map */