@charset "utf-8";


p {
	margin-bottom: 0;
}

.box {
	overflow: hidden;
}

.container {
	max-width: 1440px;
	width: 90%;
}


/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	cursor: pointer;
	position: relative;
	z-index: 10;
}


.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 30px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
	color: #b71c22;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #0d3692;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #23519d;
	color: #fff;
}

/*顶部弹出样式 end*/


.bg1 {
	position: relative;
	min-height: 758px;
}


.banner .mt-text {
	position: absolute;
	z-index: 1;
	right: 70px;
	/* left: calc((100vw - 1440px) / 2); */
	bottom: -1px;
}

.top {
	position: absolute;
	width: 100%;
	top: 32px;
	z-index: 1000;
	padding: 0 70px;
        left:0px;
}

.top-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: -1px;
}

.top-right ul li {
	border: 1px #fff solid;
	padding: 0 12px;
	height: 50px;
	line-height: 45px;
	margin-left: -1px;
	position: relative;
}

.top-right ul li::after,
.wc-menu ul::after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.35);
	opacity: .55;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.top-right .search-box input {
	border: none;
	background: transparent;
	color: #fff;
	width: 122px;
}

.top-right ul li a {
    position: relative;
    z-index: 10;
}


.wc-menu ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	justify-content: space-evenly;
	align-items: center;
	border: 1px #fff solid;
	position: relative;
}


.wc-menu ul li {
	line-height: 47px;
	position: relative;
	z-index: 10;
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	color: #fff;
	border-bottom: 3px solid #fff;

}

.wc-menu ul li .ernav {
	position: absolute;
	left: -25%;
	top: 100%;
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
}



.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
}

.wc-menu ul li .ernav ul li {	
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	margin: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 15px;
	/*text-align: center;*/
	/* background: #fff; */
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 0px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #1abcb3;
	color: #fff;
}

/*menu End*/

.mark::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.ban-text {
	position: absolute;
	left: 0;
	bottom: 130px;
	color: #fff;
	z-index: 10;
	text-align: left;
	width: 100%;
	opacity: 0;
}

.ban-text.animate {
	animation: banTextFadeIn 0.5s ease forwards;
}

@keyframes banTextFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.ban-text .en {
	opacity: 0;
	transform: translateY(30px);
}

.ban-text.animate .en {
	animation: textFadeUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.ban-text .it {
	opacity: 0;
	transform: translateY(30px);
}

.ban-text.animate .it {
	animation: textFadeUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textFadeUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.ban-text h3 {
	font-size: 3.25rem;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	letter-spacing: 2px;
	opacity: 1;
	transform: none;
}

.ban-text h3 .char {
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	will-change: opacity;
}

.ban-text.animate h3 .char {
	animation: charFadeIn 0.4s ease forwards;
}

@keyframes charFadeIn {
	0% {
		visibility: hidden;
		opacity: 0;
	}

	1% {
		visibility: visible;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

.ban-text .en,
.ban-text .it {
	font-size: 1.25rem;
	font-family: 'SuisseIntl-Regular';
	font-style: italic;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

/*无障碍支持：为偏好减少动画的用户禁用动画*/
@media (prefers-reduced-motion: reduce) {

	.ban-text,
	.ban-text .en,
	.ban-text .it,
	.ban-text h3 .char {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}
}

.banner .swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 942px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: transform 5000ms ease-in-out;
	transition: transform 5000ms ease-in-out;
}

.banner .swiper-container .swiper-slide-active a {
	-webkit-transform: scale(1.06, 1.06) rotate(0.002deg);
	transform: scale(1.06, 1.06) rotate(0.002deg);
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-pagination {
	bottom: 52px;
	width: 100%;
	float: none;
	z-index: 11;
	text-align: left;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 57px;
	height: 3px;
	background: #fff;
	cursor: pointer;
	opacity: 1;
	border-radius: 0%;
	margin-right: 6px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	border: none;
	height: 8px;
	background: var(--cyan-color);
	/* background-image: linear-gradient(to right, rgba(202, 45, 50, 1), rgba(250, 94, 37, 1)); */
}

/*banner end*/

.bg2 {
	position: relative;
	padding: 90px 0;
	min-height: 842px;
	background: url(../images/bg2.jpg) no-repeat center bottom;
}

.index-lm-box {
	padding-left: 56px;
	position: relative;
}

.index-lm-box.white {
	color: #fff;
}

.index-lm-box.white .title-en {
	display: none;
}

.index-lm-box .img {
	position: relative;
	left: -56px;
	top: -10px;
	width: 98px;
	height: 98px;
	background: url(../images/lmtb.svg) no-repeat left top;
	background-size: 100%;
	z-index: 10;
}

.index-lm-box.white .img {
	background-image: url(../images/lmtb-white.svg);
}

.index-lm-box .title-cn {
	position: relative;
	z-index: 10;
	font-size: 4.5rem;
	font-weight: 600;
	margin-bottom: 66px;
}

.index-lm-box .title-en {
	position: absolute;
	z-index: 5;
	top: 60px;
	left: 142px;
	font-family: 'SuisseIntl-Bold';
	text-transform: uppercase;
	color: #e0efef;
	font-size: 7.5rem;
}

.index-lm-box .more a,
a.more {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: url(../images/icon-more.svg) no-repeat right center;
	color: var(--gray-color);
	font-size: 1.125rem;
	padding-right: 26px;
	background-size: 20px;
	transition: all 0.3s ease;
}

.index-lm-box.white .more a {
	color: #fff;
	background-image: url(../images/icon-more-white.svg);
}

/* .index-lm-box .more a:hover {
	padding-right: 32px;
} */

.index-lm-box.text-center {
	padding-left: 0;
}

.index-lm-box.text-center .img {
	margin: auto;
}

.index-lm-box.text-center .img,
.index-lm-box.text-center .title-cn,
.index-lm-box.text-center .title-en {
	position: relative;
	left: 0;
	top: 0;
}

.bg2 .index-lm-box {
	top: 70px;
}


.new-item {
	background: #f5fcfc;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.4s ease-out;
}

.new-item:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-8px);
}

/* .new-item:hover img {
	transform: scale(1.25);
} */

.new-item .title {
	padding: 14px 14px 0;
	font-size: 1.125rem;
	color: #333;
}

.new-item .img::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.85));
	z-index: 1;
}

