/* banner */
.banner {
  padding: 0 0.7rem;
  padding-top: 1.6rem;
  padding-bottom: 2.68rem;
  color: white;
  background: url('../img/prduct/Product_bgpic.png') 50% 50% no-repeat;
  background-size: cover;
}

.banner > p:first-child {
  padding-bottom: 1.26rem;
  text-align: center;
  font-size: 0.42rem;
  font-weight: 600;
}

/* TTek */
.TTek {
  padding-top: 0.9rem;
  padding: 0.9rem 0.43rem 0 0.43rem;
}

.p-title {
  color: #323232;
  font-size: 0.4rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.4rem;
  margin-bottom: 0.75rem;
}

.p-title:before {
  content: '';
  display: inline-block;
  width: 1.02rem;
  height: 0.14rem;
  background-color: #fd9f24;
  position: absolute;
  left: 0;
  bottom: 0;
}

.TTek > div {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 0.38rem;
}

.TTek > div > ul > li {
  padding: 0 0.35rem 0 0.6rem;
  margin-bottom: 0.45rem;
  position: relative;
  color: #808080;
}

.TTek > div > ul > li:before {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.22rem;
  position: absolute;
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/services/icon1.png') 50% 50% no-repeat;
  background-size: cover;
}

.TTek img {
  width: 100%;
}

/* TTekFM */
.TTekFM {
  padding-top: 0.9rem;
  padding: 0.9rem 0.43rem 0 0.43rem;
}

.TTekFM > div {
  background-color: #2e373d;
  border-radius: 5px;
  padding: 0.38rem;
}

.TTekFM > div > ul > li {
  padding: 0 0.35rem 0 0.6rem;
  margin-bottom: 0.45rem;
  position: relative;
  color: white;
}

.TTekFM > div > ul > li:before {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.22rem;
  position: absolute;
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/services/icon1.png') 50% 50% no-repeat;
  background-size: cover;
}

.TTekFM img {
  width: 100%;
}

/* 其他产品 */
.else {
  padding-top: 0.9rem;
}

.else > .p-title {
  padding-left: 0.43rem;
  padding-right: 0.43rem;
}

.else > .p-title:before {
  left: 0.43rem;
}

.swiper-container {
  padding-bottom: 2rem;
}

.swiper-slide {
  padding: 0 0.43rem;
}

.swiper-slide > div {
  padding: 0.4rem 0;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.swiper-slide > div > p {
  padding-left: 0.26rem;
  font-size: 0.4rem;
  margin-bottom: 0.48rem;
  color: #2e373d;
  font-weight: 600;
}

.swiper-slide > div > ul > li {
  margin-bottom: 0.57rem;
  padding-left: 0.6rem;
  padding-right: 0.33rem;
  color: #808080;
  position: relative;
}

.swiper-slide > div > ul > li:before {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.22rem;
  position: absolute;
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/services/icon1.png') 50% 50% no-repeat;
  background-size: cover;
}

.swiper-slide > div > img {
  width: 90%;
  margin: 0 auto;
  margin-left: 5%;
}

.swiper-pagination-bullet-active {
  background-color: #fd9f24;
}

.contact {
  padding: 0.9rem 0.43rem 0.5rem 0.43rem;
}

.contact > div {
  padding: 0.4rem 0;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.contact > div > ul > li {
  margin-bottom: 0.57rem;
  padding-left: 0.6rem;
  padding-right: 0.33rem;
  color: #808080;
  position: relative;
}

.contact > div > ul > li:last-child{
    margin-bottom: 0
}

.contact > div > ul > li:before {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.22rem;
  position: absolute;
  left: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/services/icon1.png) 50% 50% no-repeat;
  background-size: cover;
}
