#body{
	padding-top: 49px;
}
.header{
	padding-left: 5%;
}
.cpts{
	margin: 60px 0;
    width: 100%;
}
.cpts.wrapper{
	padding: 0;
}
.cpts h1{
	text-align: center;
	margin-bottom: 30px;
}
.cpts_img{
	background-image: url(../img/六边形动效.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 300px;
	width: 100%;
	position: relative;
}
.cpts_img p{
	position: absolute;
	color: #1586e6;
	font-size: 16px;
}
.cpts_img p:nth-child(1){
	top: 35%;
	left: 3%;
	width: 40px;
}
.cpts_img p:nth-child(2){
	top: 0%;
	left: 12%;
}
.cpts_img p:nth-child(3){
	top: 0%;
	right: 12%;
}
.cpts_img p:nth-child(4){
	top: 35%;
	right: 3%;
	width: 20px;
}
.cpts_img p:nth-child(5){
	bottom: -10%;
	left: 10%;
}
.cpts_img p:nth-child(6){
	bottom: -10%;
	right: 10%;
}
.start{
	text-align: center;
}