@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;
}

.hide {
	display: none;
}

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: 0px auto 0;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: static;
	background-color: #666;
	opacity: 1;
}

.mainNav.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav ul {
	width: 1060px;
	margin: 0 auto;
	color: #fbfbfb;
	height: 50px;
	line-height: 50px;
}

.mainNav ul li {
	width: auto;
	padding: 0 10px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.mainNav ul li:hover {
	color: #f19f2f;
	font-weight: bold;
}

.mainNav ul a:hover {
	color: #f19f2f;
	font-weight: bold;
}

.mainNav ul .activeNav a {
	color: #f19f2f;
	font-weight: bold;
}

.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width: 115px;
	cursor: pointer;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.wrapper {
	width: 1000px !important;
	margin: 0 auto;
}

.btn_list {
	width: 325px;
	margin: 0 auto;
	margin-top: 20px;
}

.a_btn {
	display: block;
	width: 325px;
	height: 50px;
	line-height: 50px;
	background: #329998;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
}

.a_btn:hover {
	background: #2a7b7b !important;
	color: #fff;
}

.a_btn_hollow {
	display: block;
	background: transparent !important;
	width: 290px;
	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;
	margin-top: 30px;
	margin-left: 30px;
	box-sizing: border-box;
}

.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;
}

.Validform_checktip,
.Validform_right {
	visibility: hidden !important;
}

.content {
	display: none;
}

.current {
	display: block;
}


/*<!--头部【导语和表单】-->*/

.header {
	position: relative;
	width: 100%;
	height: 556px;
	background: url(../img/banner.jpg) no-repeat center top;
}

.header .headbtn_list {
	position: relative;
	width: 414px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	top: 450px;
	left: 305px;
}

.header .headbtn_list a.button {
	width: 175px;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	color: #333;
	background: transparent;
	text-align: center;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 30px;
}

.header .headbtn_list a.button:hover {
	background: #333;
	color: #fff;
	cursor: pointer;
}

.dyform {
	width: 100%;
	height: 300px;
	padding: 30px 188px;
	box-sizing: border-box;
}

.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: 80px 0 0 20px;
}

.biaodan {
	width: 640px;
	padding-top: 0px;
	background: #fff;
	position: relative;
	top: 20px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 21px;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	color: #000;
}

.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 .Mschool,
.biaodan form .branch {
	float: left;
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 36px;
	margin-bottom: 10px;
}

.biaodan form .mobile {
	border-right: 1px solid #ccc;
	margin-right: 20px;
	background: url(../img/phone_box.jpg) no-repeat center;
}

.biaodan form .name {
	margin-right: 20px;
	background: url(../img/name_box.jpg) no-repeat center;
}

.biaodan form .Mschool {
	border-right: 1px solid #ccc;
	background: url(../img/con_box.jpg) no-repeat center;
}

.biaodan form .branch {
	background: url(../img/city_box.jpg) no-repeat center;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

#submit {
	display: block;
	background: #329998 !important;
	margin-bottom: 0;
	width: 325px;
	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 #329998;
	margin: 0 auto;
	/* margin-top:  20px; */
	top: 20px;
	position: relative;
}

#submit:hover {
	background: #2a7b7b !important;
	color: #fff;
}

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;
}

a.submit:hover {
	background: #51c21a !important;
	color: #fff;
}

.img_semicircle {
	position: relative;
	top: 60px;
}


/*------------------轮播----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1000px;
	margin-top: 30px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.png) no-repeat center;
}

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .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%;
}

.success_carousel .hd ul li.on {
	background-color: #666666;
}

.success_carousel .bd {
	padding: 0 60px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.success_carousel .bd li div {
	float: left;
	margin-right: 20px;
	width: 430px;
	height: 450px;
	padding: 35px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 1px 1px 30px 1px #eaeaea;
	-moz-box-shadow: 1px 1px 30px 1px #eaeaea;
	box-shadow: 1px 1px 30px 1px #eaeaea;
}

.success_carousel .bd li div:nth-child(2n) {
	margin-right: 0;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel .name {
	font-weight: bold;
	color: #0099FF;
	font-size: 18px;
	line-height: 60px;
}

.success_carousel h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}

.success_carousel a {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
}


/*--------begin section-----------*/

.sections {
	margin-top: 0px;
}

