﻿.index_container {
	height: 7.9rem;
	position: relative;
}


.swiper-slide {
	position: relative;
}

.index_container .index_swiper_img {
	height: 100%;
	margin: 0 auto;
}

	.index_container .index_swiper_img img {
		width: 100%;
		/* height: 100%; */
		object-fit: contain;
	}

.index_swiper_hover {
	width: 1200px;
	height: 6.78rem;
	color: white;
	position: absolute;
	z-index: 998;
	left: 92%;
	top: 0;
	opacity: 0;
	transform: translateX(0%);
	padding-left: 0;
	padding-top: 1.5rem;
	transition: 1s;
}

.index_container .swiper-slide-active .index_swiper_hover {
	transform: translateX(-50%);
	opacity: 1;
}

.index_swiper_hover .swiper_p1 {
	font-size: 0.4rem;
	letter-spacing: 1px;
	/* line-height: 1; */
	margin-bottom: 0.42rem;
	font-weight: 500;
}

.index_swiper_hover .swiper_p2 {
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 2px;
}

.index_swiper_hover .swiper_btn {
	display: inline-block;
	border: 1px solid white;
	font-size: 0.14rem;
	/* line-height: 1; */
	letter-spacing: 2px;
	padding: 0.13rem 0.36rem;
	margin-top: 0.8rem;
	transition: 0.5s;
}

	.index_swiper_hover .swiper_btn:hover {
		background-color: #1b2a75;
	}

.index_container .swiper-pagination {
	transform: translateY(-2.05rem);
}

.pub_contiain .index_container .swiper-pagination-bullet {
	width: 0.4rem;
	background-color: rgba(255, 255, 255, 0.6);
	height: 0.03rem;
	border-radius: 0;
	margin-right: 0.15rem;
	opacity: 1;
}

	.pub_contiain .index_container .swiper-pagination-bullet:last-of-type {
		margin-right: 0;
	}

.pub_contiain .index_container .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

/* 悬浮 新闻 */

.new {
	width: 1200px;
	margin: 0 auto;
	min-height: 5rem;
	border-radius: 10px;
	overflow: hidden;
	/* transform: translateY(-1.9rem);*/
	position: relative;
	z-index: 1;
}

.new_header {
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	height: 0.5rem;
	font-size: 0.14rem;
	padding: 0 0.3rem;
	/* line-height: 1; */
}

.new_p1 {
	color: #464d61;
	margin-right: 0.27rem;
	letter-spacing: 1px;
	font-size: 0.14rem;
}

.new_p2 {
	/* font-weight: bold; */
	letter-spacing: 0.4px;
	color: #1d2974;
}

.new_p2_cont {
	display: flex;
	align-items: center;
}

	.new_p2_cont img {
		margin-left: 0.14rem;
	}

.new_p3 {
	margin-left: auto;
	position: relative;
	cursor: pointer;
}

	.new_p3 span {
		background-color: #1d2974;
		height: 2px;
		display: block;
		margin-bottom: 8px;
		transition: 0.5s;
	}

		.new_p3 span:nth-of-type(1) {
			width: 0.24rem;
		}

		.new_p3 span:nth-of-type(2) {
			width: 0.18rem;
		}

		.new_p3 span:nth-of-type(3) {
			width: 0.24rem;
			margin-bottom: 0;
		}

	.new_p3.on span:nth-of-type(1) {
		transform: translateX(5px) translateY(10px) rotateZ(-45deg);
	}

	.new_p3.on span:nth-of-type(2) {
		opacity: 0;
	}

	.new_p3.on span:nth-of-type(3) {
		transform: translateX(5px) translateY(-10px) rotateZ(45deg);
	}

.new_list {
	padding: 0.37rem 0.3rem 1rem 0.3rem;
	overflow: hidden;
	background-color: white;
}

.new_li {
	width: 3.6rem;
	margin-right: 0.3rem;
	float: left;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding-bottom: 0.2rem;
}

	.new_li:nth-of-type(3n) {
		margin-right: 0rem;
	}

