﻿@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(30,79,140);
}
.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(30,79,140);
}
.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_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;
}
/*校园活动*/

.i_index_hd_bg {
	color: black;
	display: flex;
	width: 90%;
	margin: 1% auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.i_index_hd_bg_left-pane {
	position: relative;
	flex: 0 0 40%;
	padding: 20px;
	background-color: #fff;
}
.i_index_hd_bg_left-pane .i_index_hd_bg_article:hover {
	cursor: pointer;
}
.i_index_hd_bg_left-pane .image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: block; /* 确保图片作为块级元素显示 */
}
.i_index_hd_bg_left-pane .i_index_hd_bg_article {
	width: 84%;
	position: absolute; /* 设置绝对定位，使其能覆盖图片 */
	top: 66%; /* 从父容器顶部开始 */
	left: 8%; /* 从父容器左侧开始 */
	height: 30%; /* 高度占满父容器 */
	background-color: rgba(255, 255, 255, 1); /* 设置背景色，这里使用半透明白色示例 */
	z-index: 1; /* 设置 z-index 确保覆盖图片 */
	border-bottom: 3px solid rgb(30,79,140); /* 添加下边框，2px 宽，灰色 */
	border-top: 1px solid rgb(231,231,231);
	border-right: 1px solid rgb(231,231,231);
	border-left: 1px solid rgb(231,231,231);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
}
.i_index_hd_bg_left-pane .i_index_hd_bg_date {
	color: white;
	width: 15%;
	position: absolute; /* 设置绝对定位，使其能覆盖图片 */
	top: 54%; /* 从父容器顶部开始 */
	right: 12%; /* 从父容器左侧开始 */
	height: 15%; /* 高度占满父容器 */
	background-color: rgba(36,100, 181, 1); /* 设置背景色，这里使用半透明白色示例 */
	z-index: 2; /* 设置 z-index 确保覆盖图片 */
	border-radius: 10px;
}
.i_index_hd_bg_left-pane .i_index_hd_bg_date .inner {
	width: 85%;
	height: 85%;
	margin: 5%;
	position: relative; /* 设置绝对定位，使其能覆盖图片 */
	background-color: rgba(36,100, 181, 1); /* 设置背景色，这里使用半透明白色示例 */
	border-radius: 10px;
	border: 1px dashed  rgb(231,231,231);
}
.i_index_hd_bg_left-pane .i_index_hd_bg_date .inner .day {
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	margin: 5%;
}
.i_index_hd_bg_left-pane .i_index_hd_bg_date .inner .month-year {
	font-size: 0.8rem;
	text-align: center;
	font-weight: 400;
}
.i_index_hd_bg_left-pane .i_index_hd_bg_article h2 {
	font-size: 1rem;
	margin: 5% 1% 1% 4%;
}
.i_index_hd_bg_left-pane .i_index_hd_bg_article p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: #333;
	margin: 1% 1% 1% 4%;
}
.i_index_hd_bg_right-pane {
	flex: 0 0 53%;
	padding: 20px;
	margin-left: 1%;
}
.i_index_hd_bg_news-list {
	display: flex;
	flex-direction: column; /* 让列表项垂直排列 */
}
.i_index_hd_bg_news-item {
	display: flex; /* 使用 flex 布局让子元素并排排列 */
	align-items: center; /* 垂直居中对齐子元素 */
	margin-bottom: 1%;
	width: 100%;
	border-bottom: 1px solid rgb(231, 231, 231)
}
.i_index_hd_bg_news-item:hover {
	cursor: pointer;
}
.i_index_hd_bg_news-item:last-child {
	margin-bottom: 0;
}
.i_index_hd_bg_news-item .text {
	flex: 1;
	padding-right: 15px;
}
.i_index_hd_bg_news-item .text h3 {
	font-size: 1rem;
	margin: 0 0 5px;
}
.i_index_hd_bg_news-item .text .date {
	font-size: 0.9rem;
	font-weight: bold;
	color: rgb(30,79,140);
	margin: 1% 0 3% 0;
}
.i_index_hd_bg_news-item .text p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: #333;
}
.i_index_hd_bg_news-item .image-container {
	flex-shrink: 0; /* 防止图片容器收缩 */
	width: 30%; /* 可根据需求调整图片容器宽度 */
}
.i_index_hd_bg_news-item .image-container img {
	width: 100%;
	height: auto;
}
/*招考信息*/
.i_index_zk_bg {
	display: flex;
	width: 100%;
	height: 40vh;
}
.i_index_zk_left {
	background: url('../images/i_index_zk_left_bg.png') no-repeat;
	background-size: cover;
	margin-left: 5%;
	width: 30%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	display: flex; /* 使用 flex 布局 */
	flex-direction: column; /* 子元素垂直排列 */
	justify-content: space-between; /* 垂直居中 */
	align-items: center; /* 水平居中 */
	height: 100%; /* 确保父元素有高度，以便垂直居中生效 */
	border-top-right-radius: 10px; /* 右上角圆角，数值可按需调整 */
	border-bottom-right-radius: 50px; /* 右下角圆角，数值可按需调整 */
}
.i_index_zk_left_section {
	flex: 1;
	width: 100%; /* 让子元素宽度占满父容器 */
	text-align: center; /* 让标题文字水平居中 */
	display: flex; /* 使用 flex 布局 */
	flex-direction: row; /* 子元素垂直排列 */
	justify-content: center; /* 子元素垂直居中 */
	align-items: center; /* 子元素水平居中 */
}
.i_index_zk_left_section img {
	margin-right: 10px; /* 图片和标题之间添加间距 */
	width: 30px; /* 设置图片宽度，可按需调整 */
	height: 30px; /* 设置图片高度，可按需调整 */
	object-fit: contain; /* 确保图片完整显示 */
}
.i_index_zk_left_section h3 {
	font-size: 1.2rem;
	margin: 0;
	color: rgb(213, 207, 207);
}
.i_index_zk_left_section h3:hover {
	color: white;
	cursor: pointer;
}
.i_index_zk_left_section h3:hover::after {
	content: '→'; /* 添加向右箭头 */
	display: inline-block;
	margin-left: 8px; /* 箭头与文字之间的间距 */
	font-size: 1.2rem;
	font-weight: bolder;
}
.i_index_zk_left_section h3.active {
	color: white;
}
.i_index_zk_right {
	width: 60%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	color: black;
}
.i_index_zk_card_container {
	display: grid;
	grid-template-columns: repeat(2, 2fr); /* 每行 2 个卡片 */
	gap: 10px; /* 设置子元素之间的间距 */
}
.i_index_zk_card {
	box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
	height: 18vh;
	background: white;
	border-radius: 10px; /* 右上角圆角，数值可按需调整 */
}
.i_index_zk_card_content {
	height: 80%;
	border-bottom: 1px solid rgb(231,231,231);
}
.i_index_zk_card_content:hover {
	cursor: pointer;
}
.i_index_zk_card_layout {
	display: flex; /* 使用 Flexbox 布局 */
	gap: 15px; /* 设置图片和文字之间的间距 */
	height: 96%;
	width: 96%;
}

