@charset "utf-8";
/* CSS Document */
/*-- 全局reset
-------------------------------------------*/
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, textarea, label,
th, td, a, img { margin: 0;  padding: 0;  border: 0; outline: 0;}
body{background-color: #fff;font: 16px 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
/*设置默认字体*/
:focus { outline: 0;}
ul,ol,li {list-style: none;}
/*重置列表*/
fieldset, img { border: 0 none; vertical-align: top;}
/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup { font-style: normal; font-weight: normal;}
abbr, acronym { border: 0; font-variant: normal;}
button, textarea, select, optgroup, option {font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
button, textarea, select { font-size: 100%; outline: none;}
/*
form label {cursor: pointer;}
*/
textarea { resize: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*预设字体大小*/
.h24{font-size: 24px;line-height: 1.9; font-weight:bold;}
.h18{font-size: 18px;line-height: 1.8; font-weight:bold;}
.h14{font-size: 14px;line-height: 1.42857143; font-weight:bold;}
.sj{text-indent: 25px;}
.img100{width:100%;}
.cf{
	clear:both;
	}

.nav-header ul{
                text-align: center;
            }
.nav-header li{
	display:inline-block;
	width:160px;
	margin-right: 10px;
	margin-top: 10px;
	}

a {text-decoration: none;
    color: #07519A;
   }
html{
	background-color: #EDEDED;
	}
/*-- 全局reset-------------------------------------------*/
