/*首页的banner*/
.banner {
position:absolute;
right:20px;
top:60px;
margin:20px;
cursor:pointer;
}

/*首页大图*/
.door{
	width: 70%;
	height: 100%;
	text-align: center;
	cursor:pointer;
}
.image{
 width:auto;
 height:auto;
 text-align: center;
 max-width:950px;
 max-height:480px;
 cursor:pointer;
 /*margin-top: 10px;*/
}
/*about_us页面的图片*/
.aboutus-pic{
	width: 90%;
	height: 100%;
}
.fontcss{
	color:#FFFFFF;
	cursor:pointer;
}
a{
	color:#FFFFFF;
	line-height: 1.0;
	cursor:pointer;
	font-family: Century Gothic;
}
h2{
	text-decoration:underline;
}

