@charset "utf-8";

/* CSS Document */

/* 重写浏览器的所有默认样式 yui.css

---------------------------------------------------------------------------------------------------------------------- */
html {
	color: #000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
s {
	text-decoration: none;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}
textarea { 
resize:none;
}
/* 基本属性

---------------------------------------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
    /*font-family: '微软雅黑';*/
}

input, button, select, textarea {
	font-size: 12px;
	color: #000;
}
.fB {
	font-weight: bold;
}


/* 颜色属性*/

/* 清除浮动

---------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.header {
	position:relative;
	z-index:99;
	width:100%;
	height:80px;
	background:#fff;
	border-top:5px solid #0073c0;
	box-shadow:0px 2px 5px rgba(0,0,0,0.2);
	}
.header .logo {
	margin-top:14px;
	width:210px;
	height:52px;
	background:url(../image/logo.png) no-repeat;
	background-size:contain;
	}
.header .nav {
	padding-right:30px;
	line-height:80px;
	}
.nav li {
	margin-left:10px;
	float:left;
	width:122px;
	text-align:center;
	}
.nav li a {
	display:inline-block;
	width:100%;
	font-size:18px;
	color:#333;
	}
.nav li a:hover {
	background:#0073c0;
	color:#fff;
	}
.nav li.currert a {
	background:#0073c0;
	color:#fff;
	}
.footer {
	width:100%;
	height:110px;
	background:#1e1c1f;
	overflow: hidden;
	}
.footer .ft_wrapper {
	margin-top:18px;
	text-align:center;
	}	
.ft_wrapper .logo_2 {
	display:inline-block;
	margin-right:40px;
	}
.ft_wrapper .ft_info {
	display:inline-block;
	font-size:16px;
	text-align: left;
	color:#fff;
	vertical-align: top;
    margin-top: 8px;
	}
.ft_info .link {
	line-height:28px;
	}
.ft_info .link a {
	display:inline-block;
	margin:0 6px 0 5px;
	color:#fff;
	cursor:pointer;
	} 	
.ft_info .link a.no_mg {
	margin:0 6px 0 0;
	}
.ft_info p {
	line-height:30px;
	text-align:center;
	}	
	
