.main_con{
	padding-top:40px;
	font-size:14px;
	color:#666;
}
.main_con p{
	line-height: 30px;
}
.about_div{
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin: 0px auto;
}
.about_div img{
	width: 800px;
	height: 400px;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s;
	z-index: 1;
	cursor: pointer;
}
.about_div img:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.about_us{
	float:left;
	margin:0px 35px 15px 0px;
}
.member_details{
	height:60px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.member_details h2{
	font-size: 18px;
	color: #333;
	text-align: center;
}

.member_details h6{
	font-size: 12px;
	color: #C5C5C5;
	font-weight: 200;
	text-align: center;
	margin:10px 0px;
}
._img{
	display: block;
	margin:0px auto;
}
.up_down{
	height: 40px;
	margin:20px 0 0;
}
.up_down p{
	font-size:14px;
	color:#666;
	line-height: 30px;
}
.up_down p a{
	color:#666;
}
.up_down p a:hover{
	color:#0A9F54;
}