/* ������ʽ */
* {
	word-wrap: break-word;
}

body {
	background: #fff;
}

body,input,button,select,textarea {
	font: 12px/ 1.5 "Microsoft YaHei", Tahoma, Helvetica, "SimSun",
		sans-serif;
	color: #444;
}

textarea {
	resize: none;
}

body,ul,ol,li,dl,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,.pr,.pc,button,input
	{
	margin: 0;
	padding: 0;
}
.header{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	
}
table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: 400;
}

ul li,.xl li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

em,cite,i {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cl {
	zoom: 1;
}

#header {
	width: 1090px;
	margin: 30px auto 0;
}

#header .top {
	width: 100%;
	height: 160px;
}

.top .logo {
	diaplay: block;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	width: 150px;
	height: 150px;
}

.top .hd_bg {
	background: url('../image/hd_bg.png') no-repeat;
	float: right;
	margin-right: 40px;
	width: 625px;
	height: 160px;
}

#header .nav {
	width: 1090px;
	height: 50px;
	margin-top: 20px;
	border: 1px solid rgb(252, 223, 185);
	border-right: 0;
}

.nav li {
	float: left;
	height: 50px;
	line-height: 50px;
	background-color: rgb(186, 182, 201);
	font-size: 20px;
	padding: 0 14px;
	border-right: 1px solid rgb(252, 223, 185);
}

.nav li a {
	display: block;
	color: #1d2a87;
}

#footer {
	width: 1090px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: rgb(186, 182, 201);
	text-align: center;
	font-size: 14px;
	color: #666;
}