.i_index_zk_card_image {
	margin: 4% 0 2% 6%;
	flex: 0 0 30%; /* 图片宽度占 30% */
	max-width: 30%; /* 最大宽度 30% */
	height: 100%; /* 高度占满父容器 */
}

.i_index_zk_card_image img {
	width: 80%; /* 图片宽度 100% */
	height: 80%; /* 高度自适应 */
	object-fit: cover; /* 保持图片比例，覆盖整个容器 */
	object-position: center;
	display: block; /* 去除图片底部间隙 */
}

.i_index_zk_card_text {
	flex: 1; /* 文字部分占剩余空间 */
	display: flex; /* 使用 Flexbox 布局 */
	flex-direction: column; /* 子元素垂直排列 */
	justify-content: center; /* 垂直居中 */
	min-width: 0; /* 允许容器收缩 */
	overflow-wrap: break-word; /* 长单词换行 */
}
.i_index_zk_card_content h4 {
	width: 100%;
	font-size: 0.9rem; /* 调整字体大小 */
	line-height: 1.2; /* 增加行高 */
	white-space: normal; /* 正常换行 */
}
.i_index_zk_card_content p {
	font-size: 0.8rem;
}
.i_index_zk_card_text h4,
.i_index_zk_card_text p {
	text-align: left; /* 设置 h4 和 p 元素左对齐 */
	margin: 1% 4% 0 5%;
	overflow: hidden;
}
.i_index_zk_card_more {
	height: 20%;
	border-bottom-left-radius: 10px; /* 与父元素底部左圆角保持一致 */
	border-bottom-right-radius: 10px; /* 与父元素底部右圆角保持一致 */
}
.i_index_zk_card_more:hover {
	background-color: rgb(30,79,140);
	color:white;
	cursor: pointer;
}
.i_index_zk_card_more p {
	display: flex; /* 使用 flex 布局 */
	justify-content: space-between; /* 让子元素两端对齐，实现靠右效果 */
	align-items: center; /* 垂直居中对齐 */
	margin-left: 5%;
	margin-top: 1%;
}
.i_index_zk_card_more p i {
	margin-left: auto;
	margin-right: 2%;
}
/*招考信息 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: 18.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(30,79,140);
	height: 99%;
	overflow: visible;
}
.i_index_kec_ul ul li .i_index_kec_b h2 {
	color: rgb(30,79,140);
	text-align: left;
	margin-top: 1%;
	font-weight: bolder;
}
.i_index_kec_ul ul li .i_index_kec_b h2::before {
	content: '●';
	color: rgb(30,79,140);
	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 {
	width: 90%;
	height: 65vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(85,125,174);
	overflow: hidden;
	margin: 1% auto;
	border-radius: 10px;
}
.i_index_choose_advantage-cards-wrapper {
	position: relative;
	height: 90%;
	width: 95%;
}

.i_index_choose_advantage-cards-track {
	counter-reset: advantage-counter;
	position: absolute;
	display: flex;
	height: 90%;
	cursor: pointer;
	transition: transform 0.3s ease;
	margin: 0 auto;
}
.i_index_choose_advantage-card {
	position: relative;
	width: 21%;
	height: 60vh;
	margin-right: -12%;
	background: rgb(152,183,215);
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.i_index_choose_advantage-card:hover {
	transform: translateY(-10px) scale(1.05);
	margin-right: 0;
	background-color: white;
	z-index: 10;
}

.i_index_choose_advantage-card:hover ~ .card {
	transform: translateX(120px);
}

.i_index_choose_advantage-card-img {
	height: 70%;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.i_index_choose_advantage-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.i_index_choose_advantage-card:hover .card-img img {
	transform: scale(1.1);
}

.i_index_choose_advantage-card-text {
	height: 30%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 0 15px 15px;
}

.i_index_choose_advantage-card-text h3::before {
	content: counter(advantage-counter, decimal-leading-zero); /* 显示带前导零的序号 */
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background-color: rgb(28,73,126);
	color: rgb(152,183,215); /* 浅白色 */
	text-align: center;
	margin-right: 8px;
	flex-shrink: 0; /* 防止元素收缩 */
}

