@charset "utf-8";
/* CSS Document */

/*main css*/

body, ul, li, h1, h2 ,h3, h4, h5, h6, p, br, span, fieldset, form, input
{
	margin: 0px;
	padding: 0px;	
}
body
{
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	min-width: 1024px;
	font-style: normal;
	font-weight: normal;
	color: #8b8b8b;

}
h1, #pixels{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
h2{
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #121212;
}
div
{
	float: left;	
}
a, a img
{
	outline: none;
	border: none;
	text-decoration: none;		
}
.full-index{
	margin: 0px auto;
	float: none;
	width: 1000px;
}
.full{
	margin: 0px auto;
	float: none;
	width: 902px;
}
.h-wrapper {
	top: 0;
	width:100%; 
	position: fixed;
	z-index: 1000;
}
.tip1{
	position: fixed;
	z-index: 1000;
	top: 13%;
	right: 2.2%;
	height: 45px;
	width: 128px;
	background: url(../images/tip1.png) no-repeat;
}
.iconset-wrapper{
	position: fixed;
	z-index: 1000;
	top: 20%;
	right: 3%;
	height: 420px;
	width: 56px;
}
.tip2{
	position: fixed;
	z-index: 1000;
	top: 85%;
	right: 0.2%;
	height: 35px;
	width: 135px;
	background: url(../images/tip2.png) no-repeat;
}
.icon{
	height: 56px;
	margin-bottom: 14px;
}
.icon a{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.icon a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.icon a:tabsactive{
	opacity: 1;
	filter: alpha(opacity=100);
}
.highlight a{
	opacity: 1;
	filter: alpha(opacity=100);
}
.logo{
	margin: 10px 20px 0 0;
}
.tabs{
	height: 33px;
	margin-top: 22px;
	float:right;
}
.nav{
	height: 33px;
	margin-right: 1px; 
}

.nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.nav li
{
	float: left;
	display: block;
	margin: 0 1px 0 1px;

}
.nav li a
{
	color:#cccccc;
	text-decoration:none;
	text-align: center;
	display: block;
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 7px 18px 7px 18px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
}
.nav li a:hover
{
	background-image:url(../images/tabs-bg.png);
	padding: 7px 18px 7px 18px;
	color:#FFF;
	display: block;
	float: left;
}
li a.tabsactive
{
	background-image:url(../images/tabs-bg.png);
	padding: 7px 18px 7px 18px;
	color:#FFF;
	display: block;
	float: left;
}


/*main css*/

#header, #intro, #second, #third, #fourth, #fifth {
	width: 100%;
}
#header {
	background: white;
	height: 130px;
}
#first {
	background:url(../images/bg1.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#second {
	background:url(../images/bg2.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}
#third {
	background:url(../images/bg3.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}
#fourth {
	background:url(../images/bg4.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}
#fifth {
	background:url(../images/bg5.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}
#sixth {
	background:url(../images/bg6.jpg) repeat;
	color: white;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 10;
}


.story {
	margin: 0 auto;
	float: none;
	width: 1002px;
}
.story1{
	width: 480px;
	height:350px;
	padding: 150px 0 0 0;
	margin: 0 0 0 35px;
	position: relative;
	z-index: 400;
}
.pic1{
	background:url(../images/pic1.jpg) no-repeat;
	margin-top: 120px;
	height: 415px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}
.story2{
	width: 900px;
	height:235px;
	padding: 450px 0 0 0;
	margin: 0 0 0 70px;
	position: relative;
	z-index: 430;
}
.pic2{
	background:url(../images/pic2.jpg) no-repeat;
	margin-top: 150px;
	height: 495px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}
.story3{
	width: 450px;
	height:350px;
	padding: 310px 0 0 0;
	margin: 0 0 0 25px;
	position: relative;
	z-index: 460;
}
.pic3{
	background:url(../images/pic3.jpg) no-repeat;
	margin-top: 220px;
	height: 518px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}
.story4{
	width: 460px;
	height:345px;
	padding: 375px 0 0 0;
	margin: 0 0 0 510px;
	position: relative;
	z-index: 520;
}
.pic4{
	background:url(../images/pic4.jpg) no-repeat;
	margin-top: 170px;
	height: 528px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}
.story5{
	width: 485px;
	height:410px;
	padding: 255px 0 0 0;
	margin: 0 0 0 45px;
	position: relative;
	z-index: 490;
}
.pic5{
	background:url(../images/pic5.jpg) no-repeat;
	margin-top: 235px;
	height: 547px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}
.story6{
	width: 460px;
	height:345px;
	padding: 375px 0 0 0;
	margin: 0 0 0 510px;
	position: relative;
	z-index: 520;
}
.pic6{
	background:url(../images/pic6.jpg) no-repeat;
	margin-top: 340px;
	height: 444px;
	width: 1002px;
	position: absolute;
	z-index: 250;
}

