.index-page {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

.index-first {
	width: 100%;
	height: 902px;
	background-image: url('../image/index/index_bg.png');
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
}

.index-first-inner {
	padding-top: 255px;
}

.words-1 {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
}

.words-1-line {
	width: 43px;
	height: 1px;
	background: #FFFFFF;
	margin-right: 16px;
}

.words-2 {
	font-weight: 600;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 84px;
	margin-top: 24px;
}

.words-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	line-height: 45px;
	font-weight: 500;
	font-size: 32px;
	color: #FFFFFF;
	margin: 40px 0;
}

.words-3-line {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 0 38px;
}

.words-4 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
}

.words-5 {
	display: flex;
	align-items: center;
	margin-top: 48px;
}

.words-5-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 202px;
	height: 52px;
	border-radius: 100px;
	box-sizing: border-box;
	font-size: 20px;
	color: #FFFFFF!important;
	cursor: pointer;
	background: rgba(23,145,248,0.8);
	border: 1px solid transparent;
	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: 468px;
	position: relative;
	z-index: 2;
}

.index-second-inner {
	display: flex;
	justify-content: space-between;
	padding-top: 120px;
}

.figures-item {
	width: 257px;
	height: 214px;
	border-radius: 8px;
	cursor: url('../image/index/hover-icon.png'), auto;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.figures-item-top {
	display: flex;
	justify-content: center;
	font-size: 49px;
	line-height: 62px;
	padding-top: 57px;
	padding-bottom: 19px;
}

.figures-item-unit {
	color: #1791F8;
}

.figures-item:hover {
	background: #1791F8;
	color: #FFFFFF;
}

.figures-item:hover .figures-item-unit {
	color: #C5E4FF;
}

.index-third {
	position: relative;
	z-index: 2;
}

.index-third-inner {}

.index-third-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	margin-top: 120px;
}

.index-third-text {
	font-size: 24px;
	color: rgba(0,0,0,0.8);
	line-height: 34px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.advantage-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 145px;
}

.advantage-list .advantage-item {
	width: 712px;
	height: 280px;
	background: #F8F8F8;
	position: relative;
	z-index: 3;
	margin-top: 60px;
	padding: 0 16px;
	border-radius: 24px;
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	box-sizing: border-box;
	text-align: center;
}

.advantage-list .advantage-item img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 32px auto 20px;
}

.advantage-list .advantage-item .advantage-item-words {
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	margin-top: 16px;
}

.index-project-pc-wp {
	background: #F8F8F8;
}

.index-project-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
	text-align: center;
	padding-top: 80px;
}

.index-project-pc-text {
	font-size: 24px;
	color: rgba(0,0,0,0.8);
	line-height: 34px;
	text-align: center;
	padding-top: 32px;
	position: relative;
}


.project-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 64px;
	height: 64px;
	background: #1791F8;
	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: 80px;
}

.project-list .project-item {
	width: 710px;
	height: 792px;
	border-radius: 24px;
	border: 2px solid #D9D9D9;
	box-sizing: border-box;
	color: #FFFFFF;
	margin-bottom: 80px;
}

.project-list .project-item .project-item-imgbox {
	width: 628px;
	height: 469px;
	margin: 40px auto 44px;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.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;
	color: #000000;
	line-height: 56px;
	padding-left: 46px;
	margin-bottom: 11px;
}

.project-list .project-item .project-item-text {
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	padding-left: 46px;
}

.project-list .project-item .project-item-btn {
	margin-left: auto;
	margin-right: 40px;
	margin-top: 44px;
	width: 164px;
	height: 52px;
	background: #1791F8;
	border-radius: 30px;
	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: 420px;
	background-image: url('../image/index/index_pc_img15.png');
	background-size: 100% 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.index-four img {
	width: 280px;
	height: 50px;
	display: block;
	margin-top: 136px;
	/* margin: 121px auto 0; */
}

.index-four .contact-title {
	font-weight: 500;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 67px;
	margin-top: 32px;
}

.index-four .contact-btn {
	display: block;
	width: 180px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 30px;
	font-weight: 600;
	font-size: 20px;
	color: #1791F8;
	text-align: center;
	line-height: 60px;
	margin-top: 180px;
	cursor: pointer;
}

.index-five {
	text-align: center;
	padding-top: 115px;
	position: relative;
	z-index: 3;
	padding-bottom: 121px;
}

.index-five .five-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 84px;
}

.five-title-wp {
	position: relative;
}

.five-title-wp .five-title-bg {
	position: absolute;
	width: 280px;
	height: 36px;
	background: rgba(23,145,248,0.1);
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.index-five .five-text {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	margin-top: 32px;
}

.index-five .team-list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.index-five .team-list .team-item {
	width: 456px;
	min-height: 300px;
	background: #F8F8F8;
	border-radius: 24px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	padding-bottom: 16px;
}

.index-five .team-list .team-item img {
	width: 78px;
	height: 78px;
	display: block;
	margin: 54px auto 28px;
}

.index-five .team-list .team-item .team-item-name {
	font-weight: 600;
	color: #000000;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 32px;
}

.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;
}