.top1box{
	margin: 0 auto;
	width: 17.16rem;
	height: auto;
	background-color: #f8fafc;
	margin-top:-.9rem;
	z-index: 2;
	border-radius: 20px;
    position: relative;
	overflow: hidden;
	display: grid;
}
.top1box_main{
	display: grid;
}
.top1box .title{
	font-size: 42px;
	line-height: 150%;
	margin-top: .6rem;
	margin-bottom: .4rem;
}
/* About Malaysia */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	margin:0 0.5%;
	padding: .5rem .2rem .2rem .2rem;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rounded-lg {
	border-radius: 0.5rem;
}
.text-indigo-600 {
	 --tw-text-opacity: 1;
	color: rgb(79 70 229 / var(--tw-text-opacity));
}
.bg-indigo-100 {
	--tw-bg-opacity: 1;
	 background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.rounded-full {
	 border-radius: 9999px;
}
.justify-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}
.w-10 {
	width: 1rem;
}
.h-10 {
	height: 1rem;
}
.flex {
	display: flex;
}
.mb-2 {
	margin-bottom: .2rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}
.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(147 51 234 / var(--tw-text-opacity));
}
.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.text-2xl {
    font-size: .4rem;
	margin-top: .08rem;
}
.fa-solid, .fas {
    font-weight: 900;
}
.fa-users {
    --fa: "\f0c0";
}
.fa-solid, .fas {
    font-weight: 900;
}

.fa-sun {
    --fa: "\f185";
}
.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
    content: var(--fa);
}
.text-xl {
    font-size: .28rem;
    line-height: .3rem;
	font-weight: normal;
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
	font-size: .2rem;
	text-align: left;
	margin-top: .2rem;
	text-align: left;
}
.text-2xl::before, .text-2xl::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}
.text-2xl::after, .text-2xl::before {
    --tw-content: '';
}




/* 浮动窗口 */
.float-right-box {
    position: fixed;
    right: 60px;
    bottom: 210px;
    width: 70px;
    display: flex;
    flex-direction: column;
    z-index: 989;
}

.float-right-box .float-view {
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 201px;
    background: #FFFFFF;
}

