body {
	font:14px Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333333;
}
#wrapper {
	margin:6px auto 0;
	width:995px;
}
#bc {
	margin-top:260px;
	}
.item {
	background: url(../images/line.png) no-repeat left bottom;
	position:relative;
	padding:0 10px 20px;
	float:left;
	margin-top:125px;
	width:935px;
}

h1 {
	color:#ff5a00;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:15px;
}
p {
	margin-bottom:10px;
}
.pt {
	font-size:11px;
	color:#666;
}
.itemFooter {
	float:left;
	width:620px;
	padding-left:15px
}
.download {
	width:290px;
	float:left;
	margin:10px 0 25px 0;
	font-size:9px;
}
.download img {
	float:left;
}
.qr {
	margin-right:20px;
}
.osImg {
	margin-top:5px;
}
.support {
	width:195px;
	float:left;
	margin-left:95px;
}
.support a {
	color:#ff5a00;
	text-decoration:none;
}
.support a:hover {
	color:#ff5a00;
	text-decoration:underline;	
}
#footer {
	float:left;
	width:925px;
	margin:15px 0;
	padding:0 10px;
}
#footer img {
	float:right;
}
#copyright {
	font-size:10px;
	width:400px;
	float:left;
}
#copyright a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
#copyright a:hover {
	text-decoration:underline;
}

#right {
	float:right;
	width:300px;
	height:230px;
	margin-top:15px;
	position:relative;
}
.back {
	position:absolute;
	right:10px;
	bottom:0;
	color: #fff; background: #ff5a00; padding: 3px 12px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; text-decoration: none
}	
/*---- Slideshow ----*/
#slideshowContainer {
	background:url(../images/tlm.jpg) no-repeat;
	width:409px;
	height:257px;
	float:left;
	padding:23px 0 0 71px;
	margin-right:20px;
}
#slideshow {
    position:relative;
    height:220px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
