* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

.header {
	width: 1000px;
	height: 125px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	/* background-color: red; */
}

.header img {
	margin-top: 10px;
}

.rightBox {
	float: right;
}

.myinputOne {
	float: right;
	height: 30px;
	width: 150px;
	border-radius: 30px;
	text-align: center;
}

.myulOne {
	float: right;
	margin-top: 60px;
	margin-right: -80px;
}

.myulOne li {
	float: left;
	padding: 15px;
	font-size: 16px;
}

.myulOne li a:hover {
	color: red;
}

.myulOne li a {
	color: #000;
}

.banner {
	width: 100%;
	height: 500px;
}

.banner img {
	width: 100%;
	height: 500px;
}

.footer {
	width: 100%;
	height: 44px;
	background-color: #000;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	margin-top: 150px;
}

.mian1 {
	width: 100%;
	height: 50px;
	background-color: #eaeaea;
	margin-bottom: 52px;
}

.centerDiv {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	/* background-color: red; */
}

.main2 {
	width: 1000px;
	margin: 0 auto;
	/* height: 100px; */
	overflow: hidden;

}

.leftDiv {
	position: absolute;
	width: 200px;
	height: 140px;
	background-color: red;
	float: left;
	font-size: 20px;
	padding-left: 40px;
	top: 556px;
	opacity: .8;
}

.leftDiv_One {
	width: 200px;
	height: 140px;
	background-color: #ffa500;
	position: absolute;
	/* bottom: 514px; */
	color: #000;
	font-size: 20px;
	padding-left: 40px;
}

.rightDiv {
	width: 700px;
	/* background-color: palegoldenrod; */
	float: right;
	margin-right: 28px;
}

.OneP {
	font-size: 20px;
	color: red;
	line-height: 40px;
	padding: 0px 20px;
	display: inline-block;
	border-bottom: 2px solid red;
}

.content {
	margin-top: 30px;
	line-height: 30px;
}

.content dl dd {
	width: 400px;
	text-indent: 2em;
	float: left;
}

.content dl dt {
	float: right;
}

.labelDiv {
	float: right;
	width: 400px;
	height: 50px;
	line-height: 50px;
}

.labelDiv p:nth-child(1) {
	float: left;
}

.labelDiv span {
	float: left;
	margin-left: 5px;
}
