@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: 650px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 497px;
}

.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 29px;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	color: #333333;
	background-color: #FFFFFF;
}

.mainNav a {
	display: block;
	font-size: 16px;
	width: 114px;
	float: left;
	cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 30px 0 60px 0;
	background-color: #F4F7FE;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
}

.lead {
	width: 508px;
}

.lead p {
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
}


/*表單*/

.biaodan {
	width: 404px;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #FFFFFF;
	border: 10px solid #FF7D70;
	position: relative;
}

.biaodan:before {
	content: "";
	position: absolute;
	background: url(../img/formShadow.png) no-repeat center;
	width: 426px;
	height: 106px;
	bottom: -78px;
	left: 50%;
	margin-left: -213px;
}

.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;
	line-height: 38px;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.school,
.professional,
.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;
}

.school {
	background: url(../img/highSchoolBox.jpg) no-repeat center;
}

.professional {
	background: url(../img/majorBox.jpg) no-repeat center;
}

.Mschool {
	background: url(../img/targetUniBox.jpg) no-repeat center;
}

#submit,
#knowMore {
	display: block;
	background: #FF4442 !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;
	margin-bottom: 10px;
	border: 1px solid #FF4442;
}

#knowMore {
	line-height: 50px;
	margin-bottom: 0;
	background-color: #FFFFFF !important;
	color: #FF4442;
}


/*#submit:hover {
    background-color: #E03022 !important;
}*/


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h4 {
	font-size: 34px;
	font-weight: bold;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/section-tit-style.png) no-repeat center bottom;
}

.section_content .sub-tit {
	font-size: 30px;
}

.ly-wrap {
	width: 620px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 50px;
	cursor: pointer;
	color: #FFFFFF;
}

.ly_link.left {
	background-color: #FF4442;
}

.ly_link.right {
	background-color: #5878CB;
}

.ly_link.left:hover {
	background-color: #DB3C38;
}

.ly_link.right:hover,
.sc-lis li a:hover {
	background-color: #4962A5;
}

.application-flow,
.ready,
.document-writing,
.visa,
.idpUSAService,
.teachers {
	background-color: #F4F7FE;
}


/*#F4F7FE*/

.mb-advan h4 {
	margin-bottom: 20;
}

h5.sub-tit {
	margin-bottom: 40px;
}


/*********************<!--公共模块-->**********************/


/*<!mb-advan>*/

.mb-advan h4,
.successfulCase h4 {
	margin-bottom: 40px;
}

.advan-lis li {
	width: 200px;
	float: left;
	margin-bottom: 40px;
}

.advan-lis li.noMB {
	margin-bottom: 0;
}

.advan-lis img {
	display: inline-block;
}

p.advan-txt {
	font-size: 18px;
	line-height: 30px;
	margin-top: 16px;
}


/*<!mb-advan>*/


/*<!application-flow>*/

.af-content-left,
.af-content-right {
	width: 436px;
}

.af-content li {
	padding: 60px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 10px #666666;
	background: url(../img/circle.png) no-repeat 10px 10px #FFFFFF;
	line-height: 24px;
}

.af-content li.rightImg {
	position: relative;
}

.af-content li.rightImg:before {
	position: absolute;
	content: "";
	height: 39px;
	width: 78px;
	left: 462px;
	bottom: 40px;
	background: url(../img/right.png) no-repeat center;
}

.af-content-right li {
	padding: 20px;
}

.af-time {
	color: #5A70C3;
	width: 162px;
	padding-top: 12px;
}

.af-content-right .af-time {
	padding-top: 0;
}

.af-contxt {
	color: #666666;
	width: 220px;
}

.af-content img {
	margin: 10px auto;
}


/*<!application-flow>*/


/*<!deadline>*/

.deadline-lis li {
	width: 240px;
	margin-right: 13px;
	height: 539px;
	float: left;
	font-size: 14px;
}

.deadline-lis li.noMR {
	margin-right: 0;
}

.deadline-lis li.dl1 {
	background: url(../img/step1.png) no-repeat center;
}

.deadline-lis li.dl2 {
	background: url(../img/step2.png) no-repeat center;
}

.deadline-lis li.dl3 {
	background: url(../img/step3.png) no-repeat center;
}

.deadline-lis li.dl4 {
	background: url(../img/step4.png) no-repeat center;
}

.dl-tit {
	color: #FFFFFF;
	padding: 56px 0;
}

