﻿html,body,div,ul,li,p{
	padding:0;
	margin:0;
	list-style-type:none;
}
li {
	list-style:none;
}
body {
	color:#606060;
	background-color:#f8f8f8;
	font-size:14px;
	font-family:"微软雅黑";
}
a {	
	text-decoration:none;
	font-size:14px;
	font-family:"微软雅黑";
	color:#606060;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.float-left {
	float:left;
}
:focus {
	outline:none;
}
blockquote,q {
	quotes:none;
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
img,iframe {
	border:none;
}
ul li {
	*zoom:1;
	*vertical-align:bottom;
}
.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.header{
	height: 90px;
	background: #263142;
}
.header-960{
	width: 960px;
	margin:0 auto;
}
.header-left{
	margin-top: 14px;
	float: left;
	width: 166px;
	height: 59px;
	background: url('../images/logo.png');
}
.header-left a{
	display: block;
	width:166px;
	height: 59px;
}
.header-right{
	position: relative;
	float: right;
	height:59px;
	width:260px;
}
.li-level-1{
	float:left;
}
.header-menu-list{
	font-weight: bolder;	
	float:left;
	display: block;
	color: #fff;
	line-height: 90px;
	font-size: 14px;
	width: 65px;
	text-align: center;
}
.header-menu-list:hover,.header-menu-list-on{
	background: #081527;
color: #09a889;
}
.header-menu-list-ab{
	z-index: 1;
	position: absolute;
	top: 90px;
	left: 27px;
	background: #081527;
	display: none;
}
.header-menu-list-ab-a{
	line-height: 40px;
	text-align: center;
	display: block;
	color: #fff;
	width: 140px;
}
.header-menu-list-ab-a:hover{
	color: #09a889;
}
.header-right li:hover ul{
	display: block;
}




/*FOOTER*/
.footer{	
	padding-top: 50px;
	padding-bottom: 40px;
	background: #0e1b2d;
}
.footer-line{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #1ca374;
}
.focus_us{
	color:#ffffff;
}
.footer-1{
	text-align: center;
}
.footer-1-a{
	color: #1ca374;
	margin-right: 20px;
}
.footer-2{
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.footer-2-span{
	margin-right: 20px;
	color: #fff;
}
.footer-3{
	color: #9da0a3;
	text-align: center;
	margin-top: 35px;
}
