@charset "utf-8";

.list_ztk{
	width: 1600rem;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40rem;
}
.ztk_title{
	width: 100%;
	height: 40rem;
	margin: 30rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ztk_title span{
	display: block;
	width: 59rem;
	height: 16rem;
}
.ztk_title span.ztk_title_span1{
	background: url(../images/stsg_42.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.ztk_title span.ztk_title_span2{
	background: url(../images/stsg_43.png) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.ztk_title h3{
	font-size: 36rem;
	color: #B86646;
	font-weight: bold;
	margin: 0 40rem;
}
.ztk_ul{
	margin: 70rem auto 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 70rem;
}
.ztk_li{
	width: 593rem;
	height: 337rem;
	margin: 0 auto 30rem;
}
.ztk_li a{
	box-sizing: border-box;
	padding: 24rem 0rem;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.ztk_li img{
	display: block;
	width: 100%;
	height: 100%;
}
.ztk_li span{
	display: block;
	width: 110rem;
	height: 34rem;
	font-size: 14rem;
	color: #333333;
	text-align: center;
	line-height: 30rem;
	position: absolute;
	right: 50rem;
	bottom: 50rem;
}


@media only screen and (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}

	.list_ztk{
		width: 710rem;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0;
	}
	.ztk_title{
		width: 100%;
		height: 45rem;
		margin: 30rem auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ztk_title span{
		display: block;
		width: 70rem;
		height: 20rem;
	}
	.ztk_title span.ztk_title_span1{
		background: url(../images/stsg_42.png) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	.ztk_title span.ztk_title_span2{
		background: url(../images/stsg_43.png) no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}
	.ztk_title h3{
		font-size: 40rem;
		color: #B86646;
		font-weight: bold;
		margin: 0 40rem;
	}
	.ztk_ul{
		margin: 40rem auto 0;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0;
	}
	.ztk_li{
		width: 710rem;
		height: 402rem;
		margin: 0 auto 30rem;
	}
	.ztk_li a{
		box-sizing: border-box;
		padding: 24rem 0rem;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.ztk_li img{
		display: block;
		width: 100%;
		height: auto;
	}
	.ztk_li span{
		display: block;
		width: 130rem;
		height: 44rem;
		font-size: 24rem;
		color: #333333;
		text-align: center;
		line-height: 40rem;
		position: absolute;
		right: 70rem;
		bottom: 74rem;
	}
}
