@charset "UTF-8";
@import url("/static/plug/layui/css/layui.css");
*{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
}

img{
	width: 100%;
	height: 100%;
}
.logo{
	width: 523px;
	height: 132px;
	margin: 78px auto 0;
}

.subtitle{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 60px auto 0;
	text-align: center;
	letter-spacing: 10px;
}

.error{
	width: auto;
	height: 277px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.error img{
	width: auto;
}
.error div{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	font-family: Source Han Sans CN;
	color: #333333;
}

.btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 34px auto 0;
}
.btns div{
	width: 120px;
	height: 40px;
	background: #4A6DFF;
	border-radius: 5px;
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.btns div:last-child{
	margin: 0;
}

.btns div img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.btns div:last-child img{
	width: 22px;
	height: 16px;
	margin-right: 10px;
}
.btn a {
	color: #fff;
}

.card{
	margin: 60px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
}
.card .item{
	background: #435BFD;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	margin-right: 25px;
	width: 258px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.card .item:first-child{
	width: 351px;
}
.card .item:last-child{
	margin: 0;
}
.card .item .tag{
	width: auto;
	height: 28px;
	background: #6178FD;
	border-radius: 5px;
	padding: 0 10px;
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	line-height: 28px;
}
.card .item .title{
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
.card .item .desc{
	font-size: 26px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	opacity: 0.7;
	margin-bottom: 10px;
}
.card .item .btn{
	width: 120px;
	height: 35px;
	border: 1px solid #FFFFFF;
	border-radius: 18px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
}

.news{
	margin: 60px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1200px;
}

.news .list{
	flex: 1;
	width: auto;
	padding: 30px 30px 10px;
	box-sizing: border-box;
	background: #F9F9F9;
	border-radius: 20px;
	margin-right: 50px;
}
.news .list:last-child{
	margin: 0;
}

.news .list .title{
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #333333;
	padding-left: 8px;
	position: relative;
}
.news .list .title::after{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
	width: 2px;
	height: 12px;
	background: #435BFD;
	border-radius: 2px;
}
.news .list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #444444;
	padding: 15px 0;
}
.news .list .item div:nth-child(2){
	flex: 1;
	margin-left: 10px;
}
.footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 1200px;
	margin: 40px auto 0;
}
.footer div{
	margin-bottom: 20px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #333333;
	display: flex;
	align-items: center;
}
.footer div span{
	display: inline-flex;
	align-items: center;
	margin-left: 40px;
}
.footer div span:first-child{
	margin-left: 0;
}
.footer div span img{
	height: 18px;
	width: auto;
	margin-right: 10px;
}

.card1{
	margin: 35px auto 0;
}
.card1 .item{
	background: #ECEEFF;
}
.card1 .item .title,
.card1 .item .desc,
.card1 .item .btn{
	color: #6178FD;
	border-color: #6178FD;
}