@charset "utf-8";

/*关于鸿涛*/
.content{
	margin: 20px 0;
	min-height: 200px;
}
.content .center{
	width: 1200px;
	margin: 0 auto;
}
.content .center .adress{
	text-align: right;
}
.content .center .adress a{
	margin: 0 5px ;
}
.content .center h3{
	font-size: 22px;
	font-weight: normal;
	height: 70px;
	line-height: 70px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.content .ab_content ul{
	height: 35px;
	margin-top: 20px;
}
.content .ab_content ul li{
	float: left;
	width: 130px;
	background: #F3F3F3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}
.content .ab_content ul li.active,.content .ab_content ul li:hover{
	background: #222222;
	color: white;
}
.content .ab_content ul li a{
	display: block;
}
.content .ab_detail{
	margin: 80px 0;
	zoom:1;
}
.content .ab_detail:after{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}
.content .ab_detail img{
	display: block;
	float: left;
}
.content .ab_detail .detail_cnt{
	font-size: 16px;
	width: 700px;
	float: right;
	padding: 30px 0px;
	line-height: 25px;
}
.content .ab_detail .detail_cnt h4{
	font-size: 20px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	margin-bottom: 15px;
}
.content .ab_detail .detail_cnt h4 span{
	font-weight: normal;
	font-size: 16px;
}
.content .ab_detail .detail_cnt p{
	margin-bottom: 30px;
}