﻿@charset "utf-8";
.he-wrap
{
	position:relative;
	zoom:1;
    display: inline-block;
	*display:inline;
	position:relative;
}
.he-view,.he-zoom
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
	visibility:hidden;
}
.he-zoom img
{
	position:absolute;
	top:0;
	left:0;
}
.he-zoomstate
{
	position:absolute;
	bottom:0;
	right:0;
	background:#c00;
	color:#fff;
	border-radius:3px 0 0 0;
	font-size:12px;
	line-height:16px;
	padding:0 4px;
	box-shadow:-1px -1px 1px rgba(204,0,0,.3);
}
.he-view-show
{
	visibility:visible;
}
.he-sliders
{
	overflow:hidden;
}
.he-sliders img
{
	display:none;
}
.he-sliders img:first-child
{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.he-pre,.he-next
{
	position:absolute;
	top:50%;
	left:0;
	width:61px;
	height:35px;
	margin-top:-18px;
	background:url(nav.png) no-repeat top left;
	cursor:pointer;
}
.he-next
{
	left:auto;
	right:0;
	background-position:top right;
}
.a0,.a1,.a2,.a3,.a4,.a5,.a6,.a7{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}
.a1
{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
.a2
{
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.a3
{
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
.a4
{
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.a5
{
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.a6
{
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.a7
{
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
@-webkit-keyframes flipInLeft {
 0% {
 -webkit-transform: perspective(400px) rotateY(90deg);
 opacity:0.5;
}
 60% {
 -webkit-transform: perspective(400px) rotateY(-10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotateY(5deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
@-moz-keyframes flipInLeft {
 0% {
 -moz-transform: perspective(400px) rotateY(90deg);
 opacity:0.5;
}
 60% {
 -moz-transform: perspective(400px) rotateY(-10deg);
}
 80% {
 -moz-transform: perspective(400px) rotateY(5deg);
}
 100% {
 -moz-transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
@-o-keyframes flipInLeft {
 0% {
 -o-transform: perspective(400px) rotateY(90deg);
 opacity:0.5;
}
 60% {
 -o-transform: perspective(400px) rotateY(-10deg);
}
 80% {
 -o-transform: perspective(400px) rotateY(5deg);
}
 100% {
 -o-transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}

@keyframes flipInLeft {
 0% {
 transform: perspective(400px) rotateY(90deg);
 opacity:0.5;
}
 60% {
 transform: perspective(400px) rotateY(-10deg);
}
 80% {
 transform: perspective(400px) rotateY(5deg);
}
 100% {
 transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
.flipInLeft {
	-webkit-transform-style: preserve-3d;
	-webkit-animation-name: flipInLeft;
	-webkit-transform-origin: 0 50%;
	-moz-transform-style: preserve-3d;
	-moz-animation-name: flipInLeft;
	-moz-transform-origin: 0 50%;
	-o-transform-style: preserve-3d;
	-o-animation-name: flipInLeft;
	-o-transform-origin: 0 50%;
	transform-style: preserve-3d;
	animation-name: flipInLeft;
	transform-origin: 0 50%;
}
@-webkit-keyframes flipInRight {
 0% {
 -webkit-transform: perspective(400px) rotateY(-90deg);
 opacity:0.5;
}
 60% {
 -webkit-transform: perspective(400px) rotateY(10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotateY(-5deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateY(0deg);
 opacity: 1;
}
}
@-moz-keyframes flipInRight {
 0% {
 -m