.main {
  width: 100%;
}

.main-banner {
  width: 100%;
  position: relative;
}

.main-banner img {
  width: 100%;
}

.main-banner-title {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

.main-banner-title h3 {
  font-size: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .main-banner-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.main-banner-title-list p {
  border-right: 1px solid #726f8b;
  float: left;
  padding: 0 20px 0 35px;
  margin: 0 20px 0 0;
  background: url("../assets/images/eco-icon2.png") no-repeat left;
  background-size: 24px 23px;
}

.main-banner-title-list p a {
  font-size: 18px;
  color: #726f8b;
}

@media screen and (max-width: 992px) {
  .main-banner-title-list p a {
    font-size: 14px;
  }
}

.main-banner-title-list p:last-child {
  border: none;
  background: url("../assets/images/eco-icon1.png") no-repeat left;
  background-size: 24px 23px;
}

.main-table {
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.main-table-content {
  max-width: 1300px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .main-table-content {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .main-table-content {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .main-table-content {
    width: 90%;
  }
}

.main-table-content h4 {
  font-size: 40px;
  color: #2a264c;
}

@media screen and (max-width: 992px) {
  .main-table-content h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-table-content h4 {
    font-size: 14px;
    text-align: center;
  }
}

.main-table-content .divider {
  width: 30px;
  border-bottom: 2px solid #178ef4;
  margin: auto;
  margin-top: 10px;
}

.main-table-content-box {
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .main-table-content-box {
    margin-top: 10px;
  }
}

.main-table-content-box-left {
  float: left;
  width: 50%;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .main-table-content-box-left {
    padding-top: 0;
  }
}

.main-table-content-box-left .desc {
  width: 80%;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .main-table-content-box-left .desc {
    margin-bottom: 20px;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-table-content-box-left .desc {
    width: 100%;
    margin-bottom: 10px;
  }
}

.main-table-content-box-left .desc h5 {
  color: #2a264c;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .main-table-content-box-left .desc h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-table-content-box-left .desc h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.main-table-content-box-left .desc p {
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 992px) {
  .main-table-content-box-left .desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-table-content-box-left .desc p {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-table-content-box-left {
    width: 100%;
  }
}

.main-table-content-box-right {
  float: left;
  width: 50%;
}

.main-table-content-box-right img {
  width: 90%;
}

.main-table-content .xs-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-table-content .xs-tab-item {
  padding: 4px;
  background: #f2f2f2;
  text-align: center;
  float: left;
  font-size: 12px;
}

.main-table-content .xs-tab-item.active {
  background: #178ef4;
  color: #ffffff;
}

.main-table-content .xs-tabContent {
  width: 100%;
  margin-top: 15px;
}

.main-table-content .xs-tabContent img {
  width: 100%;
}

.main-table:nth-child(3) {
  background: url("../assets/images/function-bg.png") no-repeat right;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .main-table:nth-child(3) {
    background: none;
  }
}

.main-table:nth-child(3) .main-table-content h4 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .main-table:nth-child(3) .main-table-content h4 {
    text-align: center;
  }
}

.main-table:nth-child(3) .main-table-content .main-table-content-tab .main-table-content-tab-item {
  float: right;
}

.main-table:nth-child(3) .main-table-content .main-table-content-tab .main-table-content-tab-item:nth-child(1) {
  margin-right: 0;
}

.main-table:nth-child(3) .main-table-content .main-table-content-box-left .desc {
  float: right;
  width: 72%;
}

@media screen and (max-width: 992px) {
  .main-table:nth-child(3) .main-table-content .main-table-content-box-left .desc {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-table:nth-child(3) .main-table-content .main-table-content-box-left .desc {
    float: none;
    width: 100%;
  }
}

.main-table:nth-child(3) .main-table-content .xs-tab {
  justify-content: center;
}

.main-table:nth-child(4) .xs-tab {
  justify-content: center;
}

.main-table:nth-child(4) .xs-tab .xs-tab-item {
  margin-right: 10px;
}

.footer {
  width: 100%;
  background: #252b3a;
}

.footer .content {
  max-width: 1300px;
  margin: auto;
  padding: 35px 0 0 0;
}

.footer .content-left {
  width: 28%;
  float: left;
  border-right: 1px solid #454850;
}

.footer .content-left img {
  margin-bottom: 36px;
}

@media screen and (max-width: 992px) {
  .footer .content-left img {
    width: 94%;
  }
}

.footer .content-left .box {
  margin-bottom: 24px;
}

.footer .content-left .box p {
  height: 22px;
  line-height: 22px;
  width: 70%;
  background: url("../assets/images/phone-icon.png") no-repeat left;
  color: #bec0c4;
  padding-left: 44px;
}

.footer .content-left .box:nth-child(3) p {
  background: url("../assets/images/address-icon.png") no-repeat left;
}

.footer .content-right {
  width: 72%;
  float: left;
}

.footer .content-right .footer-nav-item {
  width: calc(100%/5);
  text-align: center;
  float: left;
}

.footer .content-right .footer-nav-item p {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 26px;
}

.footer .content-right .footer-nav-item li a {
  font-size: 12px;
  color: #bec0c4;
}

.footer .content-bottom {
  width: 100%;
  margin-top: 20px;
  float: left;
  text-align: center;
}

.footer .content-bottom p {
  font-size: 12px;
  color: #bec0c4;
  margin-bottom: 10px;
}

.footer .content-bottom p a {
  color: #bec0c4;
}

.footer .footer-xs {
  width: 100%;
}

.footer .footer-xs-top {
  width: 94%;
  padding: 20px 0 12px 0;
  margin: auto;
  border-bottom: 1px solid #454c5e;
}

.footer .footer-xs-top p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 80%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 5px;
}

.footer .footer-xs-bottom {
  width: 100%;
  padding: 10px 0;
  margin: auto;
}

.footer .footer-xs-bottom p {
  font-size: 12px;
  color: #bec0c4;
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 16px;
  margin-bottom: 12px;
}

.footer .footer-xs-bottom p a {
  color: #bec0c4;
}
