#main{
	width: 1000px;
	margin: 0 auto;
}
.imgBox{
	width: 100%;
	position: relative;
	margin-bottom: -5px;
}
.imgBox .simpleImg{
	width: 100%;
}
.freeGet{
	height: 133px;
	padding-top: 30px;

}
#freeTitle{
	width: 60%;
	margin: 0 auto;
	display: block;
}
.freeGet #infoBox{
	width: 70%;
	margin: 0 auto;
	line-height: 28px;
	overflow: hidden;
	margin-top: 13px;
}
.freeGet #infoBox .box{
	float: left;
	height: 30px;
	margin: 10px;
}
.freeGet #infoBox .btn{
	float: left;
	height: 30px;
	margin: 10px;
	margin-left: 22px;
}
.freeGet #infoBox .text{
	float: left;
	color: #D53738;
	font-size: 23px;
	font-weight: bold;
	font-family: 黑体;
	margin-top: 10px;
}
.inner3{
	position: absolute;
	top: 35%;
	left: 11%;
	width: 78%;
}
#linkBox{
	position: absolute;
	top: 20px;
	left: 15%;
	width: 70%;
}
#linkBox .linkImg{
	float: left;
	width: 33%;
}
#bannerBox{
	position: absolute;
	top: 120px;
	width: 60%;
	left: 20%;
}
#bannerBox .bannerImg{
	width: 100%;
	display: none;
}
#bannerBox #bannerPoint{
	height: 30px;
	width: 220px;
	/*border: 1px solid black;*/
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#bannerBox .point{
	float: left;
	height: 20px;
	width: 20px;
	background-color: #D53738;
	border-radius: 10px;
	margin: 0 12px;
}
.inner6{
	position: absolute;
	top: 18%;
	left: 10%;
	width: 80%;
}
#tabBox{
	position: absolute;
	top: 10px;
	width: 64%;
	left: 18%;
}
#tabTitles{
	overflow: hidden;
}
.tabTitle{
	float: left;
	font-size: 30px;
	margin: 20px 40px;
	cursor: pointer;
}
#tabMains{
	margin-top: 16px;
}
#tabMains img{
	display: none;
	width: 100%;
}
.inner8{
	position: absolute;
	top: 18%;
	left: 15%;
	width: 70%;
}
.inner9{
	position: absolute;
	top: 18%;
	left: 16%;
	width: 68%;
}