* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	color: #666;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

.header {
	height: 80px;
	border-bottom: 1px solid #09979e;
}

.container {
	width: 100%;
	height: auto;
	max-width: 1320px;
	margin: 0 auto;
}

.container:after {
	content: '';
	display: block;
	clear: both;
}

.header .logo {
	display: block;
	height: 46px;
	margin: 17px 0px;
	float: left;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .search {
	float: right;
	margin: 18.5px 0px;
}

.header .search input {
	display: block;
	width: 285px;
	height: 41px;
	line-height: 41px;
	padding: 0px 10px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	float: left;
	outline: none;
}

.header .search .search-btn {
	display: inline-block;
	width: 90px;
	height: 43px;
	line-height: 43px;
	background: #15a4ab;
	color: #fff;
	border-radius: 0 5px 5px 0;
	text-align: center;
}

.header .search .search-btn img {
	width: 18px;
	margin-right: 4px;
	vertical-align: sub;
}

.header .nav {
	float: right;
	margin-right: 20px;
}

.header .nav li {
	float: left;
}

.header .nav li a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	padding: 0px 40px;
	font-size: 17px;
	text-align: center;
}

.header .nav .cur a {
	background: #15a4ab;
	color: #fff;
}

.banner {
	width: 100%;
	overflow: hidden;
}

.banner img {
	width: 100%;
	display: block;
}

.bread {
	height: 38px;
	line-height: 38px;
	text-align: right;
	background: #eeeeee;
	color: #999999;
}

.bread a {
	display: inline-block;
	padding: 0px 3px;
	font-size: 14px;
	color: #999999;
}
.content{
	margin-top: 30px;
}
.content .content-nav{
	width: 260px;
	height: auto;
	float: left;
}
.content-nav .content-nav-row a{
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	background: #efefef;
	float: left;
}
.content-nav-row .text-c{
	line-height: 26px;
	font-size: 18px;
	color: #333;
	margin-top: 23px;
}
.content-nav-row .text-4{
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}
.content-nav .content-nav-row.cur a{
	background: #15a4ab;
	color: #fff;
}
.content-nav .content-nav-row.cur .text-c{
	color: #fff;
}
.content-text{
	width: 1020px;
	padding-bottom: 60px;
	float: right;
}
.content-text h4.title{
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 10px;
}
.content-text p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 25px;
	line-height: 22px;
}

.content-text h3.title{
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.content-text h3.title:after{
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #43b7f9;
}
.content-text h3.title~p{
	padding-left: 20px;
}
.content-text .images-box img{
	display: block;
	width: 25%;
	float: left;
}
.footer{
	width: 100%;
	height: 130px;
	background: #4c4c4c;
}
.footer .container{
	padding-top: 29px;
}
.footer p{
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}