body{
	background:url(../img/bg.png) no-repeat top center #ecfaff;
}
.top{
	height: 468px;
}
.main{
	width: 1200px;
	height: 1510px;
	margin: 20px auto;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.linea ul{
	display: flex;
	justify-content: space-between;
}
.linea ul li{
	position: relative;
}
.linea ul li a{
	display: block;
	text-decoration: none;
	width: 288px;
	height: 46px;
	background: #1f67e5;
	border-radius: 30px;
	position: absolute;
	left: 32px;
    bottom: 25px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.lineb .tabTit{
	display: flex;
	margin-top: 30px;
}
.lineb .tabTit h1{
	background: url(../img/titBg2.png) no-repeat;
	width: 306px;
	height: 65px;
	font-size: 22px;
	text-align: center;
	line-height: 65px;
	color: #9099a8;
	cursor: pointer;
}
.lineb .tabTit .active{
	background: url(../img/titBg1.png) no-repeat;
	color: #fff;
}
.lineb .tabCon{
	width: 1133px;
	height: 314px;
	border: solid 1px #1f67e5;
	border-radius:0 0 30px 30px;
	margin: 0 auto;
}
.lineb .tabCon ul{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineb .tabCon ul li{
	background: url(../img/icon.png) no-repeat left center;
	text-indent: 15px;
	width: 530px;
	line-height: 42px;
	margin-left: 15px;
	margin-right: 15px;
	
}
.lineb .tabCon ul li a{
	font-size: 17px;
	text-decoration: none;
	color: #333;
}
.lineb .tabCon ul li span{
	color: #1e1e1e;
	opacity: .6;
	float: right;
}
.linec .tit{
	margin-top: 30px;
	text-align: center;
}
.linec ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.linec ul li{
	width: 558px;
	height: 154px;
	background: #edf4fc;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.linec ul li h1{
	color: #4684f1;
	font-size: 18px;
	margin-bottom: 10px;
}
.linec ul li a{
	font-size: 16px;
	color: #333;
}
.linec ul li a span{
	color: #fca029;
}
.more{
	display: flex;
	justify-content: center;
	margin-top: 30px;	
}