body {
	color: #555;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #555;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #202020;
}
.clear {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.inbox  {
	width: 1120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 70px;
}
.header {
	height: 88px;
	position: relative;
	text-align: left;
	z-index: 999;
	margin: 0px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
}
.header .logo {
	position: absolute;
	height: 85px;
	left: 0px;
	top: 0px;
	width: 150px;
}
.header .logo a {
	display: block;
	height: 85px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

.header .menu {
	dheight: 42px;
	position: absolute;
	z-index: 999;
	height: 85px;
	top: 0px;
	right: 0px;
}
.header .menu ul {
	list-style-type: none;
	height: 85px;
	margin-left: 6px;
}
.header .menu ul li {
	display: block;
	float: left;
	line-height: 85px;
	width: auto;
	height: 85px;
}
.header .menu ul li a {
	line-height: 85px;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	height: 85px;
	text-transform: capitalize;
}
.header .menu ul li a.selected {
	background-color: #d30054;
	color: #FFFFFF;
}
.menuover {
	position: absolute;
	visibility: hidden;
	width: 160px;
	left: 0px;
	top: 0px;
	background-color: #d30054;
	text-align: left;
	list-style-type: none;
	padding-bottom: 10px;
}
.menuover li {
	height: 29px;
	width: 160px;
	position: relative;
	float: left;
}
.menuover li a {
	display: block;
	height: 29px;
	width: 160px;
	text-indent: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 35px;
	font-size: 12px;
	color: #efefef;
}
.menuover li a:hover {
	color: #FFFFFF;
	background-image: url(images/menuover-li-over-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	text-align: left;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer .copyright {
	line-height: 50px;
	height: 70px;
	width: 1120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer .copyright span {
	padding-right: 5px;
	padding-left: 5px;
}
.footer .links {
	line-height: 36px;
	background-color: #333;
	height: 60px;
}
.footer .links ul {
	list-style-type: none;
}
.footer .links ul li {
	float: left;
	margin-right: 15px;
	display: inline;
	width: auto;
	line-height: 36px;
}
.footer .links ul li a {
	line-height: 36px;
	color: #CCC;
}
.footer .flow {
	position: absolute;
	top: 40px;
	color: #c29d42;
	line-height: 20px;
	font-size: 14px;
	margin-right: -475px;
	right: 50%;
}

.slider {
	height: 450px;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #e3e3e3;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.slider .nav {
	height: 40px;
	width: 160px;
	margin-left: -80px;
	position: absolute;
	left: 50%;
	bottom: -12px;
	z-index: 99999;
	background-image: url(images/slider-nav.png);
	background-repeat: no-repeat;
	text-align: center;
	display: none;
}
.slider .nav ul {
	list-style-type: none;
	position: absolute;
	height: 11px;
	width: 110px;
	top: 16px;
	margin-left: -55px;
	left: 50%;
}
.slider .nav ul li {
	display: inline;
	height: 12px;
	width: 12px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	float: left;
	font-size: 1px;
	line-height: 0px;
}
.slider .nav ul li a {
	display: block;
	height: 12px;
	width: 12px;
	text-indent: 50px;
	overflow: hidden;
	font-size: 1px;
	line-height: 0px;
	background-image: url(images/slider-nav-li.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.slider .nav ul li .active {
	background-position: center bottom;
}
.slider .wrapper {
	height: 450px;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 111;
	background-position: center;
	position: relative;
	text-align: center;
}
.slider .wrapper .box {
	height: 450px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	display: none;
	text-align: center;
}
.slider .wrapper .box a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slider .wrapper .box .over {
	position: relative;
	height: 450px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
.slider .wrapper .box .over img {
	position: absolute;
	height: 450px;
	width: 1120px;
	left: 0px;
	bottom: 0px;
}
.slider .btn {
	position: absolute;
	width: 41px;
	top: 50%;
	z-index: 999;
	height: 85px;
	display: none;
	overflow: hidden;
	margin-top: -42px;
}
.slider .btn .list-f {
	list-style-type: none;
	height: 85px;
	width: 98px;
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}
.slider .btn .list-f li {
	position: relative;
	height: 85px;
	width: 98px;
	display: none;
	float: left;
}
.slider .btn .list-f li img {
	position: absolute;
	height: 85px;
	width: 98px;
	left: 0px;
	top: 0px;
}
.slider .prev {
	left: 0px;
	display: none;
}
.slider .prev .cbutton-wrapper {
	background-image: url(images/slider-btn.png);
	background-repeat: no-repeat;
	background-position: right -170px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.slider .prev .cbutton-wrapper .list-f {
	margin-right: 41px;
}
.slider .prev:hover .cbutton-wrapper  {
	background-image: url(images/slider-btn.png);
	background-repeat: no-repeat;
	background-position: right -255px;
}
.slider .next {
	right: 0px;
	display: none;
}
.slider .next .cbutton-wrapper {
	background-image: url(images/slider-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slider .next .cbutton-wrapper .list-f {
	margin-left: 41px;
}
.slider .next:hover .cbutton-wrapper {
	background-image: url(images/slider-btn.png);
	background-repeat: no-repeat;
	background-position: left -85px;
}
.banner {
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.banner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.container {
	text-align: left;
	width: 1120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 999;
}
.container .main {
	width: 1120px;
	}
	
.container .main .overview {
	display: inline;
	float: left;
	width: 520px;
	height: 415px;
	margin-bottom: 20px;
}
.container .main .overview .tit {
	line-height: 40px;
	font-size: 20px;
	position: relative;
	height: 40px;
	color: #d30054;
	margin-bottom: 20px;
}
.container .main .overview img {
	background-color: #333;
	height: 240px;
	width: 520px;
	margin-bottom: 10px;
}
.container .main .overview p {
	line-height: 20px;
	font-size: 12px;
}
.container .main .news {
	display: inline;
	float: right;
	width: 560px;
	margin-bottom: 20px;
	height: 415px;
}
.container .main .news .tit {
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #ccc;
	background-image: url(images/bg.gif);
	height: 40px;
	padding-left: 80px;
	position: relative;
}
.container .main .news .tit span {
	display: block;
	position: absolute;
	height: 50px;
	width: 70px;
	left: 0px;
	top: 0px;
	font-size: 30px;
	font-family: Arial;
	text-align: center;
	color: #d30054;
	background-image: url(images/tit-span-bg.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	font-weight: lighter;
	background-position: left bottom;
	text-transform: uppercase;
}
.container .main .news ul {
	list-style-type: none;
}
.container .main .news ul li {
	height: 70px;
	padding-left: 100px;
	position: relative;
}
.container .main .news ul li img {
	line-height: 26px;
	display: block;
	height: 60px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.container .main .news ul li a {
	font-size: 12px;
}
.container .main .news ul li h3 {
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 1px;
}
.container .main .news ul li p {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.container .main .news .more {
	display: block;
	position: absolute;
	height: 20px;
	width: auto;
	top: 10px;
	right: 10px;
	background-image: url(images/more-bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: left top;
	padding-left: 30px;
	line-height: 20px;
	color: #d30054;
}
.container .main .case {
	clear: both;
	width: 1120px;
}
.container .main .case .tit {
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	position: relative;
	padding-left: 80px;
	background-image: url(images/bg.gif);
	background-color: #ccc;
}
.container .main .case .tit span {
	display: block;
	position: absolute;
	height: 60px;
	width: 70px;
	left: 0px;
	top: 0px;
	font-size: 50px;
	font-family: Arial;
	text-align: center;
	color: #d30054;
	background-image: url(images/tit-span-bg.gif);
	background-repeat: no-repeat;
	line-height: 60px;
	font-weight: lighter;
}
.container .main .case .more {
	display: block;
	position: absolute;
	height: 20px;
	width: auto;
	top: 15px;
	right: 10px;
	background-image: url(images/more-bg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	background-position: left top;
	padding-left: 30px;
	line-height: 20px;
	color: #d30054;
}

.container .main .case ul {
	list-style-type: none;
	width: 1120px;
}
.container .main .case ul li {
	width: 250px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 40px;
}
.container .main .case ul li.st {
	margin-left: 0px;
}
.container .main .case ul li a {
	display: block;
	height: 220px;
	width: 250px;
	position: relative;
}
.container .main .case ul li a img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	display: block;
}
.container .main .case ul li a h3 {
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 250px;
	font-size: 16px;
	text-align: center;
	color: #d30054;
	letter-spacing: 1px;
}
.container .main .case ul li a p {
	height: 60px;
	width: 250px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: none;
}

.container .main #page0 {
	display: block;
}
.container .main .pages {
	margin-top: 10px;
	clear: both;
	height: 40px;
	margin-bottom: 10px;
}

.container .main .pages span {
	line-height: 20px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.container .main .pages .page {
	display: inline;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	margin-left: 2px;
}
.container .main .pages .page a {
	height: 16px;
	width: 16px;
	border: 1px solid #999;
	line-height: 16px;
	text-align: center;
	display: block;
	font-family: Arial;
	font-size: 11px;
}
.container .main .pages .on a {
	border: 1px solid #d30054;
	color: #d30054;
}
.container .main .items {
	display: inline;
	float: left;
	width: 260px;
	background-color: #e3e3e3;
}
.container .main .items .tit {
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 10px;
	background-color: #ccc;
	background-image: url(images/bg.gif);
	height: 40px;
	padding-left: 80px;
	position: relative;
}
.container .main .items .tit span {
	display: block;
	position: absolute;
	height: 50px;
	width: 70px;
	left: 0px;
	top: 0px;
	font-size: 30px;
	font-family: Arial;
	text-align: center;
	color: #d30054;
	background-image: url(images/tit-span-bg.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	font-weight: lighter;
	background-position: left bottom;
	text-transform: uppercase;
}


.container .main .items ul {
	list-style-type: none;
	padding-bottom: 10px;
}
.container .main .items ul li {
	height: 35px;
	width: 260px;
}
.container .main .items ul li a {
	font-size: 14px;
	line-height: 35px;
	display: block;
	height: 35px;
	width: 260px;
	text-indent: 80px;
}
.container .main .content {
	float: right;
	width: 824px;
	display: inline;
}
.container .main .content .title {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.container .main .content .textbox {
	line-height: 22px;
}
.container .main .content .textbox p {
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.container .main .content .nlist {
	list-style-type: none;
	display: none;
}
.container .main .content .nlist li {
	height: 70px;
	position: relative;
}
.container .main .content .nlist li a {
	font-size: 12px;
}
.container .main .content .nlist li h3 {
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 1px;
}
.container .main .content .nlist li p {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.container .main .content .clist {
	list-style-type: none;
	display: none;
}
.container .main .content .clist li {
	width: 252px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 34px;
}
.container .main .content .clist li.st {
	margin-left: 0px;
}
.container .main .content .clist li a {
	display: block;
	height: 220px;
	width: 252px;
	position: relative;
}
.container .main .content .clist li a img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	display: block;
}
.container .main .content .clist li a h3 {
	line-height: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 252px;
	font-size: 16px;
	text-align: center;
	color: #d30054;
	letter-spacing: 1px;
}
.container .main .content .clist li a p {
	height: 60px;
	width: 240px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: none;
}
.container .main .content .plist {
	list-style-type: none;
	display: none;
	width: 628px;
}
.container .main .content .plist li {
	height: 170px;
	padding-left: 270px;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.container .main .content .plist li img {
	position: absolute;
	height: 150px;
	width: 230px;
	left: 0px;
	top: 0px;
}
.container .main .content .plist li h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.container .main .content .plist li p {
	line-height: 20px;
}
.container .main .content .plist li span {
	font-size: 30px;
	color: #d30054;
	font-family: Arial;
}
.container .main .content .plist li .price {
	position: absolute;
	left: 270px;
	bottom: 20px;
}
.container .main .content .peshow {
	height: 170px;
	padding-left: 270px;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.container .main .content .peshow img {
	position: absolute;
	height: 150px;
	width: 230px;
	left: 0px;
	top: 0px;
}
.container .main .content .peshow h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.container .main .content .peshow p {
	line-height: 20px;
}
.container .main .content .peshow span {
	font-size: 30px;
	color: #d30054;
	font-family: Arial;
}
.container .main .content .peshow .price {
	position: absolute;
	left: 270px;
	bottom: 20px;
}