@charset "utf-8";
#qd_content{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
#qd_content img{
	max-width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:60px;
	margin-bottom:60px;
	max-width:1200px;
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	text-align:center;
}
.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.6rem;
}
.title:after{
	content:"";
	width:50px;
	height:4px;
	border-radius:3px;
	margin:auto;
	display:block;
	background-color:#154d94;
}

.miaoshu{
	font-size:1rem;
	color:#999;
	margin-top:10px;
}
.youshi{
	margin-bottom:40px;
}
.about_title{
	line-height:1.5;
	font-size:1.1rem;
}
.about_miaoshu{
	line-height:1.5;
	font-family:"Times New Roman", Times, serif;
	font-size:2rem;
	color:#999;
}