<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;
}

#looyuLeft {
	z-index: 999;
}

#looyuMid {
	z-index: 999;
}


#nav {
	height: 105px;
	text-align: center;
	background-color: #fff;
}

.banner {
	width: 100%;
	background: url(../images/banner.png)no-repeat top center;
	height: 502px;
}

.closeBtnLeft {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.explain {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	background: #f0f2f4;
}

.explainText {
	width: 1100px;
	height: 154px;
	margin: 37px auto 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.explainText p {
	width: 1100px;
	height: 154px;
	position: relative;
}

.explainText p img.imgLeft {
	position: absolute;
	top: -10px;
	left: -28px;
}

.explainText p span {
	display: block;
	width: 1100px;
	height: 141px;
	background: #d8e5f3;
	padding: 24px 67px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 17px;
	color: #1d1f20;
	line-height: 33px;
}

.explainText p img.imgRight {
	position: absolute;
	right: 135px;
	bottom: 0px;
}

/* 标题 */
.titleBox {
	width: 1100px;
	height: 98px;
	margin: 65px auto 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.titleBox img.oneImg {
	width: 172px;
	height: 98px;
}

.titleBox div {
	width: 350px;
	height: 98px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 30px;
}

.titleBox div h6 {
	font-size: 42px;
	color: #000000;
	width: 100%;
	margin-bottom: 5;
}

.titleBox div span {
	display: block;
	width: 100%;
	height: 27px;
	overflow: hidden;
}

.titleBox div span img {
	display: inline-block;
	width: 75px;
	height: 18px;
}

.titleBox div span b {
	font-size: 22px;
	color: #000;
	padding-left: 40px;
	font-weight: normal;
}

.titleBox img.downImg {
	width: 80px;
	height: 85px;
	margin-top: -13px;
	margin-left: 448px;
}



/* 内容区域 */
.contentBox {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #f0f2f4;
	padding-bottom: 40px;
}
.navBox.fix{
    height: 120px;
    position: fixed;
    top:0; 
    left: 0;
    z-index: 99;
}
.navBox.fix .navContent div img,.navBox.fix .navContent div.navAction img {
	display: none;
}
.navBox.fix .navContent {padding-top: 0;}
.navBox {
	width: 100%;
	height: 335px;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.navContent {
	width: 1100px;
	height: 335px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 35px;
}

.navContent div {
	width: 150px;
	height: 265px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.navContent div img {
	display: block;
	width: 150px;
	height: 150px;
}

.navContent div p {
	width: 110px;
	float: right;
	text-align: center;
	margin-top: 12px;
	color: #000000;
	font-size: 21px;
}

.navContent div p span {
	display: block;
}

.navContent div a {
	display: block;
	width: 110px;
	height: 29px;
	background: #e8f1fc;
	float: right;
	text-align: center;
	line-height: 29px;
	font-size: 14px;
	color: #333333;
	border-radius: 10px;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}

.navContent div .imgCheck {
	display: none;
}

.navContent div.navAction .imgCheck {
	display: block;
}

.navContent div.navAction .imgLogo {
	display: none;
}

.navContent div.navAction p {
	color: #ff9422;
}

.navContent div.navAction a {
	background: #ff9422;
	color: #FFFFFF;
}

.navContent div.navAction a:after {
	position: absolute;
	right: 0;
	top: 29px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #ff9422 transparent;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


.ameBanner {
	width: 1100px;
	margin: 49px auto 0;
	box-sizing: border-box;
}

.ameBanner img {
	display: block;
	width: 1137px;
	height: 157px;
	margin-left: -42px;
}



.nationalityBox {
	width: 1100px;
	box-sizing: border-box;
	/* overflow: hidden; */
	margin: 36px auto 0;
	/* background: gold; */
}

.americaBox,
.advantage {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}

.americaBox {
	display: none;
}

.titleNation {
	width: 100%;
	padding: 22px 0;
	overflow: hidden;
}

.titleNation h6 {
	font-size: 32px;
	color: #000000;
	float: left;
}

.titleNation img {
	width: 76px;
	height: 18px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}

.advantage ul {
	width: 1100px;
	background: #d8e5f3;
	height: 103px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 37px 0 22px;
	border-radius: 10px;
	flex-wrap: wrap;
}

.advantage ul li {
	font-size: 21px;
	color: #000;
	margin-right: 55px;
}

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

.advantage ul li i {
	font-style: normal;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 12px;
	line-height: 21px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
}

.condition {
	width: 1100px;
	margin: 0 auto;
	margin-top: 22px;
	margin-bottom: 50px;
}

.conditionNav {
	width: 1035px;
	margin: 10px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.conditionNav li {
	width: 297px;
	height: 77px;
	background: url(../images/check.png)no-repeat 100% 100%;
	cursor: pointer;

}

.conditionNav&gt;img {
	margin-top: 21px;
}

.conditionNav li span {
	display: block;
	width: 297px;
	height: 58px;
	margin-top: 19px;
	text-align: center;
	line-height: 58px;
	font-size: 30px;
	color: #333;
	background-size: 100% 100%;
}

.educationNav li.educationActive,
.costNav li.costActive,
.educationCan li.educanActive,
.costNavcan li.costNavcanActive,
.engTabNav li.engTabCheck,
.engcostNav li.engcostActive,
.austionNav li.austActive,
.austcostNav li.austcostActive,
.newcostNav li.newcostActive,
.europetwoNav li.europetwoCheck {
	background: url(../images/checkon.png)no-repeat 100% 100%;
}

.educationNav li.educationActive span,
.costNav li.costActive span,
.educationCan li.educanActive span,
.costNavcan li.costNavcanActive span,
.engTabNav li.engTabCheck span,
.engcostNav li.engcostActive span,
.austionNav li.austActive span,
.austcostNav li.austcostActive span,
.newcostNav li.newcostActive span,
.europeNav li.europeCheck span,
.europetwoNav li.europetwoCheck span,
.europeNavthree li.europeCheckthree span,
.asiaTab li.asiaTabCheck span,
.asiaTab2 li.asiaTabCheck2 span {
	color: #FFFFFF;
}

.europeNav li {
	width: 140px;
	height: 55px;
	background: transparent;
}

.europeNav li.europeCheck {
	background: url(../images/asicheck.png)no-repeat 100% 100%;
}

.europeNavthree li.europeCheckthree,
.asiaTab li.asiaTabCheck,
.asiaTab2 li.asiaTabCheck2 {
	background: url(../images/const.png)no-repeat 100% 100%;
}

.europeNav li span {
	width: 139px;
	font-size: 22px;
	height: 36px;
	line-height: 33px;
	border: 2px solid #006eeb;
	box-sizing: border-box;
}

.europeNav img {
	display: block;
	width: 40px;
	margin-top: 19px;
}

.europeNavthree li,
.asiaTab li,
.asiaTab2 li {
	width: 167px;
	height: 55px;
	background: transparent;
}

.europeNavthree img,
.asiaTab img,
.asiaTab2 img {
	width: 50px;
	display: block;
	margin-top: 19px;
}

.europeNavthree li span,
.asiaTab li span,
.asiaTab2 li span {
	width: 167px;
	font-size: 22px;
	height: 36px;
	line-height: 33px;
	border: 2px solid #006eeb;
	box-sizing: border-box;
}

.condContent {
	width: 100%;
	margin: 37px auto 0;
	box-sizing: border-box;
}

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

.graduate {
	width: 1100px;
	box-sizing: border-box;
	margin-bottom: 17px;
}

.graduateNav {
	width: 100%;
	box-sizing: border-box;
	padding-left: 36px;
	height: 37px;
}

.graduateNav li {
	width: 112px;
	height: 30px;
	border: 1px solid #333333;
	font-size: 18px;
	color: #333333;
	text-align: center;
	float: left;
	border-radius: 8px;
	line-height: 30px;
	position: relative;
	margin-right: 14px;
	cursor: pointer;
}

.graduateNav li.graduActive,
.middleNav li.middActive,
.studyNav li.studyActive,
.regularNav li.regularActive,
.tuitionNav li.tuitionActive,
.navOne li.navoneActive,
.navTwo li.navtwoActive,
.navThree li.navthreeActive,
.engnavOne li.engoneActive,
.engtwonav li.engtwoCheck,
.engnavThree li.navengActive,
.austNav li.austnavActive,
.austTwoNav li.austTwoActive,
.austmiddleNav li.austmiddActive,
.asianOne li.asianCheck,
.asianOne2 li.asianCheck2,
.asianOne3 li.asianCheck3,
.signNav li.signCheck,
.Malaysia li.MalaysiaCheck {
	color: #fff;
	background: #ff9422;
	border: 1px solid #ff9422;
}

.graduateNav li.graduActive:after,
.middleNav li.middActive:after,
.studyNav li.studyActive:after,
.regularNav li.regularActive:after,
.tuitionNav li.tuitionActive:after,
.navOne li.navoneActive:after,
.navTwo li.navtwoActive:after,
.navThree li.navthreeActive:after,
.engnavOne li.engoneActive:after,
.engtwonav li.engtwoCheck:after,
.engnavThree li.navengActive:after,
.austNav li.austnavActive:after,
.austTwoNav li.austTwoActive:after,
.austmiddleNav li.austmiddActive:after,
.asianOne li.asianCheck:after,
.asianOne2 li.asianCheck2:after,
.asianOne3 li.asianCheck3:after,
.signNav li.signCheck:after,
.Malaysia li.MalaysiaCheck:after {
	position: absolute;
	right: 0;
	top: 29px;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-width: 7px 7px 0 7px;
	border-style: solid;
	border-color: #ff9422 transparent;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.textDesc ul {
	width: 1100px;
	box-sizing: border-box;
	background: #FFFFFF;
	min-height: 150px;
	border-radius: 10px;
	margin-top: 10px;
	box-shadow: 0px 3px 20px #d0d0d0;
	-moz-box-shadow: 0px 3px 20px #d0d0d0;
	-webkit-box-shadow: 0px 3px 20px #d0d0d0;
	width: 100%;
	box-sizing: border-box;
	padding: 35px 40px;
	display: none;
}

/* .textDesc ul.textDescActive{
	display: block;
} */
.textDesc ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.textDesc ul&gt;p {
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	width: 100%;
	margin-bottom: 30px;
}

.textDesc ul li b {
	display: inline-block;
	width: 93px;
	height: 28px;
	background: #006eeb;
	color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	line-height: 28px;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	margin-right: 8px;
	float: left;
}

.textDesc ul li span {
	font-size: 17px;
	color: #000000;
	display: block;
	float: left;
	width: 900px;
	line-height: 30px;
}

.textDesc .middleBox li b,
.textDesc .austmiddle li b {
	display: block;
	width: 100%;
	height: 28px;
	color: #006eeb;
	font-size: 17px;
	font-weight: normal;
	margin-right: 8px;
	text-align: left;
	background: transparent;
	font-weight: bold;
}

.textDesc .canthreeBox li b {
	/* display: block; */
	/* width: 100%; */
	height: 28px;
	color: #006eeb;
	font-size: 17px;
	font-weight: normal;
	margin-right: 8px;
	text-align: left;
	background: transparent;
	font-weight: bold;
}

.textDesc .middleBox li span i,
.textDesc .austmiddle li span i {
	display: block;
	width: 100%;
	font-style: normal;
	font-size: 17px;
	color: #000000;
}

.textDesc .costStund li b,
.textDesc .costStund2 li b,
.textDesc .engcostStund li b {
	display: inline-block;
	height: 28px;
	color: #006eeb;
	font-size: 17px;
	font-weight: normal;
	/* margin-right: 8px; */
	text-align: left;
	background: transparent;
	font-weight: bold;
	width: auto;
	float: none;
}

.textDesc .austcostStund li b {
	background: transparent;
	color: #006eeb;
	width: auto;
}

.textDesc .costStund span em,
.textDesc .costStund2 span em,
.textDesc .engcostStund span em,
.textDesc .austcostStund span em {
	font-style: normal;
	padding-right: 20px;
	display: inline-block;
}

.textDesc .costStund span,
.textDesc .costStund2 span,
.textDesc .engcostStund span {
	display: inline;
	width: auto;
	float: none;
}
.textDesc .costStund2{
	display: block;
}

.textDesc ul.engcostStund,
.textDesc ul.austcostStund,
.textDesc ul.fearchBox {
	display: block;
}

.textDesc ul.fearchBox h6 {
	width: 100%;
	font-size: 21px;
	color: #000;
	margin-bottom: 10px;
}

.btnBox {
	width: 1100px;
	height: 56px;
	margin: 45px auto 20px;
}

.btnBox a {
	display: inline-block;
	width: 341px;
	height: 56px;
	background: #ffda00;
	text-align: center;
	line-height: 56px;
	border-radius: 10px;
	font-size: 22px;
}

.btnBox a.consult {
	margin-left: 124px;
	color: #006eeb;
}

.btnBox a.more {
	margin-left: 172px;
	color: #fff;
	background: #ff9422;
}


.logoBox {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 26px auto 47px;
}

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

.logoText {
	width: 100%;
	/* 	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; */
	flex-wrap: wrap;
	min-height: 492px;
}

.logoText dl {
	width: 515px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 40px;
	float: left;
}

.logoText dl:nth-child(2n) {
	margin-left: 70px;
}

.logoText dl dt {
	width: 110px;
	height: 111px;
	background: url(../images/logobg.png)no-repeat 100% 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	margin-top: 28px;
}

.logoText dl dd {
	width: 394px;
	height: 138px;
	background: url(../images/logobg2.png)no-repeat 100% 100%;
	position: relative;
}

.logoText dl dd p {
	width: 100%;
	margin: 12px 25px;
	font-size: 21px;
	color: #000;
	font-weight: bold;
}

.logoText dl dd i {
	display: block;
	width: 51px;
	height: 2px;
	background: #cccccc;
	margin-left: 29px;
	margin-bottom: 10px;
}

.logoText dl dd span {
	display: block;
	margin-left: 28px;
	box-sizing: border-box;
	font-size: 14px;
	color: #454545;
	line-height: 20px;
}

.logoText dl dd img {
	width: 19px;
	height: 18px;
	position: absolute;
	right: 25px;
	top: 19px;
}

.tabNav,
.contabNav,
.engNav,
.austNavTab ,
.asNav{
	width: 1100px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
}

.tabNav li,
.contabNav li,
.engNav li,
.austNavTab li,
.asNav li{
	width: 46px;
	height: 8px;
	background: #c0d8f2;
	cursor: pointer;
}

.tabNav li:first-child,
.contabNav li:first-child,
.engNav li:first-child,
.austNavTab li:first-child,
.asNav li:first-child{
	margin-right: 26px;
}

.tabNav li.tabActive,
.contabNav li.tabconActive,
.engNav li.engtabActive,
.austNavTab li.austCheck,
.asNav li.astabActive{
	background: #006eeb;
}

.tableBox,
.newcostList {
	width: 1100px;
	box-sizing: border-box;
	background: #FFFFFF;
	min-height: 150px;
	border-radius: 10px;
	margin-top: 10px;
	box-shadow: 0px 3px 20px #d0d0d0;
	-moz-box-shadow: 0px 3px 20px #d0d0d0;
	-webkit-box-shadow: 0px 3px 20px #d0d0d0;
	width: 100%;
	box-sizing: border-box;
	padding: 35px 30px;
	margin-top: 35px;
	display: none;
	overflow: hidden;
}

table,
th,
td {
	border: 1px solid black;
}

.tableBox dl {
	display: inline-block;
	width: 500px;
	border-left: #c1c1c1 solid 1px;
	border-top: #c1c1c1 solid 1px;
	box-sizing: border-box;
}

.tableBox dl span {
	display: inline-block;
	text-align: center;
	font-size: 19px;
	color: #000;
	border-right: #c1c1c1 solid 1px;
	border-bottom: #c1c1c1 solid 1px;
}

.tableBox dl dt,
.tableBox dl dd {
	width: 100%;
	background: #e8f1fc;
	height: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tableBox dl:first-child {
	margin-right: 34px;
}

.tableBox dl dd {
	background: #ffffff;

}

.tableBox dl dd span {
	font-size: 18px;
}

.tableBox dl dd:nth-child(2n) {
	background: #fffbf6;
}

.tableBox dl dt span,
.tableBox dl dd span {
	height: 34px;
	width: 148px;
	box-sizing: border-box;
	line-height: 34px;
}

.tableBox dl dt span:nth-child(2),
.tableBox dl dd span:nth-child(2) {
	width: 190px;
}

.tableBox dl dt span:nth-child(3),
.tableBox dl dd span:nth-child(3) {
	width: 160px;
}

.tableBox ol {
	width: 300px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 33px;
	box-sizing: border-box;
}

.tableBox ol li {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 5px;
}

dl.regularTable dt span:nth-child(1),
dl.regularTable dd span:nth-child(1) {
	width: 130px;
}

dl.regularTable dt span:nth-child(3),
dl.regularTable dd span:nth-child(3) {
	width: 195px;
}

dl.regularTable dt span:nth-child(2),
dl.regularTable dd span:nth-child(2) {
	width: 195px;
}

dl.regularTable dt span:nth-child(4),
dl.regularTable dd span:nth-child(4) {
	width: 195px;
}

.tableBox&gt;div {
	width: 470px;
	height: 140px;
	background: #fafcfe;
	margin-bottom: 25px;
	display: inline-block;
	margin-left: 20px;
}

.tableBox&gt;div:nth-child(2n) {
	margin-left: 54px;
}

.tableBox&gt;div h6 {
	width: 100%;
	height: 43px;
	background: #e1eefc;
	text-align: center;
	font-size: 18px;
	line-height: 43px;
}

.tableBox&gt;div p {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	padding: 10px 25px;
	box-sizing: border-box;
	width: 100%;
}

.descTitle {
	width: 1100px;
	padding-left: 30px;
	width: 100%;
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

div.middleCost {
	width: 340px;
	height: 300px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

div.middleCost h6,
div.university h6 {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	background: #d9e9fc;
	font-size: 21px;
	color: #000;
}

div.middleCost ol {
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	padding: 5px 25px;
	border: 1px solid #e5e5e5;
}

div.middleCost ol li {
	width: 100%;
	margin-top: 15px;
}

div.middleCost ol li b {
	color: #006eeb;
	font-size: 18px;
	text-align: left;
}

div.middleCost ol li span {
	display: block;
	width: 100%;
	padding-top: 10px;
	color: #000;
	font-size: 14px;
}

div.university {
	width: 680px;
	height: 300px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 18px;
	float: right;
}

div.university ol {
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

div.university ol li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.university ol li:first-child {
	height: 46px;
	background: #fff;
}

div.university ol li:first-child p:first-child {
	border-right: 1px solid #e5e5e5;
	width: 69px;
	height: 46px;
}

div.university ol li:first-child p {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	height: 46px;
	color: #006eeb;
	width: 122px;
	border-right: 1px solid #e5e5e5;
}

div.university ol li:first-child p:last-child,
div.university ol li:nth-child(2) span:last-child,
div.university ol li:nth-child(3) span:last-child,
div.livelihood ol li:first-child p:last-child,
div.livelihood ol li:nth-child(2) span:last-child,
div.livelihood ol li:nth-child(3) span:last-child,
div.livelihood ol li:nth-child(4) span:last-child,
div.livelihood ol li:nth-child(5) span:last-child {
	border-right: none;
}

div.university ol li:nth-child(2) {
	height: 104px;
	background: #fffbf6;
}

div.university ol li b:first-child {
	display: inline-block;
	height: 104px;
	border-right: 1px solid #e5e5e5;
	width: 68px;
	color: #006eeb;
	font-size: 18px;
	text-align: center;
	line-height: 104px;
}

div.university ol li span {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	height: 104px;
	color: #666666;
	width: 122px;
	border-right: 1px solid #e5e5e5;
	padding: 18px 10px;
	box-sizing: border-box;
}

div.university ol li:nth-child(3) {
	height: 108px;
	background: #f6fcff;
}

div.livelihood {
	width: 100%;
	height: 320px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 18px;
	float: right;
}

div.livelihood ol {
	width: 100%;
	height: 320px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

div.livelihood ol li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 68px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

div.livelihood ol li:first-child {
	height: 46px;
}

div.livelihood ol li:first-child p {
	width: 140px;
	line-height: 46px;
	height: 46px;
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	color: #006eeb;
}

div.livelihood ol li:first-child {
	background: #d9e9fc;
}

div.livelihood ol li:first-child p:first-child {
	width: 166px;
}

div.livelihood ol li:first-child p:last-child {
	width: 246px;
}

div.livelihood ol li:nth-child(2n) {
	background: #fffbf6;
}

div.livelihood ol li:nth-child(3),
div.livelihood ol li:nth-child(5) {
	background: #f6fcff;
}

div.livelihood ol li span {
	display: inline-block;
	width: 140px;
	height: 68px;
	border-right: 1px solid #e5e5e5;
	padding: 15px 10px;
	box-sizing: border-box;
}

div.livelihood ol li span:last-child {
	width: 246px;
}

div.livelihood ol li b {
	display: inline-block;
	width: 166px;
	height: 68px;
	text-align: center;
	font-size: 18px;
	color: #006eeb;
	border-right: 1px solid #e5e5e5;
	line-height: 58px;
}

ul.examination {
	background: transparent;
	box-shadow: 0px 3px 20px transparent;
	-moz-box-shadow: 0px 3px 20px transparent;
	-webkit-box-shadow: 0px 3px 20px transparent;
	padding: 0;
	display: block;
	min-height: 0;

}

.priceList,
.priceList dl {
	width: 1100px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.priceList dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
}

.priceList dl dt {
	background: #006eeb;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 279px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;

}

.priceList dl dd {
	width: 900px;
	padding: 30px 80px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	height: 279px;
}

.priceList dl dd span {
	display: block;
	font-size: 17px;
	color: #121212;
	margin-bottom: 20px;

}

div.tabeAsian div{
	width: 1100px;
	box-sizing: border-box;
	background: #FFFFFF;
	min-height: 150px;
	border-radius: 10px;
	margin-top: 10px;
	box-shadow: 0px 3px 20px #d0d0d0;
	-moz-box-shadow: 0px 3px 20px #d0d0d0;
	-webkit-box-shadow: 0px 3px 20px #d0d0d0;
	width: 100%;
	box-sizing: border-box;
	padding: 35px 30px;
	margin-top: 35px;
	/* display: none; */
	overflow: hidden;
}
div.tabeAsian div ol{
	width: 990px;
	height: 190px;
	border:1px solid #dee2e6;
	margin:0 auto;
}
div.tabeAsian div ol&gt;p{
	width: 100%;
	height: 47px;
	background: #ebf7ff;
	border-bottom:1px solid #dee2e6;
	line-height: 47px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
div.tabeAsian div ol&gt;p span{
	display: inline-block;
	width: 234px;
	text-align: center;
	border-left:1px solid #dee2e6;
	font-size: 18px;
	color: #44474e;
}
div.tabeAsian div ol&gt;p span:first-child{
	width: 286px;
	border-left:1px solid transparent;
}
div.tabeAsian div ol&gt;li{
	width: 100%;
	height: 140px;
	background: #ebf7ff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
div.tabeAsian div ol&gt;li&gt;p{
	width:234px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	height: 140px;
	border-left:1px solid #dee2e6;
	font-size: 18px;
	flex-wrap:wrap ;
	color: #44474e;
	background: #FFFFFF;
}
div.tabeAsian div ol&gt;li&gt;p:first-child{
	width: 286px;
	border-left:1px solid transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
div.tabeAsian div ol&gt;li &gt;p span{
	font-size: 14px;
	color: #44474e;
	display: block;
	width: 100%;
}









/* 02留学申请 */
.studyingBox {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	background: #fff;
}

.applyContent {
	width: 1070px;
	height: 543px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	flex-wrap: wrap;
	margin: 27px auto 60px;
}

.applyContent a {
	display: block;
	width: 323px;
	height: 213px;
}

.applyContent li {
	width: 323px;
	height: 213px;
	background: url(../images/manual.png)no-repeat top center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	/*元素的排列方向为垂直*/
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/*水平居中对齐*/
	margin-top: 37px;
}

.applyContent li img {
	display: block;
	margin: 0 auto;
}

.applyContent li p {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.applyContent li p span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
}

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