﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.floating_ck{
	position:fixed;
	right:1px;
	top:40%;
	z-index: 999;
}
.floating_left{
	position:absolute;
	left:-160px;
	top:0px;
	width:160px;
	height:80px;
	display:none;
}
.floating_ewm{
	height:260px;
	top:-180px;
}
.consult {
	background-image:url(../images/online.png);
}
.qrcode {
	background-image:url(../images/qrcode.png);
}
.phone {
	background-image:url(../images/phone.png);
}
.floating_ck dl dd {
	position:relative;
	width:100px;
	height:93px;
	border-bottom:solid 1px #555666;
	text-align:center;
	margin-bottom: 8%;
	background-repeat:no-repeat;
	background-position:center 20%;
	cursor:pointer;}
.floating_ck dl dd:hover {
}
.floating_ck dl dd.consult:hover .floating_left {
	display:none;
}
.floating_ck dl dd.phone:hover .floating_left {
	position:absolute;
	left:-160px;
	top:30px;
	font-size: 1.2rem;
	width:160px;
	height:30px;
	background-color: rgb(201,5,5);
}
.floating_ck dl dd:hover .floating_left {
	display:block;
}
.floating_ck dd span {
	color:#fff;
	display:block;
	padding-top:54px;
}
.floating_left {
	position:absolute;
	left:-160px;
	top:-25px;
	width:160px;
	height:180px;
	display:none;
	background-color: rgb(201,5,5);
}
.floating_left a {
	color:#fff;
	line-height:80px;
}
.floating_ewm i {
	background-image:url(../images/right_wxqr_code.png);
	background-repeat: no-repeat;
	background-size: cover;
	display:block;
	width:145px;
	height:145px;
	margin:auto;
	margin-top:7px;
}
.floating_ewm p {
	color:#fff;
	margin-top:5px;
}
.floating_ewm .qrcord_p {
	font-size:12px;
	line-height:20px;
}
.i_index_bg {
	background-color: rgb(230,227,226);
	overflow: hidden;
	padding-bottom: 2.5%;
}

/* 定义动画 */
@keyframes moveImage {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 80%; /* 假设图片高度为 100px，避免移出页面 */
		left: 80%;
	}
	50% {
		top: 0;
		left: 80%; /* 假设图片宽度为 100px，避免移出页面 */
	}
	75% {
		top: 80%;
		left: 0;
	}
	100% {
		top: 0;
		left: 0;
	}
}

/* 应用动画到图片 */
.moving-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px; /* 设置图片宽度 */
	height: 200px; /* 设置图片高度 */
	animation: moveImage 0.5s infinite;
}

/* 鼠标悬停时暂停动画 */
.moving-image:hover {
	animation-play-state: paused;
}
/*校园活动*/

.i_index_hd_bg {
	display: flex;
	width: 100%;
	height: 75vh;
}

.i_index_bg .show_title {
	line-height: 2rem;
	font-size: 1.5rem;
	padding-top: 1%;
	color: rgb(92,90,99);
	text-align: left;
	margin-left: 5%;
	font-weight: 500;
}
.i_index_bg .show_title:after {
	content: url("../images/shuben1.png");
	display: inline-block;
	width: 20px;
	padding-left: 9px;
}
.i_index_bg .show_lxlogo {
	line-height: 2rem;
	font-size: 1.5rem;
	color: rgb(92,90,99);
	text-align: left;
	margin-left: 5%;
	font-weight: 500;
}
/* 左侧部分样式，宽度占总宽度的 45% */
.i_index_hd_left-section {
	width: 40%;
	margin: 2% 1% 0 5%;
	height: 72vh;
}

/* 左侧图片样式 */
.i_index_hd_left-section img {
	width: 100%;
	height: 100%;
}

/* 右侧部分样式，宽度占总宽度的 45% */
.i_index_hd_right-section {
	height: 70vh;
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2%;
	margin-right: 5%;
}

/* 文章项样式，每行展示两个 */
.i_index_hd_article-item {
	width: calc(50% - 1%); /* 考虑到间距，减去 10px */
	margin: 0 0 1vh 0;
	background: url(../images/news_ng.png) no-repeat;
	border-bottom: 10px solid rgb(160,40,45);
	cursor: pointer;
	height: 49%
}
.i_index_hd_article-item .i_index_hd_image-container {
	display: flex;
	justify-content: space-between;
	height: 75%; /* 图片高度占比 70% */
}
/* 文章项内图片样式 */
.i_index_hd_article-item .i_index_hd_image-container img {
	width: 49%; /* 考虑到间距，减去 5px */
	height: 100%;
}

