* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family: "microsoft yahei";
	min-width: 1280px;
}
a {
	text-decoration: none;
}

li {
	list-style: none;
}
#warp{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner{
	width: 100%;
	height: auto;
	position: relative;
}
.nav{
	width: 100%;
	height: 110px;
	background: #7bd2ff;
	margin-top: -5px;
}
.nav ul{
	width: 1010px;
	height: 110px;
	margin: 0 auto;
	font-size: 26px;
}
.nav ul li{
	float: left;
	margin-right: 23px;
	line-height: 110px;
}
.nav ul li a{
	color: #FFF;
}
.nav ul li a:hover{
	color: #333333;
}
.total{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	padding-top: 35px;
	color: #333333;
}
.total p{
	padding-left: 30px;
}
.total .p1{
	height: 23px;
	color: #0076be;
	font-size: 24px;
	background: url(../img/im.png) no-repeat top left;
	line-height: 23px;
}
.total .p2{
	text-indent: 2em;
	font-size: 21px;
	color: #333333;
	line-height: 35px;
}
.footers{
	width: 100%;
	height: 47px;
	line-height: 53px;
	font-size: 12px;
	background: #3695b7;
	color: #010101;
	text-align: center;
}
.post_total{
	width: 1010px;
	height: auto;
	margin: 0 auto;
	padding-top: 35px;
	color: #333333;
}
.post_total p a{
	color: #1378b0;
}
.table_top{
	width: 1000px;
	height: 147px;
	margin: 0 auto;
	background: url(../img/th_bgr.png) no-repeat center center;
	background-size: 100% 100%;
}
.table_top span{
	line-height: 134px;
	color: #FFF;
	font-size: 21px;
	padding-left: 59px;
}
.td1{
	border-bottom: 1px solid #18a3d0;
}
.td2{
	border-bottom: 1px solid #c9b509;
}
.post_total table{
	width: 951px;
	height: auto;
	margin-left: 52px;
}
.post_total table tr{
	width: 951px;
	height: 37px;
}
.post_total table td{
	text-align: center;
}
.td{
	width: 965px;
	height: 70px;
	/*margin: 0 auto;*/
	background: url(../img/td_bgr.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 15px;
}
.td span{
	width: 155px;
	height: 70px;
	display: block;
	float: left;
	text-align: center;
	line-height: 37px;
}
.new_td{
	width: 965px;
	height: 70px;
	/*margin: 0 auto;*/
	background: url(../img/td_bgr2.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 15px;
}
.new_td span{
	width: 155px;
	height: 70px;
	display: block;
	float: left;
	text-align: center;
	line-height: 37px;
}
