/*zhl*/
	 *{
			margin:0;
			padding:0;
			font-family: 微软雅黑;
		}
		body {
			font: 16px/1.8 "Microsoft Yahei",verdana;
		}
		li{
			list-style:none;
		}
		a{
			 text-decoration: none;
		}
		.headerNav{
			background-color:#709D06;			
			width:100%;
			min-width: 1200px;
		}
		.headerNav .content{
			margin:0 auto;
			width:1040px;
		}
		.headerNav .content a{
			color: white;
		    margin-right: 4px;
		    text-decoration: none;
		    font-size: 15px;
		    height: 32px;
		    line-height: 32px;
		}
		.headerNav .content a:before {
		    content: "\007c";
		    padding-right: 10px;
		    font-weight: bold;
		    color: rgb(37, 27, 2);
		}
		.headerNav .content a:first-child:before {
		    content: "";
		}
		.header{
			border:0;
			height:106px;
			background-color:#7ab304;
			width:100%;
			border-image: url(../img/border.png) 26 0 round;
			border-bottom:26px solid transparent;
			min-width: 1200px;
		}
		.header .content{
			margin:0 auto;
			width:1040px;
		}
		.header .content .left{
			 margin-top: 26px;
			 float:left;
		}
		.header .content .right{
			 margin-top: 46px;
			 float:right;
		}
		.navBackground{
			width:100%;
			background-color:#251b02;
			height:74px;
			min-width: 1200px;
		}
		.nav{
			margin:0 auto;
			width:1020px;
			height:74px;
		}
		.nav li{
			float:left;
			width:112px;
			height:74px;
			line-height:74px;
			font-size:18px;
			color:white;
			text-align:center;
			cursor: pointer;
		}
		.nav li.active{
			background-color:#706259;
			cursor:default;
		}
		.nav li:hover{
			background-color:#94857c;
		}
		.nav li.active:hover{
			background-color:#706259;
			cursor:default;
		}
		
		.foot{
			border:0;
			width:100%;
			background-color:#7ab304;
			border-image: url(../img/border.png) 26 0 round;
			border-bottom:26px solid transparent;
			min-width: 1200px;
		}
		.foot .balckDiv{
			background-color:#251b02;
			height:34px;
		}
		.foot .content{
			margin:0 auto;
			width:1040px;
			height:212px;
		}
		.foot .content .left{
			float:left;
			margin-top:42px;
		}
		.foot .content .center{
			float: left;
		    margin-top: 48px;
		    width: 670px;
		    text-align: left;
		    color: white;
		    font-size: 16px;
		    margin-left: 6px;
		}
		.foot .content .center a{
			color: white;
    		text-decoration: none;
    		display: inline-block;
		}
		.foot .content .center a:hover{
			 -webkit-transform-origin: top center;
		    transform-origin: top center; 
		    -webkit-animation:swing .75s 1;
    		animation:swing .75s 1;
		}
		.foot .content .right{
			float:left;
			margin-top:42px;
		}
		
		@-webkit-keyframes swing {
		    20% {
		        -webkit-transform: rotate3d(0,0,1,15deg);
		        transform: rotate3d(0,0,1,15deg)
		    }
		
		    40% {
		        -webkit-transform: rotate3d(0,0,1,-10deg);
		        transform: rotate3d(0,0,1,-10deg)
		    }
		
		    60% {
		        -webkit-transform: rotate3d(0,0,1,5deg);
		        transform: rotate3d(0,0,1,5deg)
		    }
		
		    80% {
		        -webkit-transform: rotate3d(0,0,1,-5deg);
		        transform: rotate3d(0,0,1,-5deg)
		    }
		
		    100% {
		        -webkit-transform: rotate3d(0,0,1,0deg);
		        transform: rotate3d(0,0,1,0deg)
		    }
		}
		
		@keyframes swing {
		    20% {
		        -webkit-transform: rotate3d(0,0,1,15deg);
		        transform: rotate3d(0,0,1,15deg)
		    }
		
		    40% {
		        -webkit-transform: rotate3d(0,0,1,-10deg);
		        transform: rotate3d(0,0,1,-10deg)
		    }
		
		    60% {
		        -webkit-transform: rotate3d(0,0,1,5deg);
		        transform: rotate3d(0,0,1,5deg)
		    }
		
		    80% {
		        -webkit-transform: rotate3d(0,0,1,-5deg);
		        transform: rotate3d(0,0,1,-5deg)
		    }
		
		    100% {
		        -webkit-transform: rotate3d(0,0,1,0deg);
		        transform: rotate3d(0,0,1,0deg)
		    }
		}

