/* html {
    width: 1920px;
    height: fit-content;
    overflow-x: hidden;
} */

body {
	background: #f4f9ff;
	background-color: #cacbcc;
	/* overflow-x: hidden; */
}

.shouye {

	/* width: 1920px;
    height: fit-content; */
	.bg {
		width: 100%;
		height: 500px;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, #FFFFFF, #EFF5FF);
		z-index: -99;
	}

}

.home-head {
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	/* box-shadow: -2px 0px 0px 0px #7c7c7c; */
	transition: all 0.5s linear;
	border-bottom: 1px solid #EBF0FF;

	.head-content {
		width: 74%;
		height: 70px;
		/* padding: 0 260px; */
		margin: 0 auto;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;


		.head-content-left {
			width: 30%;
			font-family: Source Han Sans CN;
			font-weight: 400;
			font-size: 16px;
			color: #2261FF;

			.head-logo {
				width: 76px;
				height: 34px;
			}

			span {
				margin-left: 10px;
			}
		}

		.head-content-cen {
			width: 46%;


			.nav-list {
				display: flex;
			}

			.nav-list .nav-item {
				width: 200px;
				height: 70px;
				margin: 0 10px 0 0;
				font-family: Source Han Sans CN;
				font-weight: 400;
				font-size: 16px;
				color: #222222;
				list-style: none;
				cursor: pointer;
				position: relative;
				text-align: center;
				align-content: center;

				a {
					color: #222222;
				}
			}

			.nav-list .nav-item.active a {
				color: #2261FF;
			}

			.nav-list .nav-item a:hover {
				color: #2261FF;
			}

			.nav-list .nav-item a:active {
				color: #2261FF;
				/* 设置选中链接的文字颜色为红色 */
				text-decoration: underline;
				/* 给选中的链接添加下划线 */
				/* 你可以在这里添加其他样式属性，如背景颜色、字体大小等 */
			}
		}

		.head-content-right {
			/* width: 20%; */

			.login-box {
				display: flex;
				align-items: center;

			}

			.register {
				margin-left: 70px;
				font-family: Source Han Sans CN;
				font-weight: 400;
				font-size: 16px;
				color: #FFFFFF;
				cursor: pointer;

				a {
					color: #222222;
				}
			}

			.login {
				margin-left: 40px;
				padding: 8px 22px;
				/* background: linear-gradient(to right, #006DFF, #00A7FF); */
				background: #2261FF;
				box-shadow: 0px 3px 12px 0px rgba(45, 93, 236, 0.36);
				border-radius: 4px;
				cursor: pointer;
				font-family: Source Han Sans CN;
				font-weight: 400;
				font-size: 16px;
				color: #FFFFFF;

				a {
					color: #FFFFFF;
				}
			}


		}

	}
}

