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

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

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

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

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

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

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

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

.mainNav a {
	float: left;
	text-align: center;
	font-size: 14px;
	width: 90px;
	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: 600px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 70px;
}

.a_btn {
	display: block;
	width: 280px;
	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: 280px;
	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;
}

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


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

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

.header .headbtn_list {
	position: relative;
	width: 400px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	top: 376px;
	right: -276px;
}

.header .headbtn_list a.button {
	width: 175px;
	height: 58px;
	font-size: 20px;
	line-height: 58px;
	color: #0086f9;
	background: transparent;
	text-align: center;
	border: 1px solid #0086f9;
	border-radius: 3px;
}

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

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

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

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

.biaodan form .language {
	background: url(../img/lan_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;
}

.from_submit #submit {
	display: block;
	background: #51c21a !important;
	margin-bottom: 0;
	width: 300px;
	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: 40px;
}


/*--------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/sec_top_line.png) no-repeat center top;
}

.sections .box-title {
	font-size: 16px;
	top: 27px;
	font-weight: bold;
	position: relative;
}


/*----6大理由-----------*/

.ul_reason {
	margin-top: 20px;
}

.ul_reason hr {
	border-top: 1px dashed #8a8a8a;
	margin: 20px 0px;
}

.ul_reason li {
	width: 320px;
	height: 625px;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	border: 1px solid #e4e5e9;
	box-shadow: 5px 5px 10px #e4e5e9;
}

.ul_reason li:nth-child(3) {
	margin-right: 0;
}

.ul_reason li .div_inter {
	padding: 30px 15px 30px 20px;
}

.ul_reason li h1 {
	color: #fff;
	font-size: 24px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-weight: bold;
}

.ul_reason li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.ul_reason p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
}

.ul_reason p:nth-child(1) {
	margin-top: 20px;
}

.ul_reason li:nth-child(1) h1 {
	background: #2630a9;
}

.ul_reason li:nth-child(2) h1 {
	background: #0086f9;
}

.ul_reason li:nth-child(3) h1 {
	background: #4cdfcc;
}

.sec_gcxy {
	background: #f3f4f7;
	padding: 70px 0;
}

.sec_gcxy .section_content {
	background: #fff;
	padding: 60px 30px;
}

.div_video {
	text-align: center;
	margin-top: 20px;
}

.h2_title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 735px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
}

.sec_gcxy {
	height: 550px;
}

.sec_gcxy .content {
	margin-top: 70px;
}

.sec_gcxy .content .right {
	width: 500px;
	float: right;
}

.sec_gcxy a.sma {
	width: 230px !important;
	float: left !important;
}

.sec_gcxy p {
	color: #333;
	font-size: 16px;
	margin-top: 50px;
	line-height: 30px;
}

.sec_wdxx {
	margin-top: 550px;
	padding: 70px 0;
	background: #f3f4f7;
}

.sec_wdxx .ul_wdxx {
	margin-top: 30px;
}

.sec_wdxx .ul_wdxx li {
	width: 410px;
	margin-right: 20px;
	padding: 40px;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	height: 1050px;
	position: relative;
}

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

.ul_wdxx li .box {
	margin-bottom: 40px;
}

