* {
	margin: 0px;
	padding: 0px;
}

.top-bg {
	position: relative;
	width: 100%;
	height: 700px;
	background: url(../imgsNew/bg@3x.png) no-repeat;
	background-size: 100% 100%;
}

.img-box1 {
	position: absolute;
	left: 100px;
	top: 20px;
}

.download {
	width: 550px;
	height: 424px;
	position: absolute;
	left: 166px;
	top: 176px;
	z-index: 200;

}

.download .text {
	width: 100%;
	height: 262px;
	margin-left: -80px;
}

.bottom-btn {
	display: flex;
	align-items: center;
	text-align: center;
	margin-top: 107px;
}
.bottom-btn img{
	cursor: pointer;
}
.bottom-btn img+img {
	margin-left: 20px;
	margin-right: 20px;
}
.rech-a{
	display: inline-block;
  width: 120px;
  height: 54px;
  border-radius: 5px;
  line-height: 54px;
  color: #2eb1f7;
  font-size: 20px;
  text-decoration: none;
  background: #fff;
} 

.center-part {
	width: 100%;
	height: 938px;
	position: relative;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}

.center-part img {
	margin-top: 110px;
	/* width: 840px;
	height: 1165px; */
}

.phone {
	width: 883px;
	position: absolute;
	bottom: 0;
	right: 40px;
}

.center-part .top-info {
	width: 100%;
	top: 178px;
	position: absolute;
	text-align: center;
}

.top-info p {
	font-size: 20px;
	color: rgba(102, 102, 102, 1);

}

.top-info p+p {
	margin-top: 22px;

}

.footll {
	height: 232px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	background: rgba(246, 246, 246, 1);
}

.footll p {
	font-size: 14px;
	
	color: rgba(102, 102, 102, 1);
	line-height: 38px;
}
.footll p span{
	color: #DADADA;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
@media screen and (min-width: 1900px) {
	.img-box1 {

		left: 400px;
	}

	.download {
		left: 466px;
	}

	.phone {
		right: 190px;
	}
}
