.zttabbox li{
  display: inline-block;
  line-height: 55px;
  background: #b1b1b1;
  border-radius: 5px;
  padding: 0 70px;
  font-size: 18px;
}
.zttabbox li a{
  color: #FFF;
}
.zttabbox{
  margin-top: 40px;
}
.zttabbox li:hover{
  background: #bd1c21;
}
.ztinfobox{
  position: relative;
}
.ztinfobg li{
  width: 21%;
}
.ztinfolist li{
  text-align: center;
  width: 21%;
}
.ztinfolist{
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ztinfolist span{
  display: inline-block;
  text-align: center;
  padding:10px 10px;
  font-weight: bold;
  background: #FFF;
  font-size: 48px;
}
.ztinfolist p{
  background: #FFF;

}
.huibg{
  background: #f5f5f5;
}
.zt-titbox h2{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.zt-titbox p{
  text-align: center;
}
.ztprolist{
  margin-top: 50px;
}

.ztprolist>li{
  background: #f5f5f5;
  margin-bottom: 30px;
  width: 48%;
}
.huibg .ztprolist>li{
  background: #fff;
}
.ztpropic{
  width: 45%;
}
.ztprotxt{
  width: 53%;
}
.ztpropic .ztpropicact{
  display: none;
}
.ztprolist>li:hover img{
  display: none;
}
.ztprolist>li:hover .ztpropicact{
  display: block;
}
.ztprotxt h4{
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
  color: #444;
}
.ztprotxt p{
  color: #444;
  text-align: center;
  font-size: 15px;
}
.ztprotxt p a:hover{
  color: #bd1c21;
}
.ztfzsbbox li{
  background: #FFF;
  
}
.ztfzsbbox li h4{
  text-align: center;
  font-weight: normal;
  padding: 15px 0;
}
.ztfzsbbox li:hover h4{
  color: #bd1c21;
}
.ztfzsbbox{
  padding-bottom:20px;
  position: relative;
}
.ztfzsbbox .swiper-pagination{
  width: 100%;
  position: static;
  margin-top:30px;
}
.ztfzsbbox .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.ztfzsbbox .swiper-pagination-bullet-active{
  background: #bd1c21;
  border-radius: 12px;
  width: 25px;
}
.ztcasetxt{
  float: left;
  width: 60%;
}
.ztcasepic{
  width: 35%;
  float: right;
}
.ztcasebox{
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.ztcaselist{
  position:absolute;
  border: 1px solid #eee;
  padding: 20px 20px;
  box-sizing: border-box;
  width: 88%;
  bottom: 0;
  background: #FFF;
}
.ztcaselist li{
  width: 22%;
  
}
.ztcaseleft{
  width: 8%;
  font-weight: bold;
}
.zttablebox{
  width: 88%;
}
.zttablebox td,.zttablebox tr,.zttablebox th{text-align: center;border: 1px solid #cfcfcf;}
.zttablebox table{width: 100%;border-collapse:collapse;}
.zttablebox tr td:first-child{font-weight: bold;font-size: 14px;}
.zttablebox tr td{font-size: 12px;line-height: 36px;color: #444;}
.zttablebox tr:nth-child(2n+1){background-color: #f1f1f1;}
.ztjdal{
  margin-bottom: 40px;
}
.zthonorpic{
  margin-top: 50px;
}
.zthonorpic img{
  width: 21%;
}
.zthonorpic .honor_img{
  width: 31%;
}
@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%);
	}
  .zttabbox ul{
    width: 80%;
    margin: 0 auto 30px;
  }
  .zttabbox ul li{
    display: block;
    width: 100%;
    line-height:40px;
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
  }
  .ztinfobg li{
    width: 48%;
    margin-bottom: 20px;
  }
  .ztinfolist li{
    margin-bottom: 20px;
    width: 48%;
  }
  .zt-titbox h2{
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .ztprolist>li{
    width: 100%;
  }
  .ztprotxt h4{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ztprotxt p{
    line-height: 1.3em;
  }
  .contact{
    margin: 0;
  }
  .ztfzsbbox .swiper-pagination{
    margin-top: 15px;
  }
  .ztcasetxt{
    width: 100%;
  }
  .ztcasepic{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ztcaselist{
    position: static;
    width: 100%;
    clear: both;
    margin-top: 30px;
  }
  .ztcaselist li{
    width: 48%;
    margin-top: 10px;
  }
  .ztcasebox{
    padding-bottom: 0;
  }
  .ztcaseleft{
    width: 100%;
    margin-bottom: 10px;
  }
  .zttablebox{
    width: 100%;
  }
  .ztjdal{
    margin-bottom: 20px;
  }
  .zthonorpic{
    margin-top: 20px;
  }
  .zthonorpic img{
    margin-bottom: 10px;
    width: 48%;
  }
  .zthonorpic .honor_img{
    width: 48%;
  }
}