@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 form{
	width: 1000px;
	margin:50px auto;
	font-size: 15px;
}
.content .cnt_detail form p{
	width: 650px;
	color: red;
	line-height: 24px;
}
.content .cnt_detail form .text{
	display: block;
	float: left;
	padding: 10px;
	width: 291px;
	outline: none;
	height: 30px;
	border:1px solid #ccc;
	margin-right: 30px;
	margin-top: 40px;
}
.content .cnt_detail form input.mright{
	margin-right: 0;
}
.content .cnt_detail form textarea{
	display: block;
	width: 977px;
	border:1px solid #ccc;
	margin-top: 120px;
	height: 278px;
	outline: none;
	padding: 10px;
	resize: none;
}
.content .cnt_detail form .btn{
	display: block;
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: #DEDEDE;
	border:none;
	margin: 40px auto;
	outline: none;
	cursor: pointer;
}