body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 15px
}
a{
	text-decoration: none;
	color: #0083D1;
}
a:hover{color: #FF7F00;}
#contents {
	width: 100%;
	background-color: #0083D1;
	height: 1000px;
	opacity: 0;
	-webkit-animation: have 2s forwards 0s;
	margin-top: -150px;
	overflow: auto;
}
.topimg{width: 100%;
margin-top:-25px ;}
li {
	list-style: none;
}

#zhaoping {
	padding-bottom: 40px;
	padding-top: 170px;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	-webkit-animation: height 1s forwards;
	-webkit-box-shadow: 0px 2px 15px #CDCAC8;

}


@-webkit-keyframes transform {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

.jobli {
	opacity: 0;
	-webkit-animation: have 1s forwards 1s;

}

.jobli li {
	width: 350px;
	float: left;
	line-height: 50px;
	border: 1px solid #59BAA8;
	padding-left: 10px;
	color: #000000;	
}

.jobli li:nth-child(1),
.jobli li:nth-child(3),
.jobli li:nth-child(5) {
	border-right: 0px;
	border-bottom: 0px;
}

.jobli li:nth-child(2),
.jobli li:nth-child(4),
.jobli li:nth-child(6) {
	border-bottom: 0px;
}

.jobli li:nth-child(8) {
	border-left: 0px;
}

.jobli li:nth-child(9) {
	width: 711px;
	line-height: 25px;
	height: 500px;
	overflow: auto;
	border-top: 0px;
		overflow: auto;
}

.jobli li span {
	padding-left: 10px;
	color: #555555;
}
.jobli li p {
	padding-left: 10px;
	color: #555555;
}
.jobli li:nth-child(10) {
	text-align: center;
	width: 711px;
	line-height: 50px;

	border-top: 0px;
	overflow: auto;
}
.contents {
	overflow: auto;
	width: 720px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	background-color: #E7433B;
}

@-webkit-keyframes have {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes height {
	from {
		height: 0px;
	}
	to {
		height: 1050px;
	}
}