.banner{
	width: 100%;
	height: 400px;
	background: url(../img/app/bannerapp.jpg);
	background-size: 100% 100%;
	-moz-background-size:100% 100%;
}
.bannerTitle{
	width: 495px;
	height: auto;
	margin: 0px auto;
	padding: 120px 0px 30px 0px;
}
.bannerTitleButton{
	width: 280px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	margin-left: 107px;
	
}
.bannerTitle h3{
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.contentOptions{
	width: 100%;
	height: 60px;
	background: #e3e3e3;
}
.contentOptionsX{
	width:600px;
	height: 60px;
	margin: 0 auto;
}
.contentOptionsX ul{
	margin: 0px;
	padding: 0px;
}
.contentOptionsX ul li{
	width: 100px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	margin-left: 20px;
	
}

.contentOptionsX ul li:nth-child(1){
	margin: 0px;
	border-bottom: 3px solid #e75b59;
}
.contentOptionsX ul li:hover{
	border-bottom: 3px solid #e75b59;
}
.contentAlx{
	width: 1200px;
	height: 2400px;
	margin:0 auto;
}
.contentAlx ul{
	margin: 0px;
	padding: 0px;
}
.contentAlx ul li{
	width: 360px;
	height: 420px;
	margin-top: 60px;
	margin-left:60px;
	box-shadow:5px 5px 20px #e3e3e3;
	float: left;
}
.contentAlx ul li:nth-child(3n+1){
	margin-left: 0px;
}
.contentAlx ul li div p{
	float: left;
	font-size: 18px;
	padding: 20px 0px 0px 25px;
}
.contentAlx ul li div img{
	float: right;
	padding: 25px 28px 0px 0px;
}
.contentButton{
	width: 400px;
	height: auto;
	margin: 30px auto 0px auto;
}
.contentButton button{
	height: 30px;
	border:none ;
	background: #f4f4f4;
	margin-left: 10px;
	color: #333333;
}
.contentButton button:nth-child(2){
	color: #fff;
	background: #2895de;
}
.contentButton button:hover{
	color: #fff;
	background: #2895de;
}