﻿body {
	padding: 0;
	margin: 0;
	background-color: #ddd;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cont {
	width: 1400px;
	margin: 0 auto;
	background-color: #f4f3f8;
}

.top {
	height: 240px;
	background: url(img/logo.png) no-repeat center;
}

.nav {
	height: 44px;
	padding-left: 95px;
	background-color: #0e8e9a;
}

.nav a {
	float: left;
	height: 44px;
	padding: 0 20px;
	margin-left: 160px;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	text-decoration: none;
}

.nav a:hover {
	background-color: #047f8a;
	color: #fff;
}

.banner {
	position: relative;
	margin: auto;
	width: 1400px;
	height: 700px;
	background-color: #ddd;
}

#sliderUl li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#sliderNum {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}

#sliderNum span {
	display: inline-block;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	font-family: arial;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #333;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

#sliderNum span.cur {
	background: #0e8e9a;
	color: #fff;
}

.main {
	overflow: hidden;
	padding-top: 50px;
}

.title {
	position: relative;
	width: 1200px;
	height: 40px;
	padding-bottom: 17px;
	margin: 0 auto;
	font-size: 30px;
	color: #0E8E9A;
	text-align: center;
	line-height: 40px;
}

.title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 3px;
	margin-left: -15px;
	background-color: #0E8E9A;
}

.about {
	overflow: hidden;
	width: 1140px;
	min-height: 260px;
	padding: 18px 28px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	margin: -1px auto 0;
	line-height: 30px;
	vertical-align: top;
}

.pic {
	width: 1200px;
	height: 240px;
	margin: 45px auto 60px;
}

#linkimg {
	margin: auto;
	width: 1200px;
	height: 240px;
	overflow: hidden;
	clear: both;
}

#demo {
	width: 4440px;
	height: 240px;
}

#demo1,
#demo2 {
	float: left;
	height: 240px;
}

#demo1 img,
#demo2 img {
	float: left;
	margin: 0 5px;
	height: 240px;
	border: none;
}

.footer {
	height: 48px;
	background-color: #0E8E9A;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}