
.header{
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	z-index: 5;
}
.home h2 font{
	position: relative;
	z-index: 2;
}
.headMain{
	max-width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.headMain .logo{
	width: 136px;
	height: 48px;
	float: left;
	margin-top: 22px;
}
.headMain .nav{
	float: right;
}
.headMain .nav span{
	display: inline-block;
	line-height: 90px;
	font-size: 18px;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	position: relative;
	margin-left: 100px;
}
.headMain .nav.active span a,.headMain .nav.active span{
	color: #333333;
}
.headMain .nav span.wexin_icon{
	float: right;
	width: 27px;
	height: 27px;
	margin-left: 90px;
	margin-top: 34px;
	background: url(../images/wexin_icon_bg.png);
	background-size: 100%;
}
.headMain .nav.active span.wexin_icon{
	background: url(../images/wexin_icon_hei_bg.png);
	background-size: 100%;
}

.headMain .nav span.navtab{
	position: relative;
	padding-right: 21px;
	background: url(../images/xx_icon_bg.png) center right no-repeat;
	background-size: 16px 16px;
}
.headMain .nav span:hover.navtab{
	background: url(../images/xx_icon_bg_shang.png) center right no-repeat;
	background-size: 16px 16px;
}
.headMain .nav.active span:hover.navtab{
	background: url(../images/xx_icon_bg_shang.png) center right no-repeat;
	background-size: 16px 16px;
}

.headMain .nav.active span.navtab{
	background: url(../images/xx_icon_hei_bg.png) center right no-repeat;
	background-size: 16px 16px;
}


.headMain .nav.active span.active{
	color: #FF2E78;
}

.headMain .nav span i{
	width: 3px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 62px;
	transform: scaleX(0);
	opacity: 0;
	transition: all 0.3s;
}
.headMain .nav span:hover,.headMain .nav span a:hover{
	color: #FF2E78;
}
.headMain .nav span:hover i,.headMain .nav span.active i{
	display: block;
	width: 71px;
	height: 3px;
	background-color: #FF2E78;
	border-radius: 3px;
	position: absolute;
	transform: scaleX(1);
	opacity: 1;
	left:0;
	
}
.headMain .nav span a.active{
	color: #FF2E78;
}
.headMain .nav span .navTabBox{
	width: 152px;
	height: 0;
	background: #FFFFFF;
	box-shadow: 0px 1px 7px 0px rgba(200,201,202,0.81);
	border-radius: 4px;
	text-align: center;
	position: absolute;
	left: -30px;
	top: 72px;
	transition: all 0.3s; 
	box-sizing: border-box;
	overflow: hidden;
}
.headMain .nav span .navTabBox a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	margin-bottom: 16px;
}
.headMain .nav span .navTabBox a.active{
	color: #FF2E78;
}
.headMain .nav span:hover .hegui{
	height: 115px;
	padding-top:16px;
}
.headMain .nav span .navTabBox a:hover{
	color: #FF2E78;
}
.headMain .nav span:hover .gushi{
	height: 81px;
	padding-top:16px;
}

.nav span.wexin_icon .weChat{
	width: 157px;
	height: 157px;
	position: absolute;
	top: 20px;
	right: 0;
	display: none;
	padding-top: 0.741rem;
}
.nav span.wexin_icon:hover .weChat{
	display: block;
}
.home h2{
	animation: gopAnimation 1.3s linear;
}
.home .main{
	animation: gopAnimation 0.7s linear;
}
.initAnimation p{
	animation: gopAnimation 2s linear;
}

.initAnimation p.p1,.homeText .list:nth-child(1){
	animation: gopAnimation 0.7s linear;
}
.initAnimation p.p2,.homeText .list:nth-child(2){
	animation: gopAnimation 1.3s linear;
}
.initAnimation p.p3,.homeText .list:nth-child(3){
	animation: gopAnimation 1.8s linear;
}
.initAnimation h3{
	animation: goH3pAnimation 1s linear;
}
.slideBoxImg2Body img{
	animation: move-top 15s linear infinite;
}
@keyframes  move-top{
	0% {
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	}
	
	100% {
	    -webkit-transform: translate3d(0, -580px, 0);
	    transform: translate3d(0, -580px, 0);
	}
}

@keyframes  gopAnimation{
	0% {
	    transform: translateY(30px);
	    opacity: 0;
	}
	50% {
	    transform: translateY(30px);
	    opacity: 0;
	}
	80% {
	    transform: translateY(10px);
	    opacity: 1;
	}
	100% {
	    transform: translateY(0);
	}
}

@keyframes  goH3pAnimation{
	0% {
	    transform: translateY(30px);
	    opacity: 0;
	}
	50% {
	    transform: translateY(30px);
	    opacity: 0;
	}
	80% {
	    transform: translateY(10px);
	    opacity: 1;
	}
	100% {
	    transform: translateY(0);
	}
}
@keyframes  scaleAnimation{
	0% {
	    transform: scale(1);
	}
	25% {
	    transform: scale(0.9);
	}
	50% {
	    transform: scale(1);
	}
	75% {
	    transform: scale(1.1);
	    
	}
	100% {
	    transform: scale(1);
	}
}
.slideBox .slideBoxImg5 .slideBoxImg5Body .slideBoxImg5BodyBox.active{
	left: -100%;
	transition: all 0.5s;
}
.initAnimation .slideBoxImg5BodyBox.active .Img5BodyBox img{
	
	animation: leftTopAnimation 10s linear infinite alternate;
	animation-delay:-2s;
	-webkit-animation-delay:-2s; 
}
@keyframes  leftTopAnimation{
	0% {
		 top: 0%;
	}
	20% {
	    top: -30%;
	}
	50% {
	   top: -75%;
	}
	80% {
	    top: -120%;
	    
	}
	100% {
	    top: -150%;
	}
}