.banner{
	background: url(../img/caseBg.png) bottom center no-repeat;
	background-size: cover;
}
.banner .content{
	box-sizing: border-box;
	padding: 200px 30px 250px 30px;
}
.banner .content .bContent p{
	color: #303133;
	font-size: 50px;
	font-weight: bold;
	width: 511px;
}
.banner .content .bContent a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px 0px rgba(237, 91, 57, 0.4);
	border-radius: 20px;
	color: #DC6936;
	font-size: 16px;
	text-align: center;
	margin-top: 100px;
}
/*  */
.titleP{
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: linear-gradient(0deg, rgba(80, 173, 255, 0.8) 0%, rgba(162, 211, 255, 0.8) 0%, rgba(39, 32, 99, 0.8) 0%, rgba(255, 91, 103, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}
/*  */
.cases{
	padding-bottom: 100px;
}
.cases .list{
	margin-top: 150px;
}
.cases .li{
	cursor: pointer;
	margin: 20px;
}
.cases .liDiv{
	max-width: 372px;
	min-width: 350px;
	box-shadow: 0px 0px 27px 0px rgba(193, 193, 193, 0.4);
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto;
}
.cases .imgView{
	height: 232px;
	background-color: #D6E2F6;
	overflow: hidden;
}
.cases .imgView img{
	transition: all 0.3s;
	transform: scale(1);
    width: 100%;
    height: 100%;
}
.cases .liTxt{
	box-sizing: border-box;
	padding: 15px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.cases .liTxt .name{
	margin-bottom: 5px;
}
.cases .liBottom{
	height: 40px;
	box-sizing: border-box;
	padding: 10px;
}
.cases .li:hover img{
	transform: scale(1.1);
}
/*  */
.img{
	display: block;
	width: 100%;
}
.ndTxt{
    min-height: 500px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 50px;
    margin-bottom: 20px;
}
.content .title {
    color: #4C4293;
    font-size: 28px;
    text-align: center;
    margin: 70px 0 50px 0;
}