.i_index_choose_advantage-card-text h3::after {
	content: "LIXING";
	margin-left: 8px;
	color: inherit;
}

.i_index_choose_advantage-card:hover h3::before {
	color: white; /* 鼠标悬停时序号变为白色 */
}

.i_index_choose_advantage-card-text h3 {
	counter-increment: advantage-counter; /* 递增计数器 */
	color: rgb(51,94,145);
	margin-bottom: 8px;
	font-size: 1.2em;
}

.i_index_choose_advantage-card-text p {
	color: #666;
	font-size: 0.9em;
	line-height: 1.4;
}
/*立行优势 end*/
/*问题解答*/
.i_index_qa_bg {
	display: flex;
	width: 100%;
	height: 50vh;
}
.i_index_qa_outer {
	position: relative;
	display: flex;
	width: 90%;
	margin: 0 auto;
	background-color: rgb(30,79,140);
	background-image:url(../images/wenti_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	margin-top: 8%;
}
.i_index_qa_img {
	position: absolute;
	width: 30%;
	top: -30%;
	left: 5%;
	z-index: 1;
}

.i_index_qa_img img {
	/* 图片宽度最大为父容器宽度 */
	max-width: 100%;
	/* 图片高度最大为父容器高度 */
	max-height: 100%;
	/* 保持图片的宽高比，同时完全适应父容器 */
	object-fit: contain;
	/* 使图片在父容器中居中显示 */
	display: block;
	margin: 0 auto;
}

.i_index_qa_sections {
	width: 50%;
	display: flex;
	flex-wrap: wrap; /* 允许子元素换行 */
	gap: 10px; /* 设置子元素之间的间距 */
	margin-left: 40%;
	margin-top: 1%;
}

.i_index_qa-section {
	display: flex;
	/* 垂直居中对齐 */
	align-items: center;
	flex: 1 0 calc(50% - 10px); /* 每行两个元素，减去间距 */
	box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
}

.i_index_qa-section:hover {
	cursor: pointer;
}


.i_index_qa-section p {
	/* 防止段落文本换行 */
	white-space: nowrap;
	/* 允许文本溢出时显示省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1rem;
	font-weight: bold;
	margin-left: 2%;
}

.i_index_qa-section img {
	width: 70px;
	height: 70px;
	margin-bottom: 1%;
}
/*问题解答 end*/
/*学校介绍*/
.i_index_introduce_bg {
	width: 90%;
	overflow: hidden;
	height: 100vh;
	background: url('../images/xuexiaojianjie.png') no-repeat;
	background-size: cover;
	/* 让背景图片居中显示 */
	background-position: center;
	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: 15px; /* 调整圆圈的宽度 */
	height: 15px; /* 调整圆圈的高度 */
	line-height: 13px; /* 垂直居中箭头 */
	text-align: center; /* 水平居中箭头 */
	border: 2px solid rgb(30,79,140); /* 圆圈的边框 */
	border-radius: 50%; /* 使边框变成圆形 */
	margin-left: 5px; /* 与链接文字之间的间距 */
	font-size: 16px; /* 箭头的大小 */
	color: rgb(30,79,140);
}
.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(85, 125, 174);
	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_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_zk_left {
		 width: 30%;
	 }
	 .i_index_zk_right {
		 width: 60%;
		 float: left;
		 padding: 10px;
		 box-sizing: border-box;
		 color: black;
	 }
	 .i_index_zk_left_section h3 {
		 font-size: 1rem;
		 margin: 0;
		 color: rgb(213, 207, 207);
	 }
	 .i_index_zk_card_content h4 {
		 width: 100%;
		 font-size: 0.8rem;
		 line-height: 1.2;
		 white-space: normal;
	 }
	 .i_index_zk_card_content p {
		 font-size: 0.7rem;
	 }
	 .i_index_zk_card_container {
		 grid-template-columns: 1fr; /* 每行 1 个卡片 */
		 grid-auto-rows: auto;
		 max-height: calc(2 * (18vh + 10px)); /* 两行卡片的高度，包含间距 */
		 overflow: hidden; /* 隐藏多余的卡片 */
	 }
	 .i_index_hd_bg_left-pane {
		 display: none;
	 }
	 .i_index_kec_ul ul li .i_index_kec_b p {
		 text-align: left;
		 font-size: small;
		 overflow: hidden;
		 color: black;
		 height: 25vh;
		 margin-bottom: 1%;
	 }
	 .i_index_choose_advantage-card {
		 position: relative;
		 width: 21%;
		 height: 60vh;
		 margin-right: -18%;
		 background: rgb(152, 183, 215);
		 border-radius: 15px;
		 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
		 transition: all 0.3s ease;
		 flex-shrink: 0;
	 }
	 .i_index_qa_img {
		 position: absolute;
		 width: 30%;
		 top: -35%;
		 left: 11%;
		 z-index: 1;
	 }
	 .i_index_qa-section img {
		 width: 30px;
		 height: 30px;
		 margin-bottom: 1%;
	 }
	 .i_index_qa-section p {
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
		 font-size: 0.9rem;
		 font-weight: bold;
		 margin-left: 2%;
	 }
	 .i_index_qa_sections {
		 width: 100%;
		 display: flex;
		 flex-wrap: wrap;
		 gap: 10px;
		 margin-left: 1%;
		 margin-top: 10%;
	 }
	 .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%;
		 height: 100%;
	 }
	 .i_index_qa_bg {
		 display: flex;
		 width: 100%;
		 height: 20vh;
		 margin-top: 3%;
		 margin-bottom: 10%;
	 }
	 .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_bg .show_title {
		 line-height: 2rem;
		 font-size: 1.2rem;
		 padding-top: 1%;
		 color: rgb(92, 90, 99);
		 text-align: left;
		 margin-left: 4%;
		 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: 4%;
		 font-weight: 500;
	 }
	 .floating_ck {
		 display: none;
	 }
	 .i_index_hd_bg {
		 flex-direction: column;
		 margin-bottom: 20%;
		 /*height: 60vh;*/
		 }
	 .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;
	 }
	 }
