.wrap {
  width: 96%;
  margin-left: 2%;
}
img.silder {
  width: 100%;
  height: auto;
  display: block;
  margin: 0.4rem 0;
}
/*title*/
.title {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0.3rem 0 0.4rem ;
}
.title > img {
  width: 100%;
  display: block;
}
.title a {
  display: block;
  position: absolute;
  right: 0.05rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/t1.png) no-repeat;
  background-size: 100% 100%;
}
/*choose*/
.choose ul {
  width: 100%;
  text-align: center;
}
.choose ul li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.choose ul li img {
  width: 100%;
}
.choose ul li p {
  margin-top: 0.1rem;
}
/*product*/
.product_list {
  width: 100%;
}
.product_list .swiper-slide div {
  width: 100%;
  height: 2.25rem;
  text-align: center;
  border: 1px solid #DFDFDF;
}
.product_list .swiper-slide div img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.product_list .swiper-slide p {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.1rem;
  color: white;
  background: #1ED1C0;
}
/*technology*/
.technology .parHd {
  text-align: center;
}
.technology .parHd ul {
  display: inline-block;
  width: auto;
  height: 0.6rem;
  background: url(../images/c2.png) no-repeat;
  background-size: 100% 100%;
}
.technology .parHd ul li {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.25rem;
}
.technology .parHd ul li.on {
  background: url(../images/c3.png) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.technology .parBd {
  width: 100%;
  min-height: 8rem;
}
.technology .parBd .slideBox {
  display: none;
}
.technology .parBd .slideBox ul li {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px dashed #B4B4B4;
}
.technology .parBd .slideBox ul li h2 {
  font-size: 0.28rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  border-left: 3px solid #41B6AB;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0.5rem;
}
.technology .parBd .slideBox ul li h2 a {
  color: black;
}
.technology .parBd .slideBox ul li p {
  margin-top: 0.1rem;
  line-height: 0.45rem;
}
.technology .parBd .slideBox ul li:last-child {
  border: 0;
}
.technology .parBd .slideBox:first-child {
  display: block;
}
/*about*/
.about .box .pic {
  width: 45%;
}
.about .box .txt {
  width: 52%;
  line-height: 0.45rem;
  font-size: 0.28rem;
}
.about ul {
  text-align: center;
  margin-top: 0.3rem;
}
.about ul li {
  width: 30%;
  margin: 0 0.5%;
  display: inline-block;
  vertical-align: top;
}
.about ul li img {
  width: 35%;
}
.about ul li .txt2 {
  font-size: 0.3rem;
  margin: 0.05rem 0;
}
