.banner-wrap{
	width: 100%;
	height: 380px;
	background: url('/frontend/web/image/case/banner2.png') no-repeat center;
	background-size: cover;
}

.banner{}

.banner > h1{
	padding-top: 130px;
	text-align: center;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	color: #ffffff;
}

.banner > p{
	margin-top: 17px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}

.case-wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}

.case-wrap ul.list{
	margin-left: 107px;
}

.case-wrap ul.list li{
	margin-right: 36px;
	margin-bottom: 36px;
	width: 300px;
	height: 400px;
	border: 1px solid #eee;
	border-radius: 2px;
	float: left;
	position: relative;
	top: 0;
}

.case-wrap ul.list li:nth-child(3n){
	margin-right: 0;
}

.case-wrap ul.list li:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
	top: -10px;
}

.case-wrap ul.list li .ow{
	width: 100%;
	height: 202px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.case-wrap ul.list li .ow img{
	width: 100%;
	height: 100%;
}

/*.case-wrap ul.list li .ow:hover img{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/

.case-wrap ul.list li h4{
	margin-top: 21px;
	padding: 0 18px;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: -1.5px;
}

.case-wrap ul.list li h4 a{
	color: rgba(0, 0, 0, 0.85);
}

.case-wrap ul.list li p{
	margin-top: 12px;
	padding: 0 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.45);
	letter-spacing: -0.4px;
}

.case-wrap ul.list li p a{
	color: rgba(0, 0, 0, 0.45);
}

.case-wrap ul.list li a.more{
	display: inline-block;
	margin-top: 24px;
	margin-left: 18px;
	padding-right: 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #07A6F0;
	background: url(/frontend/web/image/jiejue/more_arrow.png) no-repeat right center;
}

/*.more-btn{
	margin: 0 auto;
	width: 150px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #07A6F0;
	border: 1px solid #eee;
	cursor: pointer;
}
*/

.more-btn{
	margin: 0 auto;
	width: 80px;
	padding-right: 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #07A6F0;
	background: url(/frontend/web/image/jiejue/more_arrow.png) no-repeat right center;
}
.more-btn.none{
	display: none;
}
