* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.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;
}

.main {
	width: 1000px;
	/* background-color: pink; */
	margin: 0 auto;
	margin-top: 26px;
	;
	overflow: hidden;
}

.centerDiv {
	width: 200px;
	height: 80px;
	border-color: #df730e;
	border-style: dotted;
	float: left;
	/* margin: 0 auto; */
	text-align: center;
	line-height: 80px;
}

.myPOne {
	font-size: 24px;
}

.leftDiv {
	width: 396px;
	height: 2px;
	background-color: black;
	float: left;
	margin-top: 40px;
}

.rightDiv {
	width: 396px;
	height: 2px;
	background-color: black;
	float: right;
	margin-top: 40px;
}

.clear {
	clear: both;
}

.OneDiv {
	width: 400px;
	height: 127px;
	background-color: #eceaea;
	border-radius: 15px;
	margin: 24px 50px;
	box-shadow: 11px 8px 5px -1px #c6c6c6;
	float: left;
}

.TwoDiv {
	width: 400px;
	height: 127px;
	background-color: #eceaea;
	border-radius: 15px;
	margin: 24px 50px;
	box-shadow: 11px 8px 5px -1px #c6c6c6;
	float: right;
}

.ThreeDiv {
	width: 400px;
	height: 127px;
	background-color: #eceaea;
	border-radius: 15px;
	margin: 24px 50px;
	box-shadow: 11px 8px 5px -1px #c6c6c6;
	float: left;
}

.FourDiv {
	width: 400px;
	height: 127px;
	background-color: #eceaea;
	border-radius: 15px;
	margin: 24px 50px;
	box-shadow: 11px 8px 5px -1px #c6c6c6;
	float: right;
}

.myDlOne dt {
	margin: 13px;
	float: left;
}

.myDlOne dt img {
	width: 101px;
}

.myDlOne dd p {
	font-size: 12px;
}

.myDlOne dd p:nth-child(1) {
	padding-top: 14px;
	padding-bottom: 16px;
	/* color: red; */
}

.myDlOne dd p:nth-child(2) {
	font-size: 12px;
	text-indent: 2em;
	margin-right: 20px;
	float: right;
	width: 250px;

}

.ppp span {
	width: 100px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .divA{
	border: 1px solid red;
} */
.divA a {
	color: red;
	font-size: 12px;
	border: 1px solid red;
}

.footer {
	width: 100%;
	height: 44px;
	background-color: #000;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
}
