@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;
}

.Validform_checktip {
	display: none !important;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 602px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}


/*<!--导航-->*/

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	background-color: #666666;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	height: 50px;
	text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	width: 166px;
	float: left;
}

.mainNav li.activeNav {
	color: #66CCCC;
}


/*<!--头部【导语和表单】-->*/

.leadAndForm {
	background: #F3F4F8;
}

.lf-content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}


/*导语*/

.lead {
	float: left;
	width: 510px;
	margin: 0 auto;
}

.lead-tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}

.lead p {
	line-height: 30px;
	color: #666666;
}

.lead-ly {
	width: 386px;
	margin-top: 20px;
	cursor: pointer;
}

.lead-ly a {
	display: block;
	width: 175px;
	height: 48px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #333333;
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
}


/*表單*/

.biaodan {
	float: right;
	width: 425px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 50px 0;
}

.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: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
	position: relative;
	top: 1px;
}

.mobile,
.name,
.branch {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

.biaodan form div.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form div.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

#submit {
	display: block;
	width: 320px;
	height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	background-color: #66CC33;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#submit:hover {
	background-color: #419b15;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 80px 0 60px 0;
	background-color: #FFFFFF;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pdbt60 {
	padding-bottom: 60px;
}

.section-content h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	padding-top: 30px;
}

.section-content h3:before {
	position: absolute;
	content: "";
	background: url(../img/title-top.png) no-repeat center;
	width: 120px;
	height: 10px;
	top: 0;
	left: 50%;
	margin-left: -60px;
}

.ly-wrap {
	width: 680px;
	margin: 0 auto;
}

