.jdjs_header {
  width: 100%;
  background-size: 100% 100%;
  position: relative;
}
.jdjs_header img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  vertical-align: middle;
}
.jdjs_header .header-t {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: calc(-1370px / 2);
  width: 1370px;
  color: #fff;
  /* height: 240px; */
  margin-bottom: 135px;
}
.jdjs_header .header-t .title {
  font-size: 34px;
  font-weight: 700;
}
.jdjs_header .header-t .line-t {
  width: 30px;
  height: 1px;
  background-color: #ffffff66;
  margin: 22px 0 26px 0;
}
.jdjs_header .header-t .describe {
  font-size: 18px;
}
.jdjs_content {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4%;
}
.jdjs_content .jdjs_times {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin-top: 26px;
  padding-top: 10px;
}
.jdjs_item2 {
  width: 66% !important;
  border-top: 1px solid #dedede;
}
.jdjs_item2 img {
  width: 100%;
  padding-top: 4%;
}
.tltle {
  font-size: 30px;
  font-weight: 700;
  padding-top: 8%;
}
.depict {
  font-size: 16px;
  color: #666666;
  margin: 4% 0 10% 0;
  line-height: 2;
}
.left-line {
  position: absolute;
  width: 36%;
  background: #fdd000;
  left: 0;
  height: 1px;
}
.jdjs_item1 {
  width: 30%;
}
.View {
  font-size: 14px;
  color: #666666;
  width: 34%;
  height: 42px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 30px;
  margin-top: 8%;
  transition: all 0.6s;
}
.View img {
  width: 80%;
}
.View:hover {
  border: 1px solid #fdd000;
  color: #333333;
  background: #fdd000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.View:hover img {
  position: relative;
  transform: translateX(4px);
}

@media screen and (max-width: 1400px) {
  .View {
    width: 12vw;
  }
  .left-line {
    width: 32%;
  }
  .jdjs_item2 {
    width: 56% !important;
  }
  .jdjs_header .header-t {
    width: 1128px;
  }
  .jdjs_content .jdjs_times {
    width: 890px;
  }
  .depict {
    font-size: 14px;
  }
  .tltle {
    font-size: 28px;
  }
  .jdjs_item1 {
    width: 38%;
  }
}
