@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;
}


/*<!--导航-->*/

.mainNav {
	width: 100%;
	margin: 30px auto 0;
	height: 80px;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 80px;
	position: relative;
}

.mainNav .mainNav_wrap:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 100%;
	background-color: #000000;
	top: 27px;
	left: 0;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	height: 80px;
	text-align: center;
	background: -webkit-linear-gradient(left, #008260, #51c21a);
	background: -o-linear-gradient(left, #008260, #51c21a);
	background: -moz-linear-gradient(left, #008260, #51c21a);
	background: -ms-linear-gradient(left, #008260, #51c21a);
	background: linear-gradient(left, #008260, #51c21a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5008260', endColorstr='#E551c21a', GradientType=1);
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	height: 80px;
	margin: 0 20px;
	line-height: 80px;
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.mainNav a {
	display: inline-block;
	margin: 0 20px;
	line-height: 80px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: ease 1s;
	-moz-transition: ease 1s;
	-ms-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}

.mainNav li.activeNav {
	font-weight: bold;
	font-size: 20px;
}


/*导语*/

.lead {
	padding: 50px 100px;
	width: 800px;
	margin: 0 auto;
}

.lead-tit {
	float: left;
	width: 89px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 40px;
}

.lead-tit:before {
	content: "";
	background: url(../img/tit-top.png) no-repeat center;
	position: absolute;
	width: 89px;
	height: 15px;
	top: 8px;
	left: 0;
}

.lead p {
	float: right;
	width: 674px;
	margin: 0 auto;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
}


/*表單*/

.myForm {
	background-color: #FFFFFF;
}

.biaodan {
	width: 620px;
	padding: 60px 190px;
	margin: 0 auto;
	position: relative;
}

.myForm .form-tit {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333333;
}

.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;
}

.tel,
.name,
.yourSchool,
.gpa {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

.biaodan form div.tel {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form div.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form div.yourSchool {
	background: url(../img/yourSchool.jpg) no-repeat center;
	margin-bottom: 20px;
}

.biaodan form div.gpa {
	background: url(../img/gpa.jpg) no-repeat center;
	margin-bottom: 20px;
}

#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: #018CE1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	/* padding: 85px 0 60px 0; */
	padding: 60px 0 60px 0;
	background-color: #FFFFFF;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.section-content h3 span {
	position: relative;
	display: inline-block;
	padding-top: 30px;
}

.section-content h3 span:before {
	position: absolute;
	content: "";
	background: url(../img/tit-top.png) no-repeat center;
	width: 89px;
	height: 15px;
	top: 0;
	left: 0;
}

.ly-wrap {
	width: 680px;
	margin: 0 auto;
}

.ly-link {
	display: block;
	height: 50px;
	width: 320px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	margin: 40px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	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);
}

.grayBg {
	background-color: #F5F5F5;
}


/*********************<!--公共模块-->**********************/


/*<!--advan-->*/

.advanList img {
	float: left;
	height: 48px;
}

.advanList {
	padding: 0 20px;
}

.advanList li {
	width: 280px;
	float: left;
	margin: 0 20px;
	color: #666666;
}

.advanList p {
	line-height: 24px;
	margin-left: 55px;
}

.advanList li.mb30 {
	margin-bottom: 30px;
}


/*<!--advan-->*/


/*<!--fitFor-->*/

.fitFor {
	padding-bottom: 0;
}

.fitFor .ly-link {
	margin-top: 15px;
}

.fitList li {
	margin-bottom: 25px;
	text-align: center;
}

.fitList p {
	display: inline-block;
	padding: 0 80px;
	line-height: 30px;
	color: #666666;
	border: 1px solid #CCCCCC;
}

.ready {
	padding: 60px 0;
}

.new_bg_color{
	background: #efefed;
}

.ready .section-content {
	/* padding: 0 20px; */
}

.ready h3 {
	text-align: left;
}

.ready p {
	color: #666666;
	line-height: 28px;
}

.material {
	width: 330px;
}

.timePlan {
	width: 520px;
}

.timePlan p {
	text-indent: 28px;
}

.ready .ly-link {
	margin-top: 40px;
}

.linkOther img {
	margin: 30px auto 0;
}

.double_admit {
	margin-top: 50px;
}

.title_txt {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
	text-align: center;
}

.admit_boxs {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
}

.admit_boxs .admit_simple {
	width: 450px;
	background-color: #f3f3f3;
}

.admit_simple img {
	width: 450px;
	height: 100px;
}

.admit_simple .txt_content {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding: 25px 20px;
}

.admit_simple b {
	color: #333 !important;
}

.ready_box {
	width: 302px;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 26px 0;
}

.other_w {
	width: 470px;
}

.ready_box .ready_btn {
	width: 180px;
	margin: 0 auto 23px auto;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	background-image: linear-gradient(90deg,
			#2630a8 10%,
			#0086f8 100%),
		linear-gradient(#000000,
			#000000);
	background-blend-mode: normal,
		normal;
	border-radius: 21px;
	text-align: center;
}

.ready_box p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	padding: 0 30px;
}

.admit_boxs .spci_text p{
	color: #2630a8;
	background: -webkit-linear-gradient(left, #2630a8, #0086f8);
	background: -moz-linear-gradient(left, #2630a8, #0086f8);
	background: linear-gradient(left, #2630a8, #0086f8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center !important;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}

.admit_boxs:last-child{
	margin-top: 20px;
}




/*<!--fitFor-->*/


/*<!--QA-->*/

.QA h4 {
	color: #008260;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 10px 0;
}

.QA p {
	line-height: 28px;
	color: #666666;
}


/*<!--QA-->*/


/*<!--bill-->*/

.bill {
	padding: 85px 0 60px;
}

.tips{
  margin-top: 30px;
  font-size: 14px;
	line-height: 18px !important;
	color: #333333 !important;
	text-align: center;
}
.bill_boxs{
	display: flex;
	flex-direction: row;
    justify-content: space-around;
}
.bill_simple{
	width: 170px;
	height: 170px;
	font-size: 18px;
	line-height: 18px;
}
.bill_simple .small{
	margin-top: 47px;
    text-align: center;
}

.c_red_p p{
	color: #ef4b1d;
}
.c_blue_p p{
	color: #087fdf;
}
.c_green_p p{
	color: #36ad31;
}
.c_green_p1 p{
	color: #4fc11c;
}
.c_orange_p p{
	color: #ff8300;
}

.bill_simple:nth-child(1){
	background: url(../img/circel_01.png) no-repeat center center;
}

.bill_simple:nth-child(2){
	background: url(../img/circel_02.png) no-repeat center center;
}

.bill_simple:nth-child(3){
	background: url(../img/circel_03.png) no-repeat center center;
}

.bill_simple:nth-child(4){
	background: url(../img/circel_04.png) no-repeat center center;
}

.bill_simple:nth-child(5){
	background: url(../img/circel_05.png) no-repeat center center;
}


/*<!--bill-->*/


/*<!--flow-->*/

.flow-tit {
	position: relative;
	top: 20px;
}

.flowContent {
	background: url(../img/flow.png) no-repeat center top;
	height: 483px;
	position: relative;
}

.flowList {
	position: absolute;
}

.flowList li {
	width: 150px;
	float: left;
}

.flowList b {
	width: 102px;
	padding: 27px 0;
	display: block;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.flowList span {
	line-height: 24px;
	color: #666666;
}

.flowList1 {
	right: 65px;
	top: 0;
}

.flowList1 li {
	margin-left: 22px;
}

.flowList2 {
	left: 71px;
	top: 152px;
}

.flowList2 li {
	margin-right: 19px;
}

.flowList3 {
	left: 140px;
	top: 333px;
}

.flowList3 li {
	margin-right: 26px;
}

.flow p {
	position: absolute;
	bottom: 56px;
	right: 0;
	font-size: 17px;
	color: #333333;
}


/*<!--flow-->*/


/*<!--adviser-->*/

.adviserScroll {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	padding: 30px 0;
	height: 217px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px #E5E5E5;
	-moz-box-shadow: 2px 2px 15px #E5E5E5;
	box-shadow: 2px 2px 15px #E5E5E5;
}

.adviserScroll .hd {
	overflow: hidden;
	z-index: 1;
}

.adviserScroll .hd .prev,
.adviserScroll .hd .next {
	display: block;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	height: 75px;
	width: 47px;
	top: 50%;
	margin-top: -37.5px;
	z-index: 2;
	opacity: .7;
}

.adviserScroll .hd .prev:hover,
.adviserScroll .hd .next:hover {
	opacity: 1;
}

.adviserScroll .hd .prev {
	background: url(../img/prev.png) no-repeat center;
	left: 20px;
}

.adviserScroll .hd .next {
	background: url(../img/next.png) no-repeat center;
	right: 20px;
}

.adviserScroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.adviserScroll .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	padding: 0 135px;
}

.adviserScroll .img,
.adviserScroll .adviser-info {
	display: table-cell;
	vertical-align: middle;
	height: 217px;
}

.adviserScroll .img {
	width: 200px;
}

.adviserScroll .img img {
	width: 200px;
	height: 200px;
}

.adviserScroll .adviser-info {
	width: 480px;
	padding-left: 50px;
}

.adviser-info h4 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 34px;
	position: relative;
	margin-bottom: 20px;
}

.adviser-info h4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 15px;
	background: url(../img/tit-top.png) no-repeat center;
}

.adviser-info p {
	line-height: 24px;
	color: #666666;
}

.idpUsaAdvan .section-content {
	padding-bottom: 0;
}


/*<!--adviser-->*/


/*<!--uniRec-->*/

.uniRecScroll {
	width: 1000px;
	overflow: hidden;
	position: relative;
	height: 471px;
}

.uniRecScroll .hd {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.uniRecScroll .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #999999;
}

.uniRecScroll .hd ul li.on {
	background-color: #0586e3;
}

.uniRecScroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.uniRecScroll .bd ul li div {
	margin: 0 4px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 242px;
	padding: 20px 0 40px;
	background-color: #FFFFFF;
	color: #666666;
	-webkit-box-shadow: 2px 2px 5px #CCCCCC;
	-moz-box-shadow: 2px 2px 5px #CCCCCC;
	box-shadow: 2px 2px 5px #CCCCCC;
	margin-bottom: 35px;
	line-height: 24px;
}

.uniRecScroll a {
	display: block;
}

.uniRecScroll img {
	margin: 0 auto;
}

.uniRecScroll p {
	padding: 0 17px;
}

.uni-name b {
	display: block;
}

.uni-name {
	font-size: 14px;
	margin: 10px 0;
	height: 48px;
	overflow: hidden;
}

.uni-name span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uni-info {
	height: 120px;
	margin-bottom: 5px;
}

.uni-ly {
	display: block;
	width: 170px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	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);
	margin: 0 auto;
	cursor: pointer;
}

.uni-det {
	color: #0586e3;
	padding: 0 17px;
	margin: 5px 0 20px;
}


/*<!--uniRec-->*/


/*<!--recommend-->*/

.recommend,
.idpUSAService {
	padding-bottom: 0;
}

.recommendList li {
	float: left;
	margin-right: 12px;
	margin-bottom: 25px;
}

.recommendList li.nomr {
	margin-right: 0;
}

.recommendList li.left {
	float: right;
}

.recommendList li.nomb {
	margin-bottom: 0;
}


/*<!--recommend-->*/


/*<!--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-->*/


/*---------------------------------------*/