.b1-container	{
	width: 100%;
	min-height: 510px;
	height: auto;
	background-color: #f3f3f3;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.14);
	margin-bottom: 5px;
}

.b1	{
	width: 980px;
	min-height: 510px;
	height: auto;
	margin: auto;
}

.b1-title	{
	width: 810px;
	height: 150px;
	margin: auto;
	color: #303030;
	font-size: 30px;
	font-family: "OpenSansRegular";
	text-align: center;
	padding-top: 50px;
	line-height: 38px;
	padding-bottom: 30px;
}

.b1-title>span	{
	color: #095884;
	font-size: 30px;
	font-family: "OpenSansExtraBold";
}

.b1-box	{
	float: left;
	width: 300px;
	min-height: 365px;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.b1-box-top	{
	width: 300px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px 5px 0 0;
}

.b1-box-trigle	{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #f3f3f3 transparent transparent transparent;
	margin: auto;
}

.b1-box-middle	{
	width: 300px;
	min-height: 40px;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 139px;
	text-align: center;
	font-size: 16px;
	font-family: "OpenSansRegular";
	color: #505050;
}

.b1-box-bot	{
	width: 300px;
	height: 46px;
	background-image: url(../img/b1_box_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pic1	{
	background-image: url(../img/b1_box_pic1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pic2	{
	background-image: url(../img/b1_box_pic2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pic3	{
	background-image: url(../img/b1_box_pic3.png);
	background-repeat: no-repeat;
	background-position: center top;
}