.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: 495px;
	height: 80px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 48px;
	line-height: 80px;
	text-align: center;
	
}
.bannerTitle h3{
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.contentOptions{
	width: 100%;
	height: 60px;
	background: #e3e3e3;
}
.contentOptionsX{
	width:250px;
	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;
	
}

.contentOptionsX ul li:nth-child(2){
	margin-left: 50px;
	border-bottom: 3px solid #e75b59;
}
.contentOptionsX ul li:hover{
	border-bottom: 3px solid #e75b59;
}

.contentLjaz{
	width: 1200px;
	height: 120px;
	margin: 80px auto;
}
.contentLjaz h3{
	text-align: center;
	padding-bottom:30px;
}
.contentLjazText{
	color: #333333;
	font-size: 14px;
}
.contentYs{
	width: 1200px;
	height: auto;
	margin: 0px auto 100px auto;
}
.contentYs h3{
	text-align: center;
	margin-bottom: 50px;
}
.contentYs div ul{
	margin: 0px;
	padding: 0px;
}
.contentYs div{
	width:1200px ;
	height: 450px;
}
.contentYs div ul li{
	width: 360px;
	height: 450px;
	border-radius: 10px;
	box-shadow:5px 5px 20px #e3e3e3;
	float: left;
	text-align: center;
}
.contentYs div ul li:nth-child(2){
	margin-left: 60px;
}
.contentYs div ul li:nth-child(3){
	margin-left: 60px;
}
.contentYs div ul li img{
	margin-top: 100px;
}
.contentYs div ul li h4{
	padding-top: 30px;
}
.contentYs div ul li p{
	width: 240px;
	margin: 30px 60px 0px 60px;
	text-align: left;
}