.content1 {
	width: 100%;
	margin: 110px auto 0;
	box-sizing: border-box;
	position: relative;

	.content1-bg {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.c1-bg {
		width: 1385px;
		min-height: 422px;
		margin: 0 auto;

	}

	.tologin {
		top: 273px;
		left: 803px;
		position: absolute;
		width: 297px;
		height: 54px;
		/* background: #000; */
		cursor: pointer;

	}
}

.content2 {
	width: 74%;
	height: 536px;
	/* padding: 0 260px; */
	box-sizing: border-box;
	margin: 18px auto 0px;
	/* background: lightblue; */
	display: flex;



	.content2-left {
		width: 377px;
		height: 100%;
		box-shadow: 0px 0px 24px 0px rgba(13, 28, 57, 0.04);
		background: url(./image/content2.png) no-repeat;
		background-size: 100% 100%;
		/* background: #fff; */
		border-radius: 10px;

		.ct2-l-bg {
			/* width: 373px; */
			margin: 0 auto;
			padding: 34px 8%;
			/* background: url(./image/content2.png) no-repeat;
            background-size: 100% 100%; */

		}

		.ct2-text {
			font-family: Source Han Sans CN;
			font-weight: 400;
			color: #5D6169;

			h3 {
				font-size: 22px;
				color: #428AF9;
				font-weight: bold;
			}

			h4 {
				font-size: 20px;
				color: #050D1E;
			}

			p {
				font-weight: 400;
				font-size: 14px;

			}

		}

		.l-text1 {
			/* margin: 33px 0 0 30px; */
			border-bottom: 1px solid #ddedff;
			padding-bottom: 22px;
		}

		.l-text2 {
			/* margin: 62px 0 0 35px; */
			border-bottom: 1px solid #f5f5f5;
			padding: 22px 0;

			h4 {
				margin-bottom: 10px;
				font-weight: 500;
			}

			p {
				margin-left: 2px;
				line-height: 26px;
			}
		}

		.l-text3 {
			/* margin: 60px 0 0 35px; */
			border-bottom: 1px solid #f5f5f5;
			padding: 22px 0;

			h4 {
				margin-bottom: 10px;
				font-weight: 500;
			}

			p {
				margin-left: 2px;
				line-height: 26px;
			}
		}

		.l-text4 {
			/* margin: 60px 0 0 35px; */
			/* border-bottom: 1px solid #f5f5f5; */
			padding: 22px 0;

			h4 {
				margin-bottom: 10px;
				font-weight: 500;
			}

			p {
				margin-left: 2px;
				line-height: 26px;
			}
		}


	}

	.content2-cen {
		width: 307px;
		height: 100%;
		/* background: #fafcff; */
		/* background: blueviolet; */

		.cenbox {
			font-family: Source Han Sans CN;
			font-weight: 400;
			font-size: 16px;
			/* width: 180px; */
			padding: 93px 36px 0;
			text-align: center;

			.line {
				background: url(./image/line.png) no-repeat;
				background-size: 100% 100%;
				width: 220px;
				height: 8px;
				margin: 10px 0 0;
			}

			.ct2-text {
				display: flex;
				align-items: center;

				img {
					width: 19px;
					height: 14px;
					margin-right: 14px;
				}

				h3 {
					color: #2C7EF8;
				}

				p {

					color: #6780A3;
				}
			}

			.c-text1 {
				margin: 0 54px 0;
			}

			.c-text2 {
				margin: 60px 40px 0;
			}

			.c-text3 {
				margin: 30px 40px 0;
			}

			.c-text4 {
				margin: 30px 40px 0;
			}

			.c-text5 {
				margin: 60px 54px 0;
			}
		}
	}

	.content2-right {
		width: 717px;
		height: 100%;
		background: #D2E4FF;
		border-radius: 10px;
		position: relative;
		box-shadow: 0px 0px 24px 0px rgba(13, 28, 57, 0.04);

		.play {
			width: 110px;
			height: 110px;
			background: url(./image/play.png) no-repeat;
			background-size: 100% 100%;

			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 1;
		}

		img {
			width: 100%;
			height: 100%;
		}
	}




}

.content3 {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	/* background: pink; */
	margin: 80px auto 0;

	/* padding: 0 260px; */
	.c3-bg img {
		width: 100%;
		/* margin: 0 auto; */
		height: 100%;
	}
}

.content4 {
	width: 74%;
	margin: 110px auto 100px auto;
	box-sizing: border-box;
	/* padding: 0 260px; */

	.ct4-title {
		display: flex;
		align-items: center;
		justify-content: space-between;

		h2 {
			font-family: Source Han Sans CN;
			font-weight: 600;
			font-size: 30px;
			color: #232323;
		}

		.ct4-more {
			color: #2C7EF8;
		}



	}

	.ct4-mainBox {
		margin: 106px 0 0;
		height: 432px;
		display: flex;
		justify-content: space-between;

		.ct4-left {
			width: 632px;

			.ct4-l-top {
				display: flex;
				align-items: center;

				h3 {
					font-family: DINPro;
					font-weight: 500;
					font-size: 28px;
					color: #2C7EF8;
				}

				p {
					margin-left: 17px;
					font-family: Source Han Sans CN;
					font-weight: 500;
					font-size: 24px;
					color: #232323;
				}

				a {
					text-align: center;
					line-height: 43px;
					margin-left: 83px;
					width: 162px;
					height: 43px;
					background: #2261FF;
					box-shadow: 0px 3px 12px 0px rgba(45, 93, 236, 0.36);
					border: none;
					font-size: 16px;
					font-weight: 600;
					color: #FFFFFF;
					border-radius: 4px;
				}
			}

			.ct4-duanx {
				width: 24px;
				height: 3px;
				background: #232323;
				margin: 20px 0 0;
			}

			.ct4-l-zhong {
				width: 632px;
				margin: 20px 0 40px 6px;
				display: flex;
				flex-wrap: wrap;

				.ct4-item {
					margin: 20px 0;
					min-width: 290px;
					display: flex;
					align-items: center;
				}

				.ct4-item:last-of-type {
					margin: 20px 0 0;
				}

				img {
					width: 16px;
					height: 14px;
					margin-right: 13px;
				}

				p {
					font-family: Source Han Sans CN;
					font-weight: 400;
					font-size: 18px;
					color: #232323;
				}
			}

			.ct4-l-bottom {
				width: 632px;
				display: flex;

				.ct4-b-item {
					width: 185px;
					margin-right: 20px;
					position: relative;

					img {
						width: 185px;
						height: 105px;
						border-radius: 5px;
					}

					span {
						position: absolute;
						left: 10px;
						top: 6px;
						font-family: Source Han Sans CN;
						font-weight: 400;
						font-size: 14px;
						color: #FFFFFF;
					}

					p {
						/* text-align: center; */
						padding-top: 10px;
						font-family: Source Han Sans CN;
						font-weight: 400;
						font-size: 14px;
						color: #333333;
					}
				}


			}
		}

		.ct4-right img {
			width: 767px;
			height: 432px;
		}
	}



}

.content5 {
	width: 74%;
	margin: 110px auto 0 auto;
	box-sizing: border-box;
	/* padding: 0 260px; */

	.ct5-title h2 {
		font-family: Source Han Sans CN;
		font-weight: 600;
		font-size: 30px;
		color: #232323;
	}

	.ct5-mainBox .ct4-main .ct4-item:nth-child(4n) {
		margin-right: 0;
	}

	.ct5-mainBox {
		margin: 80px 0 0;

		.ct4-main {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;

			.ct4-item {
				width: 335px;
				margin: 0 23px 23px 0;
				/* position: relative; */
				box-shadow: 0px 0px 24px 0px rgba(46, 86, 158, 0.18);
				border-radius: 5px;

				/* .ct4-item:nth-child(4){
				 margin-right: 0;
	
			 }	 */

				img {
					width: 100%;
					height: 188px;
					border-radius: 5px 5px 0 0;
				}

				p {
					margin: 27px 0 0 23px;
					font-family: Source Han Sans CN;
					font-weight: 400;
					font-size: 18px;
					color: #333333;
				}

				.ct4-item-text {
					display: flex;
					align-items: center;
					justify-content: space-between;
					padding-bottom: 24px;

					.left {
						/* position: absolute;
                        left: 10px;
                        top: 6px; */
						margin: 14px 0 0 24px;
						font-family: Source Han Sans CN;
						font-weight: 400;
						font-size: 16px;
						color: #999999;
					}

					.right {
						/* width: 335px; */
						margin: 14px 30px 0 0;
						cursor: pointer;

						img {
							width: 16px;
							height: 16px;
						}

						i {
							font-family: Source Han Sans CN;
							font-weight: 500;
							font-size: 16px;
							color: #2C7EF8;
						}
					}
				}



			}



		}


	}



}

.content6 {
	width: 74%;
	margin: 110px auto 0 auto;
	box-sizing: border-box;
	/* padding: 0 260px; */

	.ct6-title {
		display: flex;
		align-items: center;
		justify-content: space-between;

		h2 {
			font-family: Source Han Sans CN;
			font-weight: 600;
			font-size: 30px;
			color: #232323;
		}

		p {
			line-height: 30px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			font-size: 18px;
			color: #232323;
		}

	}

	.ct6-mainBox {
		margin: 80px 0 0;
		position: relative;

		.ct6-img {
			position: absolute;
			width: 170px;
			height: 170px;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);

			img {
				width: 100%;
				height: 100%;
			}
		}

		img {
			width: 100%;
			height: 788px;
		}
	}
}

