@charset "utf-8";

/*关于鸿涛*/
.content{
	margin: 20px 0;
	min-height: 200px;
}
.content .center{
	width: 1200px;
	margin: 0 auto;
}
.content .center .contact{
	text-align: right;
}
.content .center .contact 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 .cnt_content ul{
	height: 35px;
	margin-top: 20px;
}
.content .cnt_content ul li{
	float: left;
	width: 130px;
	background: #F3F3F3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
}
.content .cnt_content ul li.active,.content .cnt_content ul li:hover{
	background: #222222;
	color: white;
}
.content .cnt_content ul li a{
	display: block;
}
.content .cnt_detail{
	margin: 60px 0;
	zoom:1;
}
.content .cnt_detail:after{
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}
.content .cnt_detail .left{
	padding: 35px 35px;
	float: left;
	width: 430px;
	height: 374px;
	background: #EEEEEE;
}
.content .cnt_detail .left h4{
	color: #222;
	font-size: 18px;
	margin-bottom: 20px;
}
.content .cnt_detail p{
	color: #333;
	font-size: 15px;
	line-height: 30px;
}
.content .cnt_detail span{
	margin-top: 30px;
	display: block;
	width: 120px;
	height: 120px;
	background: url(../images/code.jpg) no-repeat center;
}
.content .cnt_detail .right{
	float: right;
	width: 690px;
	margin-left: 10px;
}
.content .cnt_detail .right img{
	width: 690px;
}