body {
	background: #f8f8f8;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0px;
}

.conwid {
	width: 100%;
	max-width: 1396px;
}

.wip_ldcols2 {
	font-weight: 700;
	font-size: 32px;
	color: #333;
	margin-bottom: 30px;
}

.ztcons {
	margin: 30px auto 146px;
}

.swiper-list {
	position: relative;
	margin: 0px auto 60px;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
}

.swiper-container {
	margin:0px auto 6px;
	width: calc(100% - 150px);
}

.swiper-slide {
	width: 400px;
	border-radius: 4px;
	box-shadow: 0 2px 12px #99999933;
}

.swiper-slide img {
	height: 180px;
	width: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 38px;
	height: 38px;
	position: static;
	margin-top: 76px;
	/*top: 51px;*/
}

.swiper-button-prev {
	background: url(ztsevenleft.png) center no-repeat;
	background-size: cover;
	/*left: -51px;*/
}

.swiper-button-next {
	background: url(ztsevenright.png) center no-repeat;
	background-size: cover;
	/*right: -51px;*/
}

.wip_ztli {
	width: 49%;
	height: 60px;
	margin-bottom: 20px;
	border-radius: 8px;
	background: #fff url(ztliico.png) no-repeat 17px center;
	background-size: 20px;
	margin-left: 2%;
	font-weight: 400;
	font-size: 18px;
	padding-left: 58px;
	padding-right: 20px;
	color: #333;
	float: left;
	display: flex;
	align-items: center;
}

.wip_ztli:nth-child(2n+1) {
    margin-left: 0%;
}

.wip_ztli a {
	color: #333;
}

.wip_ztli:hover {
	background: #028BD1 url(ztliicohov.png) no-repeat 17px center;
	background-size: 20px;
}

.wip_ztli:hover a {
	color: #FFFFFF;
}