﻿/*重置样式*/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, img {margin: 0;padding: 0;}
body { font:12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\5b8b\4f53; overflow: hidden;position: relative;}
html,body{height:100%; width:100%;}
html,body{ overflow:hidden;zoom: 1; }
ul,li {list-style:none;}
a{text-decoration: none;}
img{border-style:none;}
   
/*公共样式*/     
.container{
	width: 100%;
	height: 100%;
}
.content{
	position: absolute;
	width: 100%;
	top: 62px;
	bottom: 50px;
	background: url(../img/bacg2.jpg) center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	margin: 0 auto;
}
.clear:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}



/*头部*/
.header{
	min-width: 900px;
	width: 100%;
	height: 62px;	
	line-height: 62px;
	zoom: 1;
	border-bottom: 1px solid #d6dfea;
	background-color: #eff4fa;
}
.header_logo{
	padding-left: 50px;
	text-align: center;
	font-size: 26px;
}
.header_logo img{
	vertical-align: middle;
}
.header_nav{
	padding-right: 50px;
}
.header_nav>li{
	float: right;
	padding: 0 10px;
	zoom: 1;
}
.header_nav li:hover a,.header_nav li:hover i{
	color:#00CCFF;	
}
.active_nav a,.active_nav i{
	color:#00CCFF;
}


/*底部*/
.footer{
	/*display: none;*/
	position: absolute;
	min-width: 800px;
	width: 100%;
	height: 50px;
	bottom: 0;
	z-index: 5000;
	background:#eff4fa ;
}

.footer_bottom p{
	text-align: center;
	color: #0052a1;
	padding: 10px 0;
}