html,body {
	font-family:"Microsoft YaHei!important";
	font-size:14px;
}
.banner .contentInfo .sub {
	animation:sub .5s  ease-in-out 0s  both;
	-moz-animation:sub .5s  ease-in-out 0s  both;
	-webkit-animation:sub .5s ease-in-out 0s  both;
	-o-animation:sub .5s ease-in-out 0s  both;
}
@keyframes sub {
	0% {
		height:0px;
	}
	100% {
		height:120px;
	}
}@-moz-keyframes sub {
	 0% {
		 height:0px;
	 }
	 100% {
		 height:120px;
	 }
 }@-webkit-keyframes sub {
	  0% {
		  height:0px;
	  }
	  100% {
		  height:120px;
	  }
  }@-o-keyframes sub {
	   0% {
		   height:0px;
	   }
	   100% {
		   height:120px;
	   }
   }.banner .contentInfo .quan {
		animation:quan .2s  ease-in-out .5s  both;
		-moz-animation:quan .2s  ease-in-out .5s  both;
		-webkit-animation:quan .2s  ease-in-out .5s  both;
		-o-animation:quan .2s  ease-in-out .5s  both;
	}
@keyframes quan {
	0% {
		transform:scale(0);
	}
	100% {
		transform:scale(1);
	}
}@-moz-keyframes quan {
	 0% {
		 -moz-transform:scale(0);
	 }
	 100% {
		 -moz-transform:scale(1);
	 }
 }@-webkit-keyframes quan {
	  0% {
		  -webkit-transform:scale(0);
	  }
	  100% {
		  -webkit-transform:scale(1);
	  }
  }@-o-keyframes quan {
	   0% {
		   -o-transform:scale(0);
	   }
	   100% {
		   -o-transform:scale(1);
	   }
   }.banner .contentInfo .title {
		animation:tranx .8s  ease-in-out .5s  both;
		-moz-animation:tranx .8s  ease-in-out .5s  both;
		-webkit-animation:tranx .8s  ease-in-out .5s  both;
		-o-animation:tranx .8s  ease-in-out .5s  both;
	}
.banner .contentInfo .info {
	animation:tranx .8s  ease-in-out .7s  both;
	-moz-animation:tranx .8s  ease-in-out .7s  both;
	-webkit-animation:tranx .8s  ease-in-out .7s  both;
	-o-animation:tranx .8s  ease-in-out .7s  both;
}
.banner .contentInfo .btn {
	animation:tranx .8s  ease-in-out .9s  both;
	-moz-animation:tranx .8s  ease-in-out .9s  both;
	-webkit-animation:tranx .8s  ease-in-out .9s  both;
	-o-animation:tranx .8s  ease-in-out .9s  both;
}
@keyframes tranx {
	0% {
		transform:translateX(-700px);
	}
	100% {
		transform:translateX(0);
	}
}@-moz-keyframes tranx {
	 0% {
		 -moz-transform:translateX(-700px);
	 }
	 100% {
		 -moz-transform:translateX(0);
	 }
 }@-webkit-keyframes tranx {
	  0% {
		  -webkit-transform:translateX(-700px);
	  }
	  100% {
		  -webkit-transform:translateX(0);
	  }
  }@-o-keyframes tranx {
	   0% {
		   -o-transform:translateX(-700px);
	   }
	   100% {
		   -o-transform:translateX(0);
	   }
   }@keyframes bannerNavChildOn {
		0% {
			background:#fff;
			transform:scale(1);
		}
		50% {
			transform:scale(0);
		}
		100% {
			background:#feba27;
			transform:scale(1);
		}
	}@-moz-keyframes bannerNavChildOn {
		 0% {
			 background:#fff;
			 -moz-transform:scale(1);
		 }
		 50% {
			 transform:scale(0);
		 }
		 100% {
			 background:#feba27;
			 -moz-transform:scale(1);
		 }
	 }@-webkit-keyframes bannerNavChildOn {
		  0% {
			  background:#fff;
			  -webkit-transform:scale(1);
		  }
		  50% {
			  transform:scale(0);
		  }
		  100% {
			  background:#feba27;
			  -webkit-transform:scale(1);
		  }
	  }@-o-keyframes bannerNavChildOn {
		   0% {
			   background:#fff;
			   -o-transform:scale(1);
		   }
		   50% {
			   transform:scale(0);
		   }
		   100% {
			   background:#feba27;
			   -o-transform:scale(1);
		   }
	   }.banner {
			height:auto;
			overflow:hidden;
			
			position:relative;
			width:100%;
		}
.banner .container {
	height:100%;
}
.banner .contents {
	height:100%;
	left:0;
	position:absolute;
	
	width:100%;
}
.banner .content {
	cursor: pointer;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100% auto;
	height:100%;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
}
.banner .contentInfo {
	display:none;
	height:200px;
	left:100px;
	margin-top:-100px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:50%;
	width:675px;
	z-index:1;
}
.banner .contentInfo .sub {
	background:#fff none repeat scroll 0 0;
	height:120px;
	left:8px;
	position:absolute;
	text-shadow:0 0 3px #b67ebc;
	top:17px;
	width:2px;
}
.banner .contentInfo .sub {
	transform-origin:left bottom 0;
}
.banner .contentInfo .quan {
	border:2px solid #fff;
	border-radius:16px;
	height:14px;
	left:0;
	position:absolute;
	text-shadow:0 0 3px #b67ebc;
	top:128px;
	width:14px;
}
.banner .contentInfo .title {
	color:#fff;
	font-family:"微软雅黑";
	font-size:40px;
	left:32px;
	line-height:50px;
	position:absolute;
	text-shadow:0 0 3px #b67ebc;
	top:8px;
}
.banner .contentInfo .info {
	color:#fff;
	font-size:20px;
	left:32px;
	line-height:32px;
	position:absolute;
	text-shadow:0 0 3px #b67ebc;
	top:70px;
}
.banner .contentInfo .btn {
	border:1px solid #fff;
	border-radius:30px;
	color:#fff;
	height:30px;
	left:32px;
	line-height:32px;
	position:absolute;
	text-align:center;
	text-shadow:0 0 3px #b67ebc;
	top:146px;
	width:110px;
}
.banner .bannerNav {
	bottom:16px;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:2;
}
.banner .bannerNav .bannerNavChild {
	background:#fff none repeat scroll 0 0;
	border-radius:10px;
	cursor:pointer;
	display:inline-block;
	height:15px;
	margin:0 10px;
	width:15px;
	opacity: 0.6;
}
.banner .bannerNav .bannerNavChild.on {
	animation:0.2s ease-in-out 0s normal both 1 running bannerNavChildOn;
	background:#feba27;
	width: 30px;
	opacity: 1;
}
.banner .bannerBg {
	height:auto;
	vertical-align:middle;
	width:100%;
}