#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>img{
    display: block;
    margin:0 auto;
	/* padding-top:70px; */
	padding-top:80px;
	padding-bottom:20px;
	width: 14%;
}
/*经营范围*/	
.section-manage{
	padding-left:2%;
	margin-top:10px;
	height:auto;
}	
.section-manage-left{
	padding:0px 20px 0px 10px;
	float:left;				
	color: #502826;
	letter-spacing: 0.04px;
}
.section-manage-right{
	float:left;	
	padding-bottom: 25px;			
}
.section-manage-firstP{					
	font-size: 14px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 20px;
	text-indent: 25px;
}
 .section-manage-firstP2{
	margin-bottom:15px;
	font-size: 14px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 20px;
	text-indent: 25px;
}
.section-manage-right>img{
	margin-top:12px;
	margin-bottom: 10px;
	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-manage-right>img:hover{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}								
/*营业执照*/
.section-manage2{
	margin-left:20px;			    
}
.section-manage2-left{
	display: inline;
	float:left;	
	color: #502826;
	letter-spacing: 0.04px;
	padding:0px 20px 0px 10px;
}
.section-manage2-right,.section-center3-img>img,.section-center3-JiaGou{
	display: inline;
	float:left;	
}
.section-center3-img>img{
	width: 74% !important;
}
.section-manage2-right>img{
	padding-top:50px;
	padding-bottom:32px;
}
						
/*总公司架构+分公司架构*/
.section-center3{
    margin-left: 20px;
    margin-top: 10px;
}
.section-center3-JiaGou{
	padding:0px 15px 0px 10px;
}
.section-center3-allJiaGou{
	margin-top:5px;
}
.section-center3-img>img{
	margin-bottom:49px
}

/*服务分支结构*/			
.section-center4>img{				
	display: block;
	margin:0 auto;
}
.section-center4-table{
    width: 94%;
	height: 280px;
	margin:0 auto;
	border: 1px solid #DCBBAC;
	font-size: 14px;
	color: #502826;
	letter-spacing: 0.03px;
	margin-top:20px;
	display: flex;
	justify-content: center;
}
.section-center4-tableL{
	flex: 1;
	float:left;
	border-right: 1px solid #DCBBAC;
	font-size: 14px;
	color: #502826;
	letter-spacing: 0.03px;
}
.section-center4-tableR{
	float:left;
	font-size: 14px;
	color: #502826;
	letter-spacing: 0.03px;
	flex: 4;
}
.section-center4-tableL>li:first-child,.section-center4-tableR>li:first-child{
	height:30px;
	background: #502826;
	color: #FFFFFF;
	text-align: center;
	line-height:30px;
}

.section-center4-tableL>li:nth-child(2),.section-center4-tableL>li:nth-child(3),.section-center4-tableL>li:nth-child(4),.section-center4-tableL>li:nth-child(5),.section-center4-tableL>li:nth-child(6),.section-center4-tableL>li:nth-child(7),.section-center4-tableL>li:nth-child(8),
.section-center4-tableR>li:nth-child(2),.section-center4-tableR>li:nth-child(3),.section-center4-tableR>li:nth-child(4),.section-center4-tableR>li:nth-child(5),.section-center4-tableR>li:nth-child(6),.section-center4-tableR>li:nth-child(7),.section-center4-tableR>li:nth-child(8){
	height:35px;
	line-height:35px;
	border-top: 1px solid #DCBBAC;
	text-align: center;
}	