*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-weight: 400;
	font-family: PingFang SC;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
body{
	background-color: #FAFAFC;
}
.app{
	width: 1150px;
	margin: 0px auto;
	position: relative;
}
.banner{
	background-color: #03093E;
	height: 400px;
}
.banner>.app{
	height: 400px;
}
.banner-title{
	font-size: 36px;
	font-weight: 500;
	color: #ffffff;
	line-height: 50px;
	padding-top: 116px;
}
.banner-sub{
	font-size: 22px;
	color: #ffffff;
	line-height: 20px;
	padding-top: 36px;
}
.banner-btn{
	width: 120px;
	line-height: 40px;
	background: linear-gradient(0deg,#3266fb 0%, #619ffd 100%);
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 50px;
	display: block;
	text-decoration: none;
}
.banner-img{
	width: 515px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.bg1{
	background-color: #fff;
}
.bg2{
	background-image: url(img/con6.png);
}
.bg3{
	background-image: url(img/con8-1.png);
}

.con1{
	display: flex;
	justify-content: space-between;
	padding-top: 114px;
	padding-bottom: 80px;
}
.con1-text{
	width: 576px;
}
.con1-title{
	opacity: 0.85;
	font-size: 36px;
	font-weight: 500;
	color: #000000;
	line-height: 50px;
}
.con1-sub{
	height: 231px;
	opacity: 0.65;
	font-size: 16px;
	color: #010101;
	line-height: 34px;
	padding-top: 20px;
	text-indent:2em;
}
.con1-img{
	width: 515px;
	height: 324px;
	border-radius: 8px;
	background-image: url(img/con1.png);
}

.title,.title1{
	padding-top: 80px;
	padding-bottom: 60px;
	opacity: 0.85;
	font-size: 36px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.title1{
	color: #ffffff;
}

.con2{
	padding-bottom: 60px;
}
.con2-list{
	display: flex;
	justify-content: space-between;
}
.con2-item{
	width: 368px;
	height: 287px;
	background: #ffffff;
	border-radius: 8px;
	padding-top: 40px;
}
.con2-img{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
}
.con2-title{
	font-size: 18px;
	font-weight: 500;
	color: #3266fb;
	margin-top: 15px;
	text-align: center;
}
.con2-sub{
	width: 313px;
	padding: 0px 26px;
	font-size: 14px;
	color: #5b6580;
	border-top: 1px solid #EAEAEA;
	padding-top: 12px;
	margin: 0 auto;
	margin-top: 20px;
}
.con2-sub>p{
	display: flex;
	justify-content: space-between;
	line-height: 30px;
}

.con3{
	display: flex;
	padding-bottom: 80px;
}
.con3-item{
	width: 25%;
	position: relative;
	padding-left: 42px;
}
.con3-item::before{
	content:"";
	position: absolute;
	left: 42px;
	top: 42px;
	width: 12px;
	height: 12px;
	border: 4px solid #C7D6FF;
	background-color: #3266FB;
	border-radius: 50%;
	z-index: 1;
}
.con3-item::after{
	content:"";
	position: absolute;
	left: 0px;
	top: 52px;
	width: 100%;
	height: 1px;
	background-color: #EAEAEA;
}
.con3-time{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.con3-title{
	font-size: 16px;
	font-weight: 900;
	padding-top: 80px;
}
.con3-sub{
	opacity: 0.65;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	padding-top: 6px;
}

.con4{
	padding-bottom: 80px;
}
.con4-list{
	display: flex;
	justify-content: space-between;
}
.con4-item{
	border: 1px solid #efefef;
	padding: 30px 0;
	width: 16%;
}
.con4-item>img{
	width: 40%;
	margin: 0 auto;
	display: block;
}
.con4-item>p{
	text-align: center;
	line-height: 40px;
}
/* .con4-list{
	width: 825px;
}
.con4-item{
	position: relative;
	font-size: 16px;
	color: rgba(0,0,0,0.65);
	line-height: 32px;
	padding-left: 16px;
}
.con4-item::after{
	content:"";
	position: absolute;
	left: 0px;
	top: 12px;
	width: 8px;
	height: 8px;
	background-color: #3266FB;
	border-radius: 50%;
}
.con4-item-info{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 32px;
	margin-bottom: 10px;
}
.con4-item-info>p{
	position: relative;
	padding-left: 40px;
}
.con4-item-info>p::after{
	content:"";
	position: absolute;
	left: 26px;
	top: 14px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #3266FB;
} */

.con5{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}
.con5-item{
	width: 25%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.con5-item>img{
	width: 180px;
	height: 180px;
}
.con5-item>p{
	padding-top: 36px;
	width: 100%;
	opacity: 0.85;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

.con6{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 80px;
}
.con6-item{
	width: 564px;
	height: 132px;
	background: rgba(252,253,255,0.14);
	border-radius: 4px;
	padding: 0 70px 0 25px;
	margin-bottom: 24px;
}
.con6-title{
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding-top: 24px
}
.con6-sub{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding-top: 10px;
}

.con7{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}
.con7-item{
	width: 360px;
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
}
.con7-title{
	opacity: 0.85;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	position: relative;
	padding-top: 32px;
	text-align: center;
}
.con7-title::after{
	content:"";
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%);
	width: 42px;
	height: 2px;
	background: #3266fb;
}
.con7-sub{
	width: calc(100% - 40px);
	height: 160px;
	padding-bottom: 20px;
	margin: auto;
	text-align: center;
	opacity: 0.65;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.con7-sub>p{
	width: 100%;
}

.con8{
	padding-bottom: 62px;
}
.con8-qr{
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}
.con8-qr>img{
	width: 116px;
	height: 116px;
}
.con8-list{
	display: flex;
	justify-content: center;
}
.con8-item{
	width: 323px;
	padding-left: 45px;
	position: relative;
}
.con8-item::after{
	content:"";
	position: absolute;
	width: 1px;
	height: 128px;
	opacity: 0.7;
	left: 0;
	top: 0;
	background: #ffffff;
}
.con8-item:nth-child(1)::after{
	display: none;
}
.con8-title{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 4px;
}
.con8-user,.con8-phone{
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
	padding-left: 25px;
	background-image: url(img/con8-2.png);
	background-size: contain;
	background-position: left;
}
.con8-phone{
	background-image: url(img/con8-3.png);
}


@media screen and (max-width: 600px) {
	.app{
		width: calc(100% - 30px);
	}
	.banner{
		height: 180px;
	}
	.banner>.app{
		height: 140px;
	}
	.banner-img{
		display: none;
	}
	.banner-title{
		font-size: 18px;
		padding-top: 20px;
	}
	.banner-sub{
		font-size: 14px;
		padding-top: 10px;
	}
	.banner-btn{
		line-height: 40px;
		font-size: 14px;
		margin-top: 10px;
	}
	.con1{
		/* flex-wrap: wrap; */
		padding: 20px;
	}
	.con1-img{
		display: none;
	}
	.con1-title{
		font-size: 18px;
		font-weight: 900;
		text-align: center;
	}
	.con1-sub{
		font-size: 14px;
		height: auto;
	}
	.title,.title1{
		font-size: 18px;
		font-weight: 900;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.con2-list{
		flex-wrap: wrap;
	}
	.con2-item{
		margin-bottom: 20px;
	}
	.con3{
		flex-wrap: wrap;
	}
	.con3-item{
		width: 100%;
		margin-bottom: 40px;
	}
	.con3-time{
		font-size: 16px;
	}
	.con3-title{
		font-size: 14px;
		padding-top: 50px;
	}
	.con4-item{
		font-size: 14px;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.con5{
		flex-wrap: wrap;
	}
	.con5-item{
		width: 50%;
		margin-top: 40px;
	}
	.con5-item>img{
		width: 120px;
		height: 120px;
	}
	.con5-item>p{
		font-size: 14px;
		padding-top: 20px;
	}
	.con6-item{
		height: auto;
		padding-bottom: 20px;
	}
	.con7{
		flex-wrap: wrap;
	}
	.con7-item{
		width: 100%;
		height: auto;
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.con7-title{
		font-size: 16px;
	}
	.con7-sub{
		font-size: 14px;
	}
	.con8-list{
		flex-wrap: wrap;
	}
	.con8-item{
		margin-top: 20px;
	}
	.con8-item::after{
		display: none;
	}
	.con8-title{
		font-size: 16px;
	}
	.con8-user,.con8-phone{
		font-size: 14px;
		background-size: 12px;
	}
}
