.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}


.flex-start {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-box-align: flex-start;
}

.flex-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	box-align: flex-end;
	-moz-box-align: flex-end;
	-webkit-box-align: flex-end;
}

.flex-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.flex-column-between {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
}

.flex-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	box-align: flex-start;
	-moz-box-align: flex-start;
	-webkit-box-align: flex-start;
}

.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
}

.flex-jend {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-moz-box-pack: flex-end;
	-webkit--moz-box-pack: flex-end;
	box-pack: flex-end;
}

body,
html {
	min-width: 1222px;
}

a {
	user-select: none;
}

.w1000 {
	width: 1220px;
	margin: 0 auto;
}


.content
{
	width: 100%;
	background: #f0f6fd;
	margin-top: -10px;
}

.banner {
	width: 100%;
	height: 500px;
	position: relative;
}

.banner .img-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .img-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.banner .link-btn {
	cursor: pointer;
	width: 290px;
	height: 72px;
	text-align: center;
	top: 45px;
	left: 47%;
}

.banner .link-btn a {
	font-size: 46px;
	font-weight: 700;
	/* font-weight: 500; */
	color: #FFFFFF;
}

.banner .link-btn a img {
	width: 290px;
	height: 72px;
}


.from-main .from-box {
	position: relative;
	height: 596px;
	margin-top: -15px;
	background: url(../image/input_bg.png) no-repeat;
	background-size: 100%;
	padding-top: 140px;
	box-sizing: border-box;
}

.from-main .from-box .title {
	width: 642px;
	height: 31px;
	margin: 0 auto;
	margin-bottom: 58px;
}

.from-main .from-box .title img {
	width: 642px;
	height: 31px;
}

.from-main .from-box .from {
	width: 642px;
	margin: 0 auto;
	padding: 0 32px;
	margin-bottom: 22px;
	box-sizing: border-box;
}

.from-main .from-box .from .input-box {
	width: 280px;
	height: 46px;
	padding-left: 14px;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	margin-bottom: 14px;
	box-sizing: border-box;
}

.from-main .from-box .from .input-box .lable {
	font-size: 18px;
	color: #666666;
	margin-right: 48px;
}

.from-main .from-box .from .input-box input {
	width: 60%;
	border: none;
	font-size: 18px;
}

.from-main .from-box .from .input-box input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #CECECE;
}

.from-main .from-box .from .input-box input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CECECE;
}

.from-main .from-box .from .input-box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CECECE;
}

.from-main .from-box .from .input-box input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #CECECE;
}

.from-main .from-box .go-btn {
	display: block;
	width: 325px;
	height: 48px;
	line-height: 48px;
	background-color: #2F63E9;
	border-radius: 24px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto;
}

.link-box {
	width: 100%;
	position: relative;
}

.link-box .img-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.link-box .img-box img {
	width: 100%;
}

.banner .nav {
	width: 1000px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	position: absolute;
	top: 24px;
	left: calc((100% - 1000px) / 2);
}

.banner .nav a {
	color: #FFFFFF;
}

.link-box .link-btn {
	cursor: pointer;
	width: 258px;
	height: 58px;
	line-height: 54px;
	text-align: center;
	border-radius: 44px;
	background: linear-gradient(181deg, #FFA102 0%, #FEC21D 100%);
	box-shadow: 0px 3px 6px #2C6CCC;
	position: absolute;
	bottom: 40px;
	left: calc((100% - 258px) / 2);
}

.link-box .link-btn a {
	font-size: 38px;
	/* font-weight: bold; */
	color: #FFFFFF;
}

.screen
{
	width: 1220px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
	position: sticky;
	top: 0;
	z-index: 999;
	border-radius: 8px;
	box-shadow:#cccccc
}
	.screen .tit
	{
		min-width: 54px;
		margin-top: 8px;
	}
	.screen-ul
	{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
		.screen-ul li{
			padding:8px;
			cursor:pointer;
			margin:0 8px 8px 8px;
		}
.active-li
{
	background-color: #1370fd;
	color: #ffffff;
	border-radius: 10px;
}
.main
{
	width: 100vw;
	padding-bottom: 368px;
	background: #f0f6fd;
}

	.main .box
	{
		width: 1220px;
		margin: 0 auto;
		margin-top:40px;
		background: #F5FAFF;
		border: 2px solid #ffffff;
		border-radius: 16px 16px 16px 16px;
		padding: 20px;
		box-sizing: border-box;
	}
.heads
{
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
}
	.heads h3
	{
		font-size: 28px;
		color: #000000;
		margin-bottom:8px;
		position:relative;
		margin:0 6px;
	}
.tits{
	display:flex;
	align-items:center;
}
	.tits img{
		width:35px;
		height:14px;
	}
	.heads p
	{
		font-size: 20px;
		color: #5B5B5B;
	}
.subject-li
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:14px;
	margin-top:20px;
	flex-wrap:wrap;
}
.subject-li li
{
	width: 180px;
	background: #FEFEFE;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #E7F0FC;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	line-height: 30px;
	padding: 30px 23px;
	box-sizing: border-box;
}
	.subject-li li .suImg
	{
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-bottom:10px;
	}
	.subject-li li p
	{
		font-weight: 600;
		font-size: 20px;
		color: #00104B;
	}
	.subject-li li span
	{
		font-weight: 400;
		font-size: 15px;
		color: #00104B;
	}
	.subject-li li button
	{
		width: 134px;
		height: 41px;
		background: #FFFFFF;
		border-radius: 61px 61px 61px 61px;
		border: 1px solid #FFD5BB;
		margin: 0 auto;
		margin-top:10px;
		color: #FD8F50;
		cursor:pointer;
	}
		.subject-li li button:hover{
			transform:scale(1.1)
		}
		.tips
		{
			font-weight: 400;
			font-size: 28px;
			color: #cccccc;
		}
.tabbar
{
	width: 76px;
	position: fixed;
	right: 50px;
	top: 220px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFFFFF
}

.tabbar .item {
	cursor: pointer !important;
	width: 100%;
	height: 76px;
	border-bottom: 1px solid #E9E9E9;
}

.tabbar .item .item-content {
	width: 56px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

.tabbar .item:hover {
	background-color: #62A4FF;
	border-color: #62A4FF;
}

.tabbar .item:hover .item-content {
	color: #FFFFFF;
}

.tabbar .go-top {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #62A4FF;
	cursor: pointer;
}

.abss {
	border: 2px solid #044EE0 !important;
	color: #044EE0 !important;
}