.index-page {
	background: #000000;
	position: relative;
	overflow-x: hidden;
}

.index-first {
	width: 100%;
	height: 1110px;
	/* background-image: url('../image/index/index_bg.png');
	background-size: 100% 100%; */
	position: relative;
	z-index: 2;
}

.index-pc-img1 {
	width: 1094px;
	height: 1031px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.index-mv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	padding: 0;
	margin: 0;
	display: block;
}

.index-first-inner {
	padding-top: 323px;
}

.words-1 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 10px;
}

.words-1-line {
	width: 43px;
	height: 1px;
	background: #FFFFFF;
	margin-right: 16px;
}

.words-2 {
	font-weight: 600;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 120px;
	margin: 24px 0 24px 10px;
}

.words-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 560px;
	height: 90px;
	border-radius: 45px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 36px;
	color: #FFFFFF;
	padding: 0 20px;
	box-sizing: border-box;
}

.words-3-line {
	width: 0px;
	height: 54px;
	border-left: 3px solid;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 3 3;
	margin: 0 36px;
}

.words-4 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 24px;
	margin-left: 10px;
}

.words-5 {
	display: flex;
	align-items: center;
	margin-top: 48px;
}

.words-5-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 195px;
	height: 52px;
	border-radius: 100px;
	box-sizing: border-box;
	font-size: 18px;
	color: #FFFFFF!important;
	cursor: pointer;
	background: #1791F8;
	border: 1px solid #E6E6E6;
	padding: 0 16px;
}

.words-5-btn:last-child {
	background: transparent;
	border-color: #E6E6E6;
	margin-left: 30px;
}

.words-5-btn img {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 4px;
}

.index-second {
	width: 100%;
	height: 284px;
	background: #0D2950;
	box-shadow: 0px 4px 78px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(6.18037843704224px);
	position: relative;
	z-index: 2;
	margin-top: -30px;
}

.index-second-inner {
	display: flex;
	justify-content: space-between;
}

.figures-item {
	width: 257px;
	height: 214px;
	border-radius: 8px;
	margin-top: 20px;
	cursor: url('../image/index/hover-icon.png'), auto;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #E6E6E6;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.figures-item-top {
	display: flex;
	font-size: 49px;
	line-height: 62px;
	padding-top: 57px;
	padding-bottom: 19px;
}

.figures-item-unit {
	color: #1791F8;
}

.figures-item:hover {
	background: #093461;
}

.index-third {
	position: relative;
	z-index: 2;
}

.index-third-inner {}

.index-third-title {
	font-weight: 600;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 120px;
	text-align: center;
	margin-top: 180px;
}

.index-third-text {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.advantage-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantage-list .advantage-item {
	width: 712px;
	height: 280px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(34.838207244873px);
	position: relative;
	z-index: 3;
	margin-top: 60px;
	border-radius: 24px;
	padding-left: 68px;
	padding-top: 46px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 38px;
	box-sizing: border-box;
}

.advantage-list .advantage-item .advantage-item-line {
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 4;
	width: 4px;
	height: 167px;
	background: #1791F8;
	border-radius: 2px;
}

.advantage-list .advantage-item img {
	width: 71px;
	height: 71px;
	display: block;
	margin-right: 32px;
}

.advantage-list .advantage-item .advantage-item-words {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 30px;
	margin-top: 32px;
}

.project-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 62px;
	height: 62px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.13) 100%);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	cursor: pointer;
}

.project-btn img {
	width: 100%;
	height: 100%;
	display: block;
}

.project-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 62px;
	padding-bottom: 100px;
}

.project-list .project-item {
	width: 712px;
	height: 794px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.21) 100%);
	border-radius: 24px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	box-sizing: border-box;
	color: #FFFFFF;
	margin-bottom: 80px;
}

.project-list .project-item .project-item-imgbox {
	width: 628px;
	height: 469px;
	margin: 41px auto 42px;
	position: relative;
	overflow: hidden;
}

.project-list .project-item .project-item-imgbox .pi-img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.3s ease;
}

.project-list .project-item .project-item-imgbox .pi-icon {
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.project-list .project-item .project-item-imgbox .pi-img:hover {
	transform: scale(1.1);
}

.project-list .project-item .project-item-name {
	font-size: 40px;
	line-height: 60px;
	padding-left: 48px;
	margin-bottom: 8px;
}

.project-list .project-item .project-item-text {
	font-size: 18px;
	line-height: 27px;
	padding-left: 48px;
}

.project-list .project-item .project-item-btn {
	margin-left: auto;
	margin-right: 40px;
	margin-top: 42px;
	width: 165px;
	height: 52px;
	background: #1791F8;
	border-radius: 30px;
	border: 1px solid #979797;
	font-size: 20px;
	color: #FFFFFF;
	box-sizing: content-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.index-four {
	width: 100%;
	min-height: 640px;
	background-image: url('../image/index/index_pc_img15.png');
	background-size: 100% 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.index-four img {
	width: 680px;
	height: 123px;
	display: block;
	margin: 121px auto 0;
}

.index-four .contact-title {
	font-weight: 600;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 120px;
	text-align: center;
	margin-top: 52px;
}

.index-four .contact-btn {
	display: block;
	width: 203px;
	height: 52px;
	background: #FFFFFF;
	border-radius: 100px;
	border: 1px solid #979797;
	font-weight: 600;
	font-size: 20px;
	color: #1780D8;
	text-align: center;
	line-height: 52px;
	margin: 52px auto 20px;
	cursor: pointer;
}

.index-five {
	text-align: center;
	padding-top: 180px;
	position: relative;
	z-index: 3;
}

.index-five .five-title {
	font-weight: 600;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 120px;
}

.index-five .five-text {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 24px;
}

.index-five .team-list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.index-five .team-list .team-item {
	width: 456px;
	height: 301px;
	background: linear-gradient( 270deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.21) 100%);
	border-radius: 24px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 18px;
	color: #E6E6E6;
	line-height: 28px;
}

.index-five .team-list .team-item img {
	width: 78px;
	height: 78px;
	display: block;
	margin: 54px auto 26px;
}

.index-five .team-list .team-item .team-item-name {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 26px;
}

.index-pc-img20 {
	width: 1544px;
	height: 148px;
	display: block;
	margin: 16px auto 12px;
	position: relative;
	z-index: 3;
}

.left-bg-bg {
	position: absolute;
	left: 0;
	top: 2445px;
	width: 1200px;
	height: 2922px;
	background: radial-gradient(120% 50% at -50% 50%, #3987C3 0%, rgba(77, 120, 207, 0) 100%);
	z-index: 1;
}

.right-bg-bg {
	position: absolute;
	right: 0;
	top: 828px;
	width: 1071px;
	height: 2560px;
	background: radial-gradient(120% 50% at 150% 50%, #3987C3 0%, rgba(77, 120, 207, 0) 100%);
	z-index: 1;
}