@charset "utf-8";
#main_info_container{
	width:960px;
	margin:80px 0 0 0;
}
.main_title{
	float:left;
	background:url(image/bg_main_title.png) no-repeat;
	width:842px;
	height:45px;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	line-height:45px;
	margin:0 0 18px 0;
	padding:0 0 0 118px;
}
.main_text{
	float:left;
	width:842px;
	font-size:18px;
	color:#000;
	line-height:25px;
	margin:0 0 50px 0;
	padding:0 0 0 118px;
}
.main_text a{
	color:#F90;
}
.main_text a:link{
	color:#F90;
}
.main_text a:visited{
	color:#F90;
}
.main_text a:hover{
	color:#F90;
	border-bottom:dashed 1px #F90;
}

.main_flow_pic{
	float:left;
	margin:0 0 50px 0;
}

.main_text .about_row{
	float:left;
	font-size:30px;
	color:#06F;
	font-weight:bold;
	margin:0 40px 30px 0;
}
.main_text .about_row img{
	vertical-align:text-bottom;
	margin:0 10px 0 0;
}
.main_text .box{
	float:left;
	width:254px;
	margin:0 20px 25px 0;
}
.main_text .box .pic{
	float:left;
	width:254px;
	height:254px;
	margin:0 0 10px 0;
}
.main_text .box .title{
	font-size:25px;
	color:#06F;
	font-weight:bold;
	margin:0 0 5px 5px;
}
.main_text .box .text{
	font-size:15px;
	line-height:20px;
	color:#000;
	height:80px;
	margin:0 0 0 5px;
}