﻿@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;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.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/online1.png);
	background-size: 60px 60px;
}
.qrcode {
	background-image:url(../images/qrcode1.png);
	background-size: 60px 60px;
}
.phone {
	background-image:url(../images/phone1.png);
	background-size: 60px 60px;
}
.floating_ck dl dd {
	position:relative;
	width:75px;
	height:93px;
	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: #1E4F8C;
}
.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: #1E4F8C;
}
.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 {
	width: 1334px;
	margin: 0 auto;
	padding-bottom: 2.5%;
	font: 14px / 1.6 "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
#i_index_notice_bg {
	width: 90%;
	background: #fff;
	background-image: url(../images/indexnotice.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	margin: 2% auto;
}
.i_index_notice_bg :before,:after {
	box-sizing: border-box;
}
#i_index_notice_bg > .i_index_notice_bg_gridBox {
	min-height: inherit;
}
#i_index_notice_bg > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
#i_index_notice_bg > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell {
	min-height: inherit !important;
}
#i_index_notice_bg > div > .i_index_notice_bg_gridCell {
	float: left;
	position: static;
}
#i_index_notice_bg-1 {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	max-width: 1200px;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}
#i_index_notice_bg-1 > .i_index_notice_bg_gridBox {
	min-height: inherit;
}
#i_index_notice_bg-1 > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
#i_index_notice_bg-1 > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell {
	min-height: inherit !important;
}
#i_index_notice_bg-1 > div > .i_index_notice_bg_gridCell {
	float: left;
	position: static;
}
#i_index_notice_tongzhi_bg {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#i_index_notice_tongzhi_bg > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell:nth-child(2n + 1) {
	width: 60%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left;
}
#i_index_notice_tongzhi_bg > div > .i_index_notice_bg_gridCell {
	float: left;
	position: static;
}
#i_index_notice_tongzhi_bg_left-1 {
	min-height: 0px;
	width: auto;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 20px;
	position: relative;
}
#i_index_notice_tongzhi_bg_left-1 .i_index_notice_tongzhi_bg_left_container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/* 滚动容器样式 */
.scroll-container {
    width: 100%;
    height: 100px; /* 设置容器高度，超出部分隐藏 */
    overflow: hidden;
    position: relative;
}

.scroll-content {
    position: relative;
    animation: scrollUp 3s linear infinite;
}

.scroll-content:hover {
    animation-play-state: paused; /* 鼠标悬停时暂停滚动 */
}

.scroll-item {
	line-height: 2;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	border-bottom: 1px #eae7e7 solid;
	overflow: hidden;
	font-size: 0.8rem;
	text-align: left;
	color: rgba(0, 0, 0, 0.7);
}
.scroll-item span {
	float: right;
}
.scroll-content .scroll-item span::before {
	content: '|';
	margin-right: 8px; /* 设置与文字的间距 */
	color: #eae7e7; /* 设置分隔符颜色 */
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%); /* 向上滚动50%，实现无缝滚动 */
    }
}

/* 列表项样式 */
.scroll-content h2 {
    margin: 10px 0; /* 设置列表项间距 */
    font-size: 14px;
}

.scroll-content h2 a {
    color: #333;
    text-decoration: none;
}

.scroll-content h2 a:hover {
    color: #007bff;
}
/* 定义动画 */
@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_notice_tongzhi_bg > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell:nth-child(2n+2) {
	width: 30%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: inherit;
	margin-left: 10%;
}
#i_index_notice_tongzhi_bg_right .i_index_notice_tongzhi_bg_right_pic {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}
#i_index_notice_tongzhi_bg_right .i_index_notice_tongzhi_bg_right_pic > .i_index_notice_tongzhi_bg_right_pic_item {
	max-width: 100%;
	max-height: 100%;
	flex: 1 1 0%;
	position: relative;
}
#i_index_notice_tongzhi_bg_right .i_index_notice_tongzhi_bg_right_item_img {
	max-width: 146px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#i_index_notice_tongzhi_bg_right .i_index_notice_tongzhi_bg_right_item_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* 活动区域两列布局 */