.content7 {
	width: 100%;
	/* margin: 110px 0 0; */
	box-sizing: border-box;
	/* padding: 0 260px; */

	.ct7-title h2 {
		width: 1000px;
		letter-spacing: 2px;
		margin: 0 auto;
		font-family: Source Han Sans CN;
		font-weight: 500;
		font-size: 30px;
		color: #232323;
		line-height: 69px;
	}

	.ct7-mainBox {
		/* margin: 80px 0 0; */
		text-align: center;

		.ct7-bg {
			width: 100%;
			height: 532px;
			background: url(./image/mfsy.jpg)no-repeat;
			background-size: 100% 100%;
			position: relative;
			padding: 60px 0 0;
			box-sizing: border-box;
		}

		h3 {
			font-family: Source Han Sans CN;
			font-weight: bold;
			font-size: 40px;
			color: #FFFFFF;
			line-height: 70px;
		}

		p {
			font-family: Source Han Sans CN;
			font-weight: 400;
			font-size: 18px;
			color: #F8FBFF;
			line-height: 70px;
		}

		a {
			display: inline-block;
			margin-top: 30px;
			width: 288px;
			line-height: 65px;
			height: 65px;
			background: #FFFFFF;
			border: none;
			border-radius: 8px;
			font-family: Source Han Sans CN;
			font-weight: 500;
			font-size: 15px;
			color: #0869E6;
			font-weight: 600;
		}

		img {
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 0);
			width: 807px;
			height: 187px;
			border-radius: 10px 10px 0 0;
		}
	}
}

