h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.ztfldy{
  align-items: normal;
}
.ztfldy li{
  width: 19.5%;
  background: #ececec;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 30px 10px;
}
.ztfldy li h3{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.ztfldy li p{
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
.welf_num{
  text-align: center;
}
.welf_num span{
  background-color: #ce1d27;
  width: 50px;
  height: 50px;
  margin-top: -5px;
  display: inline-block;
  left: 5px;
  text-align: center;
  line-height: 46px;
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.welf_num span::before{
  content: '';
  display: block;
  background-color: #f03d43;
  position: absolute;
  left: 5px;
  right: 5px;
  top: -5px;
  bottom: 5px;
  z-index: -1;
}
.ztxyzp{
  width: 100%;
}
.ztxyzp img{
  width: 100%;
  margin-top: -270px;
  position: relative;
  z-index: -1;
}
.ztxhly {
  align-items: normal;
}
.ztxhly li{
  margin-bottom: 30px;
  width: 47%;
}
.ztxhly h4{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
.ztxhly p{
  line-height: 1.7em;
  font-size: 15px;
}
.zttable tr th{
  background-color: #f03d43;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.zttable tr td{
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    padding: 20px;
}
.zttable tr td.zttabletit{
  background: #e0e0e0;
  font-weight: bold;
}
.ypqdrow{
  position: relative;
}
.ypqdbox{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ypqdbox p{
  text-align: center;
}
.ypqdbox h3{
  text-align: center;
  font-size: 22px;
  color: #f03d43;
}
@media (max-width: 1000px){
	.zt-banner{
		height: 180px;
		position: relative;
		overflow: hidden;
	}
	.zt-banner img{
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
  h2{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .ztxinhai{
    padding-bottom: 0;
  }
  .ztxinhai li{
    width: 100%;
  }
  .ztxinhai li img{
    width: 100%;
  }
  .ztfldy li{
    width: 49.5%;
  }
  .welf_num span{
    margin-bottom: 10px;
  }
  .ztxyzp img{
    margin-top: 0;
  }
  .ztxhly li{
    margin-top:20px;
    margin-bottom: 0px;
    width: 100%;
  }
  .ztxhly h4{
    margin-bottom: 10px;
    font-size: 18px;
  }
  .zttable{
    overflow-x: auto;
  }
  .zttable table{
    min-width: 1000px;
  }
  .zttable tr th{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .zttable tr td{
    line-height: 1.3em;
    padding:5px 10px ;
  }
  .zttable tr td p{
    line-height: 1.5em;
    font-size: 14px;
  }
  .ypqdbox{
    position: static;
    transform: none;
  }
  .ypqdrow img{
    display: none;
  }
  .ypqdbox h2{
    font-size: 24px;
  }
  .ypqdbox h3{
    margin-top: 10px;
    font-size: 18px;
  }
}