body {
	/*body基本样式开始*/
	font-family: "宋体", Tahoma, verdana;
	background: #ecf6ff url(c-01.png) repeat-x center top;
}

.con-box {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 40px;
}

.con-banner,
.con-banner img {
	width: 100%;
	height: auto;
}

.con-text {
	width: 100%;
	padding: 24px 10px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	text-align: justify;
}

.con-list {
	width: 100%;
	height: auto;
}

.con-list ul {
	width: 100%;
	height: auto;
	background: #fff url(a-03.png) no-repeat center bottom;
	padding: 0 0 34px 10px;
}

.con-list ul li {
	width: 152px;
	height: 90px;
	background: #fff url(a-01.png) no-repeat center bottom;
	margin: 30px 10px 0 0;
	float: left;
}

.con-list ul li:nth-child(6n) {
	margin: 30px 0 0 0;
}

.con-list ul li a {
	width: 100%;
	height: 100%;
	line-height: 90px;
	text-align: center;
	font-size: 16px;
	color: #333;
	display: block;
}