
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
	display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

* {
	font-family: '微软雅黑';
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	color: #545454;
	min-width: 1200px;
}


.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	clear: both;
}

a {
	color: #545454;
	text-decoration: none;
	font-size: 14px;
}

.width-1000 {
	width: 1000px;
	margin: 0 auto;
}

.width-1100 {
	width: 1100px;
	margin: 0 auto;
}

.width-1200 {
	width: 1200px;
	margin: 0 auto;
}
.width-1400 {
	width: 1400px;
	margin: 0 auto;
}
.width {
	width: 1200px;
	margin: 0 auto;
}

.width-1260 {
	width: 1260px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.fixed{
	position: fixed;
}
.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

 
/*top*/
.top{
	background: #253a71;
}
.top img{
	padding: 10px 0;
	float:right;
}

/*head*/
.head{
	width: 100%;
	position: relative;
}
.nav ul li{
	float: left;
	color: #666666;
	font-size: 14px;
}
 
.nav ul li a{
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	width:104px;
	display: block;
	text-align: center;
}
.nav ul li span{
	display: block;
}
 .nav ul li a:hover{
 	font-weight: bold;
 }
 
.nav {
    float: left;
    padding-top: 24px;
}





.foot {
	padding-top: 20px;
	background: #464646;
	line-height: 2;
	color: #fff;
}

 .footlist dl {
    width: 300px;
}

.footlist dl dt {
	line-height: 56px;
	background: url(../images/img_60.jpg) left bottom no-repeat;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.footlist dl dd a {
    color: #c9c9c9;
}

.footlist dl dd {
    color: #c9c9c9;
}

 .bottom.text-center {
    background: #3c3939;
    margin-top: 20px;
}