html, body {
  font-family: 'Microsoft Yahei';
}

div {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.k1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.zt-main {
  padding-bottom: 40px;
}

.zt-main .header {
  position: relative;
  height: 700px;
  background: url("../images/banner.png") no-repeat;
  background-size: 100% 100%;
}

.zt-main .header .apply-btn {
  position: absolute;
  display: block;
  top: 14%;
  left: 50%;
  transform: translateX(80%);
  font-size: 26px;
  color: #7d6001;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 35px;
  background-color: #ffd052;
  border: 1px solid #707070;
  letter-spacing: 1px;
}

.zt-main .content-bg {
  background-image: linear-gradient(to bottom, #bae6ff, #fff);
}

.zt-main .content .service-center {
  position: relative;
  width: 100%;
  padding: 16px 0;
  top: -51px;
  background-color: #fff;
  border-radius: 6px;
}

.zt-main .content .service-center .prev,
.zt-main .content .service-center .next {
  position: absolute;
  display: block;
  width: 18px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.zt-main .content .service-center .prev {
  left: 10px;
  background: url("../images/icoLeft.png") no-repeat;
}

.zt-main .content .service-center .next {
  right: 10px;
  background: url("../images/icoRight.png") no-repeat;
}

.zt-main .content .service-center .bd {
  width: 95%;
  margin: auto;
}

.zt-main .content .service-center .bd .tempWrap {
  width: 100% !important;
}

.zt-main .content .service-center .bd ul {
  overflow: hidden;
  zoom: 1;
}

.zt-main .content .service-center .bd ul li {
  float: left;
  width: auto !important;
  margin-right: 20px;
  padding: 25px;
  background-color: #e3f4ff;
  border-radius: 6px;
}

.zt-main .content .service-type {
  display: flex;
}

.zt-main .content .service-type-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 120px) / 5);
  max-height: 220px;
  margin-right: 30px;
  padding: 15px 20px;
  color: #fff;
  border-radius: 6px 6px 50px 6px;
  font-size: 18px;
  transition: all 0.4s linear;
  cursor: pointer;
}

.zt-main .content .service-type-box:nth-child(odd) {
  margin-top: 100px;
}

.zt-main .content .service-type-box:hover {
  margin-top: 0;
  max-height: 320px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.16), inset 0 0 22px rgba(0, 0, 0, 0.16);
  transition: all 0.4s linear;
}

.zt-main .content .service-type-box:hover .type-img {
  transform: scale(1.2);
  transition: all 0.3s linear;
}

.zt-main .content .service-type > a {
  text-align: center;
}

