

.casetxt-txt p{
	margin-bottom: 0;
}
.casetxt-txt img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.iph{ display: none; }
.content{
	position: relative;
	z-index: 2;
}
.caseban-img{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.caseban-img{
	width: 100%;
}
.caseban-img:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: url(../images/banbg.png) repeat-x bottom; */
}
.caseban-img>div{
	width: 100%;
	height: 100%;
	background-size: cover !important;
}
.caseban-txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 50px;
}
.caseban-txt span{
	font-size: 34px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.caseban-txt h1{
	margin-bottom: 20px;
}
.caseban-txt a{
	font-size: 34px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-decoration: none;
	/* white-space: nowrap; */
}
.caseban-txt img{
	position: absolute;
	visibility: hidden;
} 
.caseban-txt div p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}
.casetxt-ml{
	position: fixed;
	z-index: 8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 70px;
	transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}

.casetxt-tit{
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