#i_index_notice_huodong_bg {
	display: flex;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(235, 241, 249);
	height: 100px; /* 设置容器高度，超出部分隐藏 */
	overflow: hidden;
	position: relative;
}

.i_index_notice_huodong_bg_left {
	width: 12%;
}
.i_index_notice_huodong_bg_left_img {
	margin-left: 15px;
	margin-right: auto;
	margin-top: 15px;
	max-width: 83px;
}

.i_index_notice_huodong_bg_left_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

#i_index_notice_huodong_bg_right {
	max-width: 84%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

#i_index_notice_huodong_bg_right ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)); /* 两列等宽，自动适应 */
	width: 100%;
	box-sizing: border-box;
	gap: 8px;
}

#i_index_notice_huodong_bg_right .i_index_notice_huodong_bg_right_item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 2.5;
	overflow: hidden;
}

#i_index_notice_huodong_bg_right .i_index_notice_huodong_bg_right_item .title {
	flex: 1;
	font-size: 0.8rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
	min-width: 0; /* 确保flex子元素能正确收缩 */
}

#i_index_notice_huodong_bg_right .i_index_notice_huodong_bg_right_item .date {
	font-size: 0.8rem;
	color: #999;
	flex-shrink: 0;
	white-space: nowrap;
}


.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_zk_bg {
	display: block;
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.i_index_zk_bg_mobile {
	display: none;
}
/* 主标题栏 */
.i_index_zk_title {
	display: flex;
	align-items: center;
	padding: 10px 0;
	background-color: #ffffff;
}

.i_index_zk_title_icon {
	width: 8px;
	height: 24px;
	background-color: #1e4f8c;
	margin-right: 12px;
}

.i_index_zk_title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1e4f8c;
	margin: 0;
}

