*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-family: PingFangSC-Regular;
}
.app{
	width:1152px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.btn{
	cursor: pointer;
}
.btn:active{
	opacity: 0.8;
}

.banner{
	height: 400px;
	background-image: url(../img/banner-1.png);
}
.banner>div>div:nth-child(1){
	width: 470px;
	color: #fff;
}
.banner>div>div:nth-child(1)>p:nth-child(1){
	font-size: 36px;
	padding-top: 92px;
}
.banner>div>div:nth-child(1)>p:nth-child(2){
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}
.banner .btns{
	display: flex;
	margin-top: 64px;
	width: 280px;
	justify-content: space-between;
}
.banner .btns>a{
	display: block;
	width: 120px;
	height: 46px;
	border:1px solid #619ffd;
	border-radius: 8px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
}
.banner .btns>a.active{
	border: none;
	background: linear-gradient(0deg,#3266fb 0%, #619ffd 100%);
}
.banner>div>div:nth-child(2){
	background-image: url(../img/banner-2.png);
	height: 380px;
	width: 640px;
	background-size: contain;
	transform: translate(0px,20px);
}
.con1{
	height: 440px;
	align-items: center;
}
.con1>div:nth-child(1){
	background-image: url(../img/con1.png);
	width: 345px;
	height: 252px;
}
.con1>div:nth-child(2){
	width: 585px;
}
.con1>div:nth-child(2)>p:nth-child(1){
	font-size: 36px;
	color: rgba(0,0,0,0.85);
}
.con1>div:nth-child(2)>p:nth-child(2){
	padding-top: 38px;
	font-size: 16px;
	color: rgba(0,0,0,0.65);
	line-height: 26px;
}

.con2{
	height: 456px;
	background: #252c4b;
}
.con2>p{
	padding-top: 80px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.con2>div{
	margin-top: 84px;
	align-items: center;
}
.con2>div>div:nth-child(even){
	width: 92px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	background-image: url(../img/con2-6.png);
	padding-left: 14px;
}
.con2>div>div:nth-child(odd){
	width: 86px;
	height: 86px;
	background-image: linear-gradient(0deg,#3266fb 0%, #619ffd 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.con2>div>div:nth-child(odd)>div{
	color: #ffffff;
	position: absolute;
	top: 112px;
	text-align: center;
	width: 136px;
}
.con2>div>div:nth-child(odd)>div>p:nth-child(1){
	font-size: 20px;
}
.con2>div>div:nth-child(odd)>div>p:nth-child(2){
	opacity: 0.65;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
}
.con3>p,.con4>p{
	width: 100%;
	font-size: 36px;
	color: #000000;
	padding-top: 80px;
	padding-bottom: 52px;
	text-align: center;
}
.con3>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.con3>div>div{
	width: 560px;
	height: 138px;
	border-radius: 8px;
	padding: 32px 38px 0 32px;
	font-size: 16px;
	color: rgba(0,0,0,0.65);
	position: relative;
	margin-top: 30px;
	background-image: url(../img/con3.png);
	line-height: 26px;
}

.con4{
	padding-bottom: 130px;
}
.con4>div{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.con4>div>div:nth-child(1){
	width: 492px;
	height: 368px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-image: url("../img/connews.jpg");
}

.con4>div>div:nth-child(2){
	width: 620px;
}
.con4>div>div:nth-child(2)>div{
	border-bottom: 1px solid #EAEAEA;
	height: 104px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}
.con4>div>div:nth-child(2)>div:nth-child(3){
	border: none;
}
.con4>div>div:nth-child(2)>div>div:nth-child(1){
	text-align: center;
	width: 86px;
}
.con4>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(1){
	font-size: 34px;
	font-weight: 900;
	color: rgba(0,0,0,0.85);
}
.con4>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(2){
	font-size: 16px;
	color: #333333;
	padding-top: 16px;
}
.con4>div>div:nth-child(2)>div>div:nth-child(2){
	width: 512px;
}
.con4>div>div:nth-child(2)>div>div:nth-child(2)>p:nth-child(1){
	font-size: 16px;
	color: #333333;
	opacity: 0.85;
	padding-top: 10px;
	font-weight: 900;
}
.con4>div>div:nth-child(2)>div>div:nth-child(2)>p:nth-child(2){
	opacity: 0.45;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	padding-top: 10px;
}
.con5{
	background: #252c4b;
	margin-bottom: 2px;
}
.con5>p{
	padding-top: 80px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.con5-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	flex-wrap: wrap;
}
.con5-item{
	width: 270px;
	height: 138px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	margin-bottom: 22px;
	position: relative;
}
.con5-item>div{
	display: flex;
	width: 222px;
	justify-content: space-between;
	padding: 24px 0px 16px 0px;
	border-bottom: 1px solid #eaeaea;
	margin: 0px auto;
	font-size: 18px;
	font-weight: 500;
	color: #0A1943;
	line-height: 16px;
}
.con5-item>a{
	display: block;
	width: 120px;
	line-height: 36px;
	background: #3266FB;
	border-radius: 4px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	margin-top: 24px;
	text-decoration: none;
}
.con5-down{
	width: 160px;
	line-height: 56px;
	background: #FC9332;
	border-radius: 4px;
	display:block;
	margin: 0px auto;
	margin-top: 38px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.con5-down>i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/down.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 6px;
}
