* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 100px;
font-size: 18px;
color: #000;
font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.content {
	width: 100%;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	height: auto;
	background: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 99;
}
.header {
	width: 1200px;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	height: 80px;
	background: #fff;
	position: relative;
	z-index: 999;
}
.header .header-cell {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
	background: #a1a194;
	list-style: none;
	display: block;
	overflow: hidden;
}
.header .header-cell .header-cell-li {
	width: 239px;
	margin: 0 auto;
	height: 80px;
	list-style: none;
	display: inline-block;
	float: left;
	line-height: 80px;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #000;
}
.header .header-cell .header-cell-li-tittle {
	width: 240px;
	margin: 0 auto;
	height: 80px;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	display: block;
	cursor: pointer;
	user-select: none;
	position: relative;
	border-right: 1px solid #000;
}
.header .header-cell .header-cell-li:last-child {
	border-right: none;
}
.active {
	background: #99c038;
}
.ink {
	width: 238px;
	height: 80px;
	display: block;
	position: absolute;
	/*background: #949489;*/
	background: #b3df45;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.ink.animate {
	animation: ripple 0.65s linear;
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	-webkit-transform: scale(2.5);
	}
}
.nav{
	background: #a1a194;
	width: 1200px;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	height: 80px;
	position: relative;
	z-index: 999;
	margin-top: 50px;
}
.nav_table{
width: 100%;
height: 80px;
display: block;
overflow: hidden;
}
.nav_table_cell{
height: 80px;
line-height: 80px;
width: 240px;
display: inline-block;
float: left;

}
.nav_table_cell_link{
height: 80px;
line-height: 80px;
width: 240px;
text-align: center;
display: inline-block;
position: relative;	
cursor: pointer;
z-index: 2;
background: transparent;
color: #FFFFFF;
border-right: 1px solid #000;
overflow: hidden;
}
.nav_table_cell_link span{
width: 239px;
height:0px;
background: #99c038;
display: block;
position: absolute;
z-index: -1;
margin-left: 1px;
}
.nav_active:before{
content: '';
height:10px;
width:240px;
background: #99c038;
display: block;
position: absolute;
z-index:-1;
top: 0px;
}
.nav_animate{
animation:moveHeight  1s,.5s ease-in-out ;
-webkit-animation:moveHeight  1s,.5s ease-in-out ;
transition: all 1s;
-webkit-transition: all 1s;
}

@keyframes moveHeight {
0{
	height: 0px;
}
	50% {
	height: 80px;
	}
	100%{
		height: 0px;
	}
}




.nav_shake{
	background: #a1a194;
	width: 1200px;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	height: 80px;
	position: relative;
	z-index: 999;
	margin-top: 50px;
}
.nav_shake_table{
width: 100%;
height: 80px;
display: block;
overflow: hidden;
}
.nav_shake_table_cell{
height: 80px;
line-height: 80px;
width: 240px;
display: inline-block;
float: left;
background: #99c038;
}
.nav_shake_table_cell_link{
height: 80px;
line-height: 80px;
width: 240px;
text-align: center;
display: inline-block;
position: relative;	
cursor: pointer;
z-index: 2;
color: #FFFFFF;
border-right: 1px solid #000;
overflow: hidden;
}
.nav_shake_table_cell_link span{
width: 239px;
height:80px;
display: block;
position: absolute;
z-index: -1;
margin-left: 1px;
overflow: hidden;
}

.nav_shake_animate{
animation:shake  1s,.5s ease-in-out ;
-webkit-animation:shake  1s,.5s ease-in-out ;
transition: all 1s;
-webkit-transition: all 1s;
}

@keyframes shake {
0%{
	transform: rotate(0);
	-webkit-transform: rotate(0);
	}
/*20%{
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}
40%{transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);}
60%{transform: rotate(20deg);
	-webkit-transform: rotate(20deg);}
80%{transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);}*/
	100%{
		transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	}
/*100%{
	transform: rotate(0);
	-webkit-transform: rotate(0);
	}*/
}