.float-right-box .float-box-more {
    background: #0BC3AA;
    border-radius: 6px;
    height: 70px;
    margin-top: 20px;
    width: 70px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.float-right-box .float-box-more a {
    width: 70px;
    height: 70px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;

}

.float-right-box .float-box-more a :hover {
    opacity: 0.7;
}


.float-box {
    cursor: pointer;
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    user-select: none;
}

.float-box .ic-txt {
    font-size: 12px;
    color: #666666;
    user-select: none;
}

.contactNumber-dialog {
    position: fixed;
    width: 200px;
    height: 66px;
    right: 154px;
    bottom: 434px;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(136, 136, 136, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: auto;
    z-index: 989;
}

.contactNumber-dialog .contactNumber-content {
    font-size: 14px;
    color: #666666;
    -webkit-user-select: text;
    /* Safari */
    -moz-user-select: text;
    /* Firefox */
    -ms-user-select: text;
    /* IE10+/Edge */
    user-select: text;
    /* Standard syntax */
}

.contactNumber-dialog .contactNumber-arrow {
    position: absolute;
    right: -6px;
    bottom: 25px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    opacity: 1;
    background: #FFFFFF;
}

.weixin-dialog {
    z-index: 989;
    position: fixed;
    right: 154px;
    bottom: 287px;
    width: 210px;
    height: 220px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(136, 136, 136, 0.3);
}

.weixin-dialog .ic-weixin {
    width: 170px;
    display: block;
    height: 170px;
    margin-top: 12px;
}

.weixin-dialog .weixin-name {
    font-size: 14px;
    color: #666666;
}

.weixin-dialog .weixin-arrow {
    position: absolute;
    right: -6px;
    bottom: 104px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    opacity: 1;
    background: #FFFFFF;
}

.form-box {
    z-index: 989;
    position: fixed;
    right: 150px;
    bottom: 210px;
    width: 380px;
    height: 520px;
    border-radius: 6px;
    opacity: 1;
    background: #FFFFFF;

}

.form-box .form-title-box {
    width: 100%;
    height: 48px;
    border-radius: 6px 6px 0px 0px;
    opacity: 1;
    background: #0BC3AA;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.form-box .form-title-box img {
    width: 28px;
    height: 28px;
    display: block;
}

.form-box .form-title-box span {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin-left: 12px;
    font-weight: 500;
}

.form-box form {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
}

.form-box label {
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: #666666;
}

.form-box input[type="text"] {
    background: #F6F6F6;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}

.form-box input[type="submit"] {
    background: #0BC3AA;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    border-radius: 6px;
    color: #FFFFFF;
    border: 0;
}
.form-box textarea {
    background: #F6F6F6;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    height: 144px;
    line-height: 44px;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
}
.form-box input[type="submit"]:hover {
    opacity: 0.7;
}

.img-list {
    width: 100%;
    padding: 16px 0;
    background: white;
    margin-bottom: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	display: none;
}

.img-list img {
    display: block;
    width:24%;
    margin: 0 0.5%;
	float: left;
}

.sleep-grid-view {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #f8fafc;
}

.sleep-grid-view .sleep-grid-item {
    width: calc(50% - 22.5px);
    margin-top: 15px;
    margin-left: 15px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
}

.sleep-grid-view .sleep-grid-item img {
    width: calc(100% - 20px);
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.sleep-grid-view .sleep-grid-item span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    -webkit-line-clamp: 2;
    /* 这里的数字表示你想显示的行数 */
    line-height: 1.5;
    /* 调整行高以匹配你的字体和设计 */
    height: calc(1.5em * 2);
    /* 行高乘以行数 */
    font-size: 0.55rem;
    color: #333333;
    margin: 10px 0 15px 0;
    padding: 0 12px;
}

.news-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.news-list .news-item {
    width: calc(100% - 30px);
    display: flex;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #FFFFFF;
    cursor: pointer;
    flex-direction: row;
}

.news-item:active {
    opacity: 0.7;
}

.news-list .news-item img {
    width: 5.6rem;
    height: 3.5rem;
    overflow: hidden;
    margin: 0.5rem;
    display: block;
    border-radius: 8px;
}

.news-list .news-item .news-left {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.news-left .news-line {
    width: 2px;
    border-radius: 4px;
    margin-left: 0.75rem;
    margin-top: 1.1rem;
    background: #0BC3AA;
    height: 0.7rem;
}

.news-left .news-content {
    flex: 1;
    display: flex;
    margin-left: 10px;
    margin-top: 0.85rem;
    flex-direction: column;
}

.news-left .news-content .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    color: #5A5A5A;
    -webkit-line-clamp: 2;
    /* 这里的数字表示你想显示的行数 */
    line-height: 1.5;
    /* 调整行高以匹配你的字体和设计 */
    height: calc(1.5em * 2);
}

.news-left .news-content .news-time {
    font-size: 0.55rem;
    color: #888888;
}
.more{
	margin: 0 auto;
	margin-top:.4rem;
	text-align: center;
	width: 300px;
	height: 36px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #1733A4;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-size: 14px;
	color: #1733A4;
	line-height: 36px;
	letter-spacing: 6px;
	clear: both;
}

.phone-about-card {
    background: white;
    display: flex;
    padding-bottom: 30px;
    flex-direction: column;
}

.phone-about-card .phone-about-content {
    margin: 0 15px;
    width: calc(100vw - 30px);
    min-height: calc(50vw - 50px);
    display: flex;
    background: url('../images/phone_aboutus_bg.png') no-repeat center center;
    flex-direction: column;
}

.phone-about-name {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 20px;
    color: #455472;
    font-weight: normal;
}

.phone-about-desc {
    font-size: 0.5rem;
    margin-top: 6px;
    margin-left: 1rem;
    margin-right: 20px;
    color: #7992AC;
    font-weight: normal;
}

.phone-about-tags {
    width: calc(100% - 40px);
    display: flex;
    margin-bottom: 28px;
    margin-top: 1rem;
    margin-left: 1rem;
    flex-direction: row;
    align-items: center;
}

.phone-about-tag {
    padding: 2px 10px;
    font-size: 0.5rem;
    border-radius: 1px;
    color: #7992AC;
    overflow: hidden;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border: 0.5px solid #7992AC;
    margin-right: 8px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.phone-about-tag:active {
    opacity: 0.7;
}


.phone-about-card .swiper-container {
    width: calc(100%);
    margin: 12px auto;
    overflow: hidden;
}

/* 教育体系  */
.hometitle{
	width: 100%;
	text-align: center;
	font-size: 42px;
	margin-top: .9rem;
	font-weight: 500;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	color: #212121;
}
.accordion {
	position: relative;
	width: 100%;
	display: block;
	padding-bottom:.4rem;
	overflow: hidden;
}



.accordion-list {
	display: inline-block;
	width: 17.16rem;
	margin: 1rem auto;
	border-right: 0;
}
.accordion-list ul li{
	float: left;
	width: 33%;
}
.accordion-list ul li img{
	width: 99%;
}
.accordion-list ul li h3{
    font-weight: normal;
}
.accordion-list ul li p{
	font-size: .2rem;
	color: #555;
}
.accordion-list_m{
	display: none;
}

.accordion .title {
	display: block;
	width: 3rem;
	padding-top: 1rem;
	margin: 0 auto;
}

/* 教育优势 */
.eduys {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
	height: 8.26rem;
	background: url('../images/bg_youshi.png') no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.eduys .title {
    width: 100%;
    margin-bottom: .6rem;
    margin-top: 1rem;
	color: #fff;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-size: 42px;
	height: 50px;
	font-weight: 500;

}

.eduys .title_m {
	display: none;
    width: 4rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.eduysbox {
	margin: 0 auto;
	margin-top: .2rem;
	width: 17.16rem;
    align-items: center;
	display: grid;
	grid-template-columns: repeat(4, 1fr);  
	overflow: hidden;
}
.eduysbox .youshi{
	width: 3.96rem;
	height: 4.88rem;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.eduysbox .youshi::before{
	width: 3.96rem;
	height: 4.88rem;
	top:0;
	left: 0;
	content: "";
	opacity:0.6;
    background: rgba(112,112,112,0.3);
    border-radius: 10px ;
	position: absolute;
	color: #fff;
}
.eduysbox .youshi img{
	position: absolute;
	top:.7rem;
	left: 1.98rem;
	width: .88rem;
	margin-left: -.44rem;
	height: .88rem;
	z-index: 2;
	opacity:1;
}
.eduysbox .youshi h2{
	position: absolute;
	top:1.85rem;
	left: 0;
	width: 100%;
	height: 40px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: .22rem;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.eduysbox .youshi h2.en{
	line-height: 150%;	
}
.eduysbox .youshi p{
	position: absolute;
	top:2.45rem;
	left: 0.3rem;
	width:3.36rem;
	color: #ccc;
	text-align: left;
	font-size: .16rem;
	line-height: 200%;
}
.eduysbox .youshi p.en{
	top:2.6rem;
	line-height: 160%;	
}

/* 推荐学校 */
.tjxx {
	margin: 0 auto;
	margin-top: .9rem;
	padding-bottom: .4rem;
	width: 17.16rem;
    align-items: center;
	display: grid;
	grid-template-columns: repeat(4, 1fr);  
	overflow: hidden;
	background: #f6f6f6;
	clear: both;
}
.tjxx .uni{
	width: 3.96rem;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding-bottom: .08rem;
	margin-bottom: .4rem;
}
.tjxx .uni img{
	width: 3.96rem;
	height: 2.95rem;
}
.tjxx .uni p{
	margin: 0 auto;
	width: 3.6rem;
	background: url(../images/icon_uni.png) no-repeat 0 .06rem;
	background-size: .24rem;
	padding-left: 30px;
	text-align: left;
	font-size: .18rem;
	line-height: 32px;
}
.tjxx .uni p a{
	color: #212121;
}
/* 新闻动态 */
.home_news {
	padding-bottom: 40px;
	width: 100%;
	background:#F9F9F9;
	overflow: hidden;
}
.home_news .title {
    width: 100%;
    margin-bottom: .9rem;
    margin-top: 1rem;
	color: #000;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-size: 42px;
	height: 50px;
	font-weight: 500;
	clear: both;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
.news_list {
    width: 96%;
    margin: 0 auto;
}

.news_list .item {
    margin: 0 10px;
    margin-bottom: 20px;
}
.news_list .item a {
    display: block;
}
.news_list .item .img {
    overflow: hidden;
    position: relative;
}
.news_list .item .img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    z-index: 100;
}
.team_owl .item img, .news_list .item img {
    width: 100%;
}
.news_list .item img {
    display: block;
}
.news_list .item .text {
    border: 1px solid #e3e3e3;
    border-top: 0;
    padding: 10px 12px;
    padding-bottom: 10px;
}
.news_list .item .text h3 {
    white-space: nowrap;
    overflow: hidden;
	text-align: left;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
	font-weight: normal;
}
.news_list .item .text h3 a{
	color: #333
}
.news_list .item .text p {
    line-height: 25px;
	font-size: 14px;
	text-align: left;
    color: #656565;
    height: 50px;
    overflow: hidden;
}
.news_list .item .text p a{
	color: #666;
}
.news_list .item .text .bottom {
    margin-top: 5px;
    line-height: 25px;
    color: #8f979a;
	text-align: left;
	font-size: 12px;
}
.news_list .item .text .bottom span.span1 {
    background: url(../images/icon_lm.png) no-repeat left center;
	background-size: 12px;
}
.news_list .item .text .bottom span {
    display: inline-block;
    padding-left: 18px;
    margin-right: 20px;
}
.news_list .item .text .bottom span.span2 {
    background: url(../images/icon_time.png) no-repeat left center;
	background-size: 12px;
}
.news_list .item .text .bottom span {
    display: inline-block;
    padding-left: 18px;
    margin-right: 20px;
}
.news_list .owl-theme .owl-controls {
    bottom: 60%;
    width: 120%;
    left: -10%;
    height: 0;
}
.news_list .owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
}
.news_list .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 54px;
    line-height: 54px;
    height: 54px;
    background: #bfbfbf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.news_list .owl-theme .owl-controls .owl-nav [class*=owl-] img {
}
.news_list .owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
}
/* 留言部分 */
.home_note{
	width: 100%;
	background: #fff;
	padding-bottom: .9rem;
	overflow: hidden;
	clear: both;
}
.home_note .title{
    width: 100%;
    margin-bottom: .9rem;
    margin-top: 1rem;
	color: #000;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-size: 42px;
	height: 50px;
	font-weight: 500;
	clear: both;
}
.home_note ul{
	margin: 0 auto;
	width: 12rem;
	overflow: hidden;
}
.home_note ul li {
	float: left;
	width: 3.6rem;
	height: .48rem;
	margin-bottom: .4rem;
}
.home_note ul li.r{
	margin-left: .6rem;
}
.home_note ul li input,.home_note ul li select{
	width: 100%;
	height: .48rem;
	background: #F8F6F7;
	border-radius: 6px 6px 6px 6px;
	border:0;
	color: #666;
}
.home_note_input{
	margin:0 auto;
	margin-top: .2rem;
	width: 280px;
	height: 36px;
	background: #1A97F0;
	border-radius: 6px 6px 6px 6px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border: 0;
	clear: both;
}
#liphone,#liemail,#liselect,#lispeciality,#liremarks{
	margin-left: .6rem;
}

@media (max-width:1200px) {
.header-pc .nav-list .nav-li{
	font-size: .24rem;
}

.eduysbox .youshi h2{
	font-size: .26rem;
	line-height: .48rem;
}
.eduysbox .youshi p{
	font-size: .22rem;
}
.tjxx .uni p{
	font-size: .24rem;
}
.news_list .item .text h3{
	font-size: .24rem;
}
.news_list .item .text p{
	font-size: .18rem;
}

	.accordion-list_m{
		display: none;
	}
	.news_list .item .text p{
		font-size: .2rem;
	}
}

@media (max-width:768px) {
	.top1box{
		display: grid;
		height: auto;
		padding-bottom: .6rem;
	}
	.top1box .top1left h1{
		font-size: .6rem;
	}
	.top1box .top1left{
		width: auto;
		margin-right: .8rem;
	}
	.top1box .top1left p{
		font-size: .42rem;
	}
	.top1box img{
		width: 15.56rem;
		height: auto;
	}
	.hometitle,.eduys .title,.eduys .title,.home_news .title,.home_note .title{
		font-size: .8rem;
	}
	.eduys .title{
		margin-bottom: .2rem;
		height: auto;
	}
	/* 移动端教育体系 */
	.accordion-list{
		display:none ;
	}
	.accordion-list_m{
		margin:0 auto;
		width: 17.16rem;
		margin-top: .3rem;
		display: block;
		overflow: hidden;
	}
	.accordion-list_m ul li{
	    width: 100%;
	    height: auto;
		margin-top: .6rem;
	    transition: width .5s ease-out .2s;
	    background-size: cover;
	    background-position: center;
	    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	    border-radius: 20px 20px 20px 20px;
	    background-repeat: no-repeat;
	    background-size: 100%;
	}
	.accordion-list_m ul li img{
		width: 100%;
		height: auto;
	}
	.accordion-list_m ul li p{
	    width: auto;
	    height: 30px;
	    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	    font-size: .44rem;
	    color: #212121;
	    line-height: 200%;
	    text-align: left;
	    font-style: normal;
	    text-transform: none;
	    margin-top: .2rem;
	    margin-bottom: .6rem;
	    margin-left: .6rem;	
	}
	/*  */
	.eduysbox .youshi h2{
		font-size: .36rem;
	}
	.eduysbox .youshi p{
		font-size: .32rem;
		line-height: 150%;
	}
	/* 推荐学校 */
	.tjxx{
		grid-template-columns: repeat(2, 1fr);
	}
	.tjxx .uni{
		width: 96%;
		margin-top:20px;
	}
	.tjxx .uni img{
		width: 100%;
		height: auto;
	}
	.tjxx .uni p{
		font-size: .44rem;
		width: 90%;
	}
	.news_list .item .text h3{
		font-size: .44rem;
	}
	.news_list .item .text p{
		font-size: .36rem;
	}
	/* 咨询 */
	.home_note ul{
		width: 17rem;
	}
	.home_note ul li{
		width:7.6rem;
		height: auto;
	}
	.home_note ul li input, .home_note ul li select{
		height: .8rem;
	}
	#liemail,#liselect{
		margin-left: 0;
		clear: both;
	}
	#liwechat{
		margin-left: .6rem;
	}
}
