@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.Validform_checktip {
	display: none !important;
}

a {
	cursor: pointer;
}

.bggary {
	background-color: #f4f4f4 !important;
}


/* header */

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

.headCon {
	width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}

.headCon h1 {
	width: 914px;
	height: 104px;
	line-height: 104px;
	margin: 135px 0 21px;
	background: #2630a9;
	font-size: 50px;
	color: #FFF;
	border-radius: 60px;
	background: -webkit-linear-gradient(left, #2630a9, #1093fa);
	background: -o-linear-gradient(left, #2630a9, #1093fa);
	background: -moz-linear-gradient(left, #2630a9, #1093fa);
	background: -ms-linear-gradient(left, #2630a9, #1093fa);
	background: linear-gradient(left, #2630a9, #1093fa);
}

.headCon b {
	font-size: 46px;
	font-weight: bold;
	color: #fafafa;
}

.headCon h2 {
	font-size: 45px;
	font-weight: 500;
	color: rgba(71, 71, 71, 1);
	margin: 20px 0;
	text-align: center;
	width: 800px;
}

.headCon h2.h2_top {
	margin-left: -100px;
}

.headCon .a_list {
	width: 900px;
	margin: 70px auto 0 auto;
}

.headCon .a_list span {
	width: 263px;
	height: 23px;
	font-size: 22px;
	font-family: NotoSansSC-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.headCon a {
	display: inline-block;
	width: 150px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font-size: 20px;
	color: #333;
	background-color: transparent;
	border: 1px solid #333;
	margin-right: 20px;
}

.headCon a:hover {
	color: #fafafa;
	width: 150px;
	height: 48px;
	background: rgba(51, 51, 51, 1);
	border-radius: 24px;
}

.headCon p {
	display: inline-block;
	font-size: 30px;
	color: #333;
	margin-top: 24px;
}


/* header */


/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 55px;
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	height: 55px;
	text-align: center;
}

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

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	/*float: left;
	width: 150px;
	margin-right: 20px; */
	display: inline-block;
	padding: 0 20px;
}

.mainNav li:last-child {
	margin-right: 0;
}

.mainNav a {
	/*margin: 0 28px;*/
}

.nav_a {
	/*margin: 0 28px !important;
	float: right !important;
	margin-top: -62px !important;
	display: inline-block;*/
}

.mainNav li.activeNav,
.mainNav li:hover,
.nav_a:hover {
	font-size: 20px;
	font-weight: bold;
}


/* nav */


/* form */

.leadFrom {
	position: relative;
}

.lbCon {
	padding: 60px 20px 60px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.biaodan {
	width: 100%;
	margin: 0 auto;
	;
	background: #e2f4ff;
	background-size: contain;
	box-sizing: border-box;
	padding: 50px 0;
}

.biaodan .registerform {
	margin: 0 auto;
}

.lead {
	/*width: 510px;*/
	color: #333;
}

.lead p {
	color: #666;
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}

.lead p:before {
	content: '';
	position: absolute;
	width: 73px;
	height: 39px;
	top: 2px;
	left: 11px;
	background: url(../img/ic_dy.png) no-repeat center center;
	background-size: initial;
	z-index: -1;
}

.lead b {
	color: #333333;
	text-align: left;
	display: block;
	font-size: 30px;
	margin-bottom: 30px;
}

.biaodan h2 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 28px;
}

.biaodan form ul {
	width: 614px;
	margin: 0 auto 5px;
}

.biaodan form ul li {
	float: left;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

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

.mobile,
.name,
.guojia,
.branch,
.Nstep {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
	height: 40px;
}

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

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

.biaodan form div.guojia {
	background: url(../img/pro_box.png) no-repeat center;
}

.biaodan form div.branch {
	background: url(../img/sch_box.png) no-repeat center;
}

#submit {
	display: block;
	width: 238px;
	height: 48px;
	font-size: 16px;
	color: #009933;
	cursor: pointer;
	margin: 0 auto;
	border: 1px solid #009933;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0;
}

#submit:hover {
	background-color: #009933;
	color: #fff;
}


/*-------------------表单--------------------*/

.botm-form {
	background: url(../img/form-bg.jpg) no-repeat center;
	padding: 54px 0;
	position: static;
	border-bottom: 0;
}

.fm-botm {
	width: 640px;
	margin: 0 auto;
	padding: 0 180px;
}

.fm-botm h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #FFFFFF;
}


/* form */


/** common style **/

.greybg {
	background-color: #efefef;
}

.section {
	width: 100%;
	padding: 50px 0;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: #f5f5f5;
}

.section-content.connect {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -125px;
	left: -200px;
	background: url(../img/bad_hand.png) no-repeat center;
}

.section-content.connect_r:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -50px;
	right: 200px;
	/*background: url(../img/bad_hand.png) no-repeat center;*/
}

.section-content.connect_s:before {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -50px;
	right: 200px;
	/*background: url(../img/shape.png) no-repeat center;*/
}

.section-content.connect_s_l:before {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -50px;
	left: 250px;
	/*background: url(../img/shape.png) no-repeat center;*/
}

.section-content h2 {
	margin-bottom: 10px;
	text-align: center;
	/*background: url(../img/tit_line.png) no-repeat center bottom;*/
}

.section-content .tit_p {
	font-size: 28px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	margin-bottom: 40px;
}

.section-content h2 b {
	font-size: 36px;
	margin-left: 10px;
}

.section-content h2 span {
	font-size: 36px;
	color: #333;
	margin-top: 10px;
}

p.abs {
	text-align: center;
	line-height: 26px;
	color: #666666;
	margin-bottom: 40px;
}

.ly-link {
	display: block;
	width: 260px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	margin: 40px auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 28px;
	color: #009900;
	background-color: transparent;
	border: 1px solid #009900;
	text-align: center;
}

.ly-link-long {
	width: 365px;
	height: 48px;
	line-height: 48px;
}

.ly-link:hover {
	color: #fafafa;
	background-color: #009900 !important;
	border: 1px solid #009900 !important;
}

.apply-advice .ly-link:hover {
	color: #fafafa;
	background-color: #009900 !important;
	border: 1px solid #009900 !important;
}

.linkOther {
	margin: 0 auto;
	display: block;
	margin-top: 50px;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-ms-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}

.btn_list {
	text-align: center;
	display: block;
}

.btn_list a:first-child {
	margin-right: 50px;
}

.btn_list a {
	display: inline-block !important;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.link {
	color: #009900;
	font-weight: bold;
}

.content {
	display: none;
}

.content.active {
	display: block;
}


/** common style **/


/** idp offer style  **/

.offerbg {
	background: url(../img/offerbg.jpg) no-repeat center top;
	height: 816px;
	padding: 60px 0 0 !important;
}

.offerbg h2 {
	color: #fff;
}

.offerbg .tit_p {
	color: #fff;
}


/** case offer style **/

.caseoff_tab_ul {
	/*width: 959px;
	margin: 0 auto;*/
	padding-left: 100px;
}

.caseoff_tab_ul li {
	float: left;
	cursor: pointer;
	border: 1px solid #fff;
	border-right: 0;
	height: 44px;
	line-height: 44px;
	width: 250px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-right: 40px;
}

.caseoff_tab_ul li:last-child {
	border-right: 1px solid #fff;
	margin-right: none;
}

.caseoff_tab_ul li:hover,
.caseoff_tab_ul li.active {
	color: #fff;
	background: #2630a9;
	background: -webkit-linear-gradient(left, #2630a9, #0086f9);
	background: -o-linear-gradient(right, #2630a9, #0086f9);
	background: -moz-linear-gradient(right, #2630a9, #0086f9);
	background: -ms-linear-gradient(right, #2630a9, #0086f9);
	background: linear-gradient(to right, #2630a9, #0086f9);
	border: 1px solid #2630a9;  font-weight: bold;
}

.effect {
	width: 915px;
	margin: 22px auto 0;
}

.effect li {
	width: 424px;
	margin: 0;
	border: 0;
	float: left;
}

.case_cont {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	height: 442px;
	overflow: hidden;
	background: #fff;
}

.case_cont img {
	width: 89px;
	height: 88px;
	margin: 25px auto 20px;
}

.case_cont h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 32px;
}

.case_cont h3 strong {
	display: block;
	margin-bottom: 7px;
}

.case_cont .txt {
	height: 135px;
	background: #e3ecf6;
	padding: 15px 28px 0;
}

.case_cont .txt p {
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

.caseoff_content,
.plan_content {
	display: none;
}

.caseoff_content.current,
.plan_content.current {
	display: block;
}


/* effect-5 css */

.bgBlue {
	height: 865px;
	background: rgba(228, 242, 255, 1);
}


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

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

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

.success_carousel .hd .prev {
	left: 70px;
	background: url(../img/prev.png) no-repeat center;
	z-index: 10;
}

.success_carousel .hd .next {
	right: 60px;
	background: url(../img/next.png) no-repeat center;
	z-index: 10;
}


/*.success_carousel .hd .prev:hover {
	left: 30px;
	background: url(../img/prev_h.png) no-repeat center;
}

.success_carousel .hd .next:hover {
	right:22px;
	background: url(../img/next_h.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 .picList {
	padding-bottom: 0px !important;
}

.success_carousel .bd .picList>li {
	float: left;
	text-align: center;
	width: 1000px;
}


/*success_carousel end*/


/*table*/

.table-wrap {
	width: 1000px;
	outline: none;
	position: relative;
	font-size: 14px;
	color: #444;
	border: 1px #e6e6e6 solid;
	text-align: center;
	margin-bottom: 15px;
}

.table-head {
	padding-right: 17px;
	background-color: #0099ff;
	border-bottom: 1px #e6e6e6 solid;
	color: #fff;
	font-size: 14px;
}

.table-head-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.grid {
	margin: 0px;
	table-layout: fixed;
	width: 100%;
	max-width: none;
	border-spacing: 0px;
	empty-cells: show;
	border-width: 0px;
	outline: 0px none;
	border-collapse: collapse;
}

.grid tr th {
	line-height: 2.4em;
	padding: 0.8em 0.5em;
	vertical-align: bottom;
	overflow: hidden;
	border-left: 1px #e6e6e6 solid;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 20px;
}

.grid tr th:first-child {
	border-left-width: 0;
}

.grid tr td {
	color: #666;
	border-left: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	padding: 0.28em 0.5em;
	overflow: hidden;
	line-height: 2.4em;
	vertical-align: middle;
	text-overflow: ellipsis;
	background-color: #fff;
	text-align: left;
	padding-left: 20px;
}

.grid tr td:first-child {
	border-left-width: 0px;
}

.grid tr:last-child td {
	border-bottom: none;
}

.grid tr:nth-child(3n-3) td {
	background-color: #e4ecf7;
}

.grid tr.over td {
	background-color: #e3eaff;
}

.tab-link {
	display: block;
	text-align: center;
	min-height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid tr td .more {
	color: #3366cc;
}

.grid td a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	width: 131px;
	height: 31px;
	border: 1px solid rgba(102, 102, 102, 1);
	border-radius: 15px;
}

.grid td a:hover {
	color: #fafafa;
	background: #333;
}

.table-content {
	height: 700px;
	white-space: normal;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 0;
}


/** idp offer style  **/

.effect2 {
	width: 900px !important;
	margin-left: 34px;
}

.effect2 li {
	width: 278px;
	display: inline-block;
	float: left;
}

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

.js_case_2 .hd .prev {
	left: 30px;
	background: url(../img/prev2.png) no-repeat center;
	z-index: 10;
}

.js_case_2 .hd .next {
	right: 22px;
	background: url(../img/next2.png) no-repeat center;
	z-index: 10;
}

.js_case_2 .hd .prev:hover {
	left: 30px;
	background: url(../img/prev2_h.png) no-repeat center;
}

.js_case_2 .hd .next:hover {
	right: 22px;
	background: url(../img/next2_h.png) no-repeat center;
}

.case_cont2 {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	height: 370px;
	overflow: hidden;
	/*-webkit-box-shadow: 1px 1px 30px 1px #eaeaea;
	-moz-box-shadow: 1px 1px 30px 1px #eaeaea;
	box-shadow: 1px 1px 30px 1px #eaeaea;*/
}

.case_cont2 img {
	width: 278px;
	height: 370px;
}

.case_cont2 h3 {
	background: rgba(0, 134, 249, 0.6);
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}


/* js_case_2 css end */


/** case offer style **/


/*<!--IDP名师说案例 揭秘名校录取规则 teacase-->*/

.p_name {
	width: 260px;
	height: 42px;
	font-size: 16px !important;
	color: #fafafa !important;
	background: url(../img/name_bg.png) no-repeat center;
	background-size: contain;
	position: relative;
	top: -76px !important;
	right: -154px;
	padding-left: 30px;
	box-sizing: border-box;
}

.p_name b {
	font-size: 38px;
	font-weight: normal;
}

.tea-l {
	width: 190px;
	margin-top: 115px;
	margin-right: 15px;
}

.tea-m {
	width: 410px;
}

.tea-r {
	width: 310px;
}

.tea_content h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	background: linear-gradient(135deg, rgba(38, 48, 168, 1) 10.009765625%, rgba(0, 134, 248, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tea-l h3 {
	text-align: right;
}

.tea_content {
	display: none;
}

.tea_content.current {
	display: block;
}

.tea_content h5 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.tea_content p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
}

.tea_tab_ul {
	margin-top: 50px;
	margin-bottom: 20px;
}

.tea_tab_ul li {
	width: 195px;
	height: 164px;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 5px;
}

.tea_tab_ul li img {
	width: 195px;
	height: 164px;
}

.tea_tab_ul li:last-child {
	margin-right: 0;
}

.tea_tab_ul li:hover img,
.tea_tab_ul li.active img {
	position: absolute;
	transform: scale(1.1);
	z-index: 10;
	box-shadow: 0px 0px 6px 0px rgba(73, 73, 73, 0.41);
}


/*<!--IDP名师说案例 揭秘名校录取规则 teacase-->*/


/*<!--申请建议 apply-advice-->*/

.apply-advice {
	color: #fafafa;
	background: linear-gradient(90deg, rgba(38, 48, 249, 1), rgba(0, 134, 249, 1));
}

.apply-advice h2,
.apply-advice .tit_p,
.apply-advice .ly-link {
	color: #fafafa !important;
}

.apply-advice .ly-link {
	z-index: 100;
	position: relative;
	top: 0px;
	border: 1px solid #fafafa !important;
}

.apply_content {
	width: 1000px;
	height: 500px;
	background: url(../img/advice.png) no-repeat center top;
	background-size: inherit;
}

.apply-advice li {
	width: 265px;
	text-align: left;
}

.apply-advice li h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}

.apply-advice li h5 {
	font-size: 18px;
	font-weight: bold;
}

.apply-advice li p {
	font-size: 14px;
	line-height: 22px;
}

.apply_content {}

.apply_content ul {
	position: relative;
	top: 18px;
}

.apply_content ul li {
	position: absolute;
	width: 254px;
}

.apply_content ul li p {
	line-height: 30px;
	font-size: 18px;
}

.apply_content ul li:nth-child(1) {
	left: 30px;
	top: 18px;
}

.apply_content ul li:nth-child(2) {
	left: 717px;
	top: 18px;
}

.apply_content ul li:nth-child(3) {
	left: 55px;
	top: 263px;
}

.apply_content ul li:nth-child(4) {
	left: 717px;
	top: 263px;
}

.apply_content ul li:nth-child(5) {
	left: 394px;
	top: 383px;
}


/*<!--申请建议 apply-advice-->*/

.dateCon {
	background: url(../img/dateBg.png) no-repeat center 100px;
	color: #666;
	margin-top: 30px;
}

.dateCon h3 {
	font-size: 24px;
	font-weight: bold;
}

.dateCon p {
	font-size: 18px;
	line-height: 24px;
}

.dateL {
	float: left;
	margin-right: 31px;
}

.dateL h3 {
	margin-right: 47px;
	margin-top: 27px;
	margin-bottom: 10px;
}

.dateL p {
	margin-left: 101px;
	margin-bottom: 25px;
}

.dateR {
	float: left;
	width: 480px;
	padding-top: 72px;
}

.dateR h3 {
	margin-left: 0;
	margin-bottom: 10px;
}

.dateR p {
	margin-left: 0px;
}

.dateR img {
	margin: 30px 0 110px;
}


/*<!--dateCon end-->*/

.plan_tab_ul {
	padding-left: 50px;
}

.plan_tab_ul li {
	float: left;
	cursor: pointer;
	border: 1px solid #fff;
	border-right: 0;
	height: 44px;
	line-height: 44px;
	width: 289px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-right: 20px;
}

.plan_tab_ul li:last-child {
	border-right: 1px solid #fff;
	margin-right: none;
}

.plan_tab_ul li:hover,
.plan_tab_ul li.active {
	background: #FFFFFF !important;
	color: #2630a9 !important; font-weight: bold;
}

.plan_tab_ul li:hover,
.plansul li.active {}


/*<!plansul end-->*/

.plan_content h4 {
	color: #fff;
	height: 40px;
	padding-top: 19px;
	font-size: 18px;
	line-height: 40px; font-weight: bold;
}

.Occup2,
.Occup1 {
	height: 60px;
	/*width: 1000px;*/
	overflow: hidden;
}

.Occup2 li {
	float: left;
	background: url(../img/Occup2li.png) no-repeat left;
	width: 166px;
	margin-right: -27px;
	display: inline-block;
	text-align: center;
	color: #333;
}

.Occup2 li div,
.Occup1 li div {
	display: inline-block;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	display: inline-block;
	position: relative;
}

.Occup2 li.current div {
	float: left;
	background: url(../img/Occup2li_cur.png) no-repeat;
	width: 166px;
	position: relative;
}

.Occup2 li strong,
.Occup1 li strong {
	font-size: 16px;
}

.Occup2 li .t1 {
	background: url(../img/Occup2t1.jpg) no-repeat left center;
}

.Occup2 li .t1 .arrows {
	background: url(../img/Occup2t1.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: -41px;
	top: 0px;
}

.Occup2 li.current .t1 .arrows {
	background: url(../img/Occup2_right.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: -11px;
	top: 0px;
}

.Occup2 li:nth-child(1) {
	margin-left: -6px;
}

.Occup2 li .tend .arrows {
	background: url(../img/Occup2t5.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 112px;
	top: 0px;
}

.Occup2 li.current .tend .arrows {
	background: url(../img/Occup2t5_cur.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 137px;
	top: 0px;
}

.Occup2 li:nth-child(7),
.Occup1 li:nth-child(7) {
	margin-right: 0;
}

.Occup2Con,
.Occup1Con {
	margin-top: 10px;
}

.Occup2Con .item,
.Occup1Con .item {
	padding: 20px 28px;
	height: 50px;
	background-color: #f5f5f5;
	line-height: 24px;
	color: #333;
	font-size: 18px;
}

.Occup1 li {
	float: left;
	width: 190px;
	background: url(../img/Occup1li.png) no-repeat;
	margin-right: -25px;
	display: inline-block; 
	text-align: center;
	color: #333;
}

.Occup1 li.current div {
	float: left;
	background: url(../img/Occup1li_cur.png) no-repeat;
	width: 190px;
	position: relative;
}

.Occup1 li .t1 {
	background: url(../img/Occup1t1.jpg) no-repeat left center;
}

.Occup1 li .t1 .arrows {
	background: url(../img/Occup1t1.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: -41px;
	top: 0px;
}

.Occup1 li.current .t1 .arrows {
	background: url(../img/Occup2_right.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: -11px;
	top: 0px;
}

.Occup1 li:nth-child(1) {
	margin-left: -6px;
}

.Occup1 li .tend .arrows {
	background: url(../img/Occup2t5.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 115px;
	top: 0px;
}

.Occup1 li.current .tend .arrows {
	background: url(../img/Occup2t5_cur.jpg) no-repeat right center;
	width: 35px;
	height: 60px;
	display: inline-block;
	position: absolute;
	left: 147px;
	top: 0px;
}

.Occup3 li .t1 .arrows{ left: -30px !important; width: 30px;}
.Occup3 li .tend .arrows{ left: 100px;}
/*<!Occup2 end-->*/


/** otherlink style**/

.otherlink{ padding: 0 0 0 168px; margin-top: 30px;}
.otherlink li {
	float: left;
	width: 316px;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
	top: 0;
}
.otherlink li .none{ margin-right: 0;}
.otherlink li:last-child {
	margin-right: 0;
}

.otherlink li:hover {
	top: -10px;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 10px 10px 10px #ccc;
}
.otherlink .noBt{ margin-bottom: 0;}

/** otherlink style**/
 
.idpTeacher{
	 background: #f3f3f3; padding-top: 60px;
}
/*<!--idpAdvan-->*/
.idpAdvan{ padding-top: 60px;}
.ab-advan-ul {
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
	text-align: center;
	margin-top: 30px;
}

.ab-advan-ul li {
	display: inline-block;
	color: #666666;
	font-size: 20px;
	line-height: 25px;
	width: 143px;
	margin-right: 24px;
}

.ab-advan-ul p {
	margin-top: 15px;
	font-size: 24px;
	color: #9c9c9c;
	line-height: 30px;
}

.ab-advan-ul .ab-advan-img {
	height: 33px;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

.ab-advan-ul .ab-advan-img img {
	margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
	height: 34px;
}

.ab-advan-ul li.lastAdvan {
	margin-right: 0;
}


/*<!--idpAdvan-->*/