.sections .title_p {
	font-size: 26px;
	color: #666;
	padding-bottom: 20px;
}

.sections .section {
	width: 100%;
	padding-bottom: 30px;
	font-family: "微软雅黑";
}

.sections .titleh2 {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 36px;
	color: #2e2e2e;
	font-weight: bold;
	padding: 40px 0;
	background: url(../img/line_title.png) no-repeat center top;
	background-size: 120px 10px;
}

.section {
	padding: 60px 0 10px;
}

.bg_gary {
	background: #f3f4f8;
}

.martop30 {
	margin-top: 30px;
}

.div_l {
	float: left;
}

.div_r {
	float: right;
}

.content {
	display: none;
}

.current {
	display: block;
}


/*-----------h1,h2,h3之类 背景渐变样式---------------*/

.h3_bggradient {
	font-weight: bold;
	width: 360px;
	margin: 20px auto;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	padding: 13px 0;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #e01f1d, #ef7e01);
	background: -o-linear-gradient(left, #e01f1d, #ef7e01);
	background: -moz-linear-gradient(left, #e01f1d, #ef7e01);
	background: -ms-linear-gradient(left, #e01f1d, #ef7e01);
	background: linear-gradient(left, #e01f1d, #ef7e01);
}

.h5_bggradient {
	font-weight: bold;
	width: 140px;
	font-size: 17px;
	margin: 20px auto;
	margin-top: -38px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #e01f1d, #ef7e01);
	background: -o-linear-gradient(left, #e01f1d, #ef7e01);
	background: -moz-linear-gradient(left, #e01f1d, #ef7e01);
	background: -ms-linear-gradient(left, #e01f1d, #ef7e01);
	background: linear-gradient(left, #e01f1d, #ef7e01);
}


/*--模块开始--*/


/*-----导语----------*/

.p_dy {
	width: 520px;
	color: #696868;
	position: absolute;
	bottom: 70px;
	line-height: 30px;
}


/**/


/*----------------3列一行ul样式----------------------*/

.why_ul li {
	background: #fff;
	float: left;
	width: 235px;
	height: 340px;
	padding: 30px 15px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 3px 30px 3px #eaeaea;
}

.why_ul li:nth-child(4n) {
	margin-right: 0;
}

.why_ul p {
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.why_ul p.title {
	color: #333;
	font-size: 17px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}


/*---------项目优势----------*/

.sec_adva .ul_step li {
	float: left;
	width: 272px;
	height: 70px;
	padding-top: 30px;
	box-sizing: border-box;
	margin-right: 80px;
	margin-bottom: 30px;
	padding-left: 70px;
}

.sec_adva .ul_step li:nth-child(3n) {
	margin-right: 0;
}

.sec_adva .ul_step li:nth-child(1) {
	background: url(../img/1.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .ul_step li:nth-child(2) {
	background: url(../img/2.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .ul_step li:nth-child(3) {
	background: url(../img/3.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .ul_step li:nth-child(4) {
	background: url(../img/4.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .ul_step li:nth-child(5) {
	background: url(../img/5.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .ul_step li:nth-child(6) {
	background: url(../img/6.png) left no-repeat;
	background-size: contain;
	background-size: 60px;
}

.sec_adva .p_info {
	color: #ff9934;
	width: 650px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}

.sec_adva .tp_ul li:nth-child(2) {
	margin-right: 0;
}

.sec_adva .tp_ul li {
	width: 490px;
	float: left;
	margin-right: 20px;
}

.tp_ul li h1 {
	background: #ff9934;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}

.tp_ul li .inter {
	line-height: 30px;
	border: 1px solid #ff9934;
	padding: 30px 20px;
}


/*----加拿大硕士申请条件-------*/

.ul_requi li {
	float: left;
	width: 196px;
	height: 215px;
	padding: 13px;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	padding-top: 20px;
	box-sizing: border-box;
	margin-right: 5px;
	background: #fff;
}

.ul_requi li:nth-child(5n) {
	margin-right: 0;
}

.ul_requi li a {
	color: #3fa59a;
}


/*----加拿大硕士申请方案-------*/

.sec_plan .ul_requi li {
	width: 490px;
	height: 190px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.sec_plan .ul_requi li:nth-child(2n) {
	margin-right: 0;
}

.sec_plan .ul_requi li strong {
	color: #000;
}

.sec_plan .btn_list {
	margin-top: 0;
	margin-bottom: 20px;
}

.sec_plan .a_btn {
	margin-top: 0;
}

.sec_plan .titleh2 {
	margin-bottom: 20px;
}


/*------加拿大硕士申请流程----------*/

.div_timeline {
	background: url(../img/timeline.png) no-repeat;
	background-position: center bottom;
	height: 630px;
	margin: 30px 0;
}

.timeline_ul li span {
	display: block;
	color: #ff9157;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0;
	top: -5px;
	position: relative;
}

.timeline_ul {
	width: 950px;
	margin: 0 auto;
}

.timeline_ul li {
	height: 65px;
	/*margin-top: 100px;*/
}

.timeline_ul li:nth-child(1) {
	margin-top: 32px;
}

.timeline_ul li:nth-child(2) {
	margin-top: 8px;
}

.timeline_ul li:nth-child(even) div {
	float: right;
	width: 390px;
	text-align: left;
	left: 70px;
	position: relative;
}

.timeline_ul li:nth-child(even) span {
	text-align: left;
	position: relative;
	/*left: 70px;*/
	top: -5px;
}

.timeline_ul li:nth-child(odd) div {
	text-align: right;
	float: left;
	width: 320px;
}

.timeline_ul li:nth-child(odd) p {
	position: relative;
}

.timeline_ul li:nth-child(odd) span {
	text-align: right;
}

.timeline_ul li p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}


/*------------------轮播----------------*/

.success_carousel {
	/*overflow: hidden;*/
	position: relative;
	width: 1000px;
	margin-top: 30px;
}

.success_carousel .hd .prev,
.success_carousel .hd .next {
	display: block;
	width: 28px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -23px;
}

.success_carousel .hd .prev {
	left: 0;
	background: url(../img/prev.png) no-repeat center;
}

.success_carousel .hd .next {
	right: 0;
	background: url(../img/next.png) no-repeat center;
}

.success_carousel .hd .prev:hover {
	left: 0;
	background: url(../img/prev_hover.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right: 0;
	background: url(../img/next_hover.png) no-repeat center;
}

.success_carousel .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.success_carousel .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%;
}

.success_carousel .hd ul li.on {
	background-color: #666666;
}

.success_carousel .bd {
	padding: 0 60px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 880px;
}

.success_carousel .bd li div {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 430px;
	height: 390px;
	padding: 35px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 1px 1px 30px 1px #eaeaea;
	-moz-box-shadow: 1px 1px 30px 1px #eaeaea;
	box-shadow: 1px 1px 30px 1px #eaeaea;
}

.success_carousel .bd li div:nth-child(2n) {
	margin-right: 0;
}

.success_carousel img {
	margin: 0 auto;
}

.success_carousel .name {
	font-weight: bold;
	color: #ef7f01;
	font-size: 18px;
	line-height: 60px;
}

.success_carousel h3 {
	color: #ef7f01;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #666;
}

.success_carousel p {
	color: #666;
	line-height: 30px;
}

.success_carousel a {
	display: block;
	float: left;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #329998;
	width: 90px;
}

.p_a {
	width: 360px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
}

.p_a .right {
	position: relative;
	left: 185px;
}

.js_sch_1 .bd li div {
	width: 242px;
	padding: 35px 20px;
	margin-right: 10px;
}

.js_sch_1 .bd li div:nth-child(2n) {
	margin-right: 10px;
}

.js_sch_1 .bd li div:nth-child(4n) {
	margin-right: 0px;
}

.js_sch_1 .p_a {
	width: 200px;
	font-size: 14px;
}

.js_sch_1 .p_a a {
	width: 85px;
}

.js_sch_1 .p_a .right {
	position: relative;
	left: 35px;
}

.js_sch_1 .bd ul li {
	width: 1000px;
}

.js_sch_1 p {
	line-height: 25px;
	margin-bottom: 10px;
}

.js_sch_1 .name {
	font-weight: bold;
	color: #000;
}

.js_sch_1 .bd {
	padding: 0;
}

.sec_know a {
	margin-right: 10px;
	top: 0px;
	position: relative;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.sec_know a:hover {
	top: -10px;
}

.js_success_1 .tempWrap
{
	width: 880px !important;
}
.js_sch_1 .tempWrap
{
	width: 1000px !important;
}
