﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2019-04-11 10:01:31
 * @version $Id$
 */
*{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
	color: #333;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
}
ul,li,ol{
	list-style: none;
}
a{
	text-decoration:none;
	color: #333;
	font-size:14px;
}
a:hover{
	color: #404671;
}
h3{
	font-weight:400;
}
.clearfix:after{
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
  }
.fr{float:right;}
.fl{
	float:left;
}