.zt-main .content .service-type > a:nth-child(1) {
  background-image: linear-gradient(to bottom, #1aa0eb, #0081c8);
}

.zt-main .content .service-type > a:nth-child(2) {
  background-image: linear-gradient(to bottom, #5bab84, #8edbf3);
}

.zt-main .content .service-type > a:nth-child(3) {
  background-image: linear-gradient(to bottom, #5068c4, #5068c4);
}

.zt-main .content .service-type > a:nth-child(4) {
  background-image: linear-gradient(to bottom, #e4eb75, #ef9b1d);
}

.zt-main .content .service-type > a:nth-child(5) {
  margin-right: 0;
  background-image: linear-gradient(to bottom, #df7471, #ef3434);
}

.zt-main .content .service-type > a .type-img {
  width: 72px;
  height: 72px;
  transition: all 0.4s linear;
}

.zt-main .content .service-type > a .type-title {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}

.zt-main .content .service-type > a .arrow {
  margin-top: 25px;
}

.zt-main .content .service-type .active {
  margin-top: 0;
  max-height: 320px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.16), inset 0 0 22px rgba(0, 0, 0, 0.16);
  transition: all 0.4s linear;
}

.zt-main .content .service-type .active .type-img {
  transform: scale(1.2);
}

.zt-main .content .service-type-select {
  display: flex;
  margin-top: 40px;
  background-color: #bae6ff;
}

.zt-main .content .service-type-select > div {
  width: calc((100% - 120px) / 5);
  margin-right: 30px;
  height: 4px;
  background-color: #bae6ff;
  text-align: center;
}

.zt-main .content .service-type-select > div span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/status-circle.png") no-repeat;
  background-position: center;
  background-color: #bbb;
  border-radius: 50%;
  top: -10px;
}

.zt-main .content .service-type-select > div:last-child {
  margin-right: 0;
}

.zt-main .content .service-type-select .active span {
  background: url("../images/status-arrow.png") no-repeat;
  background-position: center;
  background-color: #22a7f0;
}

.zt-main .content .service-type-select .active span::before {
  position: absolute;
  display: block;
  content: "";
  border: 10px solid;
  border-color: transparent transparent #22a7f0 transparent;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.zt-main .content .service-item {
  position: relative;
  margin-top: 80px;
  background-color: #fff;
  border-radius: 6px;
}

.zt-main .content .service-item-top {
  position: absolute;
  width: 100%;
  height: 116px;
  top: -58px;
  background: url("../images/top-line.png") no-repeat;
}

.zt-main .content .service-item-box > div {
  display: none;
}

.zt-main .content .service-item-box > div:first-child {
  display: block;
}

.zt-main .content .service-item-content {
  padding: 20px 50px;
}

.zt-main .content .service-item-content .item-title {
  padding: 35px 0;
  font-size: 30px;
  font-weight: bold;
  color: #22a7f0;
  text-align: center;
  border-bottom: 1px dashed #bebcbc;
}

.zt-main .content .service-item-content .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 18px;
}

.zt-main .content .service-item-content .item-list div {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  cursor: pointer;
}

.zt-main .content .service-item-content .item-list div:nth-child(4n) {
  margin-right: 0;
}

.zt-main .content .service-item-content .item-list div a {
  display: block;
  line-height: 50px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zt-main .content .service-item-content .item-list div a span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #bae6ff;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 50%;
}

.zt-main .content .service-item-content .item-list div:hover a {
  padding-left: 3px;
  color: #24a7ee;
  transition: all 0.3s ease-in;
}

.zt-main .content .service-item-content .item-list div:hover a span {
  background-color: #24a7ee;
}

.zt-main .content .service-item-content .item-list .active a {
  color: #24a7ee;
}

.zt-main .content .service-item-content .item-list .active a span {
  background-color: #24a7ee;
}

.zt-main .content .service-detail {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  padding: 20px 50px;
  margin-top: 10px;
}

.zt-main .content .service-detail .detail-top {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: -40px;
  left: 0;
  padding: 20px 50px;
}

.zt-main .content .service-detail .detail-box > div {
  display: none;
}

.zt-main .content .service-detail .detail-box > div:first-child {
  display: block;
}

.zt-main .content .service-detail .detail-title {
  position: relative;
  margin-top: 10px;
  padding: 15px 0;
  padding-left: 20px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dashed #bebcbc;
}

.zt-main .content .service-detail .detail-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 31px;
  top: 50%;
  left: 0;
  background-color: #22a7f0;
  transform: translateY(-50%);
}

.zt-main .content .service-detail .detail-desc {
  font-size: 18px;
  line-height: 30px;
}

.zt-main .content .service-detail .detail-desc > div {
  padding-top: 15px;
}

.zt-main .content .service-detail .detail-desc p {
  color: #666;
  margin-top: 8px !important;
  text-indent: 0 !important;
}

.zt-main .content .service-detail .detail-desc .title {
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
  .zt-main .header {
    height: 500px;
  }
  .zt-main .header .apply-btn {
    padding: 10px 18px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .zt-main .header {
    height: 220px;
  }
  .zt-main .content .service-center {
    top: -30px;
  }
  .zt-main .content .service-center .bd ul li {
    padding: 10px;
  }
  .zt-main .content .service-type > a {
    flex: 1;
    border-radius: 4px 4px 15px 4px;
    margin-right: 5px;
  }
  .zt-main .content .service-type > a:nth-child(odd) {
    margin-top: 0px;
  }
  .zt-main .content .service-type > a .type-img {
    width: 45px;
    height: 45px;
  }
  .zt-main .content .service-type > a .type-title {
    font-size: 15px;
    line-height: 20px;
  }
  .zt-main .content .service-type > a .type-tips {
    display: none;
  }
  .zt-main .content .service-type-box {
    padding: 15px 0;
    align-items: normal;
  }
  .zt-main .content .service-item-content {
    padding: 10px;
  }
  .zt-main .content .service-item-content .item-title {
    font-size: 24px;
    padding: 20px 0;
  }
  .zt-main .content .service-item-content .item-list {
    font-size: 15px;
  }
  .zt-main .content .service-item-content .item-list > div {
    width: 100%;
    padding-left: 15px;
  }
  .zt-main .content .service-item-content .item-list > div > a {
    line-height: 40px;
  }
  .zt-main .content .service-detail {
    padding: 10px;
  }
  .zt-main .content .service-detail .detail-title {
    font-size: 18px;
  }
  .zt-main .content .service-detail .detail-desc {
    font-size: 16px;
  }
  .zt-main .content .service-detail .detail-desc p {
    font-size: 15px;
    margin-top: 4px !important;
  }
  .zt-main .content .service-item-content .item-list > div {
    background-color: #e3f4ff;
    margin-right: 0;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .zt-main .content .service-item {
    margin-top: 40px;
  }
  .zt-main .header .apply-btn {
    top: 30px;
    transform: translateX(80%);
    padding: 3px;
    font-size: 12px;
  }
  .zt-main .content .service-type-select {
    margin-top: 20px;
  }
  .zt-main .content .service-type-select > div {
    width: calc((100% - 20px) / 5);
    margin-right: 5px;
    height: 3px;
  }
  .zt-main .content .service-type-select > div span {
    width: 18px;
    height: 18px;
    top: -9px;
  }
  .zt-main .content .service-type-select .active span {
    background-size: 11px 11px;
  }
  .zt-main .content .service-type-select .active span::before {
    border-width: 7px;
    top: -11px;
  }
}

@media only screen and (max-width: 500px) {
  .zt-main {
    padding-bottom: 20px;
  }
  .zt-main .header {
    height: 160px;
  }
  .zt-main .content-bg {
    padding-top: 15px;
  }
  .zt-main .content .service-center {
    position: static;
    margin-bottom: 15px;
  }
  .zt-main .content .service-center .prev,
  .zt-main .content .service-center .next {
    display: none !important;
  }
  .zt-main .content .service-item-top {
    background-size: 270%;
    transform: translateY(16%);
  }
  .zt-main .content .service-center .bd ul li {
    width: 100% !important;
    margin-right: 0;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .zt-main .content .service-center .bd ul li:last-child {
    margin-bottom: 0;
  }
  .zt-main .content .service-detail .detail-top img {
    width: 8px;
    height: 30px;
  }
  .zt-main .content .service-detail .detail-desc > div {
    padding-top: 0;
  }
  .zt-main .header .apply-btn {
    top: 18px;
    transform: translateX(40%);
  }
}
