<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body{
    -webkit-tap-highlight-color:transparent;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, td, th, form, fieldset, img, dl, dt, dd { margin:0; padding:0; }
textarea, input, select, body { font-size:12px;margin:0;padding:0 }
select, input { vertical-align:middle; }
fieldset, img { border:0; }
ul, ol { list-style:none; }
a { text-decoration:none; color:#000; }
a: hover { color:#ffa10d; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.cb { clear:both; display:block; height:0px; overflow:hidden; width:100%; }
.clearfix: after { clear:both; content:""; display:block; height:0; }
html{
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}
::-webkit-scrollbar{
    display:none;
}

.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.png)no-repeat center top;
}
#nav {
  height: 105px;
  text-align: center;
  background-color: #fff;
}
/*banner*/
/* .banner {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	display: inherit;
} */

.closeBtnLeft {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 6px;
  cursor: pointer;
}
/*导语*/
.Introducer {
	width: 100%;
	height: auto;
}

.introducer {
	width: 1000px;
	height: 440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.introducer_left {
	width: 120px;
	height: 440px;
	background: #77bab0;
	border-radius: 3px;
	text-align: center;
}

.introducer_left p:first-child {
	font-size: 38px;
	font-weight: bold;
	color: #1e2046;
	margin-top: 80px;
	letter-spacing: 4px;
	margin-bottom: 48px;
}

.introducer_left p:last-child {
	width: 20px;
	margin: -15px auto 0;
	line-height: 47px;
	font-size: 28px;
	word-wrap: break-word;
	color: #fff;
}

.introducer_right {
	width: 830px;
	text-align: justify;
	font-size: 22px;
	color: #1e2046;
	line-height: 32px;
	margin-bottom: 48px;
	margin-right: 30px;
}

.leaf {
	display: block;
	margin: 50px auto 20px;
}

/*加拿大的风土人情以及地理气候*/
.Modular1 {
	width: 100%;
	height: auto;
}

.modular1 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.modular1_title {
	font-size: 38px;
	color: #1e2046;
	padding-top: 38px;
	letter-spacing: 4px;
	font-weight: bold;
}

.modular1_title text {
	display: inline-block;
	border-bottom: 10px solid #ec6644;
	height: 34px;
}

.modular1_btn {
	display: flex;
	justify-content: center;
}

.modular1_btn a {
	width: 260px;
	height: 56px;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	border: 3px solid #ed6f4d;
	margin: 60px 90px 50px;
	font-size: 24px;
	font-weight: bold;
	color: #ed6f4d;
	cursor: pointer;
}

.modular1_btn a:last-child {
	color: #fff;
	background: #ed6f4d;
}

.modular1_content_left {
	width: 646px;
	height: 515px;
	background: #f6f6f6;
	border-radius: 3px;
	margin-top: 60px;
}

.modular1_content_left_card {
	display: none;
	padding: 90px 160px 0 22px;
	text-align: left;
}

.modular1_content_left_card:first-child {
	display: block;
}

.modular1_content_left_card p:first-child {
	font-size: 24px;
	color: #1e2046;
	font-weight: bold;
}

.modular1_content_left_card p:last-child {
	font-size: 18px;
	color: #101010;
	line-height: 28px;
	font-weight: normal;
	margin-top: 30px;
	text-align: justify;
	height: 310px;
	overflow: auto;
}

.modular1_content {
	position: relative;
}

.modular1_content_right {
	position: absolute;
	left: 504px;
	top: 56px;
	width: 500px;
}

.modular1_content_right_card {
	width: 200px;
	height: 120px;
	background: pink;
	border-radius: 3px;
	margin: 25px;
	display: inline-block;
	float: left;
	background-size: 100% auto;
	position: relative;
	cursor: pointer;
}

.modular1_content_right_card_title {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 13px;
	box-sizing: border-box;
	letter-spacing: 2px;
}

.modular1_content_right_card_img {
	position: absolute;
	width: 250px;
	height: 180px;
	top: -20px;
	right: -40px;
	display: none;
	border-radius: 3px;
}

.mcrc_img2 {
	top: -20px;
	right: -10px;
}

.mcrc_img3 {
	top: -40px;
	right: -40px;
}

.mcrc_img4 {
	top: -40px;
	right: -10px;
}

.modular1_active .modular1_content_right_card_title {
	display: none;
}

.modular1_active .modular1_content_right_card_img {
	display: block;
}

/*.modular1_active{transform: scale(1.25);}*/
/*教育体制*/
.Modular2 {
	width: 100%;
	height: auto;
	background: #f2f2f2;
}

.modular2 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.leaf2 {
	margin-bottom: 30px;
	margin-top: 0
}

.modular2_box {
	width: 1000px;
	min-height: 910px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	border-radius: 2px;
	margin-top: 50px;
	padding-bottom: 36px;
	box-sizing: border-box;
}

.modular2_tab {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.modular2_tab&gt;div {
	width: 250px;
	height: 84px;
}

.modular2_tab&gt;div&gt;div {
	width: 250px;
	height: 84px;
	line-height: 84px;
	border-radius: 6px;
	background: #f6f6f6;
	font-size: 24px;
	font-weight: bold;
	color: #5e607a;
	position: relative;
}

.modular2_tab&gt;div&gt;div&gt;p {
	position: absolute;
	left: 0;
	top: 0;
	background: #f8d363;
	width: 10px;
	height: 84px;
	border-radius: 2px;
}

.modular2_tab&gt;div:nth-child(2)&gt;div&gt;p {
	background: #5dbdb0;
}

.modular2_tab&gt;div:nth-child(3)&gt;div&gt;p {
	background: #ed6f4d;
}

.modular2_tab&gt;div:nth-child(4)&gt;div&gt;p {
	background: #03248e;
}

.modular2_tab&gt;div&gt;div&gt;span {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #f8d363;
	position: absolute;
	bottom: -11px;
	left: 119.5px;
	display: none;
}

.modular2_tab&gt;div:nth-child(2)&gt;div&gt;span {
	border-top-color: #5dbdb0;
}

.modular2_tab&gt;div:nth-child(3)&gt;div&gt;span {
	border-top-color: #ed6f4d;
}

.modular2_tab&gt;div:nth-child(4)&gt;div&gt;span {
	border-top-color: #03248e;
}

.modular2_tab&gt;div.modular2_active .modular2_tab1 {
	background: #f8d363;
	color: #fff;
}

.modular2_tab&gt;div.modular2_active .modular2_tab2 {
	background: #5dbdb0;
	color: #fff;
}

.modular2_tab&gt;div.modular2_active .modular2_tab3 {
	background: #ed6f4d;
	color: #fff;
}

.modular2_tab&gt;div.modular2_active .modular2_tab4 {
	background: #03248e;
	color: #fff;
}

.modular2_tab&gt;div.modular2_active div&gt;p {
	display: none;
}

.modular2_tab&gt;div.modular2_active div&gt;span {
	display: block;
}

.modular2_content {
	width: 100%;
	height: auto;
	margin-top: 28px;
}

.modular2_content&gt;div {
	display: none;
}

.modular2_content&gt;div:first-child {
	display: block;
}

.modular2_msg {
	min-height: 162px;
	padding: 0px 34px 30px;
	font-size: 17px;
	color: #101010;
	text-align: left;
	text-align: justify;
	line-height: 28px;
}

table {
	width: 903px;
	margin: 0 auto;
	font-size: 17px;
}

table tr {
	background: #f6f6f6;
	color: #101010;
}

table tr:first-child {
	background: #5dbdb0;
	color: #fff;
	font-weight: bold;
}

table tr:first-child td {
	padding: 26px 15px;
	border-top: none;
}

table td {
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	padding: 20px 0;
}

table tr td:first-child {
	border-left: none;
}

table tr td p {
	text-align: left;
	width: 90%;
	margin: 0 5%;
	text-align: justify;
}

table.table3 tr:first-child {
	background: #ed6f4d;
	color: #fff;
}

table.table3 tr td:first-child {
	width: 142px;
}

table.table4 tr:first-child {
	background: #03248e;
	color: #fff;
}

table.table1 tr:first-child {
	background: #f8d363;
	color: #101010;
}

table.table1 tr td {
	padding: 5px 15px;
}

table.table1 tr:first-child td {
	padding: 12px 15px;
	border-top: none;
}

.faf1d8 {
	background: #faf1d8;
}

.cae9f3 {
	background: #cae9f3;
}

.c1eccd {
	background: #c1eccd;
}

.c0c2ec {
	background: #c0c2ec;
}

.fadcd8 {
	background: #fadcd8;
}

table.table3 td {
	border-left: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
}

table.table4 td {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
}

table.table1 td {
	border-left: 1px solid #707070;
	border-top: 1px solid #707070;
}

table.table1 td p {
	position: relative;
	top: 28px;
	text-align: center;
	width: 100%;
}

/* 类别推荐 */
.category {
	width: 100%;
	padding-top: 132px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-bottom: 69px;
}

.categoryTitle {
	width: 1000px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.categoryTitle img {
	display: inline-block;
	width: 348px;
	height: 40px;
	margin: 0 auto;
}

.recommend {
	width: 1000px;
	margin: 50px auto 36px;
}

.recommend dl {
	width: 933px;
	height: 200px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recommend dl dt {
	font-size: 26px;
	width: 100%;
	color: #1e2046;
	margin-bottom: 30px;
	font-weight: bold;
}

.recommend dl dd {
	width: 100%;
	line-height: 28px;
	font-size: 18px;
	color: #2e2e2e;
}

ul.categoryBtn {
	width: 1000px;
	height: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}

ul.categoryBtn li {
	width: 220px;
	height: 80px;
	float: left;
	margin-left: 12px;
	color: #79798f;
	font-size: 22px;
	text-align: center;
	background: #f0eeef;
	border-radius: 5px;
	line-height: 80px;
	font-weight: bold;
	/* border-left: 10px solid #5dbdb0; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
ul.categoryBtn li span{
	display: block;
	width: 100%;
	height: 80px;
}

ul.categoryBtn li span.twobtn {
	border-left: 10px solid #ed6f4d;
}

ul.categoryBtn li span.oneBtn{
	border-left: 10px solid #03248e;
}
ul.categoryBtn li span.threeBtn{
	border-left: 10px solid #5dbdb0;
}

ul.categoryBtn li.active span.twobtn {
	background:#ed6f4d;
	color: #FFFFFF;
}
ul.categoryBtn li.active span.oneBtn {
	background:#03248e;
	color: #FFFFFF;
}
ul.categoryBtn li.active span.threeBtn {
	background:#5dbdb0;
	color: #FFFFFF;
}


.categoryList {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 590px;
	margin-top: 60px;
}

.categoryBox {
	width: 100%;
	height: 590px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: none;
}
/* .categoryBox-active{
	display: block;
} */

.filexBox {
	width: 1000px;
	background: #03248E;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.categoryBox p.green {
	width: 960px;
	height: 288px;
	background: #5dbdb0;
	position: absolute;
	top: 160px;
	left: 0;
}

.categoryBox p.yellow {
	width: 584px;
	height: 210px;
	background: #f8d363;
	position: absolute;
	bottom: 3px;
	right: 0;
}

.school-senior{
	width: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	height:590px ;
}
.school-senior-active{
	display: block;
}

.school-senior dl {
	width: 100%;
	/* background: cadetblue; */
	height: 587px;
	position: relative;
	display: none;
}
/* .school-senior dl.activeschool{
	display: block;
} */
.school-senior-two dl{
	display: block;
}
.eniorTab .bd{
	position: relative;
	height: 100%;
	z-index: 0;
	width: 425px;
}


.school-senior dl dt {
	width: 500px;
	heihgt: 550px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	position: relative;
}
.school-senior dl dt ul{
	width:425px;
	heihgt: 550px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
.school-senior dl dt ul li{
	/* display: none; */
	width:425px;
	heihgt: 550px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
.school-senior dl dt ul li.active{
	display: block;
}
.school-senior dl dt p{
	width: 45px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.school-senior dl dt p a{
	display: block;
	width: 45px;
	height: 45px;
	font-size: 18px;
	background: #ffffff;
	color: #a2a2a2;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	cursor: pointer;
}
.school-senior dl dt p a:last-child{
	margin-top: 20px;
	background: #f6d375;
}

.school-senior dl dt img {
	display: block;
	width: 425px;
	height: 422px;
}

.school-senior dl dd {
	width: 475px;
	height: 587px;
	float: right;
	position: relative;
}
.school-senior dl dd p.titleSchool{
	font-size: 34px;
	color: #101010;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 27px;
}
.school-senior dl dd span.schoolDesc{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #969696;
}
.school-senior dl dd span.schooldetails{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-top: 50px;
}
.school-senior dl dd p.recommendText{
	width: 100%;
	margin-top: 30px;	
	height: 42px;
}
.school-senior dl dd p.recommendText span{
	display: inline-block;
	font-size: 16px;
	color: #101010;
	font-weight: bold;
	float: left;
}
.school-senior dl dd p.recommendText b{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #101010;
	float: left;
	line-height: 24px;
}
.school-senior dl dd i.striping{
	display: block;
	width: 110px;
	height: 4px;
	background: #5dbdb0;
	margin-top: 80px;
}
.school-senior dl dd.imgclassify{
	width: 230px;
	height: 210px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.school-senior dl dd.imgclassify img{
	display: block;
	width: 230px;
	height: 210px;
}
ul.sideBtn{
	width: 255px;
	height:25px;
	position: absolute;
	bottom: 72px;
	left: 385px;
}
ul.sideBtn li{
	width: 25px;
	height: 25px;
	background: #f0eeef;
	border-radius: 3px;
	float: left;
}
ul.sideBtn li:nth-child(2){
	margin-left: 90px;
}
ul.sideBtn li:last-child{
	float: right;
}
ul.sideBtn li.active{
	background: #5dbdb0;
}

/* 服务 */
.serve {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.serveBox {
	width: 1000px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}

img.leafServe {
	width: 46px;
	height: 42px;
	padding-bottom: 50px;
}

img.serveTitle {
	width: 394px;
	height: 39px;
	padding-bottom: 60px;
}

.serveList {
	width: 1000px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.serveText {
	width: 983px;
	background: url(../images/leaf.png)no-repeat top left;
	height: 42px;
	font-size: 22px;
	font-weight: bold;
	line-height: 42px;
	color: #333333;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
}

.serveList {
	width: 983px;
	height: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 24px auto 0;
}

.serveList dl {
	width: 230px;
	height: 500px;
	background: #f7f7f7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-right: 20px;
}

.serveList dl:hover {
	box-shadow: 1px 3px 6px -1px #888;
}

.serveList dl:last-child {
	margin-right: 0;
}

.serveList dl dt {
	width: 100%;
	height: 210px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.serveList dl dt img {
	width: 100%;
	height: 210px;
	display: block;
}

.serveList dl dt p {
	position: absolute;
	width: 140px;
	height: 100px;
	background: url(../images/servebg.png)no-repeat top center;
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 22px 10px;
}

.serveList dl dt p i {
	display: block;
	width: 26px;
	height: 3px;
	background: #aaaaaa;
}

.serveList dl dt p span {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333333;
	padding: 15px 0;
}

.serveList dl dd {
	width: 210px;
	height: 186px;
	font-size: 18px;
	color: #1e2046;
	margin: 90px auto 0;
	line-height: 32px;
}

/* 服务内容 */
.content,
.contentOne {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 56px;
	position: relative;
}

.serveText i {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
}

.contentOne {
	margin-top: 22px;
	height: 270px;
	width: 100%;
	background: url(../images/contentbg.png)no-repeat top left;
}

.contentTwo {
	margin-top: 22px;
	height: 270px;
	width: 100%;
	background: url(../images/contentbg2.png)no-repeat top right;
}

.contentOne&gt;p {
	width: 90%;
	height: 265px;
	background: #f6f6f6;
	position: absolute;
	top: 0;

}

.contentbg {
	left: 0;
}

.contentBox {
	width: 983px;
	height: 270px;
	position: absolute;
	/* top: 0; */
	left: 0;
	/* bottom: 0; */
	right: 0;
	margin: 0 auto;
}

.contentBox dl {
	width: 220px;
	height: 270px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* padding-top: 45px; */
	float: left;
	margin-right: 34px;
}

.contentBox dl:last-child {
	margin-right: 0;
}

.contentBox dl dt {
	/* transform: scale(1.5,1); */
	font-size: 100px;
	color: #d1d1d1;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
}

.contentBox dl dt img {
	display: block;
	width: 158px;
	height: 75px;
	margin: 0 auto;
}

.contentBox dl dd {
	position: absolute;
	top: 92px;
	left: 0;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.contentBox ul {
	width: 452px;
	height: 270px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 60px;
}

.contentBox ul li {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-indent: 20px;

}

.contentBox ul&gt;p {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 24px;
}

.contentBox ul&gt;p:last-child {
	margin-top: 10px;
}

..contentTwo .contentBox dt {
	color: #42b0a1;
	opacity: .6;
}

/* .contentOne:hover dd,.contentOne:hover p,.contentOne:hover li{
	color: #fff;
}
.contentOne:hover,.contentBox:hover{
	background: #5dbdb0;
} */
.contentTwo .contentBox dd,
.contentOne p {
	color: #fff;
}

.contentTwo&gt;p {
	background: #5dbdb0;
}

@media screen and (max-width: 1440px) {
   .categoryBox p.green{
	   width: 45rem;
   }
   .categoryBox p.yellow{
	   width: 21.7rem;
   }
}


</pre></body></html>