﻿body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.top {
	width: 1100px;
	height: 100px;
	margin: 0 auto;
	background: url(img/logo.gif) no-repeat left;
}

.nav_bg {
	background-color: #104475;
}

.nav {
	width: 1100px;
	height: 46px;
	margin: 0 auto;
}

.nav a {
	float: left;
	height: 46px;
	padding: 0 40px;
	font-size: 15px;
	color: #fff;
	line-height: 46px;
	text-decoration: none;
}

.nav a:hover {
	background-color: #077ebe;
	color: #fff;
}

.nav a.hover {
	background-color: #077ebe;
	color: #fff;
}

.nav i {
	float: left;
	width: 1px;
	height: 46px;
}

.banner {
	position: relative;
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	background-color: #eee;
}

#sliderUl li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#sliderNum {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

#sliderNum span {
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
	background: #0096da;
	border-radius: 5px;
	cursor: pointer;
}

#sliderNum span.cur {
	background: #104475;
}

.main {
	overflow: hidden;
	margin: 35px auto 0;
}

.title {
	position: relative;
	width: 1100px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto 7px;
	font-size: 22px;
	color: #077EBE;
}

.title:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #077EBE;
}

.about {
	overflow: hidden;
	width: 1100px;
	min-height: 220px;
	margin: 0 auto;
	line-height: 30px;
	vertical-align: top;
}

.footer {
	height: 44px;
	margin-top: 40px;
	background-color: #ccc;
	text-align: center;
	line-height: 44px;
}