@CHARSET "utf-8";

.about_box {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.about_box .about_img {
	position: absolute;
	top: 0px;
	left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 600px;
}

.about_box .content{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-600px;
	width:1200px;
	height:450px;
}

.about_box .content > h2{
	width:100%;
	margin-top:18px;
	margin-bottom:14px;
	text-align:center;
	font-size:28px;
	color:#ffffff;
	display:block;
}

.about_box .content > p{
	margin-top:10px;
	width:100%;
	line-height:20px;
	text-indent:2em;
	text-align:left;
	font-size:13px;
	color:#dddddd;
}

.about_box .content > p > span{
	width:100%;
	line-height:20px;
	text-indent:4em;
	display:inline-block;
}