	html,body,h1,h2,h3,h4,h5,h6,dl,dt,ul,li,ol,p,input,dd,dl,dt{margin:0;padding: 0;}
	h1,h2,h3,h4,h5,h6{
		font-weight: normal;
		font-size: 12px;
	}
	body,textarea,input,button,select,keygen,legend{outline:0;}
	ul,li,ol,dl,dd,dt{
		list-style: none;
	}
	a,s,em,i{
		color: #333333;
		text-decoration: none;
	}
	img{
	border: 0;
	vertical-align: middle;
	}

	.w{
		width: 1200px;
		margin: 0 auto;
		font-family: "微软雅黑";
	}
	.tl{
		text-align: left;
	}
	.tc{
		text-align: center;
	}
	.tr{
		text-align: right;
	}
	.fl{
		float: left;
	}
	.fr{
		float: right;
	}
	.clearfix{
		clear: both;
	}
	/*.clearfix:before,.clearfix:after{
		display: table;
		content: "";
	}
	.clearfix:after{
		clear: both;
	}
	.clearfix:before{
		zoom: 1;
	}*/
	.header{
				position: relative;
			}
			.nav_box li{
				margin-left: 20px;
				height: 100px;
			}
			.nav_box a{
				display: block;
				font-size: 16px;
				line-height: 97px;
				color: #555555;
				font-weight: 500;
				padding: 0 20px;
				border-bottom: 3px #fff solid;
			}
			.nav_box a:hover{
				color: #5ac9fb;
			}
			.logobox{
				position: absolute;
				left: 0;
				top: 10px;
				height: 80px;
			}
			.nav_box .aaction{
				color: #5ac9fb;
				border-bottom: 3px #5ac9fb solid;
				
			}
	
.footer{
				margin-top: 10px;
				padding: 10px;
				border-top: 1px #DDDDDD solid;		
			}
			.bottom{
				position: relative;
				padding: 20px 0;
				min-height: 120px;
			}
			.bottom h3{
				font-size: 14px;
				color: #999;
				line-height: 30px;
			}
			.wxbox{
				width: 120px;
				height: 120px;
				/*border: 1px #DDDDDD solid;*/
				position: absolute;
				right: 20px;
				bottom: 10px;
			}	
			.wbbox{
				width: 120px;
				height: 120px;
				background-color: #DDDDDD;
				position: absolute;
				right: 180px;
				bottom: 10px;
			}
			.wxbox img,.wbbox img{
				max-width: 120px;
			}	
			
	