section.productsServices {
  padding-top: 0.91rem;
}
section.productsServices ul.swiperNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  margin: 0.59rem auto 0;
  padding: 0 1.56rem;
}
section.productsServices ul.swiperNavigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.93rem;
  cursor: pointer;
  width: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
section.productsServices ul.swiperNavigation li:hover::after {
  content: "";
  width: 0.8rem;
  height: 0.04rem;
  background-color: #f68a23;
  margin-top: 0.13rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.productsServices ul.swiperNavigation li:last-child {
  margin: 0 0 0 0.06rem;
}
section.productsServices ul.swiperNavigation li p {
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.16rem;
  height: 0.33rem;
}
section.productsServices ul.swiperNavigation li.active {
  position: relative;
}
section.productsServices ul.swiperNavigation li.active::after {
  content: "";
  width: 0.8rem;
  height: 0.04rem;
  background-color: #f68a23;
  margin-top: 0.13rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.productsServices .swiperBox {
  width: 100%;
  padding-top: 0.3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff));
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background-image: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}
section.productsServices .swiper {
  width: 12rem;
  overflow: hidden;
  margin: 0 auto;
}
section.productsServices .swiper-slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 10rem;
  margin: 0 auto;
  padding-bottom: 0.1rem;
}
section.productsServices .swiper-slide-list li {
  margin: 0.2rem 0.2rem 0 0;
}
section.productsServices .swiper-slide-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.2rem;
  height: 2.2rem;
  background-color: #ffffff;
  -webkit-box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.04rem;
  padding: 0.27rem 0.27rem 0 0.38rem;
  cursor: pointer;
}
section.productsServices .swiper-slide-list li a img {
  width: 0.6rem;
  height: 0.6rem;
}
section.productsServices .swiper-slide-list li a h4 {
  font-weight: bold;
  font-size: 0.18rem;
  margin: 0.17rem 0 0.1rem;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
section.productsServices .swiper-slide-list li a p {
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.22rem;
  height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
section.productsServices .swiper-slide-list li:nth-child(3n) {
  margin: 0.2rem 0 0 0;
}

section.solution {
  padding-top: 0.9rem;
}
section.solution ul.swiperNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  margin: 0.52rem auto 0;
}
section.solution ul.swiperNavigation li {
  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;
  width: 1.8rem;
  height: 1.03rem;
  border-radius: 0.16rem 0.16rem 0 0;
  margin-right: 0.24rem;
  cursor: pointer;
  position: relative;
}
section.solution ul.swiperNavigation li:hover {
  background-color: #fff9f4;
}
section.solution ul.swiperNavigation li:hover::after {
  content: "";
  height: 0.04rem;
  width: 100%;
  background-color: #f68a23;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.solution ul.swiperNavigation li:last-child {
  margin: 0;
}
section.solution ul.swiperNavigation li img {
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.12rem;
}
section.solution ul.swiperNavigation li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.solution ul.swiperNavigation li > div h4 {
  font-size: 0.2rem;
  color: #424242;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
section.solution ul.swiperNavigation li > div p {
  color: #dddddd;
  font-size: 0.12rem;
  font-weight: bold;
}
section.solution ul.swiperNavigation li.active {
  background-color: #fff9f4;
  position: relative;
}
section.solution ul.swiperNavigation li.active::after {
  content: "";
  height: 0.04rem;
  width: 100%;
  background-color: #f68a23;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.solution .swiperBox {
  width: 100%;
  height: 5.9rem;
}
section.solution .swiper {
  width: 12rem;
  overflow: hidden;
  margin: 0 auto;
}
section.solution .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.57rem;
  min-width: 12rem;
}
section.solution .wrapper .briefIntroduction {
  width: 5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 0.58rem 0 0.41rem;
}
section.solution .wrapper .briefIntroduction .itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.solution .wrapper .briefIntroduction .itemTitle > div {
  margin-left: 0.12rem;
}
section.solution .wrapper .briefIntroduction .itemTitle > div p {
  color: #dddddd;
  font-size: 0.12rem;
  font-weight: bold;
  margin-bottom: 0.02rem;
}
section.solution .wrapper .briefIntroduction .itemTitle h3 {
  font-size: 0.24rem;
  color: #424242;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
section.solution .wrapper .briefIntroduction > p {
  line-height: 0.33rem;
  color: #666666;
  font-size: 0.16rem;
}
section.solution .wrapper .briefIntroduction .buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.4rem 0 0.32rem;
}
section.solution .wrapper .briefIntroduction .buttonContainer > a {
  width: 1.78rem;
  height: 0.56rem;
  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;
  border-radius: 0.28rem;
  border: solid 0.01rem #ffa045;
  font-size: 0.18rem;
  color: #f68a23;
  cursor: pointer;
}
section.solution .wrapper .briefIntroduction .buttonContainer > a:hover {
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  color: #ffffff;
}
section.solution .wrapper .briefIntroduction .buttonContainer > a:first-child {
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  color: #ffffff;
  margin-right: 0.2rem;
}
section.solution .wrapper .briefIntroduction .buttonContainer > a:first-child:hover {
  background-image: -o-linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}
section.solution .wrapper .briefIntroduction .buttonContainer > a:first-child img {
  margin-left: 0.11rem;
  width: 0.23rem;
  height: 0.23rem;
}
section.solution .wrapper .briefIntroduction .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.solution .wrapper .briefIntroduction .tagList li {
  height: 0.28rem;
  text-align: center;
  line-height: 0.28rem;
  background-color: #f2f2f2;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  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;
}
section.solution .wrapper .briefIntroduction .tagList li a {
  padding: 0 0.08rem;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  color: #666666;
}