@charset "utf-8";
/* CSS Document */
.mr5{
	margin-right: 5px;
}
.ml5{
	margin-left: 5px;
}
.mtb13{
	margin: 13px 0;
}
.mtb20{
	margin: 20px 0;
}
.mb20{
	margin-bottom: 20px;
}
.mr16{
	margin-right: 16px;
}
.fz20{
	font-size: 20px;
}
.tac{
	text-align: center;
}
#microFinance .bagImage{
	background: url(../images/index/index_bg.jpg) no-repeat top center;
	height: 400px;
}
.contentWp{
	background-color: #fdf0bd;
}
.content, .reserveWp{
	width: 1000px;
	margin: 0 auto;
}
.reserveWp .reserveBox{
	width: 330px;
	height: 370px;
	margin: 15px 15px 0 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}

.reserveBox .reTit{
	height: 50px;
	line-height: 50px;
	color: #ea5413;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #e6dbd0;
}
.reserveBox .reCon{
	font-size: 14px;
	color: #000;
}
.reserveBox .reCon input{
	width: 210px;
	height: 32px;
	line-height: 32px;
	text-indent: 1em;
}
.reserveBox .reCon label{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100px;
	text-align: right;
}
.reserveBox .reCon .submit{
	width: 300px;
	height: 50px;
	background-color: #ea5413;
	line-height: 50px;
	text-align: center;
	border: 0 none;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.section .secTit{
	position: relative;
	padding: 20px;
}
.section1 .secTit{
	padding-left: 5px;
}
.section2 .secTit{
	border-bottom: 1px solid #dbdbdb;
}
.section .secTit h2{
	font-size: 24px;
	color: #ea5413;
	font-weight: normal;
}
.section .secTit h2 .desc{
	font-size: 14px;
	color: #333;
}
.section .secTit .more{
	position: absolute;
	right: 10px;
	top: 24px;
	background-color: #ea5413;
	border: 1px solid #ea5413;
	border-radius: 10px;
	padding: 2px 10px;
	color: #fff;
}
.section .secTit .more:hover{
	text-decoration: none;
}
.section1 .secCon li{
	float: left;
	width: 220px;
	height: 184px;
	margin-right: 13px;
	color: #fff;
	padding: 10px;
}
.section1 .secCon li.last{
	margin-right: 0;
}
.section1 .secCon li.bggreen{
	background-color: #b1bd00;
}
.section1 .secCon li.bgpurple{
	background-color: #76457b;
}
.section1 .secCon li.bgblue{
	background-color: #42a7be;
}
.section1 .secCon li.bgorange{
	background-color: #ee684c;
}
.section1 .secCon .ph{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.section1 .secCon .pm, .section1 .secCon .pb{
	font-size: 16px;
	line-height: 26px;
}
.section1 .secCon .pm{
	height: 80px;
}
.section2{
	background-color: #fff;
}
.section2 .secCon{
	width: 442px;
	height: 214px;
	padding: 20px 25px;
}
.section2 .infoList li{
	line-height: 40px;
	font-size: 14px;
}
.section2 .infoList li a{
	color: #333;
}
.section2 .infoList li .date{
	color: #999;
	padding: 0 10px;
	float:right;
}
