body{
	background:url(../images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	height:100%;
}
.left{
	width:40%;
	height:300px;
	position:absolute;
	margin-top:50px;
	margin-left:5%;
	float:left;
}
.left img{
	width:100%;
	height:100%;
}
.right{
	width:50%;
	height:300px;
	margin-top:50px;
	margin-left:45%;
	float:left;
}
.right .pic{
	width:150px;
	height:150px;
	margin-bottom:10px;
}
.right .pic img{
	width:100%;
	height:100%;
}
.right .info{
	width:100%;
	height:150px;
	font-size:24px;
	color:#9D0303;
	font-family:Microsoft YaHei;
}
.right .info div{
	margin-top:20px;
}
.right .info span{
	font-size:14px;
	color:#000000;
}
.right .info button{
	width:100px;
	background:url(../images/bg.png);
	font-family:Microsoft YaHei;
	font-size:16px;
	padding:5px 10px;
	letter-spacing:2px;
	color:#FFFFFF;
	border:1px #9D0303 solid;
	outline:none;
	margin-right:30px;
	cursor:pointer;
	border-radius:3px;
}