
@charset "gb2312";
/* CSS Document */
html{
	height:100%;}
/*全局CSS开始，请勿删除或修改*/
*{ font-family: "宋体", verdana, arial; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,h7,th { font-weight:normal; }
body{font-size:12px;}
img{ border:0;}
ul,li{ list-style: none;}
a{ color:#33507c; text-decoration:none;}
a:hover{ color:#F30;}
.clear{ clear:both;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.font10{font-size:10px;}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftGray{ color:#666;}
.ftGreen{color:#360;}
.ftStrong{ font-weight:bold;}
.ftUnderline{ text-decoration:underline;}
.ftOverline{ text-decoration:line-through;}
.ftItalic{ font-style:italic;}
.mouseHand{cursor:pointer;}
.imgLine{ padding:3px; border:#E8E8E8 1px solid; background:#FFF;}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height:100%;
}
.scene {
  padding: 0;
  margin: 0;
}
.layer:nth-child(1) {
  opacity: 1;
}
.layer:nth-child(2) {
  opacity: 1;
}
.layer:nth-child(3) {
  opacity: 1;
}
.layer:nth-child(4) {
  opacity: 1;
}
.layer:nth-child(5) {
  opacity: 1;
}
.layer:nth-child(6) {
  opacity: 1;
}

#logo{
	position:absolute;
	z-index:10;
	top:15%;
	left:0;}
#logo2{
	position:absolute;
	z-index:10;
	top:174px;
	left:50%;
	margin-left:-150px;}
#scene{
	position:relative;
	width:1200px;
	}
#erpai{
	position:absolute;
	bottom:105px;}
#yipai{
	position:absolute;
	bottom:300px;
	left:100px;}
#scene li{
	position:relative;
	float:left;
	width:171px;
	text-align:center;}
#scene1 li{
	position:relative;
	float:left;
	text-align:center;}
.scene li a {
	display:block;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}

.scene li a:hover {
    transform:translate(0,-50px);
	-webkit-transform:translate(0,-50px);
	-moz-transform:translate(0,-50px);
	-o-transform:translate(0,-50px);
	-ms-transform:translate(0,-50px);
}



#top{
	width:100%;
	height:100px;
	background:#fff;
	}
#top .position{
	width:1200px;
	height:100px;
	position:relative;
	margin:0 auto;
	z-index:11;
	}
#top .position .logo{
	width:220px;
	height:55px;
	float:left;
	margin-top:25px;
	}
#top .position .logo img{
	width:220px;
	height:55px;
	}
#top .nav{height:70px; line-height:70px; background:#fff;  position:absolute; z-index:1;width:700px; right:90px; bottom:0;    }
#top .nav a{ color:#5B5B5B; }
#top .nav .nLi{ float:left;  position:relative; display:inline;  }
#top .nav .nLi h3{ float:left;  }
#top .nav .nLi h3 a{ display:block; padding:0 20px; font-size:14px; font-weight:normal;  }
#top .nav .sub{ display:none; width:100%; left:0; top:70px;  position:absolute; background:#4E4E4E;  line-height:26px; padding:5px 0; z-index:11;  }
#top .nav .sub li{ zoom:1; }
#top .nav .sub li a{
	color:#fff;
	}
#top .nav .sub a{ display:block; padding:0 10px; }