.banner{
	width: 100%;
	height: 400px;
	background: url(../img/lx/lx.jpg);
	background-size: 100% 100%;
	-moz-background-size:100% 100%;
}
.bannerX{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.bannerTitle{
	width: 400px;
	height: auto;
	padding: 120px 0px 30px 0px;
}
.bannerTitleButton{
	width: 250px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	margin-left: 76px;
}

.bannerTitle h3{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.contentLXl p{
	color: #9b9b9b;
	border-bottom:1px solid #ebebeb ;
}
.contentLX{
	width: 1200px;
	height: 560px;
	margin: 100px auto 10px auto;
}
.contentLXl{
	width: 700px;
	height: 100%;
	float: left;
}
.contentLXr{
	width: 400px;
	height: 100%;
	float: right;
	
}

.contentLXr h3{
	border-bottom:1px solid #ebebeb ;
	padding-top: 10px;
	height: 50px;
}
.contentLXr p{
	line-height: 26px;
}
.contentLXlButton form input{
	width: 310px;
	height: 30px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	margin-top: 40px;
	color: #999999;
	margin-left: 40px;
}
.contentLXlButton form input:nth-child(2n+1){
	margin-left: 0px;
}
.contentLXlButton form textarea{
	width: 700px;
	height: 100px;
	margin-left: 0px;
	margin-top: 40px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	color: #999999;
}
.contentLXlButton form button{
	width: 220px;
	height: 40px;
	margin: 80px 240px;
	background: #1780c5;
	border: 1px solid #1780c5;
	color: #fff;
}
