#g_wrap {
  padding-bottom: 0;
}

.banner img {
  width: 100%;
}

.banner .banner_mobile {
  display: none;
}

.landing_wrap {
  width: 100%;
}

.s_tab_1 {
  width: 80%;
  max-width: 800x;
  margin: 30px auto;
  float: none;
}

.s_tab_1 a {
  padding: 15px 10px;
  font-size: 16px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.landing_article {
  width: 90%;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
  margin: 40px auto;
  height: auto;
  display: block;
}

.landing_article h1 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.landing_article h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.landing_article .tac {
  text-align: center;
}

.landing_article .P {
  margin: 20px 0 30px;
}

.landing_article .sub-title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.landing_article .sub-title-gray {
  color: #A5CD38;
  font-size: 1.5rem;
}

.landing_gray {
  background: #F2F2F2;
  padding: 50px 0;
}

.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9rem;
}

.feature-list > li {
  width: calc(( 100% - 60px ) /4);
  margin: 30px 0;
}

.feature-list > li img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.feature-list .title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.feature-list .ol-list {
  padding-left: 30px;
}

.feature-list .ol-list li {
  list-style: disc;
  margin: 5px 0;
}

.product-series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4em;
  font-size: 25px;
  font-weight: bold;
  margin: 50px 0 20px;
}

.product-series .block {
  background: #A5CD38;
  width: 15px;
  height: 30px;
  margin-right: 15px;
  display: block;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 40px;
}

.service-box .img {
  width: 45%;
}

.service-box .img img {
  width: 100%;
}

.service-box .service-text {
  width: 50%;
}

.service-box ul {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 25px;
  margin-top: 20px;
}

.service-box ul li {
  list-style: disc;
}

.btn_box {
  width: 80%;
  margin: 0 auto;
}

.btn {
  display: block;
  margin: 0 auto;
  background: #A6CE39;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #A6CE39;
  letter-spacing: 1px;
}

.btn:hover {
  background: transparent;
  border: 1px solid #A6CE39;
  color: #A6CE39;
}

.ch h1, .ch h2, .ch .feature h3, .ch p, .ch .service-text, .ch .product-series, .ch .title, .ch .ol-list, .cn h1, .cn h2, .cn .feature h3, .cn p, .cn .service-text, .cn .product-series, .cn .title, .cn .ol-list, .jp h1, .jp h2, .jp .feature h3, .jp p, .jp .service-text, .jp .product-series, .jp .title, .jp .ol-list {
  letter-spacing: 1px;
}

.ch .landing_bg1 p, .cn .landing_bg1 p, .jp .landing_bg1 p {
  width: 70%;
}

.swiper {
  width: 100%;
}

.swiper-tab {
  text-align: center;
  color: #2C3C43;
  font-size: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #64808A;
}

.swiper-tab .swiper-slide {
  padding: 20PX 0;
}

.swiper-tab .swiper-slide-thumb-active {
  border-bottom: 3px solid #2C3C43;
  font-weight: bold;
}

.product-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}

.product-box-wrap li {
  width: 25%;
  margin: 0 10px !important;
  text-align: center;
  background: #FFF;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0 0 10px rgba(122, 91, 91, 0.15);
          box-shadow: 0 0 10px rgba(122, 91, 91, 0.15);
  position: relative;
}

.product-box-wrap li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background: #A5CD38;
  left: 0px;
  top: 0px;
}

.product-box-wrap img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-box-wrap h3 {
  color: #A5CD38;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 5px 0 10px;
}

.product-box-wrap p {
  font-size: .9rem;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
  min-height: 40px;
  line-height: 1.5;
}

.product-box-wrap .product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box-wrap .product-btn span {
  color: #A5CD38;
  font-size: 1rem;
  font-weight: bold;
}

.product-box-wrap .product-btn img {
  width: 30px;
  margin-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-right: 0;
  max-width: 30px;
}

.product-box-wrap .product-btn:hover img {
  margin-left: 20px;
}

@media screen and (max-width: 780px) {
  .feature-list > li {
    width: calc((100% - 60px) / 2);
  }
  .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-box .img {
    width: 100%;
    margin: 20px 0;
  }
  .service-box .service-text {
    width: 100%;
  }
  .product-series {
    margin: 20px 0;
  }
  .banner .banner_pc {
    display: none;
  }
  .banner .banner_mobile {
    display: block;
  }
}

.g_container .w1140 {
  display: none;
}
/*# sourceMappingURL=MXM.css.map */