.zt-banner img{
  width: 100%;
}
.zt-banner{
  position: relative;
}
.ztbantxt{
  position: absolute;
  right: 20%;
  background-color: rgba(195,51,58,.7);
  z-index: 10;
  top: 50%;
  padding: 20px 30px;
  transform: translate(0,-50%);
}
.ztbantxt h2{
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.ztbantxt p{
  text-align: center;
  color: #FFF;
  font-size: 30px;
}
.ztinfotxt{
  width: 55%;
}
.ztinfopic{
  width: 42%;
}
.ztinfopic>img{
  width: 45%;

}
.info_img{
  width: 48%;
}
.ztinfotxt h3{
  font-size: 24px;
  margin-bottom: 10px;
}
.info_img h3{
  font-size:18px;
  margin-bottom: 10px;
}
.info_img li{
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}
.info_img li::before{content: "";width: 12px;height: 12px;display: block;position: absolute;left: 0;top: 7px;background-color: #e7e6e6;}
.info_img li:nth-child(2)::before{background-color: #c41f23;}
.info_img li:nth-child(3)::before{background-color: #0f3f81;}
.zt-titbox h2{
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.zt-titbox p{
  text-align: center;
} 
.ztprotab{
  text-align: center;
  margin: 30px 0;
}
.ztprotab li{
  display: inline-block;
  padding: 3px 30px;
  background-color: #dd1f2b;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-left: 50px;
  margin-bottom: 10px;
}
.ztprotab li a{
  color: #FFF;
}
.ztprotab li:hover{
  opacity: .8;
}
.ztprolistpic{
  width: 40%;
}
.ztprolisttxt{
  width: 55%;
}
.ztprolisttxt h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ztprolisttxt h4{
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.ztprolisttxt p span{
  color: #dd1f2b;
}
.ztproitem li{
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #595757;
}
.ztproitem li:before{
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #595757;
  left: 0;
  top: 12px;
  position: absolute;
}
.huibg{
  background: #f8f7f7;
}
.ztcasetxt{
  width: 49%;
}
.ztcasetxt h4{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ztcasetxt p{
 font-size: 15px;
 line-height: 1.4em;
 margin-bottom: 1em;
}

.ztcasepic{
  width: 45%;
}
.ztcasebox{
  margin-top: 40px;
}
.zttablebox table,.zttablerow table{
  border-collapse: collapse;
  width: 100%;
}
.zttablebox table tr,.zttablebox table td,.zttablebox table th,.zttablerow table tr,.zttablerow table td{
  border: 1px solid #bab9b9;
  text-align: left;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.zttablerow{
  margin-top: 20px;
}
.zttablerow table th{
  text-align: center;
  background-color: #dd1f2b;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  border: 0;
}
.zttablerow table td{
  padding: 5px 0;
  background: #e7e6e6;
}
.ztxhzzbox{
  margin-top: 40px;
}
.ztxhzzbox li{
  width: 31%;
  position: relative;
}
.ztxhzztxt{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  padding:20px 30px;
}
.ztxhzztxt img{
  width: 50px;
  display: block;
  margin: 0 auto;
}
.ztxhzztxt h4{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #FFF;
}
.ztxhzztxt p{
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}

@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%);
	}
  .ztbantxt h2{
    font-size: 24px;
    font-weight: bold;
  }
  .ztbantxt p{
    font-size: 18px;
    text-align: center;
  }
  .ztbantxt{
    padding: 15px 20px;
    right: auto;
    width: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .ztinfotxt{
    width: 100%;
  }
  .ztinfotxt h3{
    font-weight: bold;
  }
  .ztinfopic{
    width: 100%;
    margin-top: 30px;
  }
  .ztinfopic>img{
    width: 40%;
  }
  .info_img{
    width: 56%;
  }
  .info_img h3{
    font-weight: bold;
  }
  .zt-titbox h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .ztprotab{
    width: 60%;
    margin:20px auto 0;
  }
  .ztprotab li{
    display: block;
    margin-left: 0;
  }
  .ztprolistpic{
    width: 100%;
  }
  .ztprolisttxt{
    width: 100%;
    margin-top: 30px;
  }
  .contact{
    margin: 0;
  }
  .huibg .ztprolisttxt{
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .ztcasetxt{
    width: 100%;
    margin-bottom: 20px;
  }
  .ztcasepic{
    width: 100%;
  }
  .ztcasetxt h4{
    font-size: 20px;
  }
  .ztxhzzbox li{
    width: 100%;
    margin-bottom: 20px;
  }
  .ztxhzztxt img{
    width: 44px;
  }
  .ztxhzztxt h4{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}