/* 文章项内文字样式 */
.i_index_hd_article-item p {
	margin: 3% 0 0 1% ;
	color: black;
	height: 20%; /* 文字高度占比 30% */
	overflow: hidden;
	font-weight: normal;
	padding-top: 1%;
	font-size: 0.8rem;
}

/*招考信息*/
.i_index_zk_bg {
	display: flex;
	width: 100%;
	height: auto;
}
.i_index_zkleft-section {
	width: 30%;
	margin: 1% 1% 1% 5%;
	display: flex;
	height: 70vh;
	flex-direction: column;
}
.i_index_zkleft-top {
	flex: 0.8; /* 上部分占据 90% 的高度 */
}
.i_index_zkleft-bottom {
	flex: 0.1; /* 下部分占据 10% 的高度 */
	text-align: center; /* 文字居中显示 */
	display: flex;
	background-color: rgb(136,28,22);
	align-items: center;
	justify-content: center;
}
.i_index_zkleft-bottom p {
	font-family: 'STCaiyun', cursive;
	font-size: 1.6rem;
	letter-spacing: 10px;
}
/* 中间 tab 页部分样式 */
.i_index_zkmiddle-section {
	width: 40%; /* 宽度占比 */
	margin: 1%;
	height: 63vh;
}
.i_index_zkmiddle-title {
	color: black;
	font-size: 1rem;
	font-weight: bolder;
	margin: 1% 0 1% 0;
}
.i_index_zkmiddle-content {
	color: rgb(124, 111, 111);
	font-size: 0.8rem;
	font-weight: normal;
	margin: 1% 0 2% 0;
	line-height: 1.5;
}
.i_index_zkright-section {
	width: 30%; /* 宽度占比 */
	margin: 1% 5% 1% 1%;
	height: 70vh;
}
.i_index_zkleft-top img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_index_zkright-bottom {
	display: flex;
	flex-direction: column;
	height: 63vh;
}

.i_index_zkright-bottom img {
	width: 100%;
	height: 50%;
	object-fit: cover;
}
.i_index_zkright-bottom p {
	background-color: rgb(136,28,22);
	color: white;
	height: 50%;
	padding: 6% 0 0 5%;
	line-height: 1.5;
	font-size: 0.9rem;
}
.i_index_zktab {
	overflow: hidden;
	border: 1px solid rgb(136,28,22);
	background-color: rgb(175, 170, 170);
	height: 10%;
	display: flex;
	justify-content: space-between;
}
.i_index_zk_mid_title {
	cursor: pointer;
	width: 50%; /* 使每个按钮宽度占一半 */
	text-align: center; /* 让文字在按钮内居中 */
	font-size: 1.1rem; /* 调节标题大小，可按需修改 */
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
}
.i_index_zk_mid_title:hover {
	background-color: rgb(136,28,22);
}

.i_index_zktabcontent {
	display: flex;
	padding: 6px 12px;
	border: 1px solid rgb(136,28,22);
	height: 87%;
	overflow: hidden;
}
/*招考信息 end*/
/*课程设置*/
.i_index_kec_bg {
	width: 90%;
	overflow: hidden;
	background: url('../images/kecbg.jpg') no-repeat;
	height: 100%;
	margin-left: 5%;
}

