﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:'Microsoft YaHei',Tahoma,'\5FAE\8F6F\96C5\9ED1',Arial,Helvetica,sans-serif;
}
ol, ul, dl, li{
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color:#333;
}

/* 清除浮动 */
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */

.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

/*底部内容*/
.footer {
	padding: 30px 0;
	min-width: 1200px;
	background-color: #303c43;
}
.footer_left {
	float: left;
	padding-left: 48px;
}
.footer_left img {
	float: left;
	width: 64px;
}
.footer_wrap {
	margin-left: 85px;
}
.footer_wrap p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.footer_wrap p:first-child {
	padding: 3px 0 5px;
}
.footer_wrap p a {
	font-size: 16px;
	color: #fff;
}
.footer_right {
	float: right;
}
.footer_item {
	float: left;
	text-align: center;
}
.footer_item + .footer_item {
	margin-left: 30px;
}
.footer_item img {
	width: 74px;
}
.footer_item p {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}

