@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 493px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}


/*导语*/

.leadAndForm {
	padding: 60px 0 60px 0;
}

.lf-wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 425px;
}

.lead h3 {
	font-size: 24px;
	font-weight: bold;
}

.lead p {
	font-size: 15px;
	line-height: 36px;
	padding-top: 15px;
}

.leadAndForm .ly-wrap {
	padding-top: 20px;
}


/*表單*/

.biaodan {
	width: 424px;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #FFFFFF;
	border: 6px solid #336699;
	position: absolute;
	top: -135px;
	right: 75px;
}

.form-tit {
	font-size: 24px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #666666;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.branch,
.Pchengji {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
}

.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.Pchengji {
	background: url(../img/score.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #336699 !important;
	width: 298px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	border: 1px solid #7183ff;
}


/*表單*/

.countryTab {
	height: 76px;
	width: 1000px;
	overflow: hidden;
	z-index: 999;
	margin: 0 auto;
	text-align: center;
}

.countryTab.fixedTop {
	left: 50%;
	margin-left: -500px;
	position: fixed;
	top: 0;
}

.countryTab li {
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	width: 185px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	margin: 0 5px;
	height: 76px;
}

.countryTab .uk-btn {
	background: url(../img/ukBtn.jpg) no-repeat center;
}

.countryTab .usa-btn {
	background: url(../img/usaBtn.jpg) no-repeat center;
}

.countryTab .aus-btn {
	background: url(../img/ausBtn.jpg) no-repeat center;
}

.countryTab .can-btn {
	background: url(../img/canBtn.jpg) no-repeat center;
}

.countryTab .nzl-btn {
	background: url(../img/nzlBtn.jpg) no-repeat center;
}

.countryTab li span {
	display: block;
	padding: 24px 0;
	background: url(../img/normalBtn.png) no-repeat center;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.countryTab li.active-country span,
.countryTab li:hover span {
	background: url(../img/activeBtn.png) no-repeat center;
}


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.sections.activeCountry {
	display: block !important;
}

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}

.pbnone {
	padding-bottom: 0;
}

.section.grayBg {
	background-color: #EEEEEE;
}

.sectionCon {
	width: 1000px;
	margin: 0 auto;
}

.sectionCon h3 {
	margin-bottom: 40px;
	text-align: center;
}

.sectionCon h3 b {
	font-size: 30px;
}

.sectionCon h3 span {
	display: block;
	font-size: 22px;
	margin-top: 10px;
}

.ly-wrap {
	width: 610px;
	margin: 0 auto;
}

.ly-link {
	display: block;
	height: 48px;
	width: 298px;
	font-size: 18px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 40px;
	cursor: pointer;
	border: 1px solid #336699;
}

.ly-link.left {
	background-color: #FFFFFF;
	color: #336699;
}

.ly-link.right {
	background-color: #336699;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 114px;
	width: 114px;
	position: absolute;
	top: -90px;
	right: 22px;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--understand-->*/

.understand {
	padding: 80px 0 60px;
}

.understand .sectionCon {
	overflow: hidden;
}

.knowList {
	margin-bottom: 40px;
}

.knowList h4 {
	color: #CC3333;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: bold;
}

.knowList p {
	line-height: 24px;
	color: #666666;
}

.understand-uk td,
.understand-usa td,
.understand-nzl td {
	padding-bottom: 20px;
	width: 460px;
	vertical-align: top;
}

.knowList2 td {
	width: 310px;
	vertical-align: top;
}

.understand td.pl70 {
	padding-left: 70px;
}

.understand td.pl35 {
	padding-left: 35px;
}

.understand .ly-link {
	margin-top: 0;
}

.tableTit {
	margin-bottom: 20px;
	font-size: 20px;
	color: #f08300;
	font-weight: bold;
	text-align: center;
}

.tableTit span {
	display: inline-block;
	position: relative;
}

.tableTit span:before,
.tableTit span:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 500px;
	background-color: #f08300;
	top: 10px;
}

.tableTit span:before {
	left: -500px;
}

.tableTit span:after {
	right: -500px;
}


/*<!--understand-->*/


/*<!--advan-->*/

.advanList li {
	background-color: #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	float: left;
	margin-right: 20px;
	padding: 30px 0;
}

.advan-uk .advanList li,
.advan-nzl .advanList li {
	width: 235px;
}

.advan-uk .advanList li {
	height: 368px;
}

.advan-usa .advanList li {
	width: 320px;
	height: 344px;
}

.advan-nzl .advanList li {
	height: 320px;
}

.advan-aus .advanList li {
	height: 344px;
	width: 192px;
	margin-right: 10px;
}

.advanList li.last {
	margin-right: 0;
}

.advanList b {
	display: table-cell;
	width: 235px;
	height: 75px;
	margin: 0 auto;
	vertical-align: middle;
}

.advan-usa .advanList b {
	width: 320px;
}

.advanList img {
	margin: 0 auto;
}

.advanList h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px;
}

.advanList p {
	color: #666666;
	line-height: 24px;
	padding: 0 30px;
}


/*<!--advan-->*/


/*<!--howToGet-->*/

.howTable {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #666666;
	width: 100%;
}

.howTable tr:nth-child(odd) {
	background-color: #F0F7FD;
}

.howTable tr:nth-child(even) {
	background-color: #FFFFFF;
}

.howTable th,
.howTable td {
	width: 50%;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	line-height: 26px;
	padding: 15px 20px;
}

.howTable th {
	font-size: 16px;
}

.howToGet-aus .howTable th,
.howToGet-can .howTable th,
.howToGet-nzl .howTable th {
	width: 20%;
	text-align: center;
}

.howToGet-nzl .howTable th {
	text-align: left;
}


/*<!--howToGet-->*/


/*<!--device-->*/

.deviceList li,
.noticeList li {
	float: left;
	width: 318px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.deviceList li.last,
.noticeList li.last {
	margin-right: 0;
}

.deviceList li.mb,
.noticeList li.mb {
	margin-bottom: 20px;
}

.deviceList h4,
.noticeList h4 {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	width: 488px;
	background-color: #656066;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.deviceList p,
.noticeList p {
	padding: 20px 18px;
	color: #666666;
	line-height: 24px;
	height: 144px;
}

.noticeList p {
	height: 120px;
}

.device-usa .deviceList li p,
.notice-usa .noticeList li p,
.device-aus .deviceList li p {
	height: 96px;
}

.device-nzl .deviceList li p {
	height: 72px;
}

.device-usa2 .deviceList li {
	width: 233px;
}

.notice-usa .noticeList li,
.device-nzl .deviceList li {
	width: 488px;
}

.notice-usa .noticeList h4 {
	text-align: left;
	text-indent: 20px;
}

.device-aus2 .deviceList h4 {
	font-size: 16px;
}

.device-aus2 .deviceList li p {
	height: auto;
	padding: 20px 18px 0;
}

.device-aus2 .deviceList li {
	padding-bottom: 20px;
	height: 524px;
}

.device-can .deviceList li p {
	height: 120px;
}


/*<!--device-->*/


/*<!--recUni-->*/

.uniList li {
	width: 233px;
	border: 1px solid #4B8ADA;
	float: left;
	margin-right: 20px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.recUni-aus .uniList li {
	height: 330px;
}

.recUni-nzl .uniList li {
	padding-bottom: 0;
}

.uniList li.mb {
	margin-bottom: 20px;
}

.uniList .last {
	margin-right: 0;
}

.uniList h4 {
	background-color: #4B8ADA;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	font-size: 15px;
}

.uniList h4:after {
	position: absolute;
	content: "";
	border: 8px solid transparent;
	border-left-width: 14px;
	border-right-width: 14px;
	border-top-color: #4B8ADA;
	bottom: -16px;
	left: 50%;
	margin-left: -14px;
}

.uniList h5 {
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.uniList .imgWrap {
	padding: 10px 0;
	height: 102px;
	width: 233px;
	display: table-cell;
	vertical-align: middle;
}

.uniList .imgWrap img {
	margin: 0 auto;
}

.uniList p {
	color: #666666;
	line-height: 24px;
	padding: 0 20px;
}

.uniList p {
	height: 144px;
}

.recUni-usa .uniList p,
.recUni-can .uniList p {
	height: 168px;
}

.recUni-aus .uniList p {
	height: auto;
	padding-top: 10px;
	line-height: 20px;
	font-size: 13px;
}

.recUni-aus .uniList a:hover {
	text-decoration: underline;
}

.uniList a {
	cursor: pointer;
	color: #666666;
}

.uniList .uni-ly {
	display: block;
	margin: 10px 0 0 20px;
	color: #336699;
	font-weight: bold;
	width: 140px;
}

.uni-ly:hover {
	text-decoration: underline;
}

.uniList .link {
	display: block;
	padding-left: 12px;
	position: relative;
}

.uniList .link:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}


/*<!--recUni-->*/


/*<!--rec-->*/

.rec {
	padding: 60px 0;
}

.rec-aus .recList {
	margin-top: 0;
}

.rec-aus .recList,
.howToGet-can .recList,
.qa-nzl .recList {
	padding: 0 169px;
}


/*<!--rec-->*/


/*<!--notice-->*/

.recList {
	margin-top: 40px;
}

.recList li {
	float: left;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	margin-right: 17px;
}

.recList li.mb {
	margin-bottom: 17px;
}

.recList .last {
	margin-right: 0;
}

.recList li:hover {
	-webkit-filter: saturate(2);
	-ms-filter: saturate(2);
	filter: saturate(2);
}


/*<!--notice-->*/


/*<!--qa-->*/

.qaTable {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.qaTable th,
.qaTable td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 50%;
}

.qaTable th {
	color: #FFFFFF;
	background-color: #656066;
	height: 70px;
	font-size: 18px;
}

.qaTable td {
	padding: 15px 20px;
	line-height: 24px;
	color: #666666;
}


/*<!--qa-->*/


/*<!--idpService-->*/

.serviceLis .service_txt h6 {
	color: #d4d9ff !important;
}


/*<!--idpService-->*/


/*<!--teachers-->*/

.teachers .picMarquee-left {
	padding: 0 30px;
	margin: 0 auto;
}


/*<!--teachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.idpAdvan h4 {
	margin-bottom: 40px;
}

.advantage dt {
	border-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/


/*底部*/

.foot {
	line-height: 28px;
}


/*底部*/

#doyoo_monitor {
	display: none !important;
}