*{
	margin: 0;
	padding: 0
}
ul li{
	list-style: none;
	list-style-type: none;
}
body{
	font-family: "΢���ź�";
	background: #fbfbfb;
	min-width: 1200px;
}
a{
	text-decoration: none;
}


header{
	position: absolute;
	top: 50px;
	z-index: 999;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
}
header .logo{
	height: 38px;
}
.tab-menu{
	float: right;
            height: 38px;
            position: relative;
            border-radius: 19px;
			box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
        }
       .tab-menu li{
            height: 38px;
            line-height: 38px;
            float: left;
            text-align: center;
            position: relative;
            font-size: 16px;
        }
        /*.tab-menu span{
            display: inline-block;
            height: 38px;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 19px;
            transition: left .4s;
            -webkit-transition: left .4s;
            -moz-transition: left .4s;
        }*/
        .eightrow li a.active{
            display: inline-block;
            height: 38px;
            left: 0;
            top: 0;
            border-radius: 19px;
            transition: left .4s;
            -webkit-transition: left .4s;
            -moz-transition: left .4s;
            width: 110px;
            background: white;
            color: #009141;
        }
       .tab-menu li:hover{
            cursor: pointer;
        }

        .eightrow li{
            width: 110px;
        }
        .eightrow li a{
            color: white;
            display: block;
        }
        .eightrow .active a{
            color: #009141;
        }
        .eightrow{
            width: 660px;
            background: #009141;
        }
        /*.eightrow span{
            width: 132px;
            background: white;
        }*/
/*�ײ���ʽ*/
footer{
	background: #000;
	padding-top: 45px;
        margin-top: 40px;
}
footer .nav{
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
footer .nav ul{
	float: left;
	margin-right: 90px;
}
footer .nav .contacts{
	float: right;
}
footer .nav h3{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
footer .nav .tel-txt{
	margin-bottom: 10px;
}
footer .nav ul li a{
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
footer .nav ul li a:hover{
	color: #009141;
}
.tel{
	font-size: 24px;
	color: #999;
}
.mail{
	font-size: 12px;
	color: #999;
}
.qr-box img{
	width: 72px;
	margin-top: 10px;
}
.qr-box span{
	font-size: 12px;
	color: #999;
	display: block;
	margin: 5px 0 20px;
}
.copyright{
	border-top: 1px solid #323232;
	line-height: 40px;
	color: #999;
	text-align: center;
	font-size: 12px;
}
.copyright span{
	margin-right: 20px;
}
.tab-menu li div{
			background: #fff;
			border-radius: 19px;
			padding: 10px 0;
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
			display: none;
		}
		.tab-menu li div a{
			display: block;
			color:#333;
		}
		.tab-menu li div a:hover{
			color:#009141;
		}
.tab-menu li:hover div {
    display: block;
}