html,
body {
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
  line-height: 1;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  clear: both;
  display: block;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #1764CE;
}

#tlzcjd {
  width: 100%;
}
#tlzcjd .top {
  width: 100%;
  height: 500px;
  background: url(../images/zcjd22-bg1.png) no-repeat center center/cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tlzcjd .top1 {
  width: 100%;
  height: 100%;
}
#tlzcjd .logo1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
#tlzcjd .logo1 .lef img {
  display: block;
}
#tlzcjd .logo1 .rig {
  width: 120px;
  height: 40px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  transition: all 0.3s;
}
#tlzcjd .logo1 .rig:hover {
  background: #1764CE;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
#tlzcjd .zc-sou {
  padding-top: 35px;
  width: 640px;
  margin-left: 10%;
  max-width: 80%;
  text-align: center;
}
#tlzcjd .zc-sou img {
  max-width: 90%;
}
#tlzcjd .inpt {
  margin-top: 40px;
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
#tlzcjd .inpt input {
  width: calc(100% - 130px);
  padding: 0 20px;
  line-height: 56px;
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  color: #333;
}
#tlzcjd .inpt button {
  border: none;
  padding: 0 30px 0 50px;
  background: url(../images/zcjd22-img-2.png) left 10px center no-repeat;
  font-size: 18px;
  color: #1764CE;
  cursor: pointer;
}
#tlzcjd .zc-cont {
  width: 100%;
  background: #EEF1F6;
  padding: 20px 0 60px;
}
#tlzcjd .zc-cont1 {
  width: 100%;
  background: #FFFFFF;
  padding: 20px;
  min-height: 50vh;
}
#tlzcjd .zc-bm {
  background: #F5F5F5;
  padding: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tlzcjd .zc-bt {
  width: 100%;
  border-bottom: 1px solid #C9D8ED;
}
#tlzcjd .zc-bt span {
  display: inline-block;
  font-size: 18px;
  color: #1764CE;
  font-weight: bold;
  border-bottom: 2px solid #1764CE;
  padding-bottom: 12px;
}
#tlzcjd .zc-bm2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tlzcjd .zc-bm2 ul li {
  width: 18.54%;
  margin-top: 20px;
  height: 56px;
  border-bottom: 1px solid #E7EFFA;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#tlzcjd .zc-bm2 ul li span {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  transition: all 0.3s;
}
#tlzcjd .zc-bm2 ul li.on {
  background: #1764CE !important;
}
#tlzcjd .zc-bm2 ul li.on span {
  color: #FFFFFF;
}
#tlzcjd .zc-bm2 ul li:nth-child(5n-1):last-child {
  margin-right: 20.365%;
}
#tlzcjd .zc-bm2 ul li:nth-child(5n-2):last-child {
  margin-right: 40.73%;
}
#tlzcjd .zc-bm2 ul li:nth-child(5n-3):last-child {
  margin-right: 61.095%;
}
@media (max-width: 1000px) {
  #tlzcjd .zc-bm2 ul li {
    width: 24%;
    margin-right: 0 !important;
  }
  #tlzcjd .zc-bm2 ul li:nth-child(4n-1):last-child {
    margin-right: 25.33% !important;
  }
  #tlzcjd .zc-bm2 ul li:nth-child(4n-2):last-child {
    margin-right: 50.66% !important;
  }
}
@media (max-width: 768px) {
  #tlzcjd .zc-bm2 ul li {
    margin-right: 0 !important;
  }
  #tlzcjd .zc-bm2 ul li:nth-child(3n-1):last-child {
    margin-right: 33.5% !important;
  }
}
#tlzcjd .zc-bm2 ul li:hover {
  background: rgba(23, 100, 206, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#tlzcjd .zc-bm2 ul li:hover span {
  color: #FFFFFF;
}
#tlzcjd .zc-bm2 ul li.dele {
  border: none;
  height: 0;
}
#tlzcjd .zc-show {
  width: 100%;
  padding-top: 10px;
}
#tlzcjd .zc-list {
  width: 100%;
}
#tlzcjd .zc-list li {
  width: 100%;
  border-bottom: 1px dashed #DDDDDD;
}
#tlzcjd .zc-list li p,
#tlzcjd .zc-list li a {
  padding-left: 65px;
  font-size: 18px;
  background-position: left 10px top 5px;
  background-repeat: no-repeat;
  text-align: justify;
}
#tlzcjd .zc-list li .wen {
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  background-image: url(../images/zcjd22-img-3.png);
}
#tlzcjd .zc-list li .da {
  display: inline-block;
  color: #777777;
  line-height: 2;
  background-image: url(../images/zcjd22-img-4.png);
  margin-bottom: 20px;
}
#tlzcjd .zc-list li .da:hover {
  color: #1764CE;
}
#tlzcjd .in-page {
  padding: 50px 0 40px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tlzcjd .in-page a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
  cursor: pointer;
}
#tlzcjd .in-page a.strong {
  background: #1764CE;
  border-color: #1764CE;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #tlzcjd .top {
    height: 60vw;
  }
  #tlzcjd .logo1 {
    padding: 10px 0;
  }
  #tlzcjd .logo1 .lef img {
    height: 35px;
  }
  #tlzcjd .logo1 .rig {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 2;
    padding: 0 15px;
  }
  #tlzcjd .zc-sou {
    padding-top: 20px;
    margin-left: 0;
    max-width: 100%;
  }
  #tlzcjd .zc-sou img {
    max-width: 70%;
  }
  #tlzcjd .inpt {
    margin-top: 30px;
    height: 40px;
  }
  #tlzcjd .inpt input {
    padding: 0 15px;
    font-size: 16px;
    width: calc(100% - 90px);
    line-height: 40px;
  }
  #tlzcjd .inpt button {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 20px;
    background-size: auto 20px;
    background-position: left 5px center;
  }
  #tlzcjd .zc-cont1 {
    padding: 10px;
  }
  #tlzcjd .zc-bm {
    padding: 10px;
  }
  #tlzcjd .zc-bm2 ul li {
    width: 33%;
    margin-top: 5px;
    height: 40px;
  }
  #tlzcjd .zc-bm2 ul li span {
    font-size: 14px;
    line-height: 1;
  }
  #tlzcjd .zc-list li {
    padding: 10px 0;
  }
  #tlzcjd .zc-list li p {
    margin: 0;
    font-size: 14px;
    padding-left: 25px;
    background-size: auto 15px;
    background-position: left top 3px;
  }
  #tlzcjd .zc-list li .wen {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #tlzcjd .zc-list li .da {
    background-position: left top 5px;
    font-size: 12px;
  }
  #tlzcjd .in-page {
    padding: 30px 0;
  }
  #tlzcjd .in-page a {
    font-size: 14px;
    margin: 0 1px;
    padding: 5px 10px;
  }
  #tlzcjd .in-page .txt {
    display: none;
  }
}