.zjzwMD .wrap {
  width: 100%;
  margin: 0px auto;
  padding-top: 0;
}

.zjzwMD .search_mb {
  box-sizing: border-box;
}

.zjzwMD .header2 {
  width: 100%;
  height: 16vw;
  margin-top: 5vw;
}

.zjzwMD .header2 ul {
  position: relative;
  padding-left: 30vw;
}

.zjzwMD .header2 a {
  font-size: 4vw;
}

.zjzwMD .header2 li {
  width: 35vw;
  height: 8vw;
  line-height: 8vw;
}

.zjzwMD .header2 ul li:first-child {
  position: absolute;
  left: 0;
  height: 16vw;
  line-height: 16vw;
  width: 30vw;
}

.zjzwMD .header2 .li1 {
  background: none;
}

.zjzwMD .header2 li span {
  width: 4vw;
  height: 4vw;
  background-size: 100%;
  margin-right: 3vw;
}

.zjzwMD .ts_mb {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.zjzwMD .ts_mb a {
  display: block;
  width: 33%;
  font-size: 4vw;
  text-align: center;
  margin: 2vw 0;
}

.zjzwMD .ts_mb a img {
  width: 20vw;
  height: 20vw;
  display: block;
  margin: 0 auto;
  margin-bottom: 3vw;
}

.zjzwMD .section2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 3vw;
}

.zjzwMD .sec2left {
  width: 100%;
  margin-bottom: 3vw;
}

.zjzwMD .sec2right {
  width: 100%;
  margin-bottom: 3vw;
}

.zjzwMD .sec2left .th1,
.zjzwMD .sec2right .th1,
.zjzwMD .sec3left .th1,
.zjzwMD .sec3right .th1 {
  width: auto;
  background-color: #3780D3;
  height: 10vw;
  font-size: 5vw;
  color: #fff;
  line-height: 10vw;
  padding-left: 5vw;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 5vw;
}

.zjzwMD .tubiao {
  width: 5vw !important;
  height: 5vw !important;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  top: 1vw;
  right: 2vw;
  background-size: 100%;
}

.zjzwMD .sec2left .th2,
.zjzwMD .sec2right .th2,
.zjzwMD .sec3left .th2,
.zjzwMD .sec3right .th2 {
  width: auto;
  height: 10vw;
  text-align: right;
  font-size: 4vw;
  padding-right: 0;
  box-sizing: border-box;
  float: right;
  line-height: 10vw;
  background: none;
}

.zjzwMD .sec2left>table,
.zjzwMD .sec2right>table {
  width: 100%;
}

.zjzwMD .sec2left>table a,
.zjzwMD .sec2right>table a {
  font-size: 4vw;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zjzwMD .sec2left .td1,
.zjzwMD .sec2right .td1 {
  width: 74vw !important;
  height: 8vw;
  font-size: 4vw;
  padding-left: 3vw;
  display: flex;
  align-items: center;
}

.zjzwMD .sec2left .td2:nth-child(even),
.zjzwMD .sec2right .td2 {
  width: auto !important;
  height: 8vw;
  font-size: 4vw;
  color: #BBBBBB;
  text-align: center;
}

.zjzwMD .footer {
  height: 28vw;
}

.zjzwMD .footer ul {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.zjzwMD .footer li {
  width: 48%;
  height: 10vw;
  line-height: 10vw;
  font-size: 4vw;
  margin: 2vw 0;
  position: relative;
}

.zjzwMD .footer li span {
  position: absolute;
  border-left: 2vw solid transparent;
  border-right: 2vw solid transparent;
  border-top: 2vw solid #ffffff;
  top: 4vw;
  left: 41vw;
}

.zjzwMD .dropdown-content {
  width: 46vw;
  min-width: auto;
  padding: 1vw;
  z-index: 999;
}

.zjzwMD .dropdown-content a,
.zjzwMD .dropdown-content p {
  font-size: 4vw;
  line-height: 8vw;
}