﻿.xwb{
	position: absolute;
	bottom: 10%;
	left: 6%;
	color: #fff;
	opacity: 1;
	transition: 0.5s;
}
.xwb h4{
	line-height: 0px;
	font-size: 24px;
	margin-bottom:24px;
	font-weight: normal;
}
.xwb p{
	font-size: 14px;
}

/* 案例列表 - 对齐 newlati.com 三列，缩略图 500x350 */
.anliquanping{
	width: 1400px;
	max-width: 96%;
	margin: 0px auto;
	box-sizing: border-box;
}
.anliquanping ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.anliquanping li{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-top: 3%;
	box-sizing: border-box;
}
.anliquanping li:nth-child(3n){
	margin-right: 0px;
}
.anliquanping li .img{
	overflow: hidden;
	width: 100%;
	aspect-ratio: 500 / 350;
	background: #eee;
	position: relative;
}
.anliquanping li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	float: none;
	transition: .5s;
}
.anliquanping li h3{
	font-size: 20px;
	color: #000;
	margin: 0px;
	margin-top: 16px;
	font-weight: normal;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.anliquanping li p{
	font-size: 14px;
	color: #606060;
	margin-top: 6px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.anliquanping li a{
	text-decoration: none;
	color: inherit;
	display: block;
}
.anliquanping li:hover .img img{
	transform: scale(1.06);
}

@media screen and (max-width:1500px){
	.anliquanping{width: 1200px; max-width: 96%;}
}
@media screen and (max-width:1000px){
	.anliquanping li{width: 48%; margin-right: 4%;}
	.anliquanping li:nth-child(3n){margin-right: 4%;}
	.anliquanping li:nth-child(2n){margin-right: 0;}
}
