﻿﻿﻿@CHARSET "UTF-8"

/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, div {
	margin: 0px;
	padding: 0px;
	display: block;
}
*{
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, "微软雅黑";
	font-size: 14px;
	background: #ebfaff;
}
fieldset, img {
	border: none;
}
select, input {
	vertical-align: middle;
}
textarea {
	resize: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #B20000;/*	text-decoration: underline;*/
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*header*/

.logo{
	width: 1000px;
	height: 250px;
	background-color:#FFFFFF;
	overflow: hidden;
	margin: 0 auto;
	background-image:url(../images/logo.png)
}

.nav{
	width: 1000px;
	height: 40px;
	background-color: #0054A8;
}

.nav ul{
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	
}
.main-left-top{
	width: 750px;
	float:left;
}
.main-left-bottom{
	width: 750px;
	float:left;
}
.nav li{
	float: left;
	list-style-type: none;
	margin-top: 12px;
}

.nav li a{
	color: white;
	padding: 0px 29px;

}


.header-img{
	width: 1000px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

/*footer*/

.footer{
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	margin-top: 10px;
        overflow: hidden;
}

.footer-links{
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	border: 1px solid #E6E6CF;
}

.footer-links-title{
	width: 1000px;
	height: 38px;
	border-bottom: 2px solid #0054A8;
	font-weight: bold;
	color:  #0054A8;
	font-size: 16px;
}

.footer-links-title img{
	  margin-top: 5px;
  margin-left: 10px;
    margin-right: 5px;
}

.footer-lists{
	width: 1000px;
	height: 90px;
}

.footer-lists ul{
	margin-top: 25px;

}

.footer-lists ul li{
  list-style-type: none;
  float: left;
  width: 200px;
  text-align: center;
}

.footer-lists ul li a{
	color: black;
}