.new-item .img img {
	width: 100%;
	transition: all 0.5s ease;
}

.new-item .img .date {
	position: absolute;
	z-index: 3;
	bottom: 6px;
	left: 12px;
	color: #fff;
	font-size: 1.125rem;
}


.new-list .pos:first-child .new-item {
	margin-top: 100px;
}

.new-list .pos:last-child .new-item {
	margin-top: -100px;
}

/* new list end */

.bg3 {
	background: url(../images/bg3.jpg?v2) no-repeat center center;
	position: relative;
	min-height: 772px;
}

.notice-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 749px;
}

.notice-left {
	display: flex;
	align-items: center;
}

.notice-item {
	background: url('../images/notice-solid.png') no-repeat bottom right;
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.notice-item:hover .title {
	color: var(--cyan-color);
}

.notice-item:after,
.notice-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: var(--cyan-color);
	width: 100%;
	z-index: 1;
}

.notice-item:after {
	width: 0;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.notice-item:hover:after {
	width: 100%;
}



.notice-item .date {
	line-height: 1.25;
	width: 70px;
	height: 57px;
	color: #fff;
	background: var(--cyan-color);
	margin-right: 16px;
}

.notice-item .date span:first-child {
	font-size: 1.125rem;
}

.notice-item .date span:last-child {
	font-size: .875rem;
}

.notice-item .title {
	font-size: 1.125rem;
	color: #333;
        width: 80%;
}

.notice-item:nth-child(odd) {
	margin-left: 45%;
}

.notice-item:nth-child(even) {
	margin-right: 45%;
}


.bg4 {
	position: relative;
	padding: 100px 0 85px;
	overflow: hidden;
}

.bg4 .index-lm-box {
	/* position: absolute;
	left: 50%;
	top: 0;
	z-index: 20;
	width: max-content;
	max-width: calc(100vw - 40px);
	padding-left: 0;
	text-align: center;
	transform: translateX(-50%); */
}

.bg4 .index-lm-box .img {
	margin: 0 auto;
}

.bg4 .index-lm-box .title-en,
.bg4 .index-lm-box .title-cn {
	position: relative;
	left: 0;
	top: 0;
}

.student-showcase {
	position: relative;
	left: 50%;
	width: 100vw;
	height: 22.2vw;
	transform: translateX(-50%);
}

.student-card {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.student-card::before,
.student-card::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.student-card::before {
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.student-card::after {
	background: url('../images/icon-jia.png') no-repeat center center;
	z-index: 3;
}

.student-card .info {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 12px;
	z-index: 4;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(12px);
	transition: all 0.3s ease;
}

.student-card .info span {
	display: inline-block;
}

.student-card:hover {
	transform: scale(1.02);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.student-card:hover::before,
.student-card:hover::after {
	opacity: 1;
}

.student-card:hover .info {
	opacity: 1;
	transform: translateY(0);
}

.student-card-1 {
	left: 0;
	bottom: 0;
	width: 17.5vw;
	height: 11.5vw;
	background-image: url(../images/stu01.png);
	background-position: center center;
	z-index: 2;
}

.student-card-2 {
	left: 19vw;
	top: 0;
	width: 17.5vw;
	height: 15vw;
	background-image: url(../images/stu02.png);
	background-position: center center;
	z-index: 2;
}

.student-card-3 {
	left: 19vw;
	bottom: 0;
	width: 17.5vw;
	height: 5.8vw;
	background-image: url(../images/stu03.png);
	background-position: 52% center;
	z-index: 3;
}

.student-card-4 {
	left: 37.8vw;
	bottom: 0;
	width: 24.3vw;
	height: 17.8vw;
	background-image: url(../images/stu04.png);
	background-position: center 44%;
	z-index: 4;
}

.student-card-5 {
	right: 19vw;
	top: 0;
	width: 17.5vw;
	height: 15vw;
	background-image: url(../images/stu05.png);
	background-position: center 58%;
	z-index: 2;
}

.student-card-6 {
	right: 19vw;
	bottom: 0;
	width: 17.5vw;
	height: 5.8vw;
	background-image: url(../images/stu06.png);
	background-position: center 42%;
	z-index: 2;
}

.student-card-7 {
	right: 0;
	bottom: 0;
	width: 17.5vw;
	height: 11vw;
	background-image: url(../images/stu07.png);
	background-position: left 48%;
	z-index: 3;
}




.bg5 {
	position: relative;
	min-height: 946px;
	background: url('../images/bg5.jpg') no-repeat center top;
}

.bg5 .container {
	height: 946px;
}



.bg5 .index-lm-box {
	top: 30px;
}

.bg5 .index-lm-box .more {
	display: none;
}

.bg5 .index-swiper {
	margin-top: -155px;
}

.teacher-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-left: calc(100% - 800px);
}


.teacher-item {
	position: relative;
}

.teacher-item.empty {
	visibility: hidden;
}

.teacher-item.more img {
	visibility: hidden;
}

.teacher-item.more .info {
	opacity: 1;
	left: auto;
	right: 0;
}

.teacher-item.more::before,
.teacher-item.more::after {
	display: none
}

.teacher-item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	opacity: 0;
}

.teacher-item::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/icon-jia.png') no-repeat center center;
	z-index: 2;
	opacity: 0;
}

.teacher-item .info {
	font-size: 1.125rem;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 16px;
	z-index: 6;
	opacity: 0;
}

.teacher-item.more .info {
	bottom: 0;
}

.teacher-item .info,
.teacher-item::before,
.teacher-item::after {

	transition: all 0.3s ease;
}

.teacher-item .stretched-link::after {
	z-index: 50;
}

.teacher-item:hover .info,
.teacher-item:hover::before,
.teacher-item:hover::after {
	opacity: 1;
}



.bg6 {
	background: url('../images/bg6.jpg') no-repeat center bottom;
	position: relative;
	min-height: 891px;
	padding: 90px 0;
}

.bg6 .index-lm-box .title-en {
	color: #e8f8f8 !important;
}

.bg6 .index-lm-box .more {
	display: none;
}

.Resource-box {
	padding-left: 54px;
	margin-top: 46px;
}

ul.Resource-list {
	padding-left: 0;
}

ul.Resource-list li {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	border-bottom: 1px solid var(--cyan-color);
	color: #a9bcbc;
	font-size: 1.25rem;
	padding: 10px 0;
	margin-bottom: 20px;
	margin-top: 45px;
}

ul.Resource-list li .icon,
ul.Resource-list li .title {
	transition: all 0.3s ease;
}

/* ul.Resource-list li:hover .icon {
	transform: rotate(360deg);
} */

ul.Resource-list li:hover .title {
	transform: translateX(10px);
}

ul.Resource-list li .title {
	color: #208d87;
	font-size: 1.875rem;
}

ul.Resource-list li .subtitle {
  font-family: 'SuisseIntl-Bold';
}

ul.Resource-list li:nth-child(1) {
	margin-right: 45%;
}

ul.Resource-list li:nth-child(2) {
	margin-right: 48%;
}

ul.Resource-list li:nth-child(3) {
	margin-right: 51%;
}

ul.Resource-list li:nth-child(4) {
	margin-right: 54%;
}


.bg7 {
	background: url('../images/bg7.jpg') no-repeat center bottom;
	position: relative;
	min-height: 883px;
	padding: 120px 0;
    display: none;
}


.bg7 .index-lm-box.white .title-en {
	display: block;
	color: rgba(255, 255, 255, 0.15);
}

.data-list {
	display: flex;
}

.data-item {
	/* background: rgba(255, 255, 255, 0.1); */
	height: 210px;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}

.data-item img {
	width: 100%;
}

.data-list .show-photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.data-list .show-num {
	font-size: 1.5rem;
	padding-left: 35px;
}

.data-list .show-num .count-title {
	font-family: 'SuisseIntl-Bold';
	font-size: 6.25rem;
	margin-top: 3rem;
}

/*footer*/

.footer {
	padding: 100px 0 50px;
	font-size: 1rem;
	position: relative;
	background-color: var(--cyan-color);
}


.footer h3 {
	margin-bottom: 0.875rem;
	font-weight: bold;
	font-size: 1.5rem;
}

.footer,
.footer a {
	color: #fff;
}

.footer ul li {
	line-height: 2.625rem;
}

.mt-70 {
	margin-top: 70px !important;
}

/* media select */



@media (max-width: 1860px) {
	.wc-menu ul li a {
		font-size: 16px;
		padding: 0 10px;
	}

	.banner .swiper-container .swiper-slide a {
		height: 100vh;
	}
}

@media (max-width: 1600px) {
	.wc-menu ul li a {
		padding: 0 6px;
	}

.bg2{
    background-position: left bottom;
}

}

@media (max-width: 1400px) {

	.wc-menu ul li a {
		padding: 0 0px;
	}

.wc-menu ul li .ernav {
	left: -30%;
}




}

@media (max-width: 1200px) {


.bg5 .index-swiper {
	margin-top: 0px;
}
	.banner .mt-text img {
		max-width: 60%;
	}

	.banner .mt-text {
		text-align: right;
	}

.wc-menu ul li:last-child .ernav{
      right: 0;  
      left: auto;
}

	.wc-menu ul li a {
		font-size: 16px;
	}


	.bg5 {
		background-size: cover;
		height: auto;
	}

	.bg5 .container {
		height: auto;
	}

	.bg5 .index-lm-box {
		top: 0;
	}

	.bg5 .index-lm-box .more {
		display: block;
		margin-bottom: 20px;
	}

.top{
      padding: 0 15px;
}

	.teacher-list {
		position: relative;
		margin-left: 0;
		justify-content: space-around;
	}

	.teacher-item.empty,
	.teacher-item.more {
		display: none;
	}

	ul.Resource-list li:nth-child(1) {
		margin-right: 35%;
	}

	ul.Resource-list li:nth-child(2) {
		margin-right: 38%;
	}

	ul.Resource-list li:nth-child(3) {
		margin-right: 41%;
	}

	ul.Resource-list li:nth-child(4) {
		margin-right: 44%;
	}

	.data-list .show-num {
		padding-left: 20px;
	}

	.data-list .show-num .count-title {
		font-size: 4.5rem;
	}


}

@media (max-width: 991px) {

	.container {
		width: 94%;
	}

	.bg3 {
		min-height: auto;
		background: linear-gradient(to bottom, var(--cyan-color) 20%, #e1eff0 80%);
		padding-bottom: 50px;
                padding-top: 60px;
	}

	.index-lm-box.white .title-en {
		display: block;
		font-size: 6.5rem;
	}

.bg6 .index-lm-box.white .title-en{
           opacity: 0.3;
}

.index-lm-box .more a, a.more{
       font-size: 1.3rem;
}

.new-item .title{
   font-size: 1.3rem;
}

.notice-item .title,.new-item .img .date{
  font-size: 1.3rem;
}

.student-card .info,.teacher-item .info{
 font-size: 1.3rem;
}

.notice-item .date span:first-child{
  font-size: 1.3rem;
}

.notice-item .date span:last-child {
    font-size: 1rem;
}


	.index-lm-box .title-en {
		font-size: 6.5rem;
	}

	.notice-list {
		height: auto;
	}

	.notice-list .notice-item {
		background-color: #e1eff0;
	}


	.teacher-list {
		position: relative;
		margin-left: 0;
		justify-content: space-evenly;
	}

	.bg4 {
		min-height: 520px;
		padding-top: 60px;
		padding-bottom: 50px;
	}
	
	.student-card {
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	}


	.footer .mt-70 {
		margin-top: 15px !important;
	}

.footer {
		font-size: 16px;
	}
}


@media (max-width: 768px) {

	.container {
		width: 98%;
	}

	.logo1 img {
		max-width: 78%;
	}

	.bg1 {
		min-height: auto;
		margin-top: 38px;
	}


	.new-list .pos:first-child .new-item,
	.new-list .pos:last-child .new-item {
		margin-top: 0;
	}

.new-list .pos:last-child .new-item {
margin-bottom: 0;
}

	.data-list .show-num {
		padding-left: 0px;
	}

	.ban-text {
		bottom: 80px;
	}

	.ban-text .en,
	.ban-text .it {
		display: none;
	}

	.ban-text h3 {
		font-size: 2.25rem;
	}

	.banner .swiper-container .swiper-slide a {
		height: 40vh;
	}

	.banner .swiper-pagination{
           bottom:25px;
        }

	.banner::before,
	.banner::after {
		background-size: contain;
	}

	.banner::before {
		background-image: url('../images/bg1_top-m.png');
		font-size: 24px;
		text-shadow: 1px 1px 2px #000;
	}

.banner .mt-text{
   right: 3px;
}

    .banner .mt-text img {
        max-width: 40%;
    }


	.bg2 {
		background-size: contain;
	}

	.bg2 .container {
		display: flex;
		flex-wrap: wrap;
	}

        .bg2 .mb-5{
           margin-bottom:0px !important;
        }

	.bg2 .index-lm-box {
		top: 0;
	}

	.index-lm-box .title-cn {
		margin-bottom: 20px;
		font-size: 2.5rem;
	}

	.index-lm-box .img {
		width: 62px;
		height: 62px;
		top: 0;
	}

	.index-lm-box.white .title-en,
	.index-lm-box .title-en {
		font-size: 3rem;
		left: 94px;
		top: 40px;
	}

.index-lm-box.white .title-en {
         opacity: 0.2;
}

	.notice-list .notice-item {
		margin-left: 0;
		margin-right: 0;
	}

        .bg2,
	.bg3,
	.bg4,
	.bg5,
	.bg6 {
		padding: 50px 0;
	}

	.bg4 .index-lm-box {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		transform: none;
	}

	.student-showcase {
		min-height: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-top: 28px;
		padding: 0 20px;
		left: auto;
		width: auto;
		height: auto;
		transform: none;
	}

	.student-card {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
		height: 0;
		padding-bottom: 66%;
		transform: none;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	}

	.student-card-1 {
		background-position: center center;
	}

	.student-card-2 {
		background-position: center 46%;
	}

	.student-card-3 {
		background-position: 54% center;
	}

	.student-card-4 {
		grid-column: 1 / -1;
		padding-bottom: 52%;
		background-position: center center;
	}

	.student-card-5 {
		background-position: center 58%;
	}

	.student-card-6 {
		background-position: center 42%;
	}

	.student-card-7 {
		background-position: left center;
	}

	.student-card-8 {
		background-position: right center;
	}


.index-lm-box .more a, a.more{
       font-size: 1.125rem;
}

.new-item .title{
   font-size: 1.125rem;
}

.notice-item .title,.new-item .img .date{
   font-size: 1.125rem;
}

.student-card .info,.teacher-item .info{
  font-size: 1.125rem;
}

.notice-item .date span:first-child{
   font-size: 1.125rem;
}

.notice-item .date span:last-child {
    font-size:0.85rem;
}

.footer .mb-5{
      margin-bottom: 25px !important;
}

.footer .pl-0{
      margin-bottom: 25px;
}


	.bg5,
	.bg6,
	.bg7 {
		min-height: auto;
	}


	.teacher-item img {
		width: 142px;
	}

	.teacher-item .info {
		font-size: .875rem;
		line-height: 1.25rem;
	}


	.bg6 {
		background-size: contain;
		background-color: #d6ebec;
	}


	.Resource-box {
		padding-left: 0px;
	}

	ul.Resource-list li {
		font-size: 1rem;
		column-gap: 5px;
                margin-top: 30px;
	}

	ul.Resource-list li .title {
		font-size: 1.25rem;
	}

	ul.Resource-list li .icon img {
		width: 40px;
	}

	ul.Resource-list li:nth-child(1),
	ul.Resource-list li:nth-child(2),
	ul.Resource-list li:nth-child(3),
	ul.Resource-list li:nth-child(4) {
		margin-right: 0;
	}

	.bg {
		background-size: cover;
	}

	.bg7 {
		padding: 50px 0;
		background-size: cover;
	}

	.data-item.empty {
		display: none;
	}

	.footer {
		padding: 50px 0;
		font-size: 16px;
	}

	.footer ul li {
		line-height: 2;
	}

.footer .col-sm-12 img{
  width:120px;
}

}