/* CSS Document */


#lx-layout {
	width: 100%;
	height: auto;
	padding: 30px 0px;
	background: rgb(244, 244, 244);
	margin: 50px 0px 0px 0px;
	min-width: 1200px;
}
.lx-contant-ly {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

.ds-title06 {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #c11414;
	padding-top: 30px;
	padding-bottom: 50px;
}
.mian06-line {
	width: 828px;
	height: 36px;
	background: url(../images/line.jpg) no-repeat center;
	margin: 0px auto;
}
.mian06-font {
	width: 1200px;
	height: 70px;
	font-size: 14px;
}
.mian06-font p:first-child {
	width: 362px;
	height: 70px;
	float: left;
	line-height: 30px;
	color: #c11414;
	text-align: center;
	margin-left: 188px;
}
.mian06-font p:nth-child(2) {
	width: 537px;
	height: 70px;
	float: left;
	line-height: 30px;
	color: #666;
	text-align: center;
}
.mian06-form {
	width: 600px;
	height: auto;
	padding-bottom: 100px;
	margin: 70px auto;
}
.form-ground {
	width: 600px;
	height: 47px;
	margin-bottom: 20px;
}
.form-ground label {
	width: 132px;
	height: 47px;
	line-height: 47px;
	float: left;
	text-align: right;
	font-size: 16px;
}
.form-ground .ds-text {
	width: 400px;
	height: 45px;
	background: #ececec;
	border: 1px solid #dedede;
	border-radius: 4px;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 16px;
}
.ds-gou {
	width: 400px;
	height: 31px;
	padding-top: 7px;
	float: left;
}
.ds-gou a {
	float: left;
	margin-left: 15px;
}
.ds-gou a.ok {
	background: url(../images/ok.jpg) no-repeat;
	width: 32px;
	height: 31px;
	display: inline-block;
}
.ds-gou a.no {
	background: url(../images/no.jpg) no-repeat;
	width: 32px;
	height: 31px;
	display: inline-block;
}
.ds-gou b {
	float: left;
	line-height: 31px;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 50px;
}
.ds-btn {
	width: 164px;
	height: 46px;
	background: #c11414;
	color: white;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	border: 0px;
	border-radius: 3px;
	margin-left: 300px;
	margin-top: 50px;
	cursor: pointer;
}
.ds-btn:hover {
	width: 162px;
	height: 44px;
	border: 1px solid #c11414;
	color: #c11414;
	background: rgb(244, 244, 244);
	line-height: 44px;
}