.ly-link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 16px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	background-color: #66CC33;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	/*background: -webkit-linear-gradient(left, #2831a8, #0586e3);
	background: -o-linear-gradient(left, #2831a8, #0586e3);
	background: -moz-linear-gradient(left, #2831a8, #0586e3);
	background: -ms-linear-gradient(left, #2831a8, #0586e3);
	background: linear-gradient(left, #2831a8, #0586e3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E52831a8', endColorstr='#E50586e3', GradientType=1);*/
}

.ly-link:hover {
	background-color: #419b15;
}

.grayBg {
	background-color: #F3F4F8;
}

.section .part-tit {
	background: url(../img/partBg.png) no-repeat center;
	width: 380px;
	height: 46px;
	line-height: 46px;
	margin: 30px auto 30px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

.connect {
	position: relative;
}

.connect:after {
	content: "";
	height: 112px;
	width: 112px;
	position: absolute;
	top: -140px;
	left: 0;
	background: url(../img/connect.png) no-repeat center;
}


/*********************<!--公共模块-->**********************/


/*<!--advan-->*/

.advanList li {
	width: 235px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 40px 0;
	float: left;
	height: 254px;
	margin-right: 20px;
}

.advanList li.noMR {
	margin-right: 0;
}

.advanList li.mb {
	margin-bottom: 20px;
}

.advan-img {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	width: 235px;
}

.advan-img img {
	margin: 0 auto;
}

.advan-tit {
	font-weight: bold;
	text-align: center;
	padding: 20px 0 16px 0;
}

.advan-contxt {
	color: #666666;
	line-height: 24px;
	padding: 0 19px;
}


/*<!--advan-->*/


/*<!--know-->*/

.part1-contxt {
	width: 575px;
	padding: 0 20px;
	line-height: 24px;
	float: left;
}

.part1-contxt p {
	margin-bottom: 10px;
}

.part1-contxt a {
	color: #66CC33;
	font-weight: bold;
}

.part1-contxt span {
	color: #333399;
	text-decoration: underline;
}

.part2-contxt {
	width: 558px;
	float: right;
}

.part2List {
	padding: 85px 0 30px 0;
	line-height: 62px;
}

.part2List img {
	display: inline-block;
}

.part2List span {
	display: inline-block;
	margin: 0 40px 0 12px;
}

.part2-contxt p {
	line-height: 24px;
	margin-bottom: 10px;
}

.part2-contxt a {
	color: #66CC33;
	font-weight: bold;
	cursor: pointer;
}

.part3-contxt table {
	width: 490px;
}

.part3-contxt th {
	color: #FFFFFF;
	background-color: #333399;
	height: 50px;
	font-size: 16px;
}

.part3-contxt td {
	background-color: #FFFFFF;
	padding: 30px 0;
	text-align: center;
}

.part3-contxt h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.part3-contxt p {
	line-height: 40px;
	width: 460px;
	background-color: #D3EDFA;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px auto 0;
}

.part3-contxt a {
	display: block;
	cursor: pointer;
	margin-top: 30px;
	color: #66CC33;
	font-weight: bold;
}


/*<!--know-->*/


/*<!--uni-->*/

.uni {
	padding-bottom: 0;
}

.uniList {
	width: 490px;
}

.uniList li {
	height: 160px;
	position: relative;
	margin-bottom: 20px;
}

.show-info {
	background-color: #F3F4F8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	margin-bottom: 20px;
	padding: 30px 0 30px 45px;
	position: relative;
}

.show-info:after {
	position: absolute;
	content: "";
	background: url(../img/rightcircle.png) no-repeat center;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	right: 20px;
}

.show-info img {
	display: inline-block;
}

.uni-name {
	display: inline-block;
	width: 260px;
	line-height: 30px;
	padding: 20px 0 0 25px;
}

.uni-name b {
	display: block;
	font-size: 16px;
	color: #0099FF;
}

.uniList li:hover .other-info {
	display: block;
}

.other-info {
	background-color: #FFFFFF;
	width: 450px;
	height: 300px;
	position: absolute;
	top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	line-height: 24px;
	color: #666666;
	display: none;
	font-size: 13px;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.uniList li.last .other-info {
	top: auto;
	bottom: 0;
}

.other-info h5 {
	color: #0099FF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.other-info b {
	color: #333333;
}

.other-info a {
	color: #66CC33;
	font-weight: bold;
	cursor: pointer;
}


/*<!--uni-->*/


/*<!--time-->*/

.time {
	padding: 80px 0 60px 0;
}

.timeCon {
	background: url(../img/timeLine.png) no-repeat center;
	height: 348px;
}

.timeList {
	padding: 91px 0 0 75px;
}

.timeList li {
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 50px;
}

.timeList b {
	margin: 0 auto 12px;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #FFFFFF;
}

.timeList p {
	line-height: 24px;
	color: #666666;
}


/*<!--time-->*/


/*<!--uniRec-->*/

.tab {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 40px;
}

.tab li {
	display: inline-block;
	padding: 0 15px;
	cursor: pointer;
}

.tab li:first-of-type {
	border-right: 2px solid #666666;
}

.tab li.active {
	font-weight: bold;
	color: #333333;
}

.content {
	display: none;
}

.content.active {
	display: block;
}

.itemList li {
	width: 235px;
	float: left;
	background-color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
	padding: 40px 0;
	text-align: center;
	margin-right: 20px;
	position: relative;
	top: 0;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.itemList li:hover {
	top: -10px;
	-webkit-box-shadow: 2px 2px 40px #CCCCCC;
	-moz-box-shadow: 2px 2px 40px #CCCCCC;
	box-shadow: 2px 2px 40px #CCCCCC;
}

.itemList li.nomr {
	margin-right: 0;
}

.itemList li.mb {
	margin-bottom: 20px;
}

.itemList img {
	margin: 0 auto;
}

.itemList h5 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}

.uni-rank {
	color: #0099FF;
}

.uni-abs {
	line-height: 24px;
	color: #666666;
	padding: 20px;
	text-align: left;
	height: 96px;
}

.itemList a {
	color: #66CC33;
	font-weight: bold;
}


/*<!--uniRec-->*/


/*<!--successfulCase-->*/

.sucScroll {
	overflow: hidden;
	position: relative;
	width: 1000px;
}

.sucScroll .hd .prev,
.sucScroll .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.sucScroll .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.sucScroll .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}


/*.sucScroll .hd .prevStop {
	background: url(../img/stopPrev.png) no-repeat center;
}

.sucScroll .hd .nextStop {
	background: url(../img/stopNext.png) no-repeat center;
}*/

.sucScroll .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.sucScroll .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 9px;
	height: 9px;
	border: 1px solid #666666;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sucScroll .hd ul li.on {
	background-color: #666666;
}

.sucScroll .bd {
	padding: 0 60px;
}

.sucScroll .bd ul {
	padding-bottom: 35px !important;
}

.sucScroll .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.sucScroll .bd li div {
	width: 430px;
	height: 312px;
	padding: 35px 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 15px #CCCCCC;
	-moz-box-shadow: 2px 2px 15px #CCCCCC;
	box-shadow: 2px 2px 15px #CCCCCC;
}

.sucScroll img {
	margin: 0 auto;
}

.sucScroll .stu-name {
	font-weight: bold;
	color: #0099FF;
	font-size: 16px;
	line-height: 60px;
}

.sucScroll h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.sucScroll p {
	line-height: 30px;
}

.sucScroll a {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
}


/*<!--successfulCase-->*/


/*<!--recommend-->*/

.recList li {
	float: left;
	margin-right: 20px;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.recList li:hover {
	-webkit-box-shadow: 2px 2px 15px #AAAAAA;
	-moz-box-shadow: 2px 2px 15px #AAAAAA;
	box-shadow: 2px 2px 15px #AAAAAA;
}

.recList li.last {
	margin-right: 0;
}


/*<!--recommend-->*/


/*<!--ausCenter-->*/

.ausService {
	padding-top: 0 !important;
}

.ausService h2 {
	color: #333333 !important;
	font-size: 30px !important;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	height: 30px !important;
	line-height: 30px !important;
}

.ausService h2:before {
	position: absolute;
	content: "";
	background: url(../img/title-top.png) no-repeat center;
	width: 120px;
	height: 10px;
	top: 0;
	left: 50%;
	margin-left: -60px;
}

.ausService h3:before {
	width: 0;
	height: 0;
}

.ausService h3 {
	color: #666666 !important;
	height: 24px !important;
	line-height: 24px !important;
	padding-top: 0 !important;
}

.ausService ul li img {
	margin-top: 16px !important;
}

.ausService ul {
	padding-top: 0 !important;
}

.ausService ul li p {
	color: #666666 !important;
}

.ausService .ewmBtn p {
	color: #666666 !important;
}

.ausService .ewmBtn a {
	background-color: transparent !important;
	color: #66CC33 !important;
	border: 1px solid #66CC33;
	cursor: pointer;
}

.ausService .ewmBtn a:hover {
	color: #FFFFFF !important;
	background-color: #66CC33 !important;
}


/*<!--ausCenter-->*/

.idpUSAService {
	padding-bottom: 0;
}


/*<!--idpUSAService-->*/

.serviceLis .service_txt h6 {
	color: #8ecbff !important;
}


/*<!--idpUSAService-->*/


/*<!--idpTeachers-->*/

.idpTeachers .picMarquee-left {
	margin: 0 auto;
	padding: 0 30px;
	height: 137px;
	overflow: hidden;
}


/*<!--idpTeachers-->*/


/*<!--idpAdvan-->*/

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}


/*<!--idpAdvan-->*/


/*---------------------------------------*/