<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0;
	margin: 0;
}

ul,
li,
ol {
	list-style: none;
}

a {
	display: inline-block;
}


/*å¤´éƒ¨*/

.header {
	width: 100%;
	height: 84px;
	background-image: url(../img/banner_bg.jpg);
}

.headerLi {
	display: inline-block;
}

.headerUlF {
	float: left;
	height: 100%;
	width: 280px;
	line-height: 84px;
	margin-left: 40px;
}

.headerUlFL {
	width: 32%;
	text-align: center;
}

.headerUlS {
	float: right;
	height: 100%;
	width: 200px;
	line-height: 84px;
	margin-right: 25px;
}

.headerUlSL {
	width: 49%;
	text-align: center;
}

.headerA {
	color: white;
	font-size: 16px;
}


/*bannerå›¾*/

.banner {
	width: 100%;
}


/*å’¨è¯¢ç‰ˆå—*/

.explain {
	width: 100%;
	height: 400px;
	background-image: url(../img/bg1.png);
	background-size: cover;
}

.explainL {
	width: 640px;
	float: left;
	height: 370px;
	margin-top: 20px;
	text-align: left;
}


/*å¤§æ&nbsp;‡é¢˜ä¸å¸¦img*/

.explainBig&gt;a {
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

.explainBig&gt;img {
	display: none;
}

.explainBig&gt;a:hover {
	color: #e04543;
}


/*å°æ&nbsp;‡é¢˜æ˜¾ç¤ºimg*/

.explainSmall&gt;a {
	margin-top: 20px;
	font-size: 16px;
	color: #555555;
}

.explainR {
	float: right;
	margin-top: 60px;
	width: 500px;
	height: 280px;
	background: pink;
}

.explainCon {
	width: 500px;
	height: 290px;
}

.swiper-prev {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 10;
	background-image: url(../img/btnPre.png);
}

.swiper-next {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: 10;
	background-image: url(../img/btnNext.png);
}


/*è¿”å›žæ–‡å­—*/

.backWord {
	width: 100%;
	/*height: 900px;*/
	/*background: pink;*/
	padding-top: 50px;
}

.wordP {
	width: 1200px;
	margin-top: 50px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 0 auto;
	font-size: 16px;
	text-indent: 35px;
	line-height: 25px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 30px;
	max-height: 200px;
	max-height: 500px;
	overflow: scroll;
}


/*è¯¾ç¨‹è¯¦æƒ…*/

.classDetail {
	width: 100%;
	height: 930px;
	background-image: url(../img/bg2.png);
}

.course-item:last-child {
	margin-right: 0;
}

.course-list {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
}

.course-item .course-text {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.course-item {
	width: 270px;
	display: inline-block;
	text-align: left;
	margin-right: 36px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.course-item .course-img-box {
	width: 100%;
	height: 160px;
	background-size: 320px auto;
	background-position: center center;
	-webkit-transition: background-size 0.2s linear;
	-moz-transition: background-size 0.2s linear;
	-ms-transition: background-size 0.2s linear;
	-o-transition: background-size 0.2s linear;
	transition: background-size 0.2s linear;
	position: relative;
}

.course-item .course-img-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../img/clickLink.png);
	background-position: 85px 60px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.course-item .course-img-hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	height: 80px;
	width: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.course-item .course-img-hover:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50px;
	height: 0;
	width: 186px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.course-item:hover .course-img-box {
	background-size: 286px auto;
}

.course-item:hover .course-img-hover {
	opacity: 1;
}

.course-item:hover .course-img-hover:before {
	width: 229px;
}

.course-item:hover .course-img-hover:after {
	height: 122px;
}

.course-item:hover .classTip {
	display: none;
}


/*è§†é¢‘å®£ä¼&nbsp;*/

.videoConduct {
	width: 100%;
	height: 590px;
}

.conduct {
	text-align: left;
	width: 630px;
	height: 370px;
	font-size: 18px;
	line-height: 37px;
	color: #000000;
	font-weight: bolder;
}

.video {
	position: absolute;
	top: 168px;
	right: -40px;
}

.videoV {
	/*background: pink;*/
	position: absolute;
	top: 5px;
	/*left: 45px;*/
	width: 500px;
	height: 285px;
}

.C3video {
	position: absolute;
	top: 5px;
	left: 45px;
	width: 500px;
	height: 285px;
}


/*æ•™å¸ˆå›¢é˜Ÿ*/

.teacher {
	width: 100%;
	height: 760px;
	background-image: url(../img/bg3.png);
	background-size: cover;
}

.teacherUl {
	width: 100%;
}

.teacherLi {
	display: inline-block;
	width: 19%;
	position: relative;
}

.teaCon {
	position: absolute;
	top: -420px;
	left: 20px;
	width: 1200px;
	height: 360px;
	background-size: cover;
	margin-top: 30px;
}

.teaWrapper {
	width: 1200px;
	height: 360px;
}

.teaName {
	font-size: 26px;
	color: #ff4623;
	margin-top: 50px;
	margin-left: 55px;
}

.teaIntroduce {
	width: 994px;
	font-size: 16px;
	line-height: 33px;
	color: #333333;
	margin-top: 40px;
	margin-left: 102px;
}

.tea-prev {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 465px;
	left: -120px;
	z-index: 10;
}

.tea-next {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 465px;
	right: -120px;
	z-index: 10;
}

.teaACtivePic {
	display: none;
	margin-top: 10px;
	margin-left: 65px;
}

.teaActive {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
	transform: translateY(-10%);
}

.teaActive .teaACtivePic {
	display: block;
}


/*å­¦å‘˜å¿ƒå£°*/

.student {
	width: 100%;
	height: 830px;
	background-image: url(../img/bg4.png);
	background-size: cover;
}

.stuCon {
	width: 1200px;
	margin: 0 auto;
	margin-top: 127px;
}

.stu-prev {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 10;
}

.stu-next {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 155px;
	right: 20px;
	z-index: 10;
}

.student-slide {
	width: 400px!important;
	/*margin-left: 85px;*/
}

.phone_bg {
	position: absolute;
	top: 145px;
	left: 433px;
}


/*å¾€æœŸç…§ç‰‡*/

.agoPic {
	width: 100%;
	height: 920px;
	background-image: url(../img/bg5.png);
	background-size: cover;
}

.agoBg {
	width: 1200px;
	height: 681px;
	background-color: #fff;
	margin-top: 52px;
	padding-top: 50px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.agoUl {
	width: 100%;
	text-align: center;
}

.agoLi {
	display: inline-block;
	height: 54px;
	width: 128px;
}

.agoCon {
	width: 1000px;
	height: 416px;
	margin-top: 85px;
}

.ago-prev {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 10;
}

.ago-next {
	width: 25px;
	height: 65px;
	position: absolute;
	top: 155px;
	right: 20px;
	z-index: 10;
}

.agoActive&gt;a {
	border: 2px solid #00a0e9;
}</pre></body></html>