@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	font-family:宋体;
	font-size:14px;
	border:none;
}
a.hovered{
	font-weight:bold;
}
/*此div用来居中*/
.div_1200{
	width:960px;
	margin:0px auto;
}

.about_title{
	width:960px;
	height:30px;
	color:#00A0EA;
	font-family:微软雅黑;
	font-size:22px;
	font-weight:bold;
	float:left;
	margin-top:20px;
}

.about_list{
	width:210px;
	height:530px;
	border:1px solid #E0E4E7;
	float:left;
	margin-top:10px;
	border-top:3px solid #E0E4E7;
	background-image:url(../images/about_list_back.jpg);
}
.about_list li{
	list-style:none;
	width:192px;
	height:30px;
	margin-left:10px;
	margin-top:10px;
	border-bottom:1px dashed #E0E4E7;
}
.about_list a{
	font-size:12px;
	color:#00A0EA;
	text-decoration:none;
	transition:all 0.25s;
}
.about_list a:hover{
	color:#007CB7;
	text-decoration:underline;
	margin-left:2px;
}

.about_detail{
	width:740px;
	border:1px solid #E0E4E7;
	float:right;
	line-height:30px;
	margin-top:10px;
}
.about_detail h1{
	width:700px;
	line-height:50px;
	font-size:26px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
}
.about_detail h2{
	width:700px;
	line-height:50px;
	font-size:20px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
}
.about_detail h3{
	width:700px;
	line-height:50px;
	font-size:18px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
}
.about_detail h4{
	width:700px;
	line-height:50px;
	font-size:16px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
	font-weight: bold;
}
.about_detail h5{
	width:700px;
	line-height:50px;
	font-size:14px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
	font-weight: bold;
}
.about_detail h6{
	width:700px;
	line-height:50px;
	font-size:12px;
	border-bottom:1px solid #E0E4E7;
	margin:0px auto;
}
.about_detail b{
	font-weight: bold;
}

.busge_detail{
	padding:20px;
	color:#6C6C6C;
	font-size: 14px;
}
.about_founder{
	padding:40px 20px;
}
.founder_img{
	width:260px;
	height:410px;
	float:left;
}
.founder_detail{
	width:410px;
	float:right;
}
.founder_body{
	text-indent:30px;
	margin-top:20px;
	color:#6C6C6C;
}
.founder_body h1{
	font-size:26px;
	line-height:40px;
	width:408px;
}
.founder_body h2{
	font-size:20px;
	line-height:40px;
	width:408px;
}
.founder_body h3{
	font-size:18px;
	line-height:40px;
	width:408px;
}
.founder_body h4{
	font-size:16px;
	line-height:40px;
	width:408px;
}
.founder_body h5{
	font-size:14px;
	line-height:40px;
	width:408px;
	font-weight: bold;
}
.founder_body h6{
	font-size:12px;
	line-height:40px;
	width:408px;
}

.founder_body b{
	font-weight: bold;
}


