#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;
	padding-top:6%;
}
.company-info{
	width:100%;				
	padding-top:25px;				
	position:absolute;		        
	z-index: 15;
}
.section-center-SR-up>span{
	display:block;
	text-align: center;
	border-bottom:1px dashed #C2A6A6;
	padding-bottom:15px;
	color: #502826;
    width: 94%;
    overflow: hidden;
    margin: auto;
}
.section-center-SR-word{
	width:86%;
	margin:auto;
    font-size: 14px;
    color: #464646;
    text-align: justify;
    text-justify:inter-ideograph;
    line-height: 20px;
    padding:20px 0 20px;
    text-indent: 25px;			    
}
.section-center-SR-downPic>img{
    width: 86%;
    display: block;
    margin: auto;
	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-SR-downPic>img:hover{
	transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
}		
.section-center-SR-downWord>p{
	font-size: 14px;
    color: #464646;
  	width:90%;
    text-align: justify;			    
    line-height: 19px;			    			   
}
.section-center-SR-downWord>p{
	line-height: 20px;
}
.section-center-SR-downWord>p:first-child{
	margin-bottom:15px;
}