#section{						
	background:#FFF6ED;
	position:relative;
}
.section-background1{
	position:absolute;
	left:0;
	top:0;
}
.section-background2{
	position:absolute;
	right:0;
	bottom:0;
}
.section-center{
	width:58%;
	margin:0 auto;
    background-color:#FFFBF5;
    position:relative;
	z-index: 14;
}
/*经营范围*/
.company-info{
	width:100%;			
	padding-top:25px;				
	position:absolute;		        
	z-index: 15;
}
.section-center-up{
	padding-top:105px;
}
.section-center-up>img{
	transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
    -moz-transition: All 0.1s ease-in-out;           
    -ms-transition: All 0.1s ease-in-out;
}
.section-center-up>img:hover{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}			
.section-center-down{
	margin-top:22px;
}
.section-center-upLeft>span,.section-center-downLeft>span{				
    margin-right: 20px;
	padding-left:3%;
	float:left;
}
.section-center-upRight,.section-center-downRight{
	float:left;
}
.section-center-upRight-word,.section-center-downRight-word{								
	font-size: 14px;
	line-height: 20px;
	color: #464646;				
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom:35px;
	text-indent: 25px;
}
.section-center-upRight>img{
	padding-bottom:20px;
    transition: All 0.1s ease-in-out;
    -webkit-transition: All 0.1s ease-in-out;
    -moz-transition: All 0.1s ease-in-out;
    -ms-transition: All 0.1s ease-in-out;
}
.section-center-upRight>img:hover{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}
/*催收业务*/
.section-center-downRight-word{
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	text-align:justify;
	margin-bottom:30px;
}	