@charset "utf-8";
body {
	color: #000000;
	font-size: 14px;
	background-color: #fff;
	overflow-x: auto;
	font-family: "Microsoft YaHei", "Tahoma", "宋体";
	*font-family: "微软雅黑", "Microsoft YaHei", "Tahoma", "宋体";
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	display: inline-block;
	border: none;
}

a {
	cursor: pointer;
	text-decoration: none;
}

li {
	list-style: none;
}

input {
	border: none;
}

.mainNav {
	clear: both;
	width: 100%;
	margin: -50px auto 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: static;
	background-color: #9b9fae;
	opacity: 0.9;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
	width: 1290px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 50px;
	line-height: 50px;
}

.mainNav ul li {
	width: auto;
	padding: 0 30px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav ul li:hover {
	color: #000;
	font-weight: bold;
}

.mainNav ul a:hover {
	color: #000;
	font-weight: bold;
}

.mainNav ul .activeNav {
	color: #000;
	font-weight: bold;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width:100px;
	cursor: pointer;
	color: #fff;
	font-weight: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.a_btn {
	display: block;
	width: 322px;
	height: 50px;
	line-height: 50px;
	background: #51c21a;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.a_btn:hover {
	background: #419b15 !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	background: #fff !important;
	width: 322px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.a_btn_hollow:hover {
	background: #51c21a !important;
	color: #fff;
}

.a_list {
	display: block;
	width: 680px;
	margin: 0 auto;
}

.a_list a:nth-child(1) {
	float: left;
}

.a_list a:nth-child(2) {
	float: right;
	margin-top: 30px;
}

.contents .content {
	display: none;
}

.contents .active-content {
	display: block !important;
}

.padtop60 {
	padding-top: 60px;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 556px;
	background: url(../img/banner.png) no-repeat center top;
}

.header .headbtn_list {
	position: relative;
	width: 300px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	top: 370px;
	left: -330px;
}

.header .headbtn_list a.button {
	display: block;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	color: #8e8f91;
	background: url(../img/btn_bannder.png) no-repeat;
	background-size: contain;
}

.header .headbtn_list p {
	font-size: 20px;
	color: #008260;
	width: 300px;
	text-align: center;
	margin-top: 10px;
}

.dyform {
	width: 100%;
	height: 360px;
	background: #f3f4f8;
}

.dyform h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.dybox {
	width: 510px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding: 40px 0 0 20px;
}

.biaodan {
	width: 425px;
	padding-top: 40px;
	border-bottom: 6px solid #edebea;
	background: #fff;
	position: relative;
	top: 20px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #666666;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .guojia,
.biaodan form .branch,
.biaodan form .language,
.biaodan form .Mschool {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.biaodan form .mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.biaodan form .name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.biaodan form .language {
	background: url(../img/lang_box.jpg) no-repeat center;
}

.biaodan form .Mschool {
	background: url(../img/school_box.jpg) no-repeat center;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.from_submit #submit {
	display: block;
	background: #51c21a !important;
	margin-bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit #submit:hover {
	background: #419b15 !important;
	color: #fff;
}

.from_submit a.submit {
	background: #fff !important;
	margin-bottom: 0;
	margin-top: -49px;
	width: 141px;
	height: 46px;
	line-height: 46px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	color: #51c21a;
	cursor: pointer;
	border: 1px solid #51c21a;
}

.from_submit a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 70px;
}


/*--------begin section-----------*/

.sections {
	margin-top: 100px;
}

.sections .title_p {
	font-size: 30px;
	color: #666;
	padding: 20px;
}

.sections .section {
	width: 100%;
	padding-top: 56px;
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 35px;
	color: #2e2e2e;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 2px;
	background: url(../img/icon_line.png) no-repeat center top;
}

.sections .box-title {
	font-size: 16px;
	top: 27px;
	font-weight: bold;
	position: relative;
}


/*------------早起鸟优势-----------------*/

.ul_advan {
	width: 100%;
	margin-top: 20px;
}

.ul_advan li {
	text-align: center;
	width: 32%;
	height: 255px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 1px 1px 16px #e7e8eb;
	-webkit-box-shadow: 1px 1px 16px #e7e8eb;
	box-shadow: 1px 1px 16px #e7e8eb;
}

.ul_advan li:nth-child(3n) {
	margin-right: 0;
}

.ul_advan li img {
	max-width: 68px;
	padding-bottom: 20px;
}

.ul_advan .li_inter {
	padding: 30px;
	line-height: 30px;
}

.ul_advan .li_inter h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0086f9;
}

.ul_advan .li_inter p {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.section_content {
	margin-bottom: 60px;
}


/*-----------早起鸟规划时间-----------------------*/

.pt_section {
	background: #f3f4f7;
	padding: 60px 0;
	margin-bottom: 0 !important;
}

.PlanTime-tab,
.scheme-tab {
	width: 500px;
	margin: 0 auto;
	height: 52px;
	margin-top: 40px;
}

.PlanTime-tab li,
.scheme-tab li {
	width: 49.5%;
	line-height: 50px;
	text-align: center;
	float: left;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #333;
	color: #666;
	font-weight: normal;
	font-size: 18px;
}

.PlanTime-tab li:not(:last-child),
.scheme-tab li:not(:last-child) {
	border-right: 0;
}

.PlanTime-tab li:hover,
.PlanTime-tab li.currentContent,
.scheme-tab li:hover,
.scheme-tab li.currentContent {
	background: #333;
	color: #fff;
}

.tb_pt {
	margin-top: 60px;
}

.tb_pt thead {
	background: #2630a9;
	font-size: 16px;
	color: #fff;
}

.tb_pt th {
	padding: 10px 40px 10px 40px;
}

.tb_pt tbody tr {
	background: #e5f3fe;
	font-size: 14px;
	line-height: 30px;
}

.tb_pt tbody td {
	padding: 10px 40px 10px 40px;
}

.tb_pt tbody tr:nth-child(2n) {
	background: #fff;
}

.wid200 {
	width: 200px;
}


/*---------早起鸟规划服务---------*/

.service {
	background: url(../img/bg.png);
	background-repeat: no-repeat;
}

.service_inter {
	width: 920px;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	padding-right: 30px;
	position: relative;
	top: 70px;
	-moz-box-shadow: 1px 1px 16px #e7e8eb;
	-webkit-box-shadow: 1px 1px 16px #e7e8eb;
	box-shadow: 1px 1px 16px #e7e8eb;
}

.ul_service {
	margin-top: 20px;
}

.ul_service h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.ul_service li {
	float: left;
	width: 24.8%;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.ul_service li div.left {
	position: absolute;
}

.ul_service li p,
.ul_service li h3 {
	margin-left: 85px;
}

.highlighted {
	color: #e11937;
}

.width_80 {
	display: inline-block;
}

.ul_plan {
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.ul_plan li {
	width: 32.3%;
	float: left;
	margin-right: 1%;
	height: 450px;
	box-shadow: 5px 5px 25px #ccc;
}


.ul_plan li:nth-child(1) {
	background: #ffffff url(../img/scheme_bg_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.ul_plan li:nth-child(2n) {
	background: #ffffff url(../img/scheme_bg_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.ul_plan li:nth-child(3n) {
	margin-right: 0;
	background: #ffffff url(../img/scheme_bg_3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.ul_plan .li_inter {
	padding: 20px;
}

.ul_plan .span_title {
	display: block;
	padding-top: 68px;
	padding-bottom: 63px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.ul_plan .span_title a {
	color: #fff;
}

.ul_plan p {
	text-align: left;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.ul_plan .org_font {
	background: url(../img/star.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #ff8300;
	font-size: 14px;
	padding-left: 15px;
}

.ul_plan .a_list {
	width: 400px;
	position: absolute;
	bottom: 30px;
}

.ul_plan .a_list a:nth-child(2) {
	margin-top: 0px;
}

.ul_plan .a_btn_hollow {
	width: 195px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.ul_plan h4 {
	font-size: 14px;
	color: #0086f9;
	font-weight: bold;
	margin-top: 25px;
}

.ul_plan_ss li
{
	width: 49%;
}

.ul_plan_ss li:nth-child(1) {
	background: #ffffff url(../img/scheme_ss_bg_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.ul_plan_ss li:nth-child(2n) {
	background: #ffffff url(../img/scheme_ss_bg_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.ul_plan_ss .li_inter {
	padding: 45px;
}


/*---干货推荐---*/

.section_recommend {
	background: #f3f4f7;
	margin-bottom: 0;
}

.top115 {
	top: 115px !important;
}

.ul_recommend li {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.ul_recommend li:nth-child(4n) {
	margin-right: 0;
}


/*---英国院校推荐------*/

.section_schrecom {
	margin-top: 0;
	background: #f3f4f7;
	margin-bottom: 0;
}

.picScroll-left .slide_outer {
	float: left;
	width: 241px;
	height: 260px;
	background: #fff;
	margin-right: 20px;
	padding: 40px 22.5px;
	line-height: 30px;
}
.picScroll-left .slide_outer:nth-child(3n)
{
	margin-right: 0px;
}
.picScroll-left .slide_outer .p_title {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

.picScroll-left .slide_outer h4 {
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.picScroll-left .div_content p {
	text-align: left;
	font-size: 14px;
	color: #666;
}

.picScroll-left .div_footer a {
	font-size: 14px;
	color: #0086f9;
}

.picScroll-left .div_footer {
	bottom: 20px;
	position: absolute;
	width: 244px;
	text-align: center;
}

.width_900 {
	width: 900px;
}
.section_schrecom 
{
	padding-bottom: 60px;
}



.picScroll-left,.picScroll-left2 { width:1000px; position: relative; overflow: hidden; margin-top:40px;}
.picScroll-left .hd { }
.picScroll-left .hd .prev,.picScroll-left2 .hd .prev { position: absolute; top: 40%; left: 1px; width: 27px; height: 46px; overflow: hidden; cursor: pointer; background: url(../img/prev.png) no-repeat; }
.picScroll-left .hd .next,.picScroll-left2 .hd .next { position: absolute; top: 40%; right: 1px; width: 27px; height: 46px; overflow: hidden; cursor: pointer; background: url(../img/next.png) no-repeat; }
.picScroll-left .hd .prev:hover,.picScroll-left2 .hd .prev:hover { background: url(../img/prev_hover.png) no-repeat; }
.picScroll-left .hd .next:hover,.picScroll-left2 .hd .next:hover { background: url(../img/next_hover.png) no-repeat; }
/*.picScroll-left2 .prev:hover, .picScroll-left2 .next:hover,.picScroll-left3 .prev:hover, .picScroll-left3 .next:hover { filter: alpha(opacity=100); opacity: 1; display:inline-block;}*/
.picScroll-left .bd,.picScroll-left3 .bd  { margin: 0px 42px 50px; /*width:185px;*/
overflow: hidden; }
.picScroll-left .bd ul { overflow: hidden; zoom: 1; }
.picScroll-left .bd ul li { width:900px; height:345px; float: left; _display: inline; overflow: hidden; text-align: center; }
.picScroll-left .bd ul li a { display: block; }
.picScroll-left .bd ul li .pic { overflow: hidden; text-align: center; float: left; margin: 0 15px; }
.picScroll-left .bd ul li .pic img { width: 263px; height: 388px; border: 1px solid #c9c9c9; display: block; }
.picScroll-left .bd ul li .title { font-size: 14px; height: 24px; line-height: 24px; overflow: hidden; text-align: center; padding-top: 25px; color: #666; } 

.picScroll-left2 .bd ul li { width:900px;float: left; _display: inline; overflow: hidden; text-align: center; }
.picScroll-left .hd ul,.picScroll-left2 .hd ul{ position:absolute; bottom:10px; text-align:center; display:block; width:100%; line-height:10px; font-size:1px;}
.picScroll-left .hd ul li,.picScroll-left2 .hd ul li{ display:inline-block; color:transparent; margin: 0 5px;width:10px; height:10px; background-color:transparent; border:1px solid #4d5361;border-radius:50px;}
.picScroll-left .hd ul li.on,.picScroll-left2 .hd ul li.on{ background-color:#4d5361; color:#4d5361;}
.picScroll-left2
{
	padding-bottom: 50px;
}
/*---top30成功案例----------*/
.section_success
{
	margin-top: 0;
	background: #f3f4f7;
	padding-bottom: 60px;
}
.picScroll-left2 .tempWrap
{
	width: 900px;
	margin: 0 auto;
}
.picScroll-left2 .slide_outer {
	width:385px;
	height: 450px;
	float: left;
	background: #fff;
	margin-right: 20px;
	padding: 40px 22.5px;
	line-height: 30px;
}

.picScroll-left2 .slide_outer .p_title {
	font-weight: bold;
	font-size: 18px;
	color: #0086f9;
	margin-top: 20px;
}

.picScroll-left2 .slide_outer .p_smalltitle {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
.picScroll-left2 .slide_outer h4 {
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.picScroll-left2  h4 span{
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}
.div_content
{
	margin-top: 20px;
}
.picScroll-left2 .div_footer a {
	font-size: 14px;
	color: #0086f9;
}

.picScroll-left2 .div_footer {
	bottom: 10px;
	position: absolute;
	width: 388px;
	text-align: center;
}

