* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eee;
}

.content {
	width: 1200px;
	min-height: 500px;
	margin: 20px auto;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #ccc;
}

.title {
	margin: 20px auto;
	font-size: 25px;
	text-align: center;
}

.search {
	width: 550px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

input.text {
	padding: 0 10px;
	width: 380px;
	height: 40px;
	float: left;
	border: none;
}

input.button {
	width: 150px;
	height: 40px;
	float: right;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #68a61c;
}

.sta-li {
	padding-top: 15px;
	width: 1000px;
	overflow: hidden;
	margin: 50px auto 0;

}

.sta-li dl {
	float: left;
	width: 25%;
	position: relative;
	min-height: 100px;
}

.sta-li dl dt {
	width: 30px;
	height: 30px;
	position: absolute;
	sta-icon z-index: 100;
	left: 0;
	top: -15px;
	background: url(images/dui.png) left top no-repeat;
	background-size: 100% auto;
	background-color: #fff;
}

.sta-li dl dt.sta-icon {
	background: url(images/dui1.png) left top no-repeat;
	background-size: 100% auto;
	background-color: #fff;
}

.sta-li dl dd {
	padding-top: 20px;
	padding-right: 10px;
	border-top: 6px solid #68a61c;
}

.sta-li dl dd.sta-last {
	padding-top: 20px;
	border-top: none;
}

.sta-li dl dd p {
	color: #555;
}

.sta-con {
	width: 1000px;
	/* border-top: 1px solid #ccc; */
	overflow: hidden;
	margin: 50px auto 0;
}

.sta-h3 {
	color: #000;
	margin: 30px auto 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.sta-h2 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}

.sta-con dt h3 {
	font-size: 25px;
}

.sta-con dt p,
.sta-con dd p {
	color: #555;
}

.sta-con dd h3,
.sta-con dt h2 {
	font-size: 16px;
	margin: 5px 0;
}

.sta-con dt h2 {
	margin-top: 20px;
}

.sta-con dt {
	width: 460px;
	float: left;
}

.sta-con dd {
	width: 250px;
	float: left;
	margin-left: 20px;
}


.tra-con {
	width: 1000px;
	margin: 0 auto;
}

.tra-con dl {
	position: relative;
	width: 800px;
	margin-bottom: 10px;

}

.tra-con dt {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;
	left: -7px;
	top: -20px;
	background: url(images/dui.png) left top no-repeat;
	background-size: 100% auto;
}

.tra-con dt.tra-con-icon {
	background: url(images/dui1.png) left top no-repeat;
	background-size: 100% auto;
}

.tra-con dd {
	margin-top: 20px;
	padding: 15px 20px 20px;
	border-left: 6px solid #68a61c;
}

.tra-con dd p {
	color: #555;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.tra-con dd h3 {
	position: absolute;
	top: -22px;
	color: #68a61c;
}

.tra-h3 {
	font-size: 24px;
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

.pdf {
	width: 550px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}

input.text1 {
	padding: 0 10px;
	width: 380px;
	height: 35px;
	float: left;
	border: none;
}

input.button1 {
	width: 150px;
	height: 35px;
	float: right;
	border: none;
	font-size: 16px;
	color: #fff;
	background-color: #68a61c;
}

.dpf-li {
	padding: 0 0 40px;
}

.dpf-li a,
.sta-con dd p a {
	color: #68a61c;
}