.new_img {
	width: 100%;
	height: 2.4rem;
	overflow: hidden;
}

	.new_img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: 0.5s;
	}

	.new_img:hover img {
		transform: scale(1.2);
	}

.new_p4 {
	font-size: 0.14rem;
	/* line-height: 1; */
	margin-bottom: 0.12rem;
	margin-top: 0.2rem;
	padding: 0 0.24rem;
	font-weight: 600;
	color: #333947;
}

.new_p5 {
	font-size: 0.14rem;
	/* line-height: 1; */
	padding: 0 0.24rem;
	letter-spacing: 1px;
}

/*  */

.new_hover {
	background-color: rgba(255, 255, 255, .9);
	padding-bottom: 0.23rem;
	display: none;
}

.new_hover_item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c8cad8;
	padding: 0.16rem 0.3rem;
}

	.new_hover_item .new_hover_time {
		font-size: 0.14rem;
		color: #464d61;
		margin-right: 0.2rem;
		/* line-height: 1; */
	}

	.new_hover_item .new_hover_title {
		font-size: 0.14rem;
		color: #1b2a75;
		/* line-height: 1; */
	}

	.new_hover_item img {
		margin-left: 10px;
	}

.new_btn {
	width: 1.56rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: white;
	letter-spacing: 2px;
	font-size: 0.14rem;
	background-color: #1d2974;
	border-radius: 5px;
	margin: 0.4rem auto 0;
}

/*  */

.videos {
	width: 100%;
	height: auto;
	margin-top: -1.7rem;
	position: relative;
	background-image: url('../images/kr04.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.videos_hover {
	width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 0 1.5rem 0.28rem;
}

	.videos_hover p {
		width: auto;
		/* width: 4.7rem; */
	}

.videos_p1 {
	font-size: 0.26rem;
	color: white;
	/* line-height: 1; */
	margin-bottom: 0.1rem;
}

.videos_p2 {
	font-size: 0.14rem;
	color: white;
	line-height: 2;
}

.videos_img {
	width: 0.7rem;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index_case_bg {
	background-color: #f0f3f7;
	width: 100%;
	overflow: hidden;
}

.index_case {
	width: 1200px;
	margin: 0 auto;
}

.index_case_container {
	height: 7.4rem;
}

.index_case_list {
	padding-top: 0.6rem;
	height: 5.3rem;
	display: flex;
}

.index_case_items {
	box-sizing: border-box;
	padding: 0.26rem;
	height: 5.8rem !important;
	border-radius: 10px;
	background-color: white;
	transition: 0.5s;
	position: relative;
}

.index_case_item {
	padding: 0 10px;
	box-sizing: border-box;
}

.index_case_container .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.8rem;
}

.index_case .swiper-slide-active {
	/* margin-left: 8px; */
}

.index_case_items:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2)
}

	.index_case_items:hover .index_case_img img {
		transform: scale(1.2);
	}

	.index_case_items:hover .index_case_btn {
		border-bottom: 1px solid #1d2974;
	}

.index_case_img {
	height: 100%;
	overflow: hidden;
	max-width: 100%;
}

	.index_case_img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: 0.5s;
	}

.index_case_p1 {
	font-size: 0.24rem;
	color: #333947;
	/* line-height: 1; */
	margin-bottom: 0rem;
	margin-top: 0rem;
}

.index_case_p2 {
	font-size: 0.14rem;
	color: #464d61;
	line-height: 1.8;
	letter-spacing: 0.1px;
}

.index_case_btn {
	width: 0.7rem;
	font-size: 0.14rem;
	color: #1d2974;
	line-height: 2;
	border-bottom: 1px solid transparent;
	display: flex;
	align-items: center;
	transition: 0.5s;
	position: absolute;
	left: 0.26rem;
	bottom: 0.26rem;
}

	.index_case_btn img {
		margin-left: 0.08rem;
	}