.dl-tit b {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.dl-contxt {
	height: 186px;
	line-height: 24px;
	color: #666666;
	padding: 18px 16px;
}

.dl-time {
	padding: 20px;
	height: 114px;
	line-height: 24px;
}

.dl-time span {
	font-weight: bold;
}


/*<!deadline>*/


/*<!--ready-->*/

.ready {
	padding-bottom: 45px;
}

.ready-lis li {
	float: left;
	width: 240px;
	margin-right: 13px;
	margin-bottom: 15px;
	height: 236px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px #666666;
}

.ready-lis li.noMR {
	margin-right: 0;
}

.r-tit {
	color: #FFFFFF;
	height: 66px;
	padding-top: 14px;
}

.r-tit b {
	display: block;
	margin-bottom: 13px;
	font-size: 18px;
}

.r-tit1 {
	background: url(../img/ready1.jpg) no-repeat center;
}

.r-tit2 {
	background: url(../img/ready2.jpg) no-repeat center;
}

.r-tit3 {
	background: url(../img/ready3.jpg) no-repeat center;
}

.r-tit4 {
	background: url(../img/ready4.jpg) no-repeat center;
}

.r-tit5 {
	background: url(../img/ready5.jpg) no-repeat center;
}

.r-tit6 {
	background: url(../img/ready6.jpg) no-repeat center;
}

.r-tit7 {
	background: url(../img/ready7.jpg) no-repeat center;
}

.r-tit8 {
	background: url(../img/ready8.jpg) no-repeat center;
}

.r-contxt {
	color: #666666;
	height: 116px;
	padding: 16px;
	overflow: auto;
	line-height: 24px;
}

.r-contxt span {
	font-weight: bold;
	color: #333333;
}


/*<!--ready-->*/


/*<!--requirement-->*/

.req-topTable {
	width: 878px;
	margin: 0 auto;
	border-color: #D4D2D7;
	border-left: 1px solid #D4D2D7;
	border-top: 1px solid #D4D2D7;
}

.req-topTable th {
	height: 54px;
	color: #FFFFFF;
	background-color: #645F66;
	font-size: 14px;
	font-weight: normal;
}

.req-topTable th,.req-topTable td{
	border-right: 1px solid #D4D2D7;
	border-bottom: 1px solid #D4D2D7;
}

.req-topTable th b {
	font-size: 18px;
}

.req-topTable td {
	height: 70px;
	font-size: 14px;
}

.req-topTable a {
	display: block;
	height: 35px;
	line-height: 35px;
	width: 180px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #42C06C;
	margin: 0 auto;
	color: #FFFFFF;
	cursor: pointer;
}

.req-topTable a:hover {
	background-color: #2A9C56;
}

.req-topTable .td1 {
	background-color: #EFFFFF;
}

.req-topTable .td2 {
	background-color: #F8F5FF;
}

.req-topTable .td3 {
	background-color: #FFF8F0;
}

.req-topTable .td4 {
	background-color: #FFEFEF;
}

.tables-tab {
	padding-top: 50px;
}

.tab-left li {
	width: 180px;
	margin-bottom: 45px;
	background-color: #80ACD1;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 36px 0;
	position: relative;
	cursor: pointer;
}

.tab-left li.noMB {
	margin-bottom: 0;
}

.tab-left li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #80ACD1;
	top: 50%;
	margin-top: -16px;
	left: 180px;
}

.tab-left li:hover,
.tab-left li.currentTable {
	background-color: #0159A3;
}

.tab-left li:hover:after,
.tab-left li.currentTable:after {
	border-left-color: #0159A3;
}

.tab-right li {
	display: none;
	height: 662px;
	overflow: auto;
	width: 776px;
}

.tab-right li.showTable {
	display: block;
}

.tab-right table {
	width: 756px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.tab-right td,
.tab-right th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 70px;
}

.tab-right caption {
	height: 54px;
	background-color: #466077;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 54px;
}

.tab-right tr.odd {
	background-color: #EEF7FE;
	font-size: 14px;
	color: #666666;
}

.tab-right tr.even {
	background-color: #F4FFF1;
}

.tab-right th {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 18px;
}

.tab-right .t3 th,
.tab-right .t4 th {
	background-color: transparent;
}


/*<!--requirement-->*/


/*<!--document-writing-->*/

.document-writing {
	padding-bottom: 0;
}

.document-writing h6 {
	color: #0159A3;
	font-size: 30px;
	margin-bottom: 40px;
}

.document-picScroll-left {
	width: 1000px;
	overflow: hidden;
	position: relative;
}