/* 栏目标题栏 */
.i_index_zk_tabs {
	display: flex;
	margin: 0 20px;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.i_index_zk_tab {
	flex: 1;
	padding: 10px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

.fline {
	float: left;
	display: flex;
	align-items: center;
	color: #eee;
}

.i_index_zk_tab:hover {
	font-size: 26px;
	font-weight: 700;
}

.i_index_zk_tab.active {
	border-bottom-color: #1e4f8c;
}

.i_index_zk_tab.active h3 {
	color: #1e4f8c;
	font-weight: bold;
	font-size: 1.2rem;
}

.i_index_zk_tab h3 {
	font-size: 1rem;
	color: #666;
	margin: 0;
	transition: color 0.3s ease;
}

/* 栏目内容栏 */
.i_index_zk_content {
	margin: 20px 20px;
}

.i_index_zk_content_container {
	display: none;
}

.i_index_zk_content_container:first-child {
	display: flex;
}

/* 左侧图文信息 */
.i_index_zk_content_left {
	width: 30%;
	margin-right: 1%;
}

.i_index_zk_content_left_item {
	cursor: pointer;
	transition: transform 0.3s ease;
}

.i_index_zk_content_left_item:hover {
	transform: translateY(-2px);
}

.i_index_zk_content_left_image {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 12px;
}

.i_index_zk_content_left_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i_index_zk_content_left_item h4 {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.i_index_zk_content_left_item p {
	font-size: 0.8rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 右侧文章列表 */
.i_index_zk_content_right {
	width: 70%;
}

.i_index_zk_content_right_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}

.i_index_zk_content_right_item {
	padding: 12px 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.i_index_zk_content_right_item:hover {
	background-color: #e8eef3;
	transform: translateX(3px);
}

.i_index_zk_content_right_item span {
	font-size: 0.8rem;
	color: #333;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
/*招考信息 end*/
/*课程设置*/
.i_index_kec_bg {
	display: block;
	width: 90%;
	overflow: hidden;
	background: #ffffff;
	height: auto;
	margin-left: 5%;
	margin-top: 1%;
}
.i_index_kec_bg_mobile {
	display: none;
}

.course-section {
	max-width: 1200px;
	margin: 0 auto;
}
/* 主标题栏 */
.course-section_title {
	display: flex;
	align-items: center;
	padding: 10px 0;
	background-color: #ffffff;
}

.course-section_title_icon {
	width: 8px;
	height: 24px;
	background-color: #1e4f8c;
	margin-right: 12px;
}

.course-section_title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1e4f8c;
	margin: 0;
}
.course-items {
	margin-left: 20px;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e0e0e0;
}

.course-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	gap: 30px;
}

.course-item:last-child {
	border-bottom: none;
}

.course-image {
	width: 200px;
	height: 150px;
	overflow: hidden;
	flex-shrink: 0;
}

.course-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-info {
	flex: 1;
	min-width: 0;
}

.course-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px 0;
}

.course-details {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	letter-spacing: 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.course-details span {
	flex: 0 0 auto;
	line-height: 1.8;
}

.course-details span:nth-child(2) {
	margin-right: 10%;
}

.course-details p {
	width: 100%;
	margin: 0;
}

.course-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-shrink: 0;
}

.btn-detail,
.btn-consult {
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.3s;
}

.btn-detail {
	background-color: #1e4f8c;
	color: #fff;
}

.btn-detail:hover {
	background-color: #153a66;
}

.btn-consult {
	background-color: #5a9bd5;
	color: #fff;
}

.btn-consult:hover {
	background-color: #4a8ac5;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
/*课程设置 end*/
/*立行优势*/
.i_index_choose_bg {
	display: block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	background: #ffffff;
	margin-top: 1%;
}
/* 移动端选择立行理由布局 */
.i_index_choose_bg_mobile {
	display: none; /* 默认隐藏 */
}

.choose-section {
	max-width: 1200px;
	margin: 0 auto;
}
.choose-section_title {
	display: flex;
	align-items: center;
	padding: 10px 0;
	background-color: #ffffff;
}
.choose-section_title_icon {
	width: 8px;
	height: 24px;
	background-color: #1e4f8c;
	margin-right: 12px;
}
.choose-section_title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1e4f8c;
	margin: 0;
}
.choose-content {
	display: flex;
	gap: 12px;
	border-top: 1px solid #e0e0e0;
	margin-left: 20px;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.choose-content-left{
	width: calc((100% - 12px) * 4 / 5);
	}
.choose-content-left-top {
	height: 220px;
	width: 100%;
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
	position: relative;
}
.choose-content-left-top-left {
	width: calc((100% - 2px) / 2);
	height: 100%;
	display: flex;
	position: relative;
}
.choose-content-left-top-left-img {
	width: 220px;
	height: 100%;
}
.choose-content-left-top-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: none;
	border: 0;
	vertical-align: middle;
}
.choose-content-left-top-left-text {
	background: #f5f5f5;
	display: block;
	width: 232px;
	height: 100%;
	padding: 30px 0 30px 15px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.choose-content-left-top-left:hover .choose-content-left-top-left-text {
	width: 100%;
}
.choose-content-left-top-left:hover .choose-content-left-top-left-text > span {
	height: 36px;
	opacity: 1;
	background: #4151B4;
	transform: scale(1);
}
.choose-content-left-top-mid-text {
	display: block;
	background-image: url('../images/chose_top_mid_bg.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	padding: 30px 0 30px 15px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.choose-content-left-top-mid:hover .choose-content-left-top-mid-text {
	height: 207%;
	z-index: 99;
	background-image: url('../images/chose_top_mid_bg_l.jpg');
	background-size: cover;
	background-position: center;
}
.choose-content-left-top-mid:hover .choose-content-left-top-mid-text > span {
	height: 36px;
	opacity: 1;
	background: #4151B4;
	transform: scale(1);
}
.choose-content-left-top-right-text h3, .choose-content-left-top-mid-text h3, .choose-content-left-top-left-text h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #454546;
	margin: 0 0 15px 0;
	padding-left: 28px;
	position: relative;
}
.choose-content-left-top-left-text h3::before {
	content: '\f501';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #3C3C3C;
	border-radius: 50%;
}
.choose-content-left-top-right-text > p, .choose-content-left-top-mid-text > p, .choose-content-left-top-left-text > p {
	color: #838081;
	margin: 10px 10px 10px 0;
	font-size: 0.75rem;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.choose-content-left-top-right-text > span, .choose-content-left-top-mid-text > span, .choose-content-left-top-left-text > span {
	display: inline-block;
	width: 114px;
	height: 0;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	position: absolute;
	bottom: 35px;
	border-radius: 3%;
	text-decoration: none;
	background-color: transparent;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	text-transform: uppercase;
}
.choose-content-left-top-mid {
	width: calc((100% - 24px) / 4);
	height: 100%;
	position: relative;
	z-index: 1;
}
.choose-content-left-top-mid:hover {
	z-index: 100;
}

.choose-content-left-top-mid-text h3::before {
	content: '\f0ae';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #3C3C3C;
	border-radius: 50%;
}

.choose-content-left-top-right-text h3::before {
	content: '\f4fe';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #3C3C3C;
	border-radius: 50%;
}

.choose-content-left-top-right {
	width: calc((100% - 24px) / 4);
	height: 100%;
	position: relative;
	z-index: 1;
	/*background-image: url('../../../static/images/class_bg.jpg');*/
	/*background-size: cover;*/
	/*background-position: center;*/
}
.choose-content-left-top-right:hover {
	z-index: 100;
}
.choose-content-left-top-right-text {
	background: #F6F6F6;
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 0 30px 15px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.choose-content-left-top-right:hover .choose-content-left-top-right-text {
	height: 207%;
	z-index: 99;
}
.choose-content-left-top-right:hover .choose-content-left-top-right-text > span {
	height: 36px;
	opacity: 1;
	background: #4151B4;
	transform: scale(1);
}
.choose-content-left-bottom {
	width: 100%;
	display: flex;
	gap: 12px;
}
.choose-content-left-bottom-left {
	position: relative;
	width: calc((100% - 35px) / 4);
	height: 220px;
	z-index: 1;
}
.choose-content-left-bottom-mid {
	width: calc((100% - 36px) / 4);
	position: relative;
	height: 220px;
	z-index: 1;
}
.choose-content-left-bottom-right{
	width: calc((100% - 36px) / 4);
	position: relative;
	height: 220px;
	z-index: 1;
}
.choose-content-left-bottom-left-text {
	background: #03a9f5;
	padding: 25px 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.choose-content-left-bottom-left:hover .choose-content-left-bottom-left-text {
	height: 454px;
}
.choose-content-left-bottom-left:hover .choose-content-left-bottom-left-text > span {
	display: inline-block;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.choose-content-left-bottom-left-text h3, .choose-content-left-bottom-mid1-text h3,.choose-content-left-bottom-mid2-text h3,.choose-content-left-bottom-right-text h3{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	margin: 68px 0 15px 0;
	padding-left: 28px;
	position: relative;
}
.choose-content-left-bottom-right-text h3::before {
	content: '\f51c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #7FC1E1;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.choose-content-left-bottom-mid2-text h3::before {
	content: '\f005';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #9ACB62;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.choose-content-left-bottom-mid1-text h3::before {
	content: '\f610';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #21A597;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.choose-content-left-bottom-left-text h3::before {
	content: '\f4ff';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #06A9F6;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
.choose-content-left-bottom-left-text p{
	color: #fff;
	margin: 8px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.choose-content-left-bottom-left-text > span {
	display: none;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	margin-top: 10px;
}
.choose-content-left-bottom-left:hover .choose-content-left-bottom-left-text > span {
	display: inline-block;
}

.choose-content-left-bottom-mid1-text {
	background: #009788;
	padding: 25px 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
}
.choose-content-left-bottom-mid:hover .choose-content-left-bottom-mid1-text {
	height: 454px;
	z-index: 99;
}
.choose-content-left-bottom-mid:hover .choose-content-left-bottom-mid1-text > span {
	height: 36px;
	opacity: 1;
	background: #4151B4;
	transform: scale(1);
}
.choose-content-left-bottom-mid1-text p{
	color: #fff;
	margin: 8px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.choose-content-left-bottom-mid1-text > span {
	display: none;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.choose-content-left-bottom-mid:hover .choose-content-left-bottom-mid1-text > span {
	display: inline-block;
}
.choose-content-left-bottom-mid2-text {
	background: #8bc34a;
	padding: 25px 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
}
.choose-content-left-bottom-mid:hover .choose-content-left-bottom-mid2-text {
	height: 454px;
	z-index: 99;

}
.choose-content-left-bottom-mid2-text p{
	color: #fff;
	margin: 8px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.choose-content-left-bottom-mid2-text > span {
	display: none;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.choose-content-left-bottom-mid:hover .choose-content-left-bottom-mid2-text > span {
	display: inline-block;
}
.choose-content-left-bottom-right-text {
	background: #7fc1e1;
	padding: 25px 15px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
}
.choose-content-left-bottom-right:hover .choose-content-left-bottom-right-text {
	height: 454px;
}
.choose-content-left-bottom-right-text p{
	color: #fff;
	margin: 8px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.choose-content-left-bottom-right-text > span {
	display: none;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.choose-content-left-bottom-right:hover .choose-content-left-bottom-right-text > span {
	display: inline-block;
}
.choose-content-right {
	width: calc((100% - 12px) / 5);
	height: 454px;
	background-image: url('../images/chose_right_bg.jpg');
	background-size: cover;
	background-position: center;
}
.choose-content-right-item {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.6s ease-in-out;
}
.choose-content-right-item:hover {
	background-color: #F4F4F4;
}
.choose-content-right-item-text {
	padding: 25px 15px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34%;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.choose-content-right-item:hover .choose-content-right-item-text h3,
.choose-content-right-item:hover .choose-content-right-item-text p {
	transform: translateY(-300px);
}
.choose-content-right-item-text h3{
	font-size: 1.2rem;
	padding-left: 28px;
	position: relative;
	font-weight: bold;
	color: #454546;
	margin: 0 0 12px 0;
	-webkit-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
}

.choose-content-right h3::before {
	content: '\f518';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 0.8rem;
	width: 23px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	background: #454546;
	border-radius: 50%;
}
.choose-content-right-item-text p{
	color: #838081;
	margin: 8px 0;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	-webkit-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
}
.choose-content-right-item-text > span {
	display: none;
	width: 114px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #4151B4;
	color: #fff;
	border-radius: 3%;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.choose-content-right-item:hover .choose-content-right-item-text > span {
	display: inline-block;
}
/*立行优势 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;
	background: #ffffff;
	height: auto;
	margin: 1% 5% 2% 5%;
	padding: 1% 0;
	box-sizing: border-box;
}
/*学校内容*/
.i_index_xxcontent_bg {
	overflow: hidden;
	width: 100%;
	background-color: #ffffff;
}
/* 标题部分 */
.i_index_xxcontent-section_title {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #ffffff;
	position: relative;
}
.i_index_xxcontent-section_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #e0e0e0;
}
.i_index_xxcontent_title_icon {
	width: 8px;
	height: 24px;
	background-color: rgb(30, 79, 140);
	margin-right: 12px;
}
.i_index_xxcontent-section_title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1e4f8c;
	margin: 0;
}
/* 内容部分 */
.i_index_xxcontent-section_content {
	display: flex;
	flex-direction: row;
	gap: 4%;
	margin: 10px 20px;
	padding: 20px;
	background-color: #EDF7FF;
	align-items: stretch;
}
/* 左侧文字内容 */
.i_index_xxcontent-section_content-left {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.i_index_xxcontent-section_content-left h3 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
}
.i_index_xxcontent-section_content-left p {
	font-size: 0.8rem;
	line-height: 36px;
	color: #666;
	margin: 0 0 40px 0;
	text-align: justify;
}
/* 右侧图片区域 */
.i_index_xxcontent-section_content-right {
	flex: 0 0 45%;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}
.i_index_xxcontent-section_content-right img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
	padding: 0 !important;
}
/* 查看更多链接 */
.i_index_xxcontent-section_content a {
	font-weight: bolder;
	color: #1e4f8c;
	text-decoration: none;
	font-size: 0.9rem;
}
.i_index_xxcontent-section_content a::after {
	content: '>';
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 13px;
	text-align: center;
	border: 2px solid #1e4f8c;
	border-radius: 50%;
	margin-left: 5px;
	font-size: 12px;
	color: #1e4f8c;
}
/*学校介绍 end*/
/*优秀学生*/
.i_index_student_bg {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	margin: 1% 5%;
	box-sizing: border-box;
}
/* 标题 */
.i_index_student_bg_title {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin-bottom: 2%;
	position: relative;
}
.i_index_student_bg_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #e0e0e0;
}
.i_index_student_bg_title_icon {
	width: 8px;
	height: 24px;
	background-color: #1e4f8c;
	margin-right: 12px;
}
.i_index_student_bg_title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1e4f8c;
	margin: 0;
}
/* 内容区域 */
.i_index_student_bg_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 2% 2%;
	padding: 0 20px;
}
.i_index_student_bg_item {
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.i_index_student_bg_item figure {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}
.i_index_student_bg_item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.i_index_student_bg_item figure {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
}
.i_index_student_bg_item figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
/* 图片样式 */
.i_index_student_bg_item img {
	height: 220px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

/* 文字遮罩 */
.i_index_student_bg_item p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px;
	background: rgba(30, 30, 30, 0.7);
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	font-weight: 500;
}

/* 文字样式 */
.i_index_student_bg_item p {
	height: 40px;
	line-height: 40px;
	margin: 0;
	background-color: rgb(85, 125, 174);
	text-align: center;
	font-size: 1rem;
	font-weight: bolder;
	color: #fff;
}
/*优秀学生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%;
	}

	.scroll-container {
		height: 57px;
	}

	.i_index_zk_bg {
		display: none;
	}

	.i_index_zk_bg_mobile {
		display: block;
		width: 90%;
		margin: 2% auto;
		background-color: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
	.i_index_zk_section {
		padding: 0 5%;
	}
	.i_index_zk_section_title h3 {
		font-size: 1.3rem;
		color: #1e4f8c;
	}
	/* 移动端招考资讯栏目标题 */
	.i_index_zk_section_title {
		display: flex;
		align-items: center;
	}
	/* 栏目分隔线 */
	.i_index_zk_section_divider {
		position: relative;
		height: 1px;
		background-color: #e8e8e8;  /* 灰色横线 */
		margin: 10px 0;              /* 上下间距 */
	}
	.i_index_zk_section_divider::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 0;
		width: 45%;  /* 蓝色部分占总宽度的30% */
		height: 2px;
		background-color: #0066cc;  /* 蓝色 */
	}
	/* 栏目分隔线 */
	.i_index_kec_section_divider {
		position: relative;
		height: 1px;
		background-color: #e8e8e8;  /* 灰色横线 */
		margin: 10px 5%;              /* 上下间距 */
	}
	.i_index_kec_section_divider::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 0;
		width: 45%;  /* 蓝色部分占总宽度的30% */
		height: 2px;
		background-color: #0066cc;  /* 蓝色 */
	}


	/* 移动端大图展示 */
	.i_index_zk_mobile_banner {
		cursor: pointer;
		margin-bottom: 10px;
		position: relative;
		border-top: 2px solid #f5f5f5;
	}

	.i_index_zk_mobile_banner img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 4px;
	}

	.i_index_zk_mobile_banner_info {
		padding: 10px 0;
	}

	.i_index_zk_mobile_banner_info h4 {
		font-size: 1.1rem;
		color: #333;
		margin: 0 0 8px 0;
		font-weight: bold;
		line-height: 1.4;
	}

	.i_index_zk_mobile_banner_info p {
		font-size: 0.9rem;
		color: #666;
		margin: 0;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.i_index_zk_mobile_list {
		position: relative;
		border-top: 2px solid #f5f5f5;
	}
	.i_index_zk_mobile_list::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 0;
		width: 45%;  /* 蓝色部分占总宽度的30% */
		height: 2px;
		background-color: #0066cc;  /* 蓝色 */
	}
	/* 移动端文章列表项 */
	.i_index_zk_mobile_list_item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px dashed #f0f0f0;
		cursor: pointer;
		transition: background-color 0.2s ease;
	}

	.i_index_zk_mobile_list_item:hover {
		background-color: #fafafa;
	}

	/* 文章标题 */
	.i_index_zk_mobile_list_title {
		flex: 1;
		font-size: 0.95rem;
		color: #333;
		line-height: 1.8;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-right: 10px;
	}

	/* 文章日期 */
	.i_index_zk_mobile_list_date {
		font-size: 0.85rem;
		color: #999;
		white-space: nowrap;
	}
	.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) {
	#i_index_notice_tongzhi_bg_right .i_index_notice_tongzhi_bg_right_pic {
		flex-direction: column;
	}

	#i_index_notice_tongzhi_bg > .i_index_notice_bg_gridBox > .i_index_notice_bg_gridCell:nth-child(2n+2) {
		width: 20%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: inherit;
		margin-left: 20%;
	}

	#i_index_notice_huodong_bg_right ul {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.i_index_notice_huodong_bg_left {
		width: 0;
	}

	#i_index_notice_huodong_bg {
		height: 172px;
	}

	.i_index_kec_bg {
		display: none;
	}
	.i_index_kec_bg_mobile {
		display: block;
		width: 90%;
		margin: 2% auto;
		background-color: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
	/* 移动端课程卡片样式 */
	.i_index_kec_ul {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		height: auto;
		padding: 0;
		margin: 0 3% 4% 3%;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		background-color: #fff;
	}

	.i_index_kec_ul .kec_pic {
		width: 100%;
		height: 160px;
		display: block;
		overflow: hidden;
		float: none;
		margin-bottom: 0;
	}

	.i_index_kec_ul .kec_pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.i_index_kec_ul .kec_info {
		width: 100%;
		padding: 4% 4% 3% 4%;
		box-sizing: border-box;
	}

	.i_index_kec_ul .kec_info h3 {
		font-size: 1.15rem;
		font-weight: 600;
		margin: 0 0 4% 0;
		color: #1a1a1a;
		line-height: 1.5;
	}

	.i_index_kec_ul .kec_info h3 a {
		color: #1a1a1a;
		text-decoration: none;
	}

	.i_index_kec_ul .kec_req {
		display: flex;
		flex-direction: column;
		gap: 3%;
		margin-bottom: 5%;
	}

	.i_index_kec_ul .kec_req dl {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 2px 0;
		padding: 3% 4%;
		background-color: #fafafa;
		border-radius: 6px;
		border-left: 3px solid #538AC1;
	}

	.i_index_kec_ul .kec_req dl dt {
		font-size: 0.8rem;
		color: #888;
		margin: 0;
		white-space: nowrap;
		margin-right: 3%;
	}

	.i_index_kec_ul .kec_req dl dd {
		font-size: 0.8rem;
		color: #333;
		margin: 0;
		font-weight: 500;
		flex: 1;
	}

	.i_index_kec_ul .kec_button {
		width: 100%;
		text-align: center;
		padding: 0 4% 4% 4%;
		box-sizing: border-box;
	}

	.i_index_kec_ul .kec_button .kec_btn {
		display: inline-block;
		width: 100%;
		padding: 3.5% 0;
		background-color: #538AC1;
		color: #fff;
		text-decoration: none;
		border-radius: 6px;
		font-size: 0.95rem;
		font-weight: 500;
	}
	/* 隐藏桌面端布局 */
	.i_index_choose_bg {
		display: none;
	}
	/* 显示移动端布局 */
	.i_index_choose_bg_mobile {
		display: block;
		width: 90%;
		margin: 1% auto;
		background-color: #fff;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
		padding: 0 0 16% 0;
	}

	.choose-section_title_mobile {
		display: flex;
		align-items: center;
	}

	.choose-section_title_icon_mobile {
		width: 6px;
		height: 24px;
		background-color: #1e4f8c;
		margin-right: 8px;
	}

	.choose-section_title_mobile h2 {
		font-size: 1.5rem;
		font-weight: 600;
		color: #1e4f8c;
		margin: 2% 0;
	}

	.choose-content_mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3%;
		padding-top: 2%;
		border-top: 3px solid #f5f5f5;
		margin: 0 5%;
	}

	.choose-card_mobile {
		display: flex;
		flex-direction: column;
		padding: 20% 2%;
	}

	.choose-card_mobile:active {
		transform: scale(0.98);
	}

	.choose-card_mobile h3 {
		font-size: 0.9rem;
		font-weight: 600;
		margin: 4% 2%;
		color: #fff;
		padding-left: 30px;  /* 为图标留出空间 */
		position: relative;
	}

	.choose-card_mobile h3::before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		font-size: 0.7rem;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		border-radius: 50%;
	}

	/* 按顺序设置每个卡片的背景颜色和图标 */
	.choose-content_mobile a:nth-child(1) {
		background: url(../images/choose_mobile_1.jpg) center center no-repeat;
		background-size: cover;
	}

	.choose-content_mobile a:nth-child(1) h3, .choose-content_mobile a:nth-child(2) h3, .choose-content_mobile a:nth-child(5) h3, .choose-content_mobile a:nth-child(6) h3 { color: rgb(69, 69, 70); }
	.choose-content_mobile a:nth-child(1) p, .choose-content_mobile a:nth-child(2) p, .choose-content_mobile a:nth-child(5) p, .choose-content_mobile a:nth-child(6) p { color: #838081; }
	.choose-content_mobile a:nth-child(1) h3::before { content: '\f518';color: #fff;background: #454546; }  /* 粉笔板图标 */

	.choose-content_mobile a:nth-child(2) {
		background: #F6F6F6;
	}
	.choose-content_mobile a:nth-child(2) h3::before { content: '\f501';color: #fff;background: #454546; }  /* 用户图标 */

	.choose-content_mobile a:nth-child(3) h3, .choose-content_mobile a:nth-child(4) h3 { color: #fff }
	.choose-content_mobile a:nth-child(3) p, .choose-content_mobile a:nth-child(4) p { color: #fff }
	.choose-content_mobile a:nth-child(3) {
		background: #06A9F6;
	}
	.choose-content_mobile a:nth-child(3) h3::before { content: '\f4ff'; color: #06A9F6; background: #fff;}  /* 用户编辑图标 */

	.choose-content_mobile a:nth-child(4) {
		background: #21A597;
	}
	.choose-content_mobile a:nth-child(4) h3::before { content: '\f610'; color: #21A597; background: #fff;}  /* 用户图标 */

	.choose-content_mobile a:nth-child(5) {
		background: url(../images/choose_mobile_1.jpg) center center no-repeat;
		background-size: cover;
	}
	.choose-content_mobile a:nth-child(5) h3::before { content: '\f0ae'; color: #fff;background: #454546;}  /* 搜索图标 */

	.choose-content_mobile a:nth-child(6) {
		background: #F6F6F6;
	}
	.choose-content_mobile a:nth-child(6) h3::before { content: '\f4fe'; color: #fff;background: #454546;}  /* 书图标 */

	.choose-content_mobile a:nth-child(7) {
		background: #9ACB62;
	}
	.choose-content_mobile a:nth-child(7) h3::before { content: '\f005'; color: #9ACB62; background: #fff; }  /* 毕业帽图标 */

	.choose-content_mobile a:nth-child(8) {
		background: #7FC1E1;
	}
	.choose-content_mobile a:nth-child(8) h3::before { content: '\51c'; color: #7FC1E1; background: #fff; }  /* 心形图标 */

	.choose-card_mobile h3 {
		flex-shrink: 0;
	}

	.choose-card_mobile p {
		font-size: 0.8rem;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.85);
		margin: 0 5%;
		display: -webkit-box;
		-webkit-line-clamp: 4;
	}
	/* 学校简介移动端布局 - 改为上下显示 */
	.i_index_xxcontent-section_content {
		flex-direction: column;
	}

	.i_index_xxcontent-section_content-right {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.i_index_student_bg {
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		margin: 1% 5%;
	}

	.i_index_student_bg_items {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
		gap: 2%;
	}
	.floating_ck {
		display: none;
	}
	.f_bg1 .f_div2_r {
		width: 100%;
		font-size: 0.8rem;
		display: grid;
		margin-top: 2%;
		grid-template-columns: repeat(1, 1fr);
		justify-items: left;
	}
	.bottom_ck {
		display: block;
	}
}
	@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) {

	}