.cases-list {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 3%;
}

.cases-list ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0;
}

.cases-list ul li {
	display: inline-block;
	width: 48.25%;
	margin-right: 3%;
	margin-bottom: 1.5%;
}

.cases-list ul li:nth-child(2n) {
	margin-right: 0;
}

.cases-list ul li .list-img {
	width: 100%;
	position: relative;
	padding-bottom: 66.7%;
	overflow: hidden;
}

.cases-list ul li .list-img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.cases-list ul li .list-img span {
	display: block;
	position: absolute;
	background: rgba(0, 92, 161, 0.6);
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.cases-list ul li .list-img span:before,
.cases-list ul li .list-img span:after {
	content: "";
	display: inline-block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.cases-list ul li .list-img span:before {
	width: 40px;
	height: 1px;
	margin-left: -20px;
}

.cases-list ul li .list-img span:after {
	height: 40px;
	width: 1px;
	margin-top: -20px;
}

.cases-list ul li:hover .list-img span {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

.cases-list ul li .list-txt {
	text-align: center;
	padding: 15px 15px;
}

.cases-list ul li .list-txt h1 {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media(max-width:1400px) {
	.cases-list ul li .list-txt h1 {
		font-size: 16px;
	}
}

@media(max-width:1100px) {
	.cases-list ul li .list-txt h1 {
		font-size: 14px;
	}

	.cases-list ul li .list-txt {
		text-align: center;
		padding: 10px 5px;
	}
}

@media(max-width:760px) {
	.cases-list ul {
		justify-content: space-between;
		margin: 0;
	}

	.cases-list ul li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}

	.cases-list ul li .list-txt h1 {
		font-size: 12px;
	}

}


/* 案例详情 */
.casesd-main {
	margin-top: 4%;
}

.casesd-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5%;
	margin-bottom: 5%;
}

.casesd-container>h1 {
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: 400;
	margin-bottom: 0.8%;
}

.casesd-container>p {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-bottom: 2%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 2%;
}

.casesd-text {
	padding-bottom: 4%;
	margin-bottom: 2%;
	border-bottom: 1px dashed #ddd;
}

.casesd-text img {
	display: inline-block;
	/*width: auto !important;*/
	height: auto !important;
	max-width: 100% !important;

}

.casesd-share {
	margin-bottom: 2%;
}

.casesd-other {
	position: relative;
	margin-bottom: 5%;
}

.casesd-other ul {
	display: inline-block;
}

.casesd-other ul li {
	display: block;
}

.casesd-other ul li a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.casesd-other ul li a:hover {
	color: #005ca1;
}

.casesd-other>a {
	position: absolute;
	right: 0%;
	font-size: 14px;
	padding: 0.5% 2%;
	border: 1px solid #005ca1;
	color: #005ca1;
}

.casesd-other>a:hover {
	background: #005ca1;
	color: white;
}

@media(max-width:1280px) {
	.casesd-container {
		padding: 0 5%;
		width: 90%;
	}
}

@media(max-width:760px) {
	.casesd-container {
		margin-bottom: 10%;
	}

	.casesd-other ul {
		display: block;
	}

	.casesd-other>a {
		position: static;
		display: inline-block;
		padding: 2% 5%;
		margin-top: 2%;
	}

	.casesd-container>p {
		font-size: 12px;
		color: #666;
		text-align: center;
		padding-bottom: 5%;
		border-bottom: 1px dashed #ddd;
		margin-bottom: 5%;
	}

	.casesd-container>h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.casesd-other ul li,
	.casesd-other ul li a {
		font-size: 12px;
	}

	.casesd-other>a {
		position: static;
		display: inline-block;
		padding: 0;
		width: 90px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		margin-top: 10px;
	}

	.casesd-text {
		padding-bottom: 10%;
		margin-bottom: 7%;
	}

	.casesd-text p span {
		font-size: 13px !important;
		line-height: 22px !important;
	}
}



.casesd-text div {
	display: flex;
	justify-content: space-between;
}

.casesd-text div p {
	display: inline-block;
	width: 46.5%;
}

.casesd-text div p img {
	display: block;
	width: 100% !important;
}

.casesd-text div p span {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 2%;
}

@media(max-width:760px) {
	.casesd-text div p span {
		font-size: 14px;
	}
}