body{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #fff;
	overflow: hidden;
}
.head{
	margin: 15px 0px;
}
.head img{
	height: 40px;
	position: relative;
	left: 20px;
}
.head div{
	float: right;
	position: relative;
	right: 20px;
	top:5px;
	font-size: 26px;
}
.head2{
	position: relative;
}
.head2 img{
	width: 100%;
}
.head2 .title{
	position: absolute;
	text-align: center;
	top:30px;
	width: 100%;
	/* transform-origin:50% 50%;
	transform:translate(-50%,-50%); */
    
}
.head2 .title1{
	color: #fff;
	font-size: 26px;
}
.head2 .title2{
	color: #fff;
	font-size: 14px;
}
.position{
	background-color: #e0e0e0;
	text-align: center;
	padding: 8px;
	margin-bottom: 30px;
}
.content{
	width: 100%;
	padding-bottom: 50px;
}
.content2{
	margin: 5px;
	
}
.content img{
	max-width: 100%;
}