@charset "gb2312";
.page-banner {
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.page-banner-nav {
	width: 100%;
	position: absolute;
	bottom: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.page-banner-nav a {
	font-size: 24px;
	color: #fff;
}
.page-banner-nav .page-banner-home {
	background-image: url("../img/home.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	padding-left: 40px;
}

.details-holder {
	width: 100%;
}
.details-holder-size {
	max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0px;
}
.details-content {
	width: 100%;
}