*{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	color: #fff;
	behavior: url(../ie-css3.htc);
	
}
a{
	text-decoration: none;
}
body{
	background: #000;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
.logo{
	padding: 20px  2%;
	left: 0;
	width: 96%;
}

.logo .div1{
	float: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
}
.logo .div2{
	float: right;
}
.logo .div2 li{
	float:left;
	padding: 0 15px;
}
.logo .div2 li a{
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.logo .div2 li a:hover{
	color: #f60;
}

.div3 div img{
	width:100%;
	display: block;
	transition: all .5s ease;
}
.div3 div{
	-webkit-transform-style: preserve-3d;
	-webkit-perspective:800px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
.div3 .ac img{
	animation-name:ac;
	animation-duration:2s;
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes ac{
  0%{
   transform:rotateY(0deg);
  }
  100%{
   transform:rotateY(90deg);
  }
}

.div3 .ac1 img{
	animation-name:ac1;
	animation-duration:2s;
	animation-timing-function:ease;
	animation-fill-mode:forwards;
}
@keyframes ac1{
  0%{
   transform:rotateX(90deg);
  }
  100%{
   transform:rotateX(0deg);
  }
}
.div4{
	position: relative;
	max-height:500px;
	overflow: hidden;
}
.div5{
	width: 100%;
	height: 100%;
	position: absolute;
	background:rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	text-align: center;
	line-height: 60px;
}
.div6{
	position: absolute;
	top: 30%;
	left: -200px;
	overflow: hidden;
	opacity: 0;
	transition:all 1.5s ease;
}
.div6 a{
	margin:0 10px;
	font-size: 14px;
	padding:5px 20px;
	background: #f60;
	border-radius: 5px;
}
.div7{
	width: 100%;
	height: 600px;
	background: url(../images/p1.png) no-repeat 80% center;
	overflow: hidden;
	background-size:auto 90%;
}
.div8{
	background:rgba(9,9,9,0.6);
	height: 100%;

}
.div8 .z{
	width: 40%;
	float: left;
	height: 100%;
}
.div8 .z p{
	padding: 20% 0 0 20%;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	color: #999;
	cursor: pointer;
}
.div8 .z p::before{
    content: "";
    display: block;
	width: 1px;
	height: 100px;
	background: #999;
	margin-left: 10px;
}
.div8 .z .active{
	color: #fff;
}
.div8 .z .active::before{
	background: #fff;
}
.div8 .y{
	width: 60%;
	float: left;
	padding-top: 100px;
	color: #999;
}
.div8 .y .y1{
	display: none;
}
.div8 .y .y1 p{
	padding:20px 0;
}
.div8 .y .y1 .p10{
	font-size: 30px;
}
.div8 .y .y1 .p11{
	font-size: 35px;
}
.div8 .y .y1 p{
	padding-left: 200px;
	opacity: 0;
	transition:all 1s ease;
}
.div8 .y .y1 .y1-2{
	line-height:35px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition:all 8s ease;
}

.ra1{
   transform:rotate(90deg);
}
.ra2{
   transform:rotate(-270deg);
}
.ra3{
   transform:rotate(270deg);
}
.ra4{
   transform:rotate(-90deg);
}
.div9{
	overflow: hidden;
}
.div9 .div9-1 p{
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}
.div9 .div9-1 p .span1{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 300px;
	position: absolute;
	z-index: 100;
	font-size: 0px;
	left: 0;
	top: 0;
	transition:all 1s ease;
}

.div9 .span2{
	display: block;
	z-index:-1;
	position: absolute;
	left: 0;
	top: 0;
	background:rgba(255,255,255,0.5);
	transition:transform 1s ease;
}
.div9 .div9-1 p .span1:hover{
	background:rgba(0,255,255,0.5);
	font-size: 30px;
}
.al{
   text-align: center;
   color: #fff;
   font-size: 30px;
   padding:20px 0;
   background: #333;
}
.div9 .div9-1 p img{
	width: 100%;
	height: 300px;
	display: block;
}