@charset "utf-8";
/* CSS Document */
html,body,h1,h2.h3,h4,h5,h6,div,span,i,dl,dt,dd,ul,li,ol,p,img,form,input,select,table,tr,td,th{
	padding:0;
	margin:0;
	outline:none;
	}
html,body{
	height:100%;
	}
body{
	font-family:'微软雅黑','黑体',Arial;
	font-size:14px;
	color:#333;
	line-height:1.6;
	background:#fff;
	}
ul,ol,li{
	list-style:none;
	}
img{
	border:none;
	}
a{
	color:#333;
	text-decoration:none;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.clearfix:after{
	content:'';
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
.content {
	min-height:100%;
	position: relative;
	}
.main {
	padding-bottom: 150px;  
	}
.con{
	width:1060px;
	margin:0 auto;
	}
.logo{
	height:110px;
	}
.nav{
	height:40px;
	line-height:40px;
	font-size:16px;
	background:#0474c9;
	}
.nav ul li{
	float:left;
	}
.nav ul li +li{
	margin-left:11px;
	}
.nav_on, .nav ul li:hover{
	background:#e27103;
	}
.nav ul li a{
	color:#fff;
	display:block;
	padding:0 40px;
	}
.footer{
	height:89px;
	line-height:89px;
	border-top:1px solid #d8d8d8;
	position: absolute;
	bottom: 0;
	background-color:#f5f5f5;
	width: 100%;
	}
.footer_con{
	font-size:12px;
	text-align:center;
	}
.footer_con span{
	margin-left:20px;
	}
.footer_con span a{
	color:#eb8d06;
	}

