	@charset "utf-8";


#about
{
	margin:50px 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	display:absolute;
	text-align: center;
	justify-content: center;
}


.about_left
{	
		margin:0 auto;
	height: 300px;
	text-align: left;
	overflow: hidden;
	display: inline-block;

}
.about_center
{	
		margin:0 auto;
	margin:0 50px;
	overflow: hidden;
	display: inline-block;
	height: 300px;

	
}
.about_center img
{

	height: 300px ;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}
.about_right
{	
	text-align: left;
	overflow: hidden;
	display: inline-block;
	height: 300px;

}

#about_look
{
		overflow: hidden;
	display: block;
	text-align: center;

}
#about_look  .about_bottom{

box-shadow: 10px 10px 10px rgba(0,0,0,.5);
  	 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
	border-radius: 20px 80px;
	background: #ffe600;
	display: inline-block;
	width:30%;
	height:60px;
	padding-top:15px;
	margin-right:  700px;
	margin-bottom:10px;
	
}
#about_look .about_bottom a
{
	font-family:'微软雅黑';
		color: #720000;
		font-size:25px;
		text-decoration: none;
}
#about_look .about_bottom a:hover
{
	color: #130c0e;
	text-decoration: underline;
}
#bottom{ 
	overflow: hidden;
	display: block;
	text-align: center;
	background: #333333;
} 
#bottom .bottom_a{
	height: 80px;
	white-space:pre;
	margin-bottom: 10px;
	text-align: center;

	background: #333333;
}
#bottom .bottom_a a{
	white-space:pre;
	color:#fff;
	 text-decoration: none;
}
#bottom .bottom_a a:hover{
	text-decoration: underline;
}