.home-bottom {
	margin: 20px auto;
	display: flex;
	align-items: center;
	height: 70px;
	width: 100%;
	box-sizing: border-box;
	/* box-shadow: -2px 0px 0px 0px #7c7c7c; */
	/* transition: all 0.5s linear; */

	.bottom-content {
		width: 74%;
		height: 90px;
		/* padding: 0 260px; */
		margin: 0 auto;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #F4F6F8;


		.bottom-content-left {
			width: 30%;
			margin-left: 12px;
			font-family: Source Han Sans CN;
			font-weight: 400;
			font-size: 16px;
			color: #2261FF;

			.bottom-logo {
				width: 76px;
				height: 34px;
			}

			span {
				margin-left: 10px;
			}
		}

		.bottom-content-cen {
			width: 50%;
			margin: 0 0 0 200px;

			.nav-list {
				display: flex;
			}

			.nav-list .nav-item {
				width: 200px;
				height: 70px;
				margin: 0 10px 0 0;
				font-family: Source Han Sans CN;
				font-weight: 400;
				font-size: 20px;
				color: #222222;
				list-style: none;
				cursor: pointer;
				position: relative;
				text-align: center;
				align-content: center;

				a {
					color: #222222;
				}
			}
		}

		.bottom-content-right {
			width: 20%;

			.login-box {
				display: flex;
				align-items: center;

			}

		}

	}
}

.content8 {
	width: 74%;
	margin: 40px auto 0 auto;
	box-sizing: border-box;

	/* padding: 0 260px; */
	.ct8-l-bottom {
		padding: 40px 0;
		font-size: 16px;
		color: #5F6464;
	}

	.ct8-mainBox {
		/* margin: 106px 0 0; */
		/* height: 432px; */
		display: flex;
		border-bottom: 1px solid #F4F6F8;
		padding-bottom: 20px;

		.ct8-left {
			width: 700px;

			.ct8-l-top {
				h3 {
					font-family: Source Han Sans CN;
					font-weight: 500;
					font-size: 20px;
					color: #404242;
				}
			}

			.ct8-l-zhong {
				width: 632px;
				margin: 40px 0 20px 0;
				display: flex;
				flex-wrap: wrap;

				.ct8-item {
					/* margin: 10px 0; */
					min-width: 290px;
					display: flex;
					align-items: center;
					padding-bottom: 20px;
				}

				.ct8-item:last-of-type {
					/* margin: 10px 0 0; */
				}

				p {
					font-family: Source Han Sans CN;
					font-weight: 400;
					font-size: 16px;
					color: #5F6464;
				}
			}

			.ct8-l-bottom {
				margin-top: 100px;
				width: 632px;

				p {
					text-align: left;
					font-family: Source Han Sans CN;
					font-weight: 400;
					font-size: 14px;
					color: #5F6464;
				}
			}
		}

		.ct8-right {
			width: 632px;

			.ct8-r-top {
				h3 {
					font-family: Source Han Sans CN;
					font-weight: 500;
					font-size: 20px;
					color: #404242;
				}
			}

			.ct8-r-zhong {
				margin-top: 40px;

				.ct8-item {
					padding-bottom: 20px;
				}

				p {
					/* margin: 10px 0; */
					font-family: Source Han Sans CN;
					font-weight: 400;
					font-size: 16px;
					color: #5F6464;
				}

			}
		}
	}
}