<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
	position: relative;
	overflow: hidden;
}

.banner {
	width: 100%;
	height: 580px;
	background: url(../images/banner_bg.png) no-repeat top center;
	color: #FFFFFF;
	font-size: 40px;
}

.txt_02 {
	margin-bottom: 52px;
	text-align: center;
}

.txt_01 {
	margin: 0 auto;
}

.txt_container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-top: 132px;
}

.box_body {
	width: 1200px;
	margin: 0 auto;
}

.box_content {
	padding: 60px 0;
}

.box01.box_content {
	padding: 0;
}

.box01 .box_body {
	padding-top: 160px;
	display: flex;
	flex-wrap: wrap;
}

.box01_item {
	position: relative;
	width: 24%;
	margin-right: 1.33%;
	background: linear-gradient(90deg, #242E67, #3C4A80);
	height: 318px;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.box01_item:nth-child(2n) {
	background: linear-gradient(90deg, #4052B3, #5871C6);
}

.box01_item:last-child,
.special_item:last-child {
	margin-right: 0;
}

.top_img {
	position: absolute;
	width: 118px;
	height: 118px;
	top: -59px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box01_item:nth-child(1) .top_img {
	background: linear-gradient(90deg, #D52F2A, #F97263);
}

.box01_item:nth-child(2) .top_img {

	background: linear-gradient(90deg, #273FDE, #455FF4);
}

.box01_item:nth-child(3) .top_img {

	background: linear-gradient(90deg, #F2920A, #FD9F1C);
}

.box01_item:nth-child(4) .top_img {
	background: linear-gradient(90deg, #5A1DDA, #8358F0);
}

.box01_item h3 {
	font-size: 30px;
	text-align: center;
	margin-top: 68px;
}

.box01_item a {
	display: block;
	background: rgba(1, 5, 60, 0.15);
	border: 1px dashed #A7ADE2;
	border-radius: 22px;
	font-size: 18px;
	text-align: center;
	width: 70%;
	margin: 7.5px auto;
	color: #fff;
	height: 45px;
	line-height: 45px;
}

.box_title {
	line-height: 60px;
	margin-bottom: 50px;
	padding-top: 25px;
	box-sizing: border-box;
	text-align: center;
	color: #303398;
	font-size: 48px;
	position: relative;
}

.box_title span {
	display: inline-block;
	vertical-align: middle;
}

.box_title::before,
.box_title::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/light_left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 42px;
	height: 18px;
	margin: 0;
}

.box_title::after {
	background-image: url(../images/light_right.png);
	background-size: 100% 100%;
}

.box02 .box_title span::before {
	content: 'CLASS';
}

.box_title span::before {
	content: 'TEACHER';
}

.box_title span::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	line-height: 86px;
	font-size: 100PX;
	font-weight: bold;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .1), rgba(60, 67, 173, 0.1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.special_list {
	display: flex;
	flex-wrap: wrap;
}

.special_item {
	width: 20%;
	margin-right: 1.33%;
	height: 294px;
	background: #FFFFFF;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
	padding: 36px 2%;
}

.special_item h3 {
	color: #FFFFFF;
	font-size: 22px;
	width: 224px;
	height: 54px;
	background: url(../images/tip_bg.png) no-repeat top center;
	line-height: 53px;
	margin-bottom: 30px;
	margin-left: -12%;
}

.special_item:nth-child(1) h3 {
	margin-bottom: 50px;
}

.special_item:nth-child(2) h3 {
	margin-bottom: 50px;
}

.special_item:nth-child(3) h3 {
	margin-bottom: 50px;
}

.special_item h3 span {
	display: inline-block;
	width: 25%;
}

.special_item h3 span img {
	display: inline-block;
	margin-left: 5%;
	margin-top: 11%;
}

.special_item p {
	color: #333333;
	font-size: 18px;
	line-height: 1.9;
}

.tab_type {
	display: flex;
	justify-content: space-around;
	margin-top: 64px;
}

.tab_type li {
	color: #FFFFFF;
	font-size: 22px;
	background: linear-gradient(90deg, #4052B3, #5871C6);
	position: relative;
	height: 80px;
	line-height: 80px;
	width: 20%;
	text-align: center;
	cursor: pointer;
}

.tab_type li::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 5px;
	background: #D9DCF0;
}

.tab_type li.active {
	background: linear-gradient(90deg, #D52F2A, #F97263);
}

.tab_type li.active::after {
	background: #FFC8C1;
}

.tab_body {
	display: none;
	margin-top: 40px;
}

.tab_body.active {
	display: block;
}

.tab_body table {
	width: 100%;
	border-spacing: 0;
	background: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 18px;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
}

.tab_body table thead {
	background: linear-gradient(90deg, #3952B9, #5071CC);
}

.tab_body table th {
	border-right: 1px solid #E1E4F2;
	height: 66px;
	color: #FFFFFF;
}

.tab_body table td {
	border-right: 1px solid #E1E4F2;
	border-top: 1px solid #E1E4F2;
	height: 100px;
	line-height: 1.7;
}

.tab_body table td:last-child {
	border-right: 0;
}

.tab_body table tr:nth-child(2) td:last-child {
	border-right: 1px solid #E1E4F2;
}

.tab_body table tr:last-child td {
	border-bottom: 0;
}

.tab_body:nth-child(1) table td:first-child {
	background: #FDEAE8;
}

.tab_body:nth-child(2) table td:first-child {
	background: #C5CEFE;
}

.tab_body:nth-child(3) table td:first-child {
	background: #F6E7D5;
}

.tab_body:nth-child(3) table tr:nth-child(2) td:last-child {
	border-right: 1px solid #E1E4F2;
}

.tab_body:nth-child(3) table tr:nth-child(3) td:last-child {
	border-right: 1px solid #E1E4F2;
}

.tab_body:nth-child(4) table td:first-child {
	background: #DCD4F2;
}

.tab_body table a {
	display: inline-block;
	width: 120px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	background: linear-gradient(90deg, #E1321A, #DB0904);
	border-radius: 26px;
	color: #FFFFFF;
}

.box03_type {
	margin: 44px auto;
	display: flex;
	justify-content: center;
}

.box03_type li {
	width: 400px;
	height: 66px;
	background: linear-gradient(90deg, #3952B9, #5071CC);
	margin: 0 10px;
	line-height: 66px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 22px;
	position: relative;
	cursor: pointer;
}

.box03_type li.active {
	background: #fff;
	background: linear-gradient(90deg, #DB0C06, #E03923);
}

.box03_type li.active .horn {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #DE1D0F transparent transparent;
}

.box03_tab {
	display: none;
}

.box03_tab.active {
	display: block;
}

.box4-ul {
	margin-top: 34px;
}

.tab_info {
	text-align: center;
	color: #333333;
	font-size: 24px;

}

.box4-ul li {
	float: left;
	width: 236px;
	height: 385px;
	margin-right: 5px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.box02.box_content {
	padding-bottom: 0;
}

.box4-ul li:hover img {
	transform: scale(1.05);
}

.box4-ul li img {
	transition: transform .5s ease;
}


.box4-ul li:last-child {
	margin-right: 0;
}

.teacher_name {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 97px;
	left: 0;
	background: rgba(0, 0, 0, .8);
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
}

.teacher-detail {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px 10px;
	background: url('../images/tea-bg.png');
}

.teacher-detail h2 {
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.teacher-detail p {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.box04 {
	background: linear-gradient(135deg, #01053C, #0D1478);
}

.box04 .box_title {
	color: #FFFFFF;
}

.box04 .box_title::before {
	background-image: url(../images/deep_left.png);
	background-size: 100% 100%;
}

.box04 .box_title::after {
	background-image: url(../images/deep_right.png);
	background-size: 100% 100%;
}

.city_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 70px;
}

.city_list li {
	cursor: pointer;
	position: relative;
	margin: 10px 0;
	width: 13%;
	margin-right: 1.5%;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #2E3290;
}

.city_list li p {
	font-size: 16px;
	color: #fff;
}

.city_list li p:first-child {
	font-size: 22px;
}

.city_list li:nth-child(7n) {
	margin-right: 0;
}

.city_list li img {
	display: none;
	position: absolute;
	z-index: 5;
	width: 110px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.city_list li:hover {
	background: #4043B3;
}

.city_list li:hover img {
	display: block;
}

/*address*/
.address{
	display: flow-root
}

.address .tabBox {
	float: left;
	width: 720px;
	border-right: 1px solid #e3e3e3;
	margin-top: 20px;
}

.address .tabTit {
	border-bottom: none;
}

.address .tabTit li {
	float: left;
	height: 40px;
	padding: 0 20px;
	margin-right: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #d70200;
	border-radius: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.address .tabTit li:hover,
.address .tabTit li.on {
	background: #f5d047;
}

.address .tabCon {
	height: 135px;
	margin-top: 15px;
	margin-left: 20px;
}

.address .tabCon .con p {
	color: #ffffff;
}

.address .codeBox {
	float: right;
	width: 233px;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
}

.address .codeBox img {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
}

.address .codeBox p,
.address .tabCon p {
	color: #ffffff;
}





@media only all and (max-width:1080px) {

	/*address*/
	.address {}

	.address .tabBox {
		float: none;
		width: 17rem;
		margin: 1rem auto .5rem;
		border-right: none;
	}

	.address .tabTit li {
		height: 1.5rem;
		padding: 0 .6rem;
		margin-right: .25rem;
		margin-bottom: .25rem;
		border-radius: .25rem;
		font-size: .65rem;
		line-height: 1.5rem;
	}

	.address .tabCon {
		height: 4rem;
		margin-top: .5rem;
		margin-left: 0;
		font-size: .65rem;
		line-height: 1rem;
		padding-bottom: 0;
	}

	.address .codeBox {
		float: right;
		width: 50%;
		padding-top: 0;
		font-size: .7rem;
		margin-top: .2rem;
	}

	.address .codeBox img {
		width: 6rem;
		height: 6rem;
		margin-bottom: .25rem;
	}


	.banner {
		height: 10rem;
		background-size: auto 100%;
		font-size: .85rem;
	}

	.txt_02 {
		margin-bottom: 1rem;
	}

	.txt_01 {
		width: 80%;
	}

	.txt_container {
		width: 100%;
		padding-top: 2rem;
	}

	.box_body {
		width: 96%;
	}

	.box_content {
		padding: 1rem 0;
	}

	.box01 .box_body {
		padding-top: 0;
	}

	.box01_item {
		width: 49%;
		margin-right: 2%;
		height: 12rem;
		margin-top: 3rem;
	}

	.box01_item:nth-child(3) {
		background: linear-gradient(90deg, #4052B3, #5871C6);
	}

	.box01_item:nth-child(4) {
		background: linear-gradient(90deg, #242E67, #3C4A80);
	}

	.box01_item:nth-child(2n),
	.special_item:nth-child(2n) {
		margin-right: 0;
	}

	.top_img {
		width: 4rem;
		height: 4rem;
		top: -2rem;
	}

	.top_img img {
		width: 80%;
	}

	.box01_item h3 {
		font-size: .75rem;
		margin-top: 2.4rem;
	}

	.box01_item a {
		border-radius: 1rem;
		font-size: .65rem;
		width: 80%;
		margin: .5rem auto;
		height: 1.5rem;
		line-height: 1.5rem;
	}

	.special_list {
		flex-wrap: wrap;
	}

	.special_item {
		width: 45%;
		margin-right: 2%;
		height: 8.5rem;
		padding: 1rem 2%;
		margin-bottom: .8rem;
	}

	.special_item:nth-child(2n) {
		margin-right: 0;
	}

	.special_item h3 {
		font-size: .8rem;
		width: 85%;
		height: 1.8rem;
		background-size: 100% 100%;
		line-height: 1.8rem;
		margin-bottom: .4rem;
		margin-left: -6%;
	}

	.special_item:nth-child(1) h3 {
		margin-bottom: .4rem;
	}

	.special_item:nth-child(2) h3 {
		margin-bottom: .4rem;
	}

	.special_item:nth-child(3) h3 {
		margin-bottom: .4rem;
	}

	.special_item h3 span img {
		width: 1.2rem;
	}

	.special_item p {
		font-size: .6rem;
		line-height: 1.8;
	}

	.tab_type {
		margin-top: .8rem;
		flex-wrap: wrap;
	}

	.tab_type li {
		font-size: .8rem;
		height: 2rem;
		line-height: 2rem;
		width: 40%;
		margin-bottom: 1rem;
	}

	.tab_body {
		margin-top: .6rem;
	}

	.tab_body table {
		font-size: .7rem;
	}

	.tab_body table th {
		height: 2rem;
	}

	.tab_body table td {
		height: 10rem;
		line-height: 1.7;
	}

	.tab_body table a {
		width: 3.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		border-radius: 1rem;
	}

	.box03_type {
		margin: .8rem auto;
	}

	.box03_type li {
		width: 50%;
		height: 1.8rem;
		margin: 0 .2rem;
		line-height: 1.8rem;
		font-size: .8rem;
	}

	.box4-ul {
		margin-top: 0;
	}

	.tab_info {
		font-size: .8rem;
	}

	.box4-ul li {
		float: left;
		width: 32.33%;
		height: 9rem;
		margin-right: 1%;
		margin-top: .8rem;
	}

	.box4-ul li img {
		width: 100%;
	}

	.box4-ul li:nth-child(3n) {
		margin-right: 0;
	}

	.teacher_name {
		height: 1.2rem;
		line-height: 1.2rem;
		bottom: 18%;
		font-size: .7rem;
	}

	.teacher-detail {
		padding: .2rem .4rem .3rem;
	}

	.teacher-detail h2 {
		font-size: .7rem;
	}

	.teacher-detail p {
		font-size: .65rem;
		line-height: 1.5;
	}


	.box_title {
		line-height: 3rem;
		margin-bottom: 0.5rem;
		padding-top: .6rem;
		font-size: .75rem;
	}

	.box_title::before,
	.box_title::after {
		width: 5%;
		height: .5rem;
	}

	.box_title span::before {
		line-height: 3rem;
		font-size: 1.8rem;
	}

	.city_list {
		display: block;
		margin-top: .4rem;
	}

	.city_list li {
		float: left;
		margin: .4rem .5%;
		width: 24%;
		height: 2.4rem;
		border-radius: .25rem;
	}

	.city_list li p {
		line-height: 1rem;
		font-size: .6rem;
	}

	.city_list li p:first-child {
		font-size: .8rem;
	}

	.city_list li:nth-child(7n) {
		margin: .4rem .5%;
	}

	.city_list li img {
		width: 4rem;
	}
}
</pre></body></html>