.index-page {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

.index-first {
	height: 874px;
	background-image: url('../image/index/index_bg.png');
	background-size: 100% 100%;
}

.index-first-inner {
	padding-top: 269px;
}

.words-1 {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 1.5;
	background: -webkit-linear-gradient(180deg, #4E84E1, #1239B5);
	/* Safari */
	background: -o-linear-gradient(180deg, #4E84E1, #1239B5);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(180deg, #4E84E1, #1239B5);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to 180deg, #4E84E1, #1239B5);
	/* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	/* 防止在某些浏览器中显示默认颜色 */
}

.words-1-line {
	width: 43px;
	height: 1px;
	background: #1841BA;
	margin-right: 16px;
}

.words-2 {
	font-weight: 600;
	color: #000000;
	font-size: 60px;
	line-height: 80px;
	margin: 26px 0 12px;
	max-width: 670px;
}

.words-3 {
	display: flex;
	align-items: center;
	height: 42px;
	font-weight: 500;
	font-size: 32px;
	color: #2E67D5;
}

.words-3-dot {
	width: 6px;
	height: 6px;
	background: #2F5BE2;
	border-radius: 50%;
	margin-left: 70px;
	margin-right: 8px;
}

.words-3-dot:first-child {
	margin-left: 5px;
}

.words-4 {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
	margin-left: 6px;
	max-width: 670px;
}

.words-5 {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.words-5-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 60px;
	border-radius: 30px;
	box-sizing: border-box;
	font-size: 18px;
	cursor: pointer;
	background: transparent;
	border: 1px solid #1239B5;
	padding: 0 16px;
}

.words-5-btn div {
	color: #1239B5;
}

.words-5-btn:last-child {
	margin-left: 30px;
}

.words-5-btn img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
}

.words-5-btn:hover {
	background: #1239B5;
}

.words-5-btn:hover div {
	color: #FFFFFF;
}

.words-5-btn .w-5-1 {
	display: block;
}

.words-5-btn .w-5-2 {
	display: none;
}

.words-5-btn:hover .w-5-1 {
	display: none;
}

.words-5-btn:hover .w-5-2 {
	display: block;
}

.index-second {
	height: 364px;
	background: #FFFFFF;
}

.index-second-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.figures-item {
	width: 323px;
	min-height: 160px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease-out;
}

.figures-item-top {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	line-height: 80px;
	padding-top: 26px;
	padding-bottom: 8px;
	color: #1239b5;
	font-weight: 600;
}

.figures-item-unit {
	font-size: 36px;
}

.figures-item:hover {
	background: #1239B5;
	color: #ffffff;
}

.figures-item:hover .figures-item-top {
	color: #ffffff;
}

.index-advantage-pc {
	height: 910px;
	background-image: url('../image/index/index_pc_img21.png');
	background-size: 100% 100%;
}

.advantage-pc-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 64px;
	text-align: center;
	padding-top: 116px;
}

.advantage-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 32px;
	text-align: center;
	padding-top: 16px;
}

.advantage-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advantage-list .advantage-item {
	width: 648px;
	height: 226px;
	border-radius: 12px;
	border: 2px solid #FFF;
	background: #F4F6FD;
	margin-top: 60px;
	padding-left: 48px;
	padding-top: 68px;
	box-sizing: border-box;
	transition: 0.3s;
}

.advantage-list .advantage-item:hover {
	background: #1239B5;
	border-color: #1239B5;
}

.advantage-list .advantage-item img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.advantage-list .advantage-item .a-i-1 {
	display: block;
}

.advantage-list .advantage-item .a-i-2 {
	display: none;
}

.advantage-list .advantage-item:hover .a-i-1 {
	display: none;
}

.advantage-list .advantage-item:hover .a-i-2 {
	display: block;
}

.advantage-list .advantage-item .advantage-item-name {
	color: #000000;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 16px;
}

.advantage-list .advantage-item .advantage-item-words {
	font-size: 16px;
	color: #666666;
	line-height: 21px;
}

.advantage-list .advantage-item:hover .advantage-item-name {
	color: #ffffff;
}

.advantage-list .advantage-item:hover .advantage-item-words {
	color: #ffffff;
}

.index-solution-pc {}

.solution-pc-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 64px;
	text-align: center;
	padding-top: 120px;
}

.solution-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 32px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 62px;
}


.solution-pc-list {
	width: 100%;
	/* height: 592px; */
	position: relative;
}

.solution-pc-list .item-img {
	width: 100%;
	/* height: 100%; */
	display: block;
}

.solution-pc-list .swiper-slide {
	transform: scale(0.9);
}

.solution-pc-list .swiper-slide-active {
	transform: scale(1);
}

.solution-pc-list .button-change {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	right: 13% !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.solution-pc-list .button-change.button-prev {
	left: 13% !important;
}

.solution-pc-list .button-change.button-next {
	right: 13% !important;
}

.solution-pc-list .solution-item-inner {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 60px;
	z-index: 1;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 60px;
	color: #ffffff;
}

.solution-pc-list .swiper-slide .solution-item-inner {
	display: none;
}

.solution-pc-list .swiper-slide-active .solution-item-inner {
	display: block;
}

.solution-pc-list .item-icon {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.solution-pc-list .item-name {
	font-size: 24px;
	line-height: 32px;
}

.solution-pc-list .item-text {
	color: #ffffff;
	font-size: 16px;
	line-height: 21px;
	padding-top: 12px;
	padding-bottom: 20px;
}

.solution-pc-list .item-btn {
	min-width: 117px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	background: #127AE1;
	color: #ffffff;
	font-size: 14px;
	justify-content: center;
	padding: 0 16px;
	box-sizing: border-box;
}

.solution-pc-list .item-btn .btn-icon {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 8px;
}

.solution-small-item {
	min-width: 150px;
	height: 39px;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 42px;
	justify-content: center;
	box-sizing: border-box;
}

.solution-small-item .icon {
	width: 36px;
	height: 36px;
	display: block;
	margin-right: 8px;
}

.solution-small-item .name {
	color: #000000;
	font-size: 16px;
	line-height: 36px;
}

.solution-small-item.active {
	border-bottom: 3px solid #127AE1;
}


.index-strength-pc {}

.strength-pc-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 64px;
	text-align: center;
	padding-top: 120px;
}

.strength-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	text-align: center;
	padding-top: 33px;
}

.team-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 80px;
}

.team-list .team-item {
	width: 426px;
	min-height: 426px;
	background: #FFF;
	border-radius: 24px;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding-left: 44px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 29px;
	transition: all .3s ease;
	cursor: pointer;
}

.team-list .team-item:hover {
	margin-top: 0;
	border-color: transparent;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.team-list .team-item img {
	width: 336px;
	height: 223px;
	display: block;
	margin-top: 50px;
	margin-bottom: 23px;
}

.team-list .team-item .team-item-name {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 16px;
}

.index-contact-pc {
	margin: 120px 0;
}

.contact-pc-box {
	height: 496px;
	background-image: url('../image/index/index_pc_img15.png');
	background-size: 100% 100%;
	padding: 80px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.contact-pc-box .contact-img {
	width: 552px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.contact-pc-box .contact-title {
	flex: 1;
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 52px;
	margin-top: 40px;
}

.contact-pc-box .contact-btn {
	min-width: 200px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0 16px;
	box-sizing: border-box;
}

.contact-pc-box .contact-btn img {
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 8px;
}