@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: none;
  background-color: #999;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #ff421c;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.title {
  text-align: center;
  padding: 30px 0;
}
.porductcate ul {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.porductcate ul li {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.porductcate ul li img {
  max-width: 270px;
  width: 100%;
}
.abo {
  margin-top: 20px;
}
.lau {
  border-top: 2px solid #ff421c;
  margin-top: 20px;
}
.lau h3 {
  display: block;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ff421c;
}
.language-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e0e0e0;
}
.language-list a {
  display: block;
  width: 12%;
  margin: 10px 0;
  line-height: 21px;
}
.language-list a span.icon {
  display: inline-block;
  min-width: 28px;
  height: 21px;
  padding: 0 3px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  vertical-align: top;
  margin-right: 5px;
}
.language-list a:nth-child(1) span.icon {
  color: #55a344;
}
.language-list a:nth-child(2) span.icon {
  color: #cb1f17;
}
.language-list a:nth-child(3) span.icon {
  color: #1a88cd;
}
.language-list a span.text {
  display: inline-block;
  width: 80px;
}
.Recommend {
  border-top: 2px solid #ff421c;
  margin-top: 20px;
}
.Recommend h3 {
  display: block;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ff421c;
}
.Recommend ul {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.Recommend ul li {
  width: 25%;
  padding: 20px 2%;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.Recommend ul li .img {
  overflow: hidden;
}
.Recommend ul li a img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.Recommend ul li a span {
  display: block;
  text-align: left;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Recommend ul li a:hover span {
  color: #ff421c;
}
.Recommend ul li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .porductcate ul li {
    width: 50%;
  }
  .Recommend ul li {
    width: 50%;
  }
  .language-list a {
    display: block;
    width: 30.333333%;
  }
}
