.zt-banner{
	position: relative;
}
.zt-banner img{
	width: 100%;
}
.zt-banner h1{
	position: absolute;
	font-size: 56px;
    color: #FFF;
    display: block;
    padding: 50px;
    border: 1px solid #fff;
	left: 51%;
	top:46%;
	transform: translate(-50%,-50%);

}
.ztjinbox p{
	text-align: center;
	font-size: 18px;
}
.ztjinbtn{
	text-align: center;
	margin-top: 40px;
}
.ztjinbtn li{
	display: inline-block;
	line-height: 65px;
    border: 1px solid #dd1f2b;
    text-align: center;
	height: 65px;
	margin:0 10px
}
.ztjinbtn li a{
	display: inline-block;
	height: 65px;
	padding: 0 15px;
	line-height: 65px;
	color: #dd1f2b;
	font-size: 24px;
}
.ztjinbtn li:hover{
	background: #dd1f2b;

}
.ztjinbtn li:hover a{
	color: #FFF;
}
.zttitbox{
	text-align: center;
}
.zttitbox h2{
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px	;
}
.zttitbox img{
	display: inline-block;
	width: auto;
	margin-top: -40px;
}
.ztprobox{
	justify-content:start;
}
.ztprobox li{
	width: 31%;
	border: 1px solid #d3d3d3;
    position: relative;
    margin-top: 36px;
	margin-right: 3.5%;
	
}
.ztprobox li:nth-child(3n){
	margin-right: 0;
}
.ztprobox li h4{
	line-height: 50px;
	height: 50px;
	background: #9a9a9a;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
.ztprobox li:hover h4{
	font-weight: bold;
}
.ztqingbox li{
	width: 23%;
	margin-top: 30px;
}
.ztqingbox li h4{
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}
.ztqingbox li:hover h4{
	font-weight: bold;
}
.ztcasepic{
	margin-top: 20px;
	width: 45%;
}
.ztcasetxt{
	margin-top: 20px;
	width: 50%;
}
.ztcasetxt h4{
	font-size: 22px;
	margin-bottom: 20px;
}
.ztcasemore li{
	margin-top: 20px;
	width: 31%;
}
.ztcasemore li h4{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}
.ztcasemore li:hover h4{
	font-weight: bold;
}
.ztzizhibox{
	background: url(/static/dynamic/goldequipment/images/zhuangti18.png) no-repeat;
}
.ztzizhibox h2{
	color: #FFF;
}
.ztzizhilist{
	align-items: flex-start;
	margin-top: 40px;
}
.ztzizhilist li{
	width: 28%;
	text-align: center;
}
.ztzizhilist span{
	font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 37px;
    border: 1px solid #e2e3e7;
    border-radius: 10px;
	padding: 0 20px;
}
.ztzizhilist p{
	color:#FFF;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.7em;	
}
@media (max-width: 1000px){
	.zt-banner{
		height: 180px;
		position: relative;
	}
	.zt-banner img{
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	.zt-banner h1{
		font-size: 26px;
		font-weight: bold;
		padding:10px 20px;
		text-align: center;
	}
	.ztjinbox p{
		font-size: 15px;
	}
	.ztjinbtn{
		margin-top: 15px;
	}
	.ztjinbtn li{
		height: 50px;
		display: block;
		width: 60%;
		margin: 10px auto;
		line-height: 50px;
	}
	.ztjinbtn li a{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.zttitbox h2{
		font-size: 26px;
	}
	.zttitbox img{
		margin-top: -25px;
		width: 30px;
	}
	.ztprobox{
		justify-content: space-between;
	}
	.ztprobox li{
		margin-top: 20px;
		width: 48%;
		margin-right: 0;
	}
	.ztprobox li h4{
		height: 45px;
		line-height: 45px;
	}
	.ztqingbox li{
		width: 48%;
	}
	.ztcasepic{
		width: 100%;
	}
	.ztcasetxt{
		width: 100%;
	}
	.ztcasetxt h4{
		margin-bottom: 10px;
	}
	.ztcasemore li{
		width: 100%;
	}
	.ztzizhibox{
		background-size:cover;
	}
	.ztzizhilist li{
		width: 100%;
		margin-bottom: 30px;
	}
	.ztjinbox{
		padding-bottom: 0;
	}
}
