*{
			margin: 0;
			padding: 0;
			text-decoration: none;
			list-style: none;
		}
		
		.about_home{
			width: 100%;
		}
		.about_home_top{
			/* background: url(http://mall.buwangkeji.com/static/home/styles/images/about_top.png) no-repeat center; */
			background: url(../image/aboutus.png) no-repeat center;
			width: 100%;
			background-size: cover;
			height: 420px;
		}
		.about_home_About{
			width: 100%;
			position: relative;
				
		}
		.about_home_AboutOurs{
			width: 1258px;
			left: 50%;		
			position: absolute;
			top: -50px;	
			    transform: translateX(-625px);
			background-color: white;
			border-radius:8px;
			height: auto;
			min-height: 700px;
		}
		.about_home_AboutSpan{
			height: 115px;
		}
		.about_home_AboutSpan>p{
			text-align: center;	
			line-height: 115px;			    
			    font-size: 32px;
			    justify-content: center;								    
		}
		
		.about_home_Funs>p{
			font-size: 16px;
		}
		
		
		.about_home_Funs>li:nth-of-type(1){
			margin: 20px 60px;
			text-indent: 2em;							
			line-height: 30px;			
		}
		
		.about_home_Funs>li:nth-of-type(2){
			height: 30px;
		}
		.about_home_Funs>li:nth-of-type(3){
			margin: 0 60px;
		}
		.about_home_Funs>li:nth-of-type(3)>p{
			margin-bottom: 20px;
		}
		
		.about_home_Funs>li:nth-of-type(3)>p>a{
			color: #00A0E9;
		}