.i_index_kec_ul {
	display: flex;
	overflow: hidden;
	padding: 2%;
	height: 50vh;
}
.i_index_kec_ul ul {
	display: flex;
	flex-wrap: wrap;
}
.i_index_kec_ul ul li {
	float: left;
	width: 23.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.i_index_kec_ul ul li .i_index_kec_b {
	border: 1px solid rgb(172,0,20);
	height: 99%;
	overflow: visible;
}
.i_index_kec_ul ul li .i_index_kec_b h2 {
	color: rgb(172,0,20);
	text-align: left;
	margin-top: 1%;
	font-weight: bolder;
}
.i_index_kec_ul ul li .i_index_kec_b h2::before {
	content: '●';
	color: rgb(172,0,20);
	margin-right: 5px;
}
.i_index_kec_ul ul li .i_index_kec_b p {
	text-align: left;
	font-size: 0.8rem;
	color: black;
	height: auto;
	margin-bottom: 7%;
	margin-left: 5%;
	margin-right: 5%;
}
.i_index_kec_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.i_index_kec_ul ul li img {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_index_kec_ul ul li .imgs {
	width: 100%;
	height: 60%;
	overflow: hidden;
}
.i_index_kec_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.i_index_kec_ul ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
/*课程设置 end*/
/*立行优势*/
.i_index_choose_bg {
	display: flex;
	width: 90%;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	max-width:100%;
	margin: 0 auto;
	height: 86vh;
	background: url('../images/lxadv_bg.png') no-repeat;
	background-size: cover;
}
.i_index_choose_mobile_bg{
	display: none;
}
.i_index_choose_diamond-row {
	display: flex;
	justify-content: center;
	margin-left: 8%;
}

.i_index_choose_diamond-item {
	width: 130px;
	height: 130px;
	background-color: rgb(173,0,21);
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	margin: 0 15px; /* 改为正margin增加间距 */
	border-radius: 10px;
	cursor: pointer;
}

.i_index_choose_diamond-content {
	transform: rotate(-45deg);
	width: 85%;
	text-align: center;
	padding: 10px;
}

.i_index_choose_item-number {
	font-size: 18px;
	font-weight: bold;
	color: rgb(173,0,21);
	background-color: white;
	border-radius: 50%;
	width: 30px; /* 可根据需要调整宽度 */
	height: 30px; /* 可根据需要调整高度 */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 33%;
}

.i_index_choose_item-text {
	font-size: 1rem;
	color: white;
	line-height: 1.5;
	font-weight: bolder;
}

.i_index_choose_diamond-item:hover {
	transform: rotate(45deg) scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	background-color: #f0f7ff;
	z-index: 10;
}
.i_index_choose_diamond-item:hover .i_index_choose_item-text {
	color: rgb(173,0,21);
}

.i_index_choose_diamond-item:hover .i_index_choose_item-number {
	background-color: rgb(173,0,21);
	color: white;
}

/* 第一行 (3个菱形) - 增加间距 */
.i_index_choose_row-1 .i_index_choose_diamond-item {
	margin: 19% 30px 0 30px;
}

/* 第二行 (4个菱形) - 增加间距 */
.i_index_choose_row-2 .i_index_choose_diamond-item {
	margin: -8% 30px 0 30px
}

/* 第三行 (3个菱形) - 增加间距 */
.i_index_choose_row-3 .i_index_choose_diamond-item {
	margin: -9% 30px 0 30px;
}
/*立行优势 end*/
/*问题解答*/
.i_index_qa_bg {
	display: flex;
	width: 100%;
	height: 90vh;
}
.i_index_qa_left {
	width: 50%;
	background-image: url(../picture/wenti.jpg);
	background-size: cover;
	background-position: center;
	margin: 2% 0 2% 5%;
}

.i_index_qa_middle {
	width: 10%;
	display: flex;
	flex-direction: column;
	margin: 2% 1% 2% 1%;
}

.i_index_qa_middle-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	cursor: pointer;
}

.i_index_qa_middle-section:nth-child(1),
.i_index_qa_middle-section:nth-child(3) {
	background-color: rgb(123,33,35);
}

.i_index_qa_middle-section:nth-child(2),
.i_index_qa_middle-section:nth-child(4) {
	background-color: rgb(160,40,45);
}

.i_index_qa_middle-section img {
	width: 50px;
	height: 50px;
	margin-bottom: 1%;
}

.i_index_qa_right {
	width: 35%;
	margin: 2% 5% 2% 0;
	background-color: white;
	overflow: hidden;
}

.i_index_qa_right ul {
	list-style-type: none;
	padding: 0;
}

.i_index_qa_right li {
	margin-bottom: 1%;
}
.i_index_qa_right ul li .i_index_qa_-title {
	font-size: 1rem;
	font-weight: bold;
	color: black;
	margin-bottom: 1%;
	text-align: left;
	padding-left: 4%;
	padding-top: 7%;
}

.i_index_qa_right ul li .i_index_qa_-text {
	line-height: 2;
	font-size: 0.9rem;
	color: black;
	text-align: left;
	padding-left: 4%;
	padding-right: 5%;
}
/*问题解答 end*/
/*学校介绍*/
.i_index_introduce_bg {
	width: 90%;
	overflow: hidden;
	height: 100vh;
	background: url('../images/xuexiaojianjie.png') no-repeat;
	margin: 1% 5%;
}
/*学校内容*/
.i_index_xxcontent_bg {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	clear: both;
	width: 90%;
	margin: 5% auto;
	text-align: left;
	zoom: 1;
	background-color: #ffffff;
}

.i_index_xxcontent_bg a{
	font-weight: bolder;
	display: block;
	text-align: right;
	margin-right: 7%;
	margin-bottom: 1%;
}
.i_index_xxcontent_bg a::after {
	content: '>'; /* 添加向右箭头 */
	display: inline-block;
	width: 16px; /* 调整圆圈的宽度 */
	height: 16px; /* 调整圆圈的高度 */
	line-height: 13px; /* 垂直居中箭头 */
	text-align: center; /* 水平居中箭头 */
	border: 2px solid rgb(169,2,22); /* 圆圈的边框 */
	border-radius: 50%; /* 使边框变成圆形 */
	margin-left: 5px; /* 与链接文字之间的间距 */
	font-size: 25px; /* 箭头的大小 */
	color: rgb(169,2,22);
}
.i_index_xxcontent_bg .show_t {
	line-height: 36px;
	font-size: 24px;
	padding-top: 3%;
	color: black;
	text-align: left;
	padding-left: 4%;
	font-weight: 500;
}
.i_index_xxcontent_bg .show_t:after {
	content: url("../images/shuben.jpg");
	display: inline-block;
	width: 20px;
}
.i_index_xxcontent_bg .show_lx {
	line-height: 36px;
	font-size: 24px;
	color: black;
	text-align: left;
	padding-left: 4%;
	font-weight: 500;
}
.i_index_xxcontent_bg .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed rgba(247, 248, 245, 0);
	text-align: center;
}
.i_index_xxcontent_bg .con_id {
	line-height: 30px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	text-align: left;
	padding: 2% 2% 4% 4%;
	color: black;
	font-size: 0.9rem;
	font-weight: 500;
}
/*学校介绍 end*/
/*优秀学生*/
.i_index_student_bg {
	background-color: rgb(236,235,234);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 2%;
	margin: 1% 5%;
}
.i_index_student_bg_item {
	display: flex;
	flex-direction: column;
}

