/*----the author is doreen 借鉴注明出处--*/

@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: -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 0px;
	text-align: center;
	float: left;
	font-size: 14px;
	cursor: pointer;
}

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

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

.mainNav ul .activeNav a {
	color: #ff8300;
	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: 425px;
	left: -280px;
}

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

.header .headbtn_list a.button:hover {
	background: #008260;
	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 .guojia,
.biaodan form .professional {
	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 .guojia {
	background: url(../img/coun_box.png) no-repeat center;
}

.biaodan form .professional {
	background: url(../img/pro_box.png) 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;
}

.section {
	padding: 60px 0;
}


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

.ul_adva {
	margin-top: 20px;
}

.ul_adva li {
	width: 200px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	box-shadow: 5px 5px 20px #dadce3;
	padding: 30px 60px;
}

.ul_adva li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ff8300;
	padding: 20px 0;
}

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

.ul_adva li:nth-child(3n) {
	margin: 0;
}

.sec_dnls {
	background: #f3f4f7;
	padding: 60px 0;
}

.ul_recom {
	margin-top: 20px;
}

.ul_recom li {
	width: 234px;
	background: #fff;
	height: 680px;
	float: left;
	margin-right: 20px;
	box-shadow: 5px 5px 20px #dadce3;
	position: relative;
}

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

.ul_recom li img {
	width: 234px;
}

.ul_recom li .inter {
	padding: 30px 15px;
}

.ul_recom h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

.ul_recom .p_title {
	font-size: 14px;
	text-align: center;
}

.ul_recom span.title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ff8300;
	margin-top: 20px;
	}

.hign_p
{
	height: 60px;
}

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

.ul_recom .a_btn_hollow {
	width: 196px !important;
	height: 36px !important;
	line-height: 36px !important;
	margin-top: 30px;
	margin-left: 0;
	font-size: 14px;
	position: absolute;
	bottom: 30px;
}


/*---时间轴---*/

.time_ul {
	width: 720px;
	margin: 0 auto;
	background: url(../img/timeline_bg.png) no-repeat;
	background-position: center;
	background-size: contain;
	padding: 60px 0;
	height: 570px;
}

.time_ul li {
	width: 330px;
	float: right;
	text-align: left;
	margin-top: 80px;
}

.time_ul li:first-child {
	margin-top: 0;
}

.time_ul li:nth-child(2n) {
	float: left !important;
	text-align: right !important;
	margin-top: 80px;
	position: relative;
}

.time_ul li:before {
	content: '';
	background: url(../img/time_icon.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	margin-left: -37px;
	margin-top: 10px;
}

.time_ul li:nth-child(2n):before {
	background: none !important;
}

.time_ul li:nth-child(2n):after {
	content: '';
	background: url(../img/time_icon.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	right:-35px;
	margin-top: 10px;
}


.time_ul li span {
	background: url(../img/time_bg.png) no-repeat;
	background-size: contain;
	display: block;
	width: 120px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.time_ul li:nth-child(2n) span,
.time_ul li:nth-child(2n) p {
	float: right;
}

.time_ul li p {
	font-size: 14px;
	color: #333;
	width: 100%;
}


/*--end 时间轴---*/

.div_msg {
	background: url(../img/icon_msg.png) no-repeat #f3f4f7;
	background-size: initial;
	background-position: 200px;
	padding-left: 280px;
	font-size: 16px;
	color: #333;
	height: 100px;
	line-height: 100px;
	margin-top: 20px;
}

.sec_service {
	background: #f3f4f7;
	height: 550px;
}

.service_inter {
	background: #fff;
	padding: 60px 0;
	box-shadow: 5px 5px 50px #d1d3d8;
}

.service_inter ul {
	width: 920px;
	margin: 0 auto;
	margin-top: 20px;
}

.service_inter .div_l {
	float: left;
}

.service_inter .div_r {
	float: right;
	width: 198px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.service_inter .div_r a {
	font-size: 14px;
	color: #51c21a;
}

.service_inter ul li {
	width: 260px;
	margin-right: 65px;
	float: left;
	margin-bottom: 30px;
}

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

.sec_zpj {
	padding-top: 200px;
}

table,
table tr th,
table tr td {
	border: 1px solid #ccc;
}

.tb_zpj {
	border-collapse: collapse;
}

.tb_zpj td a {
	color: #51c21a;
}

.tb_zpj th {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #ff8300;
}

.tb_zpj td {
	padding: 10px 30px;
	width: 210px;
	color: #1c1e2a;
}

.tb_zpj td:first-child {
	color: #1c1e2a;
	font-weight: bold;
	line-height: 25px;
}

.tb_zpj td:nth-child(2) {
	width: 170px;
}

.tb_zpj td:nth-child(3),
.tb_zpj td:nth-child(4) {
	width: 250px;
}

.sec_sqgl {
	background: #f3f4f7;
}

.sec_sqgl .box {
	background: #fff;
	margin-bottom: 20px;
}

.sec_sqgl .div_l {
	float: left;
	width: 152px;
}

.sec_sqgl .div_r {
	float: right;
	width: 786px;
	padding: 30px;
}

.sec_sqgl .h1_c {
	font-size: 18px;
	color: #ff8300;
	font-weight: bold;
}

.sec_sqgl .h1_b {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

.sec_sqgl p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.sec_sqgl .box a {
	color: #51c21a;
	position: relative;
	top: 5px;
}

.aptab2 {
	width: 840px !important;
}

.aptab2 li {
	width: 140px !important;
}

.aptab2 li:nth-child(4) {
	border-right: 0 !important;
}

.aptab2 li:nth-child(6) {
	border: 1px solid #333;
}

.sec_timeline,.sec_type
{
	padding-bottom: 0;
}

.sec_timeline .btn_list,.sec_type .btn_list
{
	margin-bottom: 0 !important;
}


/*--切换---*/

.application-tab {
	width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

.application-tab li {
	float: left;
	width: 150px;
	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(4) {
	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;
}

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

.sec_qustion {
	background: #f3f4f7;
}

.sec_qustion ul li {
	width: 430px;
	background: #fff;
	float: left;
	margin-right: 20px;
	padding: 30px;
	color: #333;
	margin-bottom: 20px;
	box-shadow: 5px 5px 30px #D1D3D8;
}

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

.sec_qustion li div {
	margin-top: 20px;
}

.sec_qustion li p {
	float: right;
	width: 380px;
	margin-left: 10px;
	line-height: 25px;
}

.sec_qustion li a {
	color: #51c21a;
}

.sec_tj a {
	margin-right: 10px;
	top: 30px;
	position: relative;
}


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

.marbtom30 {
	margin-bottom: 30px;
}

.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: 1000px !important;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	float: right;
	height: 220px;
}

.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-left .slide_outer {
	box-shadow: 2px 2px 20px #e8e8e8;
	float: left;
	width: 80px;
	height: 106px;
	background: #fff;
	margin-right: 20px;
	padding: 40px;
}

.picScroll-left .slide_outer h1 {
	font-size: 18px;
	color: #ff8300;
	font-weight: bold;
	margin-top: 20px;
}

.picScroll-left .slide_outer:nth-child(5n) {
	margin-right: 0px;
}

.picScroll-left .bd ul li {
	width: 1000px !important;
}

.picScroll-left .bd {
	margin-left: 60px;
}

.Validform_right
{
	    visibility: hidden !important;
}
