.content {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding-bottom: 50px;
}
.content .tit {
  width: 83.3%;
  height: 105px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
  background: url(../img/z-tit-bg.png) no-repeat top;
}
.content .tit h2 {
  text-align: center;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  margin-top: 25px;
}
.content .tit p {
  text-align: center;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 30px;
  text-transform: uppercase;
}
.content .btn {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e4e4e4;
  margin-top: 80px;
  text-align: center;
}
.content .btn a {
  display: inline-block;
  margin: 0 60px;
}
.content .btn a.on span {
  color: #fff;
  background: #3887e0;
}
.content .btn a.on s {
  background: #3886e03a;
}
.content .btn a.on s i {
  background: #3887e0;
}
.content .btn a span {
  display: block;
  width: 152px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background: #e9e9e9;
}
.content .btn a s {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cbcaca48;
  margin: 0 auto;
  margin-top: 15px;
  padding: 3px;
  color: #565656;
  font-size: 15px;
}
.content .btn a s i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbcaca;
}
.content .d-list {
  width: 83.3%;
  margin: 0 auto;
  margin-top: 40px;
}
.content .d-list ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 102%;
  position: relative;
  left: -1%;
}
.content .d-list ul li {
  border: 1px solid #e5e5e5;
  width: 22%;
  padding: 10px;
  padding-bottom: 0;
  transition: all 0.4s linear;
  border-radius: 2px;
  margin: 0 1.4%;
  margin-bottom: 60px;
}
.content .d-list ul li:hover {
  box-shadow: 0 0 15px #dcdcdc;
  transform: translateY(-2px);
}
.content .d-list ul li:hover .img-c img {
  transform: scale(1.08);
}
.content .d-list ul li a {
  display: block;
  width: 100%;
}
.content .d-list ul li .img-c {
  width: 100%;
  overflow: hidden;
}
.content .d-list ul li .img-c img {
  display: block;
  transition: all 0.4s linear;
  width: 100%;
}
.content .d-list ul li h4 {
  color: #5d5d5d;
  font-size: 15px;
  line-height: 38px;
}
@media (max-width: 1600px) {
  .content .d-list ul li h4 {
    font-size: 14px;
  }
}
@media (max-width: 1460px) {
  .content .d-list ul li h4 {
    font-size: 12px;
  }
}
.content .d-list ul li h4 s {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 10px;
  background: url(../img/data-d-icon.png);
}
@media (max-width: 1024px) {
  .content {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 50px;
  }
  .content .tit {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.4rem;
    overflow: hidden;
    background: url(../img/z-tit-bg.png) no-repeat top;
    background-size: 100% auto;
  }
  .content .tit h2 {
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
    font-weight: normal;
    margin-top: 0.35rem;
  }
  .content .tit p {
    text-align: center;
    font-size: 0.24rem;
    color: #9a9a9a;
    margin-top: 0.4rem;
    text-transform: uppercase;
  }
  .content .btn {
    width: 100%;
    height: 0.95rem;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0.6rem;
    text-align: center;
  }
  .content .btn a {
    display: inline-block;
    margin: 0 0.2rem;
  }
  .content .btn a.on span {
    color: #fff;
    background: #3887e0;
  }
  .content .btn a.on s {
    background: #3886e03a;
  }
  .content .btn a.on s i {
    background: #3887e0;
  }
  .content .btn a span {
    display: block;
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 18px;
    background: #e9e9e9;
  }
  .content .btn a s {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #cbcaca48;
    margin: 0 auto;
    margin-top: 0.2rem;
    padding: 0.05rem;
    color: #565656;
    font-size: 15px;
  }
  .content .btn a s i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #cbcaca;
  }
  .content .d-list {
    width: 94%;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .content .d-list ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 102%;
    position: relative;
    left: -1%;
  }
  .content .d-list ul li {
    border: 1px solid #e5e5e5;
    width: 46%;
    padding: 0.12rem;
    padding-bottom: 0;
    transition: all 0.4s linear;
    border-radius: 2px;
    margin: 0 1.4%;
    margin-bottom: 0.4rem;
  }
  .content .d-list ul li:hover {
    box-shadow: 0 0 10px #dcdcdc;
  }
  .content .d-list ul li img {
    display: block;
    width: 100%;
  }
  .content .d-list ul li h4 {
    color: #5d5d5d;
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
  .content .d-list ul li h4 s {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    float: right;
    margin-top: 0.15rem;
    background: url(../img/data-d-icon.png);
    background-size: 100% 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1600px) {
  .content .d-list ul li h4 {
    font-size: 0.24rem;
  }
}
@media (max-width: 1024px) and (max-width: 1460px) {
  .content .d-list ul li h4 {
    font-size: 0.24rem;
  }
}