/* 图片样式 */
.i_index_student_bg_item img {
	height: 80%;
	width: 100%;
	object-fit: cover;
}

/* 文字样式 */
.i_index_student_bg_item p {
	height: 10%;
	margin: 0;
	padding: 2%;
	background-color: rgb(171, 0, 20);
	text-align: center;
	font-size: 1.2rem;
	font-weight: bolder;
}
/*优秀学生end*/
@media screen and (max-width: 750px) {
	.i_index_hd_bg {
		flex-direction: column; /* 子元素垂直排列 */
		margin-bottom: 60%;
	}

	.i_index_hd_left-section {
		width: 80%;
	}

	/* 左侧图片样式 */
	.i_index_hd_left-section img {
		width: 100%;
		height: auto;
	}

	.i_index_hd_right-section {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		margin: 1%;
	}

	.i_index_hd_article-item {
		width: calc(50% - 1%); /* 考虑到间距，减去 10px */
		margin-bottom: 5%;
		background: url(../images/news_ng.png) no-repeat;
		border-bottom: 10px solid rgb(160, 40, 45);
		height: 70%;
	}

	.i_index_zk_bg {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10%;
	}

	.i_index_zkleft-section {
		width: 40%;
		margin: 1%;
	}
	.i_index_zkmiddle-section {
		width: 50%;
		margin: 1%;
	}
	.i_index_zkright-section {
		display: none;
	}

	.i_index_kec_ul ul li .i_index_kec_b p {
		text-align: left;
		font-size: small;
		overflow: hidden;
		color: black;
		height: 35vh;
		margin-bottom: 7%;
	}
	.i_index_choose_left-section {
		display: none;
	}
	.i_index_choose_right_card {
		pointer-events: none;
	}
	.i_index_qa_left {
		display: none;
	}
	.i_index_qa_middle {
		width: 40%;
		display: flex;
		flex-direction: column;
		margin: 5% 1% 5% 1%;
	}
	.i_index_qa_right {
		width: 54%;
		margin: 5% 0 5% 0;
		overflow: hidden;
		background-color: white;
	}
	.i_index_student_bg {
		background-color: rgb(236, 235, 234);
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
		gap: 2%;
		margin: 3% 9%;
	}
	.i_index_qa_right ul li .i_index_qa_-title {
		font-size: 1rem;
		font-weight: bold;
		color: black;
		margin-bottom: 1%;
		text-align: left;
		padding-left: 4%;
		padding-top: 7%;
	}
	.i_index_qa_right ul li .i_index_qa_-text {
		line-height: 1.5;
		font-size: 0.8rem;
		color: black;
		text-align: left;
		padding-left: 4%;
		padding-right: 5%;
	}
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nproduct_list2 ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 4%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../images/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
	 .i_index_kec_ul ul li .imgs {
		 width: 100%;
		 height: 50%;
		 overflow: hidden;
	 }
	 .i_index_kec_ul ul li .i_index_kec_b p {
		 text-align: left;
		 font-size: small;
		 overflow: hidden;
		 color: black;
		 margin-bottom: 1%;
	 }
	 .i_index_choose_mobile_bg{
		 display: flex;
		 width: 90%;
		 flex-direction: column;
		 align-items: center;
		 gap: 30px;
		 max-width:100%;
		 margin: 0 auto;
		 height: 56vh;
		 background-size: cover;
	 }
	 .i_index_choose_bg {
		 display: none;
	 }
	 .i_index_choose_diamond-row {
		 display: flex;
		 justify-content: center;
		 margin-left: -1%;
	 }

	 .i_index_choose_diamond-item {
		 width: 85px;
		 height: 85px;
		 background-color: rgb(173,0,21);
		 transform: rotate(45deg);
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		 position: relative;
		 overflow: hidden;
		 transition: all 0.3s ease;
		 margin: 0 15px; /* 改为正margin增加间距 */
		 border-radius: 10px;
		 cursor: pointer;
	 }

	 .i_index_choose_diamond-content {
		 transform: rotate(-45deg);
		 width: 85%;
		 text-align: center;
		 padding: 10px;
	 }

	 .i_index_choose_item-number {
		 font-size: 1rem;
		 font-weight: bold;
		 color: rgb(173,0,21);
		 background-color: white;
		 border-radius: 50%;
		 width: 30px; /* 可根据需要调整宽度 */
		 height: 30px; /* 可根据需要调整高度 */
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 margin-left: 33%;
	 }

	 .i_index_choose_item-text {
		 font-size: 0.8rem;
		 color: white;
		 line-height: 1.5;
		 font-weight: bolder;
	 }

	 .i_index_choose_diamond-item:hover {
		 transform: rotate(45deg) scale(1.05);
		 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
		 background-color: #f0f7ff;
		 z-index: 10;
	 }
	 .i_index_choose_diamond-item:hover .i_index_choose_item-text {
		 color: rgb(173,0,21);
	 }
	 .i_index_choose_diamond-item:hover .i_index_choose_item-number {
		 background-color: rgb(173,0,21);
		 color: white;
	 }

	 /* 第一行 (3个菱形) - 增加间距 */
	 .i_index_choose_row-1 .i_index_choose_diamond-item {
		 margin: 19% 30px 0 30px;
	 }

	 /* 第二行 (4个菱形) - 增加间距 */
	 .i_index_choose_row-2 .i_index_choose_diamond-item {
		 margin: -12% 30px 0 30px
	 }

	 /* 第三行 (3个菱形) - 增加间距 */
	 .i_index_choose_row-3 .i_index_choose_diamond-item {
		 margin: -18% 30px 0 30px;
	 }
	 .i_index_choose_row-4 .i_index_choose_diamond-item {
		 margin: -12% 30px 0 30px;
	 }
	 .i_index_student_bg {
		 background-color: rgb(236, 235, 234);
		 display: grid;
		 grid-template-columns: repeat(2, 1fr);
		 grid-template-rows: repeat(3, auto);
		 gap: 2%;
		 margin: 1% 1% 3% 1%;
	 }
	 .i_index_student_bg_item p {
		 height: 15%;
		 margin: 0;
		 padding: 2%;
		 background-color: rgb(171, 0, 20);
		 text-align: center;
		 font-size: 1.1rem;
	 }
	 .i_index_xxcontent_bg {
		 overflow: hidden;
		 line-height: 30px;
		 font-size: 14px;
		 clear: both;
		 width: 100%;
		 max-width: 100%;
		 margin: 1% auto;
		 text-align: left;
		 zoom: 1;
		 background-color: #ffffff;
	 }
	 .i_index_xxcontent_bg .con_id {
		 line-height: 1.1;
		 overflow: hidden;
		 white-space: normal;
		 word-break: break-all;
		 text-align: left;
		 padding: 1%;
		 color: black;
		 font-size: 1rem;
		 font-weight: 300;
		 margin-left: 2%;
		 margin-right: 2%;
	 }
	 .i_index_xxcontent_bg .show_lx {
		 line-height: 1.2;
		 font-size: 1.2rem;
		 color: black;
		 text-align: left;
		 padding-left: 1%;
		 font-weight: 300;
	 }
	 .i_index_xxcontent_bg .show_t {
		 line-height: 1.2;
		 font-size: 1.2rem;
		 padding-top: 3%;
		 color: black;
		 text-align: left;
		 padding-left: 1%;
		 font-weight: 300;
	 }
	 .i_index_introduce_bg {
		 width: 95%;
		 overflow: hidden;
		 background: url('../images/xuexiaojianjie.png') no-repeat;
		 margin-left: 1%;
	 }
	 .i_index_qa_bg {
		 display: flex;
		 width: 100%;
		 height: 70vh;
	 }
	 .i_index_qa_right {
		 width: 65%;
		 margin: 5% 1% 1% 0;
		 background-color: white;
		 height: 80%;
	 }
	 .i_index_qa_middle {
		 width: 30%;
		 height: 80%;
		 display: flex;
		 flex-direction: column;
		 margin: 5% 1% 1% 1%;
	 }
	 .i_index_kec_bg {
		 width: 90%;
		 overflow: hidden;
		 background: url('../images/kecbg.jpg') no-repeat;
		 height: 100%;
		 margin-left: 1%;
	 }
	 .i_index_kec_ul {
		 display: flex;
		 overflow: hidden;
		 height: 100%;
	 }
	 .i_index_kec_ul ul li {
		 float: left;
		 width: 48.1%;
		 margin-left: 0.5%;
		 overflow: hidden;
		 margin-bottom: 1.5%;
		 text-align: center;
		 background-color: #fff;
	 }
	 .i_index_zkmiddle-section {
		 width: 98%; /* 宽度占比 */
		 margin: 1%;
		 height: 63vh;
	 }
	 .i_index_zkleft-section,
	 .i_index_zkright-section {
		 display: none;
	 }
	 .i_index_bg .show_title {
		 line-height: 2rem;
		 font-size: 1.2rem;
		 padding-top: 1%;
		 color: rgb(92, 90, 99);
		 text-align: left;
		 margin-left: 1%;
		 font-weight: 500;
	 }
	 .i_index_bg .show_lxlogo {
		 line-height: 2rem;
		 font-size: 1.2rem;
		 color: rgb(92, 90, 99);
		 text-align: left;
		 margin-left: 1%;
		 font-weight: 500;
	 }
	 .floating_ck {
		 display: none;
	 }
	 .i_index_hd_bg {
		 flex-direction: column;
		 margin-bottom: 60%;
		 }
	 .i_index_hd_left-section {
		 display: none;
	 }
	 .i_index_hd_article-item .i_index_hd_image-container img:nth-child(2) {
		 display: none;
	 }
	 .i_index_hd_article-item .i_index_hd_image-container img {
		 width: calc(100% - 1%); /* 考虑到间距，减去 5px */
		 height: 80%;
		 object-fit: cover; /* 保持图片比例并覆盖容器 */
	 }
	 .i_index_hd_article-item p {
		 margin: 0;
		 color: black;
		 height: 25%; /* 文字高度占比 30% */
		 overflow: hidden;
		 font-weight: bolder;
		 padding-top: 1%;
		 font-size: 13px;
	 }
	 }
 @media screen and (max-width:360px) {}
