@charset "utf-8";
/* CSS Document */
@import url("share.css");
@import url("slider.css");
@import url("colorbox.css");
.RecentShowcase {
	background-image: url(../bg/recent_tit_bg.gif);
}
#homepage {
	background-image: url(../bg/homepage_mainbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.RecentPhoto {
	height: 225px;
	padding-left: 5px;
	position: relative;
}
ul.RecentPhoto li{
	float: left;
	height: 225px;
	width: 225px;
	padding-right: 5px;
	padding-left: 5px;
}
ul.RecentPhoto li a{
	display: block;
	position: relative;
	width: 225px;
	height:225px;
}
ul.RecentPhoto li a img{	width: 225px;
	height:225px;}
.RecentPhoto a dl{
	position: absolute;
	padding: 10px;
	background-color: #000000;
	left: 0px;
	bottom: 0px;
	width: 205px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(Opacity=80);
	color: #FFFFFF;
	line-height: 18px;
}
.RecentPhoto a:hover dl {
	color: #FF3399;
}
.FContentWrapper {
	padding-left: 5px;
}
.InnerContent {
	width: 225px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.title2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.News {
	background-image: url(../bg/news_tit.gif);
}
.bbs {
	background-image: url(../bg/bbs.gif);
}
.contact {
	background-image: url(../bg/contact.gif);
}
ul.list {
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	height: 160px;
}
ul.list li{
	color:#333333;
    
}
ul.list li a{
	display: block;
	background-image: url(../bg/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
#contact {
	line-height: 18px;
}
.InnerContent p {
	text-align: center;
}
