.header {
	min-width: 1108px;
	height: 400px;
}

.banner {
	width: 100%;
	height: 360px;
	display: block;
	position: absolute;
	top: 0;
}

.table-content {
	width: 1108px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 80px;
	display: table;
}

.table-left {
	width: 220px;
	height: auto;
	float: left;
	display: inline-table;
}

.table-left p {
	width: 100%;
	height: 100px;
	position: relative;
	top: -40px;
	text-align: center;
	background: gainsboro;
	font-size: 30px;
	line-height: 100px;
	font-family: "宋体";
}

.table-left ul {
	margin-top: -40px;
	border-right: 4px solid gainsboro;
	padding-bottom: 60px;
}

.table-left ul li {
	width: 100%;
	height: 60px;
	background: white;
	text-align: center;
	border-bottom: 1px dashed gainsboro;
}

.table-left li a {
	font-size: 16px;
	color: dimgrey;
	line-height: 60px;
}

.table-left li:hover {
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:5px 15px;
}

.table-left li.active {
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:5px 15px;
}


.position {
	float: right;
	margin-top: -30px;
	padding-bottom: 10px;
}

.table-right {
	width: 885px;
	min-height: 500px;
	float: left;
}

.table-pic {
	width: 100%;
	height: 250px;
	display: block;
}

.right-title {
	width: 100%;
	height: 60px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid gainsboro;
}

.right-title p {
	width: 100%;
	font-size: 24px;
	line-height: 60px;
	color: #080808;
	margin-left: 20px;
}

.table-con {
	width: 100%;
	min-height: 700px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	border-bottom: 1px solid gainsboro;
}

.table-con ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.table-con ul li {
	width: 265px;
	height: 265px;
	float: left;
	margin: 15px;
	overflow: hidden;
}

.table-con li span {
	width: 99.4%;
	height: 225px;
	display: block;
	border: 1px solid #E6E6E6;
	margin: 0 auto;
	box-shadow: -2px 2px 2px gainsboro;
}

.table-con li p {
	width: auto;
	height: 40px;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.table-con li:hover p {
	background: #E7E7E7;
	font-size: 18px;
}