.document-picScroll-left .hd .prev,
.document-picScroll-left .hd .next {
	position: absolute;
	display: block;
	width: 28px;
	height: 46px;
	overflow: hidden;
	cursor: pointer;
	top: 50%;
	margin-top: -23px;
}

.document-picScroll-left .hd .prev {
	background: url(../img/prevBtn.png) no-repeat center;
	left: 0;
}

.document-picScroll-left .hd .next {
	background: url(../img/nextBtn.png) no-repeat center;
	right: 0;
}

.document-picScroll-left .bd {
	padding: 0 70px;
}

.document-picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 10px !important;
}

.document-picScroll-left .bd ul li {
	margin: 0 15px;
	float: left;
	_display: inline;
	/*height: 398px;*/
	height: 426px;
	width: 354px;
	border: 1px solid #0159A3;
	position: relative;
	padding: 0 22px;
	padding: 60px 22px 0 22px;
	font-size: 14px;
}

.document-picScroll-left .number {
	display: block;
	color: #FFFFFF;
	font-size: 26px;
	position: absolute;
	height: 60px;
	width: 82px;
	line-height: 50px;
	text-indent: -8px;
	background: url(../img/numberBg.png) no-repeat center;
	top: -10px;
	left: -8px;
}

.document-picScroll-left p {
	line-height: 24px;
	color: #666666;
}

.document-picScroll-left .opinion em {
	font-weight: bold;
	color: #333333;
	font-style: normal;
}

p.cn {
	margin-bottom: 40px;
}

.allDoc {
	/*position: absolute;
	left: 22px;
	bottom: 30px;*/
	text-decoration: underline;
	color: #5878CB;
	cursor: pointer;
	display: inline-block;
	margin-left: 10px;
}

.document-writing .ly-wrap {
	padding-bottom: 60px;
}


/*<!--document-writing-->*/


/*<!--location-->*/

.location {
	padding: 60px 0;
	background-color: #FFFFFF;
}

.pos-tab {
	margin-bottom: 40px;
}

.pos-tab div {
	width: 490px;
	position: relative;
	cursor: pointer;
}


.pos-tab div b{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	top: 25px;
	left: 0;
}

.pos-tab div:before {
	position: absolute;
	content: "";
	width: 490px;
	height: 130px;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .1);
}

.pos-tab div.thisPos:before {
	background: url(../img/currentColleges.png) no-repeat center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF, endColorstr=#19FFFFFF);
}

.collegesRec li {
	width: 200px;
	border: 1px solid #FF6666;
	border-top-width: 5px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	padding: 0 20px 20px 20px;
	color: #666666;
}

.collegesRec-content {
	display: none;
}

.collegesRec-content.acitveRec {
	display: block;
}

.collegesRec img {
	display: inline-block;
}

.collegesRec li.noMR {
	margin-right: 0;
}

.collegesRec li a {
	display: block;
}

.uniImg-wrap {
	height: 110px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

.cn-name {
	color: #FF4240;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.en-name {
	margin-bottom: 24px;
}

.uni-instro {
	line-height: 24px;
	height: 210px;
}

.uniDet {
	width: 88px;
	float: right;
	text-decoration: underline;
	color: #5878CB;
}

.uni-apply {
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	background-color: #5878CB;
	font-size: 18px;
	line-height: 50px;
	margin-top: 40px;
}

.uni-apply:hover {
	background-color: #4962A5;
	cursor: pointer;
}

.table-head {
	padding-bottom: 32px;
	color: #005693;
	font-size: 30px;
	margin-top: 50px;
}

.collegesRec-content .table-wrap {
	height: 766px;
	overflow: auto;
	width: 1000px;
}

.collegesRec table {
	width: 980px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}

.collegesRec table th,
.collegesRec table td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 70px;
}

.collegesRec table th {
	height: 54px;
	color: #FFFFFF;
	background-color: #645F66;
	font-size: 18px;
}

.collegesRec table tr {
	background-color: #FFFFFF;
}

.collegesRec table tr.even {
	background-color: #E3F7F5;
}

.collegesRec table a {
	width: 130px;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #42C06C;
	cursor: pointer;
	margin: 0 auto;
}

.collegesRec table a:hover {
	background-color: #2A9C56;
}


/*<!--location-->*/


/*<!--visa-->*/

.visa {
	padding-bottom: 0;
}

.visa-tab li {
	width: 288px;
	height: 78px;
	display: inline-block;
	border: 1px solid #0458A1;
	color: #0458A1;
	margin: 0 2px;
	line-height: 78px;
	font-size: 20px;
	cursor: pointer;
}

