.a-banner{
	background: url(../images/case/banner.png) no-repeat center;
	background-size: cover;
}
/*.a-banner  .container{position: relative;}*/
.a-banner .banner-text{
	position: absolute;
	width: 530px;
	/*height: 170px;*/
	max-width: 40%;
	height: auto;	
	top: 45%;
	left:20%;
	transform: translate(-32%,-50%);
}
.a-banner .banner-text h3{
	line-height: 70px;
	margin-bottom: 20px;
	font-size:36px;
	color: #00fff3
}
.a-banner .banner-text p{
	line-height: 40px;
	font-size: 22px;
	color: #00f6eb;
}
.a-banner .banner-img{
	position: absolute;
	width: 800px;
	max-width: 50%;
	height: 100%;
	right:6%;
	top: 0;
	background: url(../images/case/banner-img.png) no-repeat center;
	background-size:cover;
}
.a-banner .banner-img img{
	position: absolute;
	top: 3%;
	left: 10%;
}
.a-banner .banner-img img:nth-child(1){
	width: 60px;
	top: 3%;
	left: 37%;
}
.a-banner .banner-img img:nth-child(2){
	width: 120px;
	top: 10%;
	left: 17%;
}
.a-banner .banner-img img:nth-child(3){
	width: 130px;
	top: 23%;
	left: 3%;
}
.a-banner .banner-img img:nth-child(4){
	width: 140px;
	top: 35%;
	left: -5%;
}
.a-banner .banner-img img:nth-child(5){
	width: 150px;
	top: 49%;
	left: -11%;
}
.a-banner .banner-img img:nth-child(6){
	width: 60px;
	top: 61%;
	left: 3%;
}
.a-banner .banner-img img:nth-child(7){
	width: 140px;
	top: 70%;
	left: -6%;
}
.a-banner .banner-img img:nth-child(8){
	width: 110px;
	top: 80%;
	left: 3%;
}
.form-case .row{
	padding: 38px 0;
	border-bottom: 1px solid #e5e5e5; 
}
.form-case .row:last-child{
	border: none;
}
.form-case .img-box{
	position: relative;
	width: 380px;
	max-width: 100%;
	height: 250px;
	overflow: hidden;
}
.form-case .img-box img{
	position: absolute;
	min-width: 100%;
	height: 100%;
    left: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #e9ebee;
    transition: all .2s;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    
}
.form-case .c-img{
	position: relative;
	width: 100%;
	height: 90px;
}
.form-case .c-img img{
	position: absolute;
	max-width: 204px;
	max-height: 55px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form-case h4{
	line-height: 30px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #3c3b3a;
}
.form-case .c-des{
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #969696;
}
.form-case .c-time{
	margin-top: 18px;
	font-size: 14px;
	color: #cbcaca;
}
.form-case .c-time img{
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.case-detail{
	margin: 88px auto;
}
.case-detail .form-detail{
	padding: 40px 25px;
	background: #fff;
	box-sizing: border-box;
}
.case-detail .form-detail .title{
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 24px;
	color: #333333;
}
.case-detail .form-detail .p1{
	font-size: 14px;
	color: #777777;
}
.case-detail .form-detail .p1 span{
	margin-left: 25px;
}
.case-detail .form-detail .c-info{
	margin: 30px 0;
	padding-top: 20px;
}
.case-detail .form-detail .c-info p{
	line-height: 30px;
	font-size: 14px;
}
.case-detail .form-detail .c-info img{
	max-width: 100%;
	margin: 20px 0
}
.case-detail .form-detail .other{
	margin: 0px;
	padding-bottom: 15px;
}
.case-detail .form-detail .other a{
	padding:15px 0px 0;
	color: #999;
}
.case-detail .form-detail .other a.next{
	text-align: right;
}
.case-detail .form-detail .btn-wrap{
	margin-top: 25px;
}
.case-detail .form-detail .btn-wrap .btn{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding:0px;
	text-align: center;
	background: #26afb4;
	font-size: 14px;
	color: #fff;
}
.case-detail .form-detail .btn-wrap .btn img{
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.case-detail .more-case{
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
}
.case-detail .more-case h3{
	position: relative;
	margin-bottom: 20px;
	padding-left:10px;
	font-size: 18px;
	color: #000;
}
.case-detail .more-case h3:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 20px;
	left: 0;
	background: #26afb4;
}
.case-detail .more-case .row{
	height: 109px;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
}
.case-detail .more-case .row .img-box{
	padding: 0px;
	max-width: 112px;
}
.case-detail .more-case .row .img-box img{
	width: 100%;
	height: 68px;
}
.case-detail .more-case .row .d-info{
	position: relative;
	height: 100%;
	padding-right: 0;
}
.case-detail .more-case .row .d-info h4{
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}
.case-detail .more-case .row .d-info p{
	position: absolute;
	bottom: 0;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}


@media (max-width: 1200px){
	.form-case .img-box{
		width: 100%;
	}
	.a-banner .banner-img{
		height: 80%;
		top: 8%;
		right: 0;
	}
	
}
@media (max-width: 992px){
	.case-detail{
		margin: 50px auto;
	}
	.case-detail .more-case{
		margin-top: 40px;
	}

}
@media (max-width: 768px){
	.form-case .col-xs-5{
		padding-right: 0px;
	}
	.form-case .img-box{
		width: 100%;
		height: 160px;
	}
	.form-case .c-img{
		height: 50px;
	}
	.form-case .c-img img{
		max-width: 130px;
		max-height: 35px;
	}
	.form-case h4{
		line-height: 26px;
		margin-bottom: 10px;
		font-size: 21px;
	}
	.form-case .c-des{
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.a-banner .banner-text{
		width: 100%;
		max-width: 100%;
		left: 0;
		padding: 0 20px;
		transform: translate(0,-50%);
	}
	.a-banner .banner-text h3{
		line-height: 45px;
	}
	.a-banner .banner-text p{
		line-height: 30px;
		font-size: 20px;
	}
	.case-detail .form-detail .other a.next{
		text-align: left;
	}
}