
body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
.itemsl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.w1200l {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.detail-iteml{
  padding: 40px 0 40px;
}
@media screen and (max-width: 1200px) {
  .w1200l {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200l {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .w1200l {
    padding: 0 20px;
  }
}

.itemsl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.itemsI .item{
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  -moz-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}

.w1200l {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}



.detail-iteml h3 {
  padding-bottom: 24px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.itemsl {

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsl .item {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.itemsl .pic img {
  height: 100%;
}
.itemsl .pic .pic02 {
  height: auto !important;
  object-fit: contain;
}
.itemsl h4 {
  color: #000;
  font-weight: 400;
}
.itemsl .text {
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}



.itemsI .item {
  width: 380px;
  padding-bottom: 30px;
}
.itemsI .pic {
  width: 100%;
  margin-bottom: 20px;
  display: block !;
}
.itemsI .pic img {
  height: auto;
  width: 100%;
}
.itemsI h4 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  text-align: center;
}
.itemsI .text {
  padding: 0 28px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  text-align: left;
}

.swiper-wrap {
  padding-bottom: 30px;
}
.swiper-wrap .hd {
  position: relative;
}
.swiper-wrap .hd .icon {
  position: absolute;
  top: 100px;
  z-index: 3;
}
.swiper-wrap .hd .icon-arrow-prev {
  left: -50px;
}
.swiper-wrap .hd .icon-arrow-next {
  right: -50px;
}
.swiper-wrap .hd ul {
  position: absolute;
  top: 412px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  z-index: 5;
}
.swiper-wrap .hd ul li {
  height: 6px;
  width: 60px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 12px;
  font-size: 0;
  line-height: 6px;
  background: rgba(216, 216, 216, 0.4);
}
.swiper-wrap .hd ul li.on {
  background: #1bd1d1;
}
.swiper-wrap .bd .itemsl {
  overflow: hidden;
}
.swiper-wrap .bd .itemsl .item {
  border: 1px solid rgba(198, 197, 208, 0.61);
  margin: 0 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1200px) {

  .w1200l {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .w1200l {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {

  .w1200l {
    padding: 0 15px;
  }
  .detail-iteml {
    padding: 30px 0 30px;
  }
  .detail-iteml .itemsl-tit {
    width: 98%;
    line-height: 36px;
  }


  .itemsl.itemsI .item {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 378px) {
  .detail-iteml {
    padding: 24px 0 12px;
  }
  .detail-iteml h3 {
    padding-bottom: 12px;
    font-size: 24px;
  }

  .detail-iteml .item {
    margin-bottom: 16px;
  }
  .detail-iteml .itemsl-tit {
    font-size: 14px;
    margin-top: 24px;
  }

  .itemsl .item {
    width: 100%;
  }
  .itemsl .item h4 {
    font-size: 20px;
  }
  .itemsl .item .text {
    font-size: 14px;
  }
  .itemsl.itemsI .item {
    margin-bottom: 16px;
  }
  .swiper-wrap {
    margin-top: 0px;
  }
  .swiper-wrap .hd {
    width: 100%;
  }
  .swiper-wrap .hd .icon-arrow-prev {
    left: 0;
  }
  .swiper-wrap .hd .icon-arrow-next {
    right: 0;
  }
  .swiper-wrap .hd ul {
    top: 30rem;
    width: 100%;
  }
  .swiper-wrap .bd .itemsl .item {
    width: 33%;
    margin: 0;
  }
  .swiper-wrap .bd .itemsl .text {
    padding: 0 5px;
  }
  

}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.detail-iteml .swiper-wrap .bd .itemP {
  width: 660px;
  margin: 0px 10px 30px 10px;
}
.detail-iteml .swiper-wrap .bd .itemPs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-wrap .bd .itemsl .item .text {
  text-align: center;
}
.swiper-wrap .bd .itemsl .item {
  border: 0;
}
@media screen and (max-width: 960px){
.swiper-wrap .bd .itemsI .item {
  width: 90%;
  margin: 0px 10px 24px 10px;
}
}
@media screen and (max-width: 378px){
  .swiper-wrap .bd .itemsI .item {

      margin: 0px 
  }
    }