.top2023{
  padding-bottom: 20px;
}
.ztzl-ndbg-container {
  background: url("./ztzl_ndbg_bg.png") center top no-repeat;
  /*margin-top: 20px;*/
}
.ztzl-ndbg-title {
  text-align: center;
  padding: 99px 0 94px 0;
}
.ztzl-ndbg-title img {
  margin: 0 auto;
}
.ztzl-ndbg-con {
  background-color: #fff;
}
.ztzl-ndbg-box {
  font-size: 16px;
  color: #000000;
  padding: 40px 0;
}
.ztzl-ndbg-subtitle {
  font-size: 30px;
  color: #e72600;
  text-align: center;
  font-weight: bold;
}
.ztzl-ndbg-subtitle-text {
  margin: 40px 0;
  text-indent: 50px;
}
.ztzl-ndbg-head {
  font-weight: bold;
}
.ztzl-ndbg-center-title {
  background: url("./ztzl_ndbg_search.png") no-repeat;
  height: 84px;
  line-height: 84px;
  padding: 0 45px;
}
.ztzl-ndbg-center-title-text {
  font-size: 30px;
  color: #004892;
  font-weight: bold;
}
.ztzl-ndbg-search {
  font-size: 22px;
  color: #004892;
}
.ztzl-ndbg-search-input {
  padding: 0 20px;
  width: 294px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
.ztzl-ndbg-search-btn-list {
  margin-left: 14px;
}
.ztzl-ndbg-search-btn {
  width: 68px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #004892;
  border-radius: 4px;
  border: 1px solid #004892;
  vertical-align: middle;
}
.ztzl-ndbg-bottom {
  /* padding: 50px 0; */
}
.ztzl-ndbg-timeline-con {
  width: 108px;
  margin-top: 50px;
  margin-right: 21px;
  margin-bottom: 34px;
}
.ztzl-ndbg-timeline {
  float: left;
  width: 100%;
}
.ztzl-ndbg-timeline-item {
  /* padding: 15px 0; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ztzl-ndbg-timeline-item:not(:first-child) {
  margin-top: 32px;
}
.timeline-item-text {
  width: 78px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #004892;
  font-size: 20px;
  border: 1px solid #004892;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
}
.ztzl-ndbg-timeline-item.active .timeline-item-text {
  background-color: #004892;
  color: #fff;
}
.timeline-item-icon {
  width: 17px;
  height: 17px;
  background: url("./ztzl_ndbg_timeline_icon.png") no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
}
.ztzl-ndbg-timeline-item.active .timeline-item-icon {
  background-image: url("./ztzl_ndbg_timeline_icon2.png");
}
.timeline-item-icon-box {
  position: relative;
}
.ztzl-ndbg-timeline-item:not(:last-child) > .timeline-item-icon-box::before {
  position: absolute;
  content: "";
  bottom: -47px;
  width: 1px;
  height: 47px;
  background: #e5e5e5;
  z-index: 10;
  right: 8px;
}
.ztzl-ndbg-timeline-item.active .timeline-item-icon-box{
  position: relative;
}
.ztzl-ndbg-timeline-item.active .timeline-item-icon-box::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -13px;
  width: 13px;
  height: 1px;
  background: #004892;
  z-index: 10;
}
.ztzl-ndbg-wqbg-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* display: inline-block; */
  width: 78px;
  height: 56px;
  text-align: center;
  font-size: 20px;
  color: #004892;
  background-color: #cedeea;
  border-radius: 4px;
  margin-top: 26px;
  float: left;
}
.ztzl-ndbg-wqbg-btn.active{
  color: #fff;
  background: #004892;
}
.ztzl-ndbg-wqbg-btn-text {
  width: 40px;
  line-height: 24px;
}
.ztzl-ndbg-bottom-con {
  /* width: 1200px; */
  /* width: -webkit-calc(369px * 3);
  width: -moz-calc(369px * 3);
  width: calc(369px * 3); */
  width: calc(100% - 108px - 21px);
  margin: 34px 0;
}
.ztzl-ndbg-item {
  color: #000000;
  float: left;
  width: 32%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  position: relative;
  margin-right: 2%;
}
.ztzl-ndbg-item:nth-of-type(3n){
  margin-right: 0;
}
.ztzl-ndbg-item:hover {
  background-color: #f7f8f8;
  color: #004892;
  font-weight: bold;
}
.ztzl-ndbg-item-text {
  position: relative;
  display: block;
  padding-left: 12px;

}
.ztzl-ndbg-item:hover .ztzl-ndbg-item-text::before {
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background-color: #004892;
  width: 5px;
  height: 36px;
  border-radius: 2.5px;
}
@media screen and (min-width: 768px) {
  .top2023-nav{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top2023{
    padding-bottom: 0;
  }
  .ztzl-ndbg-container {
    background: url("./ztzl_ndbg_bg_h5.png") center top no-repeat;
    width: 100%;
    background-size: 100%;
    margin-top: 0;
  }
  .ztzl-ndbg-title {
    padding: 0.87rem 0 0.95rem 0;
  }
  .ztzl-ndbg-title img {
    width: 3.81rem;
  }
  .ztzl-ndbg-box {
    font-size: 0.26rem;
    padding: 0.37rem 0.2rem 0.2rem 0.2rem;
  }
  .ztzl-ndbg-con {
    background-color: transparent;
    /* background-color: transparent;
    padding: 0 0.25rem; */
    padding: 0 0.25rem;
  }
  .ztzl-ndbg-main {
    background-color: #fff;
  }
  .ztzl-ndbg-subtitle {
    font-size: 0.34rem;
    line-height: normal;
  }
  .ztzl-ndbg-subtitle-text {
    margin: 0.45rem 0 0 0;
    text-indent: 0.5rem;
  }
  .ztzl-ndbg-content {
    margin-top: 0.6rem;
  }
  .ztzl-ndbg-center-title {
    background: url("./ztzl_ndbg_search_h5.png") no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    height: 2.15rem;
    padding: 0.2rem 0.46rem;
    text-align: center;
  }
  .ztzl-ndbg-center-title-text {
    font-size: 0.34rem;
    line-height: normal;
    width: 100%;
    /* display: none; */
  }

  .ztzl-ndbg-con-box {
    margin: 0 0.2rem;
  }
  .ztzl-ndbg-search > span {
    display: none;
  }
  .ztzl-ndbg-search {
    font-size: 0.32rem;
    width: 100%;
  }
  .ztzl-ndbg-search-input-box {
    width: 100%;
    line-height: 0;
    margin: 0.11rem 0;
  }
  .ztzl-ndbg-search-input {
    /* padding: 0 0.2rem; */
    width: 100%;
    height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.28rem;
  }
  .ztzl-ndbg-search-btn-list {
    margin-left: 0;
    width: 100%;
    line-height: 0;
  }
  .ztzl-ndbg-search-btn {
    width: 1.88rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #004892;
    font-size: 0.28rem;
  }
  .ztzl-ndbg-search-btn:first-child {
    margin-right: 0.4rem;
  }
  .ztzl-ndbg-bottom {
    padding: 0 0.25rem;
  }
  .ztzl-ndbg-timeline-con {
    width: 1.65rem;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .ztzl-ndbg-timeline {
    width: 100%;
    margin: auto;
    float: none;
  }
  .ztzl-ndbg-wqbg-btn {
    width: 1.2rem;
    height: 0.86rem;
    font-size: 0.3rem;
    border-radius: 0.04rem;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    line-height: normal;
  }
  .ztzl-ndbg-wqbg-btn-text {
    width: 0.6rem;
    line-height: .36rem;
  }
  .ztzl-ndbg-timeline-item {
    padding: 0;
  }
  .ztzl-ndbg-timeline-item:not(:first-child) {
    margin-top: 0.5rem;
  }
  .timeline-item-text {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    border: 0.02rem solid #004892;
    border-radius: 0.04rem;
  }
  .timeline-item-active::after {
    top: 0.13rem;
    left: -0.2rem;
    width: 0.2rem;
    height: 0.03rem;
  }
  .ztzl-ndbg-timeline-item:not(:last-child) > .timeline-item-icon-box::before {
    bottom: -0.7rem;
    width: 0.03rem;
    height: 0.7rem;
    right: 0.12rem;
  }
  .timeline-item-icon {
    width: 0.27rem;
    height: 0.27rem;
    background: url("./ztzl_ndbg_timeline_icon_h5.png") no-repeat;
    background-size: 100% 100%;
  }
  .icon-active {
    background: url("./ztzl_ndbg_timeline_icon2_h5.png") no-repeat;
    background-size: 100% 100%;
  }
  .ztzl-ndbg-bottom-con {
    /* width: 100%; */
    width: calc(100% - 1.65rem);
    margin: 0.35rem 0 0.35rem 0;
  }
  .ztzl-ndbg-item {
    width: 100%;
    height: 0.84rem;
    line-height: 0.84rem;
    font-size: 0.26rem;
    margin-right: 0;
  }
  .ztzl-ndbg-item-text {
    padding-left: 0.15rem;
    width: 100%;
  }
  .ztzl-ndbg-item:hover .ztzl-ndbg-item-text::before {
    top: 0.15rem;
    background-color: #004892;
    width: 0.07rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
}
