/*aside start*/
.top {
	background-color: #e6e6e6;
}
.top_i {
	width: 100%;
	height:250px;
	margin: 0 auto;
	background: url(../images/about.png) no-repeat center center;
}
.top_d ul {
	margin: 0 auto;
	width: 1070px;
	margin-top: 30px;
}
.top_d ul li {
	display: inline-block;
	margin-right: 80px;
	text-align: center;
	line-height: 57px;
}
.top_d ul li a {
	width: 140px;
	display: block;
	border-top: 2px solid #999;
	color: #999999;
	-webkit-transition: -webkit-transform 2s;
	text-decoration: none;
}
.top_d ul li a:hover {
	text-decoration: none;
	color: #bc284e;
	border-top-color: #bc284e;
	cursor: pointer;
	-webkit-transform: scale(1.1,1.1);
}
.top_d {
	width: 1200px;
	height: 250px;
	background: url(../images/newsnav_bg.png) no-repeat;
	margin: 0 auto;
}
.t_p1 {
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
	color: #666666;
}
.t_p2 {
	background: url(../images/aboutbg_1.jpg) no-repeat;
	width: 423px;
	height: 65px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 15px;
	color: #666666;
}
/*aside end*/
