.header {
	min-width: 1108px;
	height: 400px;
}

.banner {
	width: 100%;
	height: 360px;
	display: block;
	position: absolute;
	top: 0;
}


.about-content{
	width: 1108px;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 80px;
	display: table;
}
.about-left{
	width: 220px;
	height: auto;
	float: left;
	display: inline-table;
}
.about-left p{
	width: 100%;
	height: 100px;
	position: relative;
	top: -40px;
	text-align: center;
	background: gainsboro;
	font-size: 30px;
	line-height: 100px;
	font-family:  "宋体";
}
.about-left ul{
	min-height: 500px;
	margin-top: -40px;
	border-right: 4px solid gainsboro;
	/*padding-bottom: 60px;*/
}
.about-left ul li{
	width: 100%;
	height: 60px;
	background: white;
	text-align: center;
	border-bottom: 1px dashed gainsboro;
}
.about-left li a{
	font-size: 16px;
	color: dimgrey;
	line-height: 60px;
	margin-left:40px ;
}
.about-left li:hover{
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:2px 15px;
}
.about-left li.active{
	background: url(../img/deng.png)no-repeat;
	background-size: auto 60%;
	background-position:2px 15px;
}
.position{
	float: right;
	margin-top: -10px;
	padding-bottom: 10px;
}
.about-right{
	width: 885px;
	min-height: 500px;
	border: 1px solid gainsboro;
	border-left: none;
	border-right: none;
	float: left;
}
.about-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: 80px;
	color: #080808;
	margin-left: 20px;
}
.about-con{
	width: 95%;
	margin: 0 auto;
	display: block;
	padding: 20px;
}
.about-con p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