.ul_wdxx li h1 {
	display: block;
	background: url(../img/h1_bg.png) no-repeat;
	background-size: contain;
	width: 400px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.ul_wdxx li h5 {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}

.ul_wdxx li span.title {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #2630a9;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #2630a9;
	text-align: center;
	margin-bottom: 20px;
}

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

.ul_wdxx p.t_p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.ul_wdxx p.ct_p a {
	color: #0086f9;
}

.ul_wdxx .span_ri {
	display: block;
	float: right;
	position: relative;
	top: -50px;
	left: -10px;
	font-size: 14px;
	color: #666;
}

.ul_wdxx .a_list {
	width: 412px;
	position: absolute;
	bottom: 30px;
}

.ul_wdxx .a_btn,
.ul_wdxx .a_btn_hollow {
	width: 189px;
}

.botm_div {
	width: 924px;
	margin-right: 20px;
	padding: 40px;
	background: #fff;
	margin-bottom: 20px;
	height: 610px;
	position: relative;
}

.botm_div h1 {
	display: block;
	background: url(../img/h1_bg.png) no-repeat;
	background-size: contain;
	width: 400px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
}

.botm_div h5 {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}

.botm_div span.title {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #2630a9;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #2630a9;
	text-align: center;
	margin-bottom: 20px;
}

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

.botm_div p.t_p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.botm_div .box {
	margin-bottom: 40px;
}

.botm_div .span_ri {
	display: block;
	float: right;
	position: relative;
	top: -50px;
	left: -175px;
	font-size: 14px;
	color: #666;
}

.botm_div .a_list {
	margin-left: -260px;
	width: 600px !important;
}

.botm_div .a_list .a_btn {
	width: 280px;
}

.botm_div .a_list .a_btn_hollow {
	width: 280px;
}

.l_div {
	width: 350px;
	float: left;
	padding-right: 20px;
}

.r_div {
	width: 530px;
	float: left;
	padding-left: 20px;
}

.sec_xyys {
	padding: 70px 0;
}

.application-tab {
	width: 542px;
	margin: 0 auto;
}

.application-tab li {
	float: left;
	width: 180px;
	border: 1px solid #333;
	border-right: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}

.application-tab li:nth-child(3) {
	border: 1px solid #333;
}

.application-tab li.currentContent {
	color: #fff;
	font-size: 18px;
	background: #333;
}

.application-tab li:hover {
	color: #fff;
	font-size: 18px;
	background: #333;
}

.contents .content {
	display: none;
}

.contents .active-content {
	display: block !important;
}

.sec_xyys .inter .left_div {
	width: 560px;
	float: left;
}

.sec_xyys .title {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}

.sec_xyys p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 30px;
	padding-right: 30px;
}

.sec_xyys .a_list {
	display: block;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}

.sec_lxfy {
	padding: 70px 0;
	background: #f3f4f7;
}

.sec_lxfy .a_list {
	display: block;
	width: 600px;
	margin: 0 auto;
}

.sec_jcfwtj {
	padding: 70px 0;
}


/*<!--IDP留学服务-->*/

.serviceLis {
	width: 1000px;
	margin: 0 auto;
}

.serviceLis img {
	padding: 0;
	margin: 0;
}

.serviceLis ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.serviceLis li {
	float: left;
	height: 233px;
	width: 250px;
	background: #f3f4f7;
}

.serviceLis .service_txt h6 {
	font-size: 26px;
	color: #ff8300;
	font-weight: bold;
	padding: 38px 0px 0px 48px;
	margin: 0;
}

.serviceLis .service_txt p {
	padding: 12px 0px 0px 48px;
	font-size: 14px;
	color: #666;
	margin: 0;
}

.height245 {
	height: 243px !important;
}

.ul_zt li {
	float: left;
	margin-right: 20px;
}

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

.sec_jcfwtj .a_list {
	width: 600px;
}


/*<!--IDP留学服务-->*/

.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	display: inline-block;
	border-radius: 100%;
	background: #fff !important;
	opacity: .8 !important;
	border: 1px solid #333f48 !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #333f48 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	position: relative !important;
	top: 4px !important;
}

.video embed {
	height: 270px !important;
}

.picScroll-left {
	width: 480px !important;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	float: right;
	margin-top: -225px;
	height: 290px;
}

.picScroll-left .hd {}

.picScroll-left .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 {
	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 {
	background: url(../img/prev_hover.png) no-repeat;
}

.picScroll-left .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 {
	margin: 0px 42px 50px;
	/*width:185px;*/
	overflow: hidden;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 480px !important;
	height: 345px !important;
	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 !important;
	height: 388px !important;
	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-left .bd ul li {
	width: 480px !important;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .hd ul {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 10px;
	font-size: 1px;
}

.picScroll-left .hd ul li {
	display: inline-block;
	color: transparent;
	margin: 0 5px;
	padding: 0;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid #4d5361;
	border-radius: 50px;
}

.picScroll-left .hd ul li.on {
	background-color: #4d5361;
	color: #4d5361;
}

.picScroll-left2 {
	margin-top: 0 !important;
	width: 480px !important;
	padding-bottom: 50px;
	position: relative;
	left: 22px;
}

.picScroll-left2 .hd ul {
	position: relative !important;
	top: 306px !important;
	z-index: 1000 !important;
	left: 225px !important;
}

.picScroll-left2 .bd ul li {
	width: 480px !important;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left2 .bd ul li img {
	position: relative;
	left: -80px;
}

.picScroll-left0 {
	margin-top: -200px !important;
}