/*------------------------------------------------------------
	.sec9
------------------------------------------------------------*/
.sec9{
	margin: 30px auto 0;
	width: 960px;
}

.sec9 .table{
	display: table;
	width: 100%;
}

.sec9 .table > div{
	display: table-cell;
	vertical-align: top;
}

.sec9.rev{
	padding-left: 0;
}

.sec9 .left{
	width: 650px;
}

.sec9.rev .left{
	padding: 0 30px 0 50px;
	width: 670px;
}
.sec9 .cent{
	padding: 0 30px 50px 0;
	text-align: center; 
	width: 670px;
}
.sec9 .right p{
	bottom: -25px;
	font-size: 12px;
	position: absolute;
}

.sec9 h5{
	color: #036eb8;
	font-size: 22px;
}

.sec9 h5 img{
	margin-right: 5px;
	vertical-align: middle;
}

.sec9 ul li{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 560px;
}

.sec9 ul li:nth-child(even){
	margin-right: 0;
}

.sec9 ul li p{
	margin-top: 10px;
	font-size: 14px;
}