.index_case .swiper-pagination-bullet {
	position: relative;
	bottom: 0;
	height: 1.54rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pub_contiain .index_case .swiper-pagination-bullet {
	width: 0.4rem;
	background-color: rgba(42, 70, 138, 0.15);
	height: 0.03rem;
	border-radius: 0;
	margin-right: 0.15rem;
	opacity: 1;
	/* transform: translateY(-0.4rem); */
}

.pub_contiain .index_case .swiper-pagination-bullet-active {
	background-color: rgba(42, 70, 138, 1);
}

/*  */
.saas_bg {
	background-image: url('../images/kr14.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
}

.saas {
	width: 1200px;
	margin: 0 auto;
	padding: 1.05rem 0 1.05rem 0.18rem;
}

.saas_t,
.saas_b {
	width: 4.2rem
}

.saas_p1 {
	font-size: 0.46rem;
	color: white;
	/* line-height: 1; */
	margin-bottom: 0.23rem;
}

.saas_p2 {
	font-size: 0.46rem;
	color: white;
	/* line-height: 1; */
	margin-bottom: 0.5rem;
}

.saas_p3 {
	font-size: 29px;
	color: white;
	line-height: 2;
	/* letter-spacing: 2px; */
}

.saas_text {
	position: relative;
	color: #fff;
}

	.saas_text a {
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 2;
	}

.saas_btn {
	font-size: 0.14rem;
	/* line-height: 1; */
	color: #fff;
	display: flex;
	align-items: center;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
	margin-right: 9px;
	/* margin-top: 0.27rem; */
}

	.saas_btn:hover {
		border-bottom: 1px solid #478cda;
	}

	.saas_btn img {
		margin-left: 8px;
		height: 11px;
		margin-top: 2px;
	}

.saas_b {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.85rem;
	justify-content: space-between;
}

	.saas_b:nth-of-type(3) {
		margin-top: 0.56rem;
		transform: translateX(-13px);
	}

		.saas_b:nth-of-type(2) .saas_item:last-of-type,
		.saas_b:nth-of-type(3) .saas_item:first-of-type {
			width: 0;
		}

.saas_item p {
	font-size: 0.16rem;
	color: #478cda;
	margin: 0.3rem 0 0 0;
	/* line-height: 1; */
	transition: 0.35s;
}

.saas_item {
	width: 0.8rem;
	font-size: 0.2rem;
	color: white;
}

	.saas_item a {
		display: block;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.saas_item.on p {
		color: white;
	}

.saas_img {
	height: 0.62rem;
}

	.saas_img img {
		max-width: 100%;
		height: 100%;
		object-fit: contain;
	}

/*  */

.num_bg {
	background-image: url('../images/kr23.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
}

.num {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 1.4rem 0 1.14rem 0;
}

.num_item {
	width: 3rem;
	height: 3.5rem;
	margin-right: 1.6rem;
	position: relative;
}



	.num_item:hover .num_line_l {
		width: 2.73rem;
	}

.num_p1 {
	font-size: 0.66rem;
	letter-spacing: 2px;
	color: #d61518;
	display: flex;
	align-items: center;
	/* line-height: 1; */
	margin-bottom: 0.22rem;
	font-family: 'BarlowCondensedMedium', "Source Han Sans CN";
}

	.num_p1 img {
		margin-left: 0.1rem;
	}

.num_p2 {
	font-size: 0.2rem;
	color: #1d2974;
	/* line-height: 1; */
}

.num_p3 {
	font-size: 0.14rem;
	color: #464d61;
	line-height: 0.36rem;
	margin-top: 0.5rem;
}

.num_line {
	height: 3px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.num_line_l {
	height: 3px;
	width: 0.7rem;
	transition: 0.5s;
	background-color: #1d2974;
}

.num_line_r {
	height: 3px;
	width: 0.27rem;
	background-color: #de1b01;
}

/*  */

.trend {
	width: 1200px;
	margin: 0.64rem auto 0;
	display: flex;
	padding-bottom: 1.24rem;
}

.trend_l {
	width: 5.7rem;
	height: 8.5rem;
	/* position: -webkit-sticky;
    position: sticky; */
	position: relative;
}

.trend_l_l {
	width: 5.7rem;
	height: 8.5rem;
	overflow-x: hidden;
}

/* .trend_l_item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.trend_l_item.on {
    display: block;
} */

.trend_l_cont,
.trend_l_pop {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3rem;
	padding: 0.4rem;
	/* background-color: rgba(29, 41, 116, 0.8); */
	z-index: 2;
}

.trend_l_pop {
	z-index: 1;
	background-color: rgba(29, 41, 116, 0.8);
	transition: 1.2s;
}

.trend_p1 {
	font-size: 0.14rem;
	color: white;
	line-height: 2;
	margin-bottom: 0.1rem;
}

.trend_p2 {
	font-size: 0.18rem;
	color: white;
	line-height: 30px;
}

.trend_p3 {
	font-size: 0.13rem;
	color: white;
	line-height: 1.8;
}

.trend_p4 {
	width: 0.75rem;
	font-size: 0.14rem;
	color: white;
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
	transition: 0.5s;
	padding-bottom: 0.03rem;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}

.trend_l_cont:hover .trend_p4 {
	border-bottom: 1px solid white;
}

.trend_p4 img {
	margin-left: 0.1rem;
	height: 7px;
	object-fit: contain;
}

.trend_r {
	margin-left: 0.3rem;
}

.trend_r_ul {
	width: 6rem;
	overflow-y: hidden;
	overflow-x: hidden;
}

	.trend_r_ul::-webkit-scrollbar {
		display: none
	}

.trend_r_li {
	margin-bottom: 0.5rem;
}

	.trend_r_li:last-of-type {
		margin-bottom: 0;
	}

	.trend_r_li a {
		display: flex;
		align-items: center;
	}

.trend_r_cont {
	flex-grow: 1;
}

.trend_r_img {
	width: 2.15rem;
	min-width: 2.15rem;
	height: 1.43rem;
	position: relative;
	margin-right: 0.2rem;
}

	.trend_r_img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

.trend_l_img img {
	width: 100%;
	object-fit: contain;
}

.trend_p8 {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 11px;
	border-bottom-right-radius: 4px;
	background-color: rgba(29, 41, 116, 0.8);
	overflow: hidden;
	font-size: 14px;
	color: #e7ecff;
	/* line-height: 1; */
}

.trend_p5 {
	font-size: 16px;
	line-height: 1.6;
	height: 20px;
	color: #333947;
	margin-bottom: 5px;
}

.trend_p6 {
	font-size: 14px;
	color: #84879a;
	margin-bottom: 7px;
}

.trend_p7 {
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	height: 40px;
}

.trend_more {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1d2974;
	/* line-height: 1; */
	margin-top: 0.2rem;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
	width: 0.76rem;
}

.trend_r_li:hover .trend_more {
	border-bottom: 1px solid #1d2974
}

.trend .swiper-button-next,
.trend .swiper-button-prev {
	display: none;
}

.trend_more img {
	margin-left: 10px;
}

.trend_page {
	position: absolute;
	bottom: 0.4rem;
	left: 0.4rem;
	display: flex;
	align-items: center;
	z-index: 5;
}

	.trend_page div {
		width: 27px;
		height: 27px;
		background-color: #202b6e;
		background-position: center;
		background-size: 6px auto;
		background-repeat: no-repeat;
		margin-right: 10px;
		cursor: pointer;
		transition: 0.35s;
	}

		.trend_page div:hover {
			background-color: #6871b0;
		}

.trend_prev {
	background-image: url('../images/skr155.png');
}

.trend_next {
	background-image: url('../images/skr156.png');
}

.trend_l_item:hover .trend_l_pop {
	height: 100%;
}

/* .trend_l_item:hover .trend_p3 {
    overflow: initial;
    -webkit-box-orient: unset;
} */



@media screen and (max-width: 1920px) {
	.index .index_swiper_img img {
		width: 100%;
	}
}

@media screen and (min-width: 900px) {
	.num_item:nth-of-type(3n) {
		margin-right: 0;
	}
}



@media screen and (max-width: 800px) {
	.index_swiper_hover {
		padding: 1rem 0 0 0;
		width: 90%;
	}

	.trend_page {
		display: none;
	}

	.trend_r {
		margin: 0;
	}


	.saas_t,
	.saas_b,
	.trend_r {
		width: 90%;
		margin: 0 auto;
	}

	.videos_hover,
	.index_case,
	.saas,
	.num,
	.trend,
	.trend_l,
	.trend_r_ul {
		width: 100%;
	}

	.new,
	.index_case_btn {
		width: 80%;
	}

	.index_swiper_hover .swiper_p1 {
		line-height: 1.6;
		font-size: 0.36rem;
	}

	.index_swiper_hover .swiper_p2 {
		font-size: 0.22rem;
	}

	.index_swiper_hover .swiper_btn {
		font-size: 0.18rem;
	}

	.new_p2_cont,
	.new_hover_item img,
	.index_case .swiper-pagination {
		display: none !important;
	}

	.new,
	.videos_hover p,
	.num_item {
		width: 90%;
	}

	.videos_p1 {
		font-size: 0.24rem;
		line-height: 1.6;
	}

	.new_p1,
	.new_p4,
	.new_hover_item .new_hover_title,
	.index_case_p1,
	.trend_p6,
	.trend_p2 {
		font-size: 0.18rem;
	}

	.new_p5,
	.new_hover_item .new_hover_time,
	.new_btn,
	.videos_p2,
	.index_case_p2,
	.index_case_btn,
	.saas_p3,
	.saas_btn,
	.num_p3,
	.trend_p5,
	.trend_p3,
	.trend_p1,
	.trend_p4 {
		font-size: 0.16rem;
	}

	.new_hover_time {
		white-space: nowrap;
	}

	.new_hover_item .new_hover_title,
	.new_list .new_li {
		float: none;
	}

	.new_list .new_li {
		margin: 0 auto 0.2rem;
		width: 100%;
	}

	.new_img img {
		object-fit: cover;
	}

	.index_case .swiper-slide-active {
		margin-left: 0;
	}

	.index_case_item {
		width: 60%;
	}

	.index_case {
		padding-bottom: 0.5rem;
	}

	.saas {
		padding-left: 0;
	}

	.saas_b {
		flex-wrap: wrap;
		justify-content: initial;
	}

		.saas_b:nth-of-type(3) {
			margin-top: 0;
			transform: translateX(0);
		}

	.saas_item {
		width: 50%;
		margin-right: 0;
		margin-top: 0.5rem;
	}

	.num {
		flex-direction: column;
		padding: 0.5rem 0;
	}

	.num_item {
		margin: 0.3rem auto 0;
	}

	.trend {
		flex-direction: column;
	}

	.trend_l {
		position: relative;
		height: auto;
	}

	.trend_l_cont {
		height: auto;
		padding: 0.54rem 0.35rem 0.4rem;
	}

	.trend_hover {
		display: none;
	}

	.trend_p2 {
		line-height: 1.6;
	}

	.trend_r_img {
		width: 1.6rem;
		min-width: 1.6rem;
		height: auto;
	}

	.trend_p5 {
		font-size: 14px;
		margin-bottom: 0.1rem;
	}

	.trend_p6 {
		font-size: 12px;
		margin-bottom: 0.1rem;
	}

	.trend_more {
		display: none;
	}

	.trend_p8 {
		font-size: 12px;
	}

	.trend_r_li {
		margin-bottom: 0;
		padding: 0.28rem 0;
		border-bottom: 1px dashed #cccccc;
	}

		.trend_r_li:last-of-type {
			border-bottom: 0;
		}

	.trend {
		padding-bottom: 0.8rem;
	}

	.saas_text a {
		right: 13px;
	}

	.videos {
		margin-top: -1rem;
	}

	.trend_l_l {
		width: 100%;
		height: auto;
	}

	.new {
		transform: translateY(-1rem);
	}

	.index_container .swiper-pagination {
		transform: translateY(-1.05rem);
	}
}
