@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/headImg.jpg) no-repeat center top;
	position: relative;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}

.headCon * {
	display: block;
}

.headCon span {
	font-size: 30px;
}

.headCon b {
	font-size: 52px;
	margin: 32px 0;
	color: #333399;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 560px;
}

.headCon em {
	font-size: 26px;
	font-weight: bold;
	color: #333399;
	background: -webkit-linear-gradient(left, #333399, #0099FF);
	background: -moz-linear-gradient(left, #333399, #0099FF);
	background: linear-gradient(left, #333399, #0099FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 485px;
}


/*导语*/

.leadAndForm {
	padding: 60px 0 80px;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 500px;
	float: left;
}

.lead h3 {
	font-size: 28px;
	font-weight: bold;
}

.lead p {
	color: #666666;
	line-height: 28px;
	padding: 15px 0 18px 0;
}

.leadAndForm .ly-wrap {
	padding-top: 20px;
}


/*表單*/

.biaodan {
	width: 424px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #F3F4F8;
	float: right;
}

.form-tit {
	font-size: 24px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select,
.biaodan2 form input,
.biaodan2 form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #666666;
}

.biaodan form input,
.biaodan2 form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.branch,
.Pchengji,
.step,
.Mschool {
	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;
}

.step {
	background: url(../img/appStage.jpg) no-repeat center;
}

.Mschool {
	background: url(../img/Mschool.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #51c21a !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 #51c21a;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

#submit:hover {
	background-color: #419b15 !important;
}

.biaodan2 {
	background-color: #F3F4F8;
	padding: 70px 0 100px;
	position: relative;
	overflow: hidden;
}

.biaodan2 form div {
	margin-bottom: 20px;
}

.biaodan2 .form-tit {
	padding-left: 380px;
	text-align: left;
	width: 620px;
	margin: 0 auto 20px;
	font-weight: bold;
	line-height: 36px;
}

.registerform2 {
	padding-left: 380px;
	width: 620px;
	margin: 0 auto;
	position: relative;
}

.registerform2 #submit {
	margin-left: 4px;
}

.registerform2:before {
	content: "";
	position: absolute;
	background: url(../img/formBg.png) no-repeat center;
	width: 425px;
	height: 435px;
	top: -155px;
	left: -50px;
}


/*表單*/

.countryWrap {
	height: 215px;
	width: 100%;
}

.countryTab {
	width: 100%;
	overflow: hidden;
	z-index: 9;
	text-align: center;
	background-color: #FFFFFF;
}

.countryTab.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
}

.countryTab ul {
	width: 1000px;
	margin: 0 auto;
}

.countryTab li {
	width: 140px;
	float: left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-right: 75px;
	position: relative;
}

.countryTab li:after {
	content: "";
	position: absolute;
	height: 140px;
	width: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .4);
	top: 0;
	left: 0;
	-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 .nzl-btn {
	margin-right: 0;
}

.countryTab li span {
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #666666;
	padding: 15px 0 25px;
}

.countryTab li.active-country:after,
.countryTab li:hover:after {
	background: transparent;
}

.countryTab li.active-country span,
.countryTab li:hover span {
	background: url(../img/activeCountry.png) no-repeat center bottom;
	color: #2A34A8;
	font-weight: bold;
}


/*shadow:9b9fae*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.sections h2 {
	font-size: 45px;
	width: 1000px;
	margin: 60px auto 0;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

.sections h2 span {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}

.sections h2 span:before,
.sections h2 span:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 500px;
	top: 50%;
	background-color: #CCCCCC;
}

.sections h2 span:before {
	left: -500px;
}

.sections h2 span:after {
	right: -500px;
}

.sections.activeCountry {
	display: block !important;
}

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}

.pbnone {
	padding-bottom: 0;
}

.section.grayBg {
	background-color: #F3F4F8;
}

.sectionCon {
	width: 1000px;
	margin: 0 auto;
}

.sectionCon h3 {
	margin-bottom: 40px;
	text-align: center;
	background: url(../img/titTop.png) no-repeat center top;
	padding-top: 30px;
}

.sectionCon h3 b {
	font-size: 34px;
}

.sectionCon h3 span {
	display: block;
	font-size: 24px;
	margin-top: 10px;
	color: #666666;
}

.ly-wrap {
	width: 610px;
	margin: 0 auto;
	clear: both;
}

.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;
	cursor: pointer;
	border: 1px solid #51c21a;
	color: #51c21a;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	-ms-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin: 40px auto 0;
}

.ly-link:hover {
	background-color: #51c21a;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 112px;
	width: 112px;
	position: absolute;
	top: -120px;
	left: 20px;
	background: url(../img/connect.png) no-repeat center;
}

.tab {
	text-align: center;
	margin-bottom: 40px;
}

.tab li {
	display: inline-block;
	width: 182px;
	height: 48px;
	border: 1px solid #333399;
	color: #333399;
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	cursor: pointer;
	margin: 0 2px;
}

.tab li.active {
	background-color: #333399;
	color: #FFFFFF;
	font-weight: bold;
}

.contents .content {
	display: none;
}

.contents .active {
	display: block;
}


/*********************<!--公共模块-->**********************/


/*<!--data-->*/

.dataList li {
	float: left;
	text-align: center;
	position: relative;
}

.dataList-3 li {
	width: 33.33%;
}

.dataList-4 li {
	width: 25%;
}

.dataList li:after {
	position: absolute;
	content: "";
	height: 40px;
	top: 50%;
	margin-top: -20px;
	width: 1px;
	background-color: #CCCCCC;
	right: 0;
}

.dataList li.last:after {
	background-color: transparent;
}

.dataList b {
	display: inline-block;
	font-size: 40px;
	color: #0099FF;
	font-weight: normal;
	position: relative;
	left: -5px;
}

.dataList b:after {
	content: "+";
	position: absolute;
	top: 5px;
	right: -20px;
	font-size: 24px;
}

.dataList span {
	display: block;
	font-size: 18px;
	color: #666666;
	margin-top: 10px;
}


/*<!--data-->*/


/*<!--chart-->*/

.notice {
	line-height: 24px;
	padding-top: 30px;
}

.chartCon p {
	width: 450px;
	padding: 60px 20px 0 0;
	line-height: 28px;
}


/*<!--chart-->*/


/*<!--successfunCase-->*/

.uni-tab li {
	display: block;
	border: none;
	float: none;
	margin: 0 0 20px;
	position: relative;
	width: 130px;
	text-align: center;
}

.successfunCase-aus .uni-tab li,
.successfunCase-can .uni-tab li,
.successfunCase-nzl .uni-tab li {
	margin-bottom: 10px;
}

.uni-tab li a {
	display: block;
	cursor: pointer;
}

.uni-tab li a:after {
	display: none;
}

.uni-tab li.active a:after {
	display: block;
	content: "";
	position: absolute;
	width: 124px;
	height: 44px;
	background: url(../img/activeUni.png) no-repeat center;
	top: 0;
	left: 0;
	border: 3px solid #0099FF;
}

.uni-tab span {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}

.uni-tab li.active {
	background-color: transparent;
}

.uni-tab li.active span {
	display: block;
	color: #0099FF;
	font-weight: bold;
}

.sucCon {
	width: 840px;
	float: right;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 6px 15px #CCCCCC;
	-moz-box-shadow: 2px 6px 15px #CCCCCC;
	box-shadow: 2px 6px 15px #CCCCCC;
}

.sucCon .content {
	padding: 40px;
}

.stu-icon {
	width: 88px;
	line-height: 44px;
	float: left;
	text-align: center;
}

.stu-icon b {
	color: #0099FF;
	font-size: 18px;
}

.sucAbs {
	float: right;
	width: 590px;
	line-height: 24px;
	color: #666666;
	border-left: 1px solid #CCCCCC;
	padding-left: 40px;
}

.sucAbs h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sucAbs h4 a {
	color: #333333;
}

.sucAbs b {
	color: #333333;
}

.suc-item {
	margin-bottom: 50px;
}

.successfunCase-aus .suc-item {
	min-height: 267px;
}

.successfunCase-can .suc-item {
	min-height: 234px;
}

.suc-item.last {
	margin-bottom: 0;
}

.sucAbs a {
	color: #51c21a;
}

.sucAbs a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*<!--successfunCase-->*/


/*<!--offerScu-->*/

.sectionCon .tab {
	margin-bottom: 30px;
}

.sucOfferSlide,
.offerSlide {
	width: 1000px;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.offerSlide {
	padding-bottom: 0;
}

.sucOfferSlide .hd .prev,
.sucOfferSlide .hd .next,
.offerSlide .hd .prev,
.offerSlide .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 2;
}

.offerSlide .hd .prev,
.offerSlide .hd .next {
	margin-top: -23px;
}

.sucOfferSlide .hd .prev,
.offerSlide .hd .prev {
	background: url(../img/prevBtn.png) no-repeat center;
	left: 0;
}

.sucOfferSlide .hd .prev:hover,
.offerSlide .hd .prev:hover {
	background: url(../img/activePrevBtn.png) no-repeat center;
}

.sucOfferSlide .hd .next,
.offerSlide .hd .next {
	right: 0;
	background: url(../img/nextBtn.png) no-repeat center;
}

.sucOfferSlide .hd .next:hover,
.offerSlide .hd .next:hover {
	background: url(../img/activeNextBtn.png) no-repeat center;
}

.sucOfferSlide .hd ul {
	width: 1000px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sucOfferSlide .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 1px solid #333333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sucOfferSlide .hd ul li.on {
	background-color: #333333;
}

.sucOfferSlide .bd,
.offerSlide .bd {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

.sucOfferSlide .bd ul,
.offerSlide .bd ul {
	overflow: hidden;
	zoom: 1;
}

.sucOfferSlide .bd ul li,
.offerSlide .bd ul li {
	width: 370px;
	height: 490px;
	background-color: #FFFFFF;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 10px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	padding: 35px 30px;
	position: relative;
}

.sucOfferSlide img {
	margin: 0 auto;
}

.sucOfferSlide h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}

.sucOfferSlide p {
	text-align: left;
	line-height: 32px;
	color: #666666;
}

.sucOfferSlide p b {
	color: #333333;
}

.sucOfferSlide .stu-name {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #0099FF;
	line-height: 48px;
}

.sucOfferSlide span {
	color: #0099FF;
}

.sucOfferSlide h4 a {
	color: #333333;
}

.sucOfferSlide .caseDet {
	color: #51c21a;
	font-size: 16px;
	position: absolute;
	bottom: 30px;
	width: 90px;
	left: 50%;
	margin-left: -45px;
}

.sucOfferSlide .caseDet:hover {
	font-weight: bold;
}


/*<!--offerScu-->*/


/*<!--table-->*/

.tableCon {
	height: 414px;
	overflow-y: auto;
	border: 1px solid #E5E5E5;
	border-right: 0;
}

.t-head,
.t-body {
	width: 980px;
}

.t-head th,
.t-body td,
.t-body th {
	text-align: center;
	padding: 15px 10px;
	color: #666666;
	border-right: 2px solid #FFFFFF;
	font-size: 13px;
}

.t-head th {
	background-color: #2630A8;
	color: #FFFFFF;
	font-size: 15px;
}

.t-head th:last-of-type,
.t-body td:last-of-type,
.t-body th:last-of-type {
	border-right: 0;
}

.t-body tr:nth-child(odd) {
	background-color: #FFFFFF;
}

.t-body tr:nth-child(even) {
	background-color: #E5F3FE;
}

.t-body a {
	color: #51c21a;
	cursor: pointer;
}

.t-body a:hover {
	text-decoration: underline;
}


/*<!--table-->*/


/*<!--offer-->*/

.offerSlide .bd ul li {
	width: 280px;
	height: 373px;
	padding: 0;
}


/*<!--offer-->*/


/*<!--document-->*/

.document h4 {
	height: 50px;
	line-height: 50px;
	width: 450px;
	background: -webkit-linear-gradient(left, #0099FF, #33CCCC);
	background: -o-linear-gradient(left, #0099FF, #33CCCC);
	background: -moz-linear-gradient(left, #0099FF, #33CCCC);
	background: -ms-linear-gradient(left, #0099FF, #33CCCC);
	background: linear-gradient(left, #0099FF, #33CCCC);
	margin: 30px auto 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background: #0099FF\0;
}

.docAbs {
	line-height: 28px;
	text-align: center;
}

.t-tab li {
	display: block;
	float: left;
	border: 0;
	height: 160px;
	width: 160px;
	margin-right: 47px;
	position: relative;
}

.t-tab li.last {
	margin-right: 0;
}

.t-tab li.active {
	background-color: transparent;
}

.t-tab li span {
	display: block;
	width: 160px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 160px;
	color: #FFFFFF;
	opacity: 0;
	background: url(../img/activeTeacher.png) no-repeat center;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.t-tab li.active span,
.t-tab li:hover span {
	opacity: 1;
	font-weight: normal;
}

.docCon h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 20px;
}

.docCon p {
	color: #666666;
	line-height: 28px;
	padding: 0 20px;
	text-indent: 28px;
}


/*<!--document-->*/


/*<!--rec-->*/

.rec-aus {
	padding-bottom: 80px;
}

.recList li {
	float: left;
	margin-right: 35px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.recList li.mb {
	margin-bottom: 35px;
}

.recList li.last {
	margin-right: 0;
}

.recList li:hover {
	filter: contrast(1.5);
}


/*<!--rec-->*/


/*<!--enroll-->*/

.enroll {
	padding-bottom: 80px;
}

.en-table {
	width: 1000px;
	line-height: 24px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	color: #666666;
}

.en-table tr:nth-child(odd) {
	background-color: #F3F4F8;
}

.en-table2 tr:nth-child(odd) {
	background-color: #E5F3FE;
}

.en-table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.en-table th,
.en-table td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-left: 2px solid #FFFFFF;
}

.en-table2 th,
.en-table2 td {
	padding: 12px 10px;
}

.en-table th {
	color: #FFFFFF;
	background-color: #66CC33;
	font-size: 16px;
}

.en-table2 th {
	background-color: #0099FF;
}

.en-table th:first-of-type {
	width: 230px;
	background-color: #009966;
	border-left: 0;
}

.en-table2 th:first-of-type {
	background-color: #2630A9;
}

.en-table td:first-of-type {
	font-weight: bold;
	border-left: 0;
	color: #333333;
}

.enroll2 .ly-link {
	width: 360px;
}


/*<!--enroll-->*/


/*<!--offerTable-->*/

.offerTable .t-body {
	line-height: 24px;
}

.offerTable .t-body tr th {
	background-color: #333399;
	color: #FFFFFF;
	font-size: 15px;
}

.offerTable .t-body tr:nth-child(odd) {
	background-color: #E5F3FE;
}

.offerTable .t-body tr:nth-child(even) {
	background-color: #FFFFFF;
}

.offerTable-can {
	/*clear: both;*/
}

.offerTable-aus .t-body tr td:nth-child(1) {
	font-weight: bold;
	color: #333333;
}


/*<!--offerTable-->*/


/*<!--analysis-->*/

.analy-table {
	width: 1000px;
	text-align: center;
}


/*<!--analysis-->*/


/*<!--advan-->*/

.advanList li {
	margin-right: 0;
	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;
	width: 230px;
	margin-right: 20px;
	padding: 40px 0;
	height: 230px;
}

.advanList2 li {
	width: 180px;
}

.advan-nzl .advanList2 li {
	height: 172px;
}

.advan-nzl .advanList2 li p {
	padding-top: 20px;
	text-align: center;
}

.advanList h4 {
	text-align: center;
}

.advanList b {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	height: 80px;
}

.advanList img {
	margin: 0 auto;
}

.advanList h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px;
	text-align: center;
	line-height: 24px;
}

.advanList p {
	padding: 0 20px;
	color: #666666;
	line-height: 24px;
}


/*<!--advan-->*/


/*<!--usService-->*/

.usService .ly-link {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


/*<!--usService-->*/


/*<!--idpService-->*/

.serviceLis .service_txt h6 {
	color: #0085FA !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-->*/

.ausService {
	padding: 0 !important;
}

.ausService h2 {
	margin: 0 !important;
	margin-bottom: 40px;
	text-align: center;
	background: url(../img/titTop.png) no-repeat center top;
	padding-top: 30px;
	font-size: 34px;
	color: #333333 !important;
	line-height: 44px !important;
	height: 44px !important;
}

.ausService h3 {
	font-size: 24px;
	margin-top: 10px;
	color: #666666 !important;
	padding-top: 0;
	background: none;
	height: 30px !important;
	line-height: 30px !important;
}

.ausService ul li p {
	color: #666666 !important;
}

.ausService ul li img {}

.ausService ul {
	padding-top: 10px !important;
}

.ausService .ewmBtn a {
	cursor: pointer;
	color: #51c21a !important;
	border: 1px solid #51c21a !important;
	background-color: transparent !important;
}

.ausService .ewmBtn a:hover {
	background-color: #51c21a !important;
	color: #FFFFFF !important;
}

.ausService .ewmBtn p {
	color: #666666 !important;
}

.ausys_title.canys_title ul li {
	background-color: #3F6BB2 !important;
	cursor: pointer;
}

.ausys_title.nzw_ys_title ul li {
	background-color: #0086F9 !important;
	cursor: pointer;
}

.ausys_title ul li.active {
	background-color: #000000 !important;
}

.ausService ul li img {
	-webkit-filter: drop-shadow(#0085FA 20px 0);
	filter: drop-shadow(#0085FA 206px 0);
	position: relative;
	left: -206px;
}


/*底部*/

.foot {
	line-height: 28px;
}


/*底部*/

#doyoo_monitor {
	display: none !important;
}


/********************/

.aus_bt {
	width: 300px;
	height: 50px;
	line-height: 50px;
	margin: 30px 0px 30px 350px;
	text-align: center;
	font-size: 18px;
	color: #fafafa;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	background: -webkit-linear-gradient(left, #0085fa, #4be3ce);
	background: linear-gradient(left, #0085fa, #4be3ce);
}

.shuju {
	padding: 40px 0px 70px 0;
}

.chart1_aus {
	padding-bottom: 40px;
}