.visa-tab li.current-visa-tab,.visa-tab li:hover {
	background-color: #0458A1;
	color: #FFFFFF;
}

.visa-contents {
	margin-top: 46px;
}

.visa-content {
	display: none;
}

.visa-content.active-visaContent {
	display: block;
}

.visa-flow li {
	background: url(../img/stepBg.png) no-repeat center;
	width: 168px;
	height: 270px;
	float: left;
	margin-right: 40px;
	position: relative;
}

.visa-flow li.noMR {
	margin-right: 0;
}

.visa-flow li:before {
	content: "";
	position: absolute;
	width: 78px;
	height: 39px;
	background: url(../img/right.png) no-repeat center;
	right: -58px;
	top: 40px;
}

.visa-flow li.noMR:before {
	position: static;
}

.visa-flow li span {
	display: block;
	color: #FFFFFF;
	padding: 44px 0 26px 0;
	font-size: 30px;
	text-indent: -8px;
}

.visa-flow li p {
	padding: 0 34px 0 20px;
	color: #666666;
	line-height: 24px;
	text-align: left;
}

.visa-materials,
.visa-district {
	padding-bottom: 40px;
}

.visa-materials li,
.visa-district li {
	width: 190px;
	padding-right: 10px;
	height: 293px;
	float: left;
}

.vm1 {
	background: url(../img/s1.png) no-repeat center;
}

.vm2 {
	background: url(../img/s2.png) no-repeat center;
}

.vm3 {
	background: url(../img/s3.png) no-repeat center;
}

.vm4 {
	background: url(../img/s4.png) no-repeat center;
}

.vm5 {
	background: url(../img/s5.png) no-repeat center;
}

.visa-materials p {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding-top: 170px;
}

.visa-materials a {
	display: block;
	font-size: 14px;
	color: #FF6666;
	text-decoration: underline;
	margin-top: 20px;
}

.visa-district li {
	height: 225px;
	position: relative;
	padding-top: 126px;
}

.vc1 {
	background: url(../img/l1.png) no-repeat center;
}

.vc2 {
	background: url(../img/l2.png) no-repeat center;
}

.vc3 {
	background: url(../img/l3.png) no-repeat center;
}

.vc4 {
	background: url(../img/l4.png) no-repeat center;
}

.vc5 {
	background: url(../img/l5.png) no-repeat center;
}

.visa-district p {
	padding: 0 16px;
	line-height: 24px;
}

p.applyAdress {
	color: #666666;
}

p.toApplyFor {
	margin-bottom: 5px;
}

.visa-district b {
	color: #000000;
	font-weight: bold;
	display: block;
}

.visa-district a {
	display: block;
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 190px;
	text-decoration: underline;
	cursor: pointer;
	color: #FF6666;
}


/*<!--visa-->*/


/*<!--successfulCase-->*/

.successfulCase {
	padding-bottom: 30px;
}

.sc-lis li {
	margin-right: 91px;
	width: 354px;
	padding: 30px 0 20px 24px;
	border: 1px solid #51A56A;
	margin-bottom: 30px;
	color: #666666;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	border-left-width: 7px;
}

.sc-lis li img {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	right: -92px;
}

.sc-lis li a {
	display: block;
	line-height: 32px;
	color: #FFFFFF;
	height: 32px;
	width: 126px;
	background-color: #5878CB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}


/*<!--successfulCase-->*/


/*<!--Other-->*/

.Other {
	padding-bottom: 36px;
}

.otherLink li {
	float: left;
	width: 310px;
	margin-right: 35px;
	margin-bottom: 35px;
}

.otherLink li.noMR{
	margin-right: 0;
}

/*<!--Other-->*/


/*<!--idpUSAService-->*/

.idpUSAService {
	padding-bottom: 60px;
}

.idpUSAService {
	padding-bottom: 60px;
}

.idpUSAService h4 {
	margin-bottom: 20px;
}

.serviceLis .service_txt h6 {
	color: #66CC99 !important;
}


/*<!--idpUSAService-->*/


/*<!--idpAdvan-->*/
.idpAdvan{
	padding-bottom: 0;
}

.idpAdvan h4 {
	margin-bottom: 40px;
}

.advantage dt {
	border-color: #CCCCCC !important;
}


/*<!--idpAdvan-->*/


/*底部*/

.foot {
	line-height: 28px;
}


/*底部*/