@import url(global.css);
@import url(window.css);
@import url(black.css);
@import url(alone.css);
@import url(prettyPhoto.css);
.center {
	background-color: #FFF;
	height: auto;
	width: 100%;
}
.center .main {
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.center .main .title {
	line-height: 50px;
	height: 50px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 30px;
}
.center .main .title strong {
	font-weight: normal;
	height: 49px;
	width: auto;
	font-size: 24px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: inline-block;
	line-height: 49px;
}
.center .main .text {
	height: auto;
	width: 100%;
}
.center .main .text h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
}
.center .main .text p {
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.center .main .text img {
	max-width: 100%;
}
.center .main .text table {
	width: 100%;
	margin-top: 30px;
	border-collapse: inherit;
	border-spacing: 0px;
}
.center .main .text table td {
	font-size: 16px;
	line-height: 40px;
}
.center .main .text table tbody td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.center .main .text .tt{
	display: none;
}
.center .main .text .tt.show{
	display:table-row;
}
#zp tr.cursor{
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.center .main .text .l {
	float: left;
	height: auto;
	width: 49%;
	overflow: hidden;
}
.center .main .text .block {
	margin-top: 25px;
	margin-bottom: 25px;
}
.center .main .text .logo3 {
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.center .main .text .l h1, .center .main .text .r p {
	margin-top: 50px;
	margin-bottom: 20px;
}
.center .main .text .r {
	float: right;
	height: auto;
	width: 49%;
	overflow: hidden;
}
.center .album {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.center .album .pics {
	position: relative;
	height: 450px;
	width: auto;
}
.center .album .pics .vbox {
	float: left;
	height: 450px;
	width: 1200px;
	overflow: hidden;
}
.center .album .pics a {
	width: 300px;
	float: left;
	display: inline-block;
}
.center .album .pics a img {
	max-width: 100%;
}
.center .album .prev {
	height: 150px;
	width: 75px;
	position: absolute;
	z-index: 1;
	background-color: #000;
	background-image: url(../image/ISlide-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	left: 0px;
	top: 150px;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.center .album .next {
	height: 150px;
	width: 75px;
	position: absolute;
	z-index: 1;
	background-color: #000;
	background-image: url(../image/ISlide-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	right: 0px;
	top: 150px;
	filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}