html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.d {
  width: 100%;
  height: 100%;
}
.d .d-h {
  width: 100%;
}
.d .h {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.d .h .line {
  border-top: 1px solid #ddd;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
}
.d .h .h-c {
  background-image: url(d-button.png);
  color: white;
  padding: 8px 20px;
  margin-top: 40px;
  font-size: 20px;
}
.d .c1 {
  width: 60%;
  margin: 0 auto;
}
.d .c1 .c1-t {
  font-size: 16px;
  line-height: 36px;
}
.d .c2 {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 40px;
  background-color: #f1f1f5;
}
.d .c2 .c2-c {
  width: 60%;
  margin: 0 auto;
}
.d .c2 .c2-t .c2-t-c {
  float: left;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.d .c2 .c2-t .c2-t-c .pot {
  border: 1px solid black;
  background-color: black;
  width: 1px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.d .c2 .c2-t .c2-t-c .te {
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  text-decoration:none
}
.d .c2 .c2-t .c2-t-c:nth-child(n) {
  width: 56%;
}
.d .c2 .c2-t .c2-t-c:nth-child(2n) {
  width: 40%;
  margin-left: 4%;
}
.d .c3 {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.d .c3 .h {
  margin-bottom: 0px;
}
.d .c3 .swiper-container {
  height: 300px;
}
.d .c3 .swiper-container .swiper-slide img {
  height: 210px;
  position: relative;
  top: 50%;
  margin-top: -87px;
}
.d .swlr {
  position: relative;
}
.d .swlr .swiper-button-prev {
  top: -168px;
  left: 226px;
}
.d .swlr .swiper-button-next {
  top: -168px;
  right: 246px;
}
.d .footer {
  padding: 60px 0px;
  background-color: #f1f1f5;
  color: #666666;
  text-align: center;
  font-size: 16px;
}
.d .footer span {
  margin-top: 10px;
  line-height: 36px;
}

/*# sourceMappingURL=d.css.map */
