@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: url(../img/banner.png) no-repeat center top;
	position: relative;
}

.headCon {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
}

.headCon h1 {
	width: 988px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin-top: 68px;
}

.headCon b {
	font-size: 46px;
	font-weight: bold;
	color: #fafafa;
}

.headCon h1 {
	width: 545px;
	height: 52px;
	font-size: 52px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 48px;
	background: linear-gradient(to right, rgba(225, 25, 55, 1) 10.009765625%, rgba(255, 131, 0, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headCon h1.h1_top {
	margin-top: 30px;
	margin-bottom: 26px;
}

.headCon h2 {
	font-size: 32px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	width: 536px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background: linear-gradient(90deg, rgba(225, 25, 55, 1), rgba(255, 131, 0, 1));
	border-radius: 44px
}

.headCon h3 {
	width: 545px;
	height: 28px;
	font-size: 28px;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 68px;
}

.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%;
	margin-top: 10px;
	margin-bottom: 60px;
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	float: left;
	cursor: pointer;
	width: 185px;
	height: 75px;
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 75px;
	margin-right: 18px;
}

.mainNav li:nth-child(1) {
	background: url(../img/ic_uk.png) no-repeat center;
}

.mainNav li:nth-child(2) {
	background: url(../img/ic_usa.png) no-repeat center;
}

.mainNav li:nth-child(3) {
	background: url(../img/ic_aus.png) no-repeat center;
}

.mainNav li:nth-child(4) {
	background: url(../img/ic_can.png) no-repeat center;
}

.mainNav li:nth-child(5) {
	background: url(../img/ic_nzl.png) no-repeat center;
}

.mainNav li:nth-child(1):hover,
.mainNav li:nth-child(1).active {
	background: url(../img/ic_uk_h.png) no-repeat center;
}

.mainNav li:nth-child(2):hover,
.mainNav li:nth-child(2).active {
	background: url(../img/ic_usa_h.png) no-repeat center;
}

.mainNav li:nth-child(3):hover,
.mainNav li:nth-child(3).active {
	background: url(../img/ic_aus_h.png) no-repeat center;
}

.mainNav li:nth-child(4):hover,
.mainNav li:nth-child(4).active {
	background: url(../img/ic_can_h.png) no-repeat center;
}

.mainNav li:nth-child(5):hover,
.mainNav li:nth-child(5).active {
	background: url(../img/ic_nzl_h.png) no-repeat center;
}

.mainNav li:last-child {
	margin-right: 0;
}


/* nav */


/* form */

.leadFrom {
	position: relative;
}

.lbCon {
	padding: 45px 20px 60px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.biaodan {
	position: absolute;
	top: -80px;
	right: 0;
	width: 424px;
	height: 390px;
	padding: 30px;
	box-sizing: border-box;
	border: 6px solid #FFAA51;
	background: #fff;
}

.biaodan::after {
	content: '';
	width: 432px;
	height: 38px;
	background: url(../img/form_bg.png) #fff no-repeat bottom;
	background-size: contain;
	position: absolute;
	bottom: -38px;
	left: 0px;
	z-index: -1;
}

.biaodan .registerform {
	margin: 0 auto;
}

.lead {
	width: 510px;
	color: #333;
}

.lead p {
	color: #666;
	width: 497px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 36px;
}

.lead p:before {
	content: '';
	position: absolute;
	width: 85px;
	height: 38px;
	top: 2px;
	left: 11px;
	background-size: initial;
	z-index: -1;
}

.lead b {
	color: #333333;
	text-align: left;
	display: block;
	font-size: 36px;
	margin-bottom: 30px;
	position: relative;
}

.lead b::after {
	content: '';
	background: url(../img/dy_line.png) no-repeat right;
	background-size: 48px 10px;
	width: 48px;
	height: 10px;
	position: absolute;
	left: 40px;
	bottom: 0;
	z-index: -1;
}

.biaodan h2 {
	height: 23px;
	font-size: 22px;
	margin-bottom: 30px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.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,
.Pchengji,
.language {
	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.Pchengji {
	background: url(../img/GPA_box.png) no-repeat center;
}

.biaodan form div.language {
	background: url(../img/ysres_box.png) no-repeat center;
}

#submit {
	display: block;
	width: 300px;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	background-color: #EF4A1E;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}

#submit:hover {
	background-color: #d0340a;
}


/*-------------------表单--------------------*/

.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 **/

.section {
	width: 100%;
	padding: 70px 0;
}

.section.pbnone {
	padding-bottom: 0;
}

.section-content {
	width: 1000px;
	margin: 0 auto;
}

.section-content.pbt70 {
	padding-bottom: 70px;
}

.section.grayBg {
	background-color: rgba(245, 245, 245, 1);
	;
}

.section-content.connect,
.section-content.connect_l,
.section-content.connect_r {
	position: relative;
}

.section-content.connect:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 120px;
	top: -105px;
	left: -200px;
	background: url(../img/ic_connect.png) no-repeat center;
}

.section-content.connect_l:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 120px;
	top: -120px;
	left: -200px;
	background: url(../img/ic_connect_l.png) no-repeat center;
}

.section-content.connect_r:after {
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	top: -120px;
	right: -200px;
	background: url(../img/ic_connect_r.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 h1.h1_tit {
	position: relative;
	padding: 0px 0 30px 0;
	text-align: center;
	font-size: 40px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	background: linear-gradient(to right, rgba(225, 25, 55, 1) 10.009765625%, rgba(255, 131, 0, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-content h1.h1_tit::before {
	content: '';
	position: absolute;
	width: 58px;
	height: 1px;
	top: 25px;
	left: 384px;
	background: url(../img/title_bg_l.png) no-repeat;
	background-size: 58px 1px;
}

.section-content h1.h1_tit::after {
	content: '';
	position: absolute;
	width: 58px;
	height: 1px;
	top: 25px;
	right: 384px;
	background: url(../img/title_bg_r.png) no-repeat;
	background-size: 58px 1px;
}

.section-content h2 {
	margin-bottom: 10px;
	text-align: center;
}

.section-content .tit_p {
	font-size: 36px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333;
	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: 306px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin: 40px auto 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(239, 74, 30, 1);
	background-color: transparent;
	border: 1px solid rgba(239, 74, 30, 1);
	text-align: center;
}

.ly-link-long {
	width: 365px;
}

.ly-link:hover {
	color: #fafafa;
	background-color: rgba(239, 74, 30, 1);
}

.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 {
	width: 674px;
	margin: 0 auto;
}

.btn_list a:first-child {
	margin-right: 50px;
}

.btn_list a {
	display: inline-block !important;
}

.linkOther:hover {
	filter: brightness(0.9);
}

.section  .content {
	display: none;
}

.section  .current {
	display: block !important;
}


/** common style **/


/** idp offer style  **/


/*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: rgba(239, 74, 30, 1);
	
	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.929em 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.929em 0.5em;
	overflow: hidden;
	line-height: 2.4em;
	vertical-align: middle;
	text-overflow: ellipsis;
	background-color: #fff;
	text-align: center;
	padding-left: 20px;
}

.grid tr td:first-child {
	border-left-width: 0px;
}

.grid tr:last-child td {
	border-bottom: none;
}

.grid tr:nth-child(odd) td {
	background-color: rgba(255, 243, 231, 1);
	;
}

.grid tr.over td {
	background-color: rgba(255, 255, 255, 1);
}

.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(239, 74, 30, 1);
	width: 131px;
	height: 31px;
	border-radius: 15px;
}

.grid td a:hover {
	text-decoration: underline;
}

.table-content {
	height: 700px;
	white-space: normal;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 0;
}


/** idp offer style  **/


/** uk style  **/


/* G5名校案例赏析 */

.cont_uk .idpG5-case .tab_default li {
	cursor: pointer;
	float: left;
	height: 75px;
	margin-right: 18px;
	position: relative;
}

.cont_uk .idpG5-case .tab_default li:last-child {
	margin-right: 0;
}

.cont_uk .idpG5-case .layer_schname {
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: center;
	top: -75px;
	width: 185px;
	height: 75px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.cont_uk .idpG5-case .tab_default li.active .layer_schname {
	display: table-cell;
}

.G5Case_Content h3 {
	margin: 50px 0;
	text-align: center;
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(146, 150, 157, 1);
	line-height: 36px;
	background: linear-gradient(-0deg, rgba(225, 25, 55, 1) 10.009765625%, rgba(255, 131, 0, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.G5Case_Content .g5case_default li {
	float: left;
	width: 490px;
	height: 340px;
	margin-right: 20px;
	padding: 40px 0;
	box-sizing: border-box;
}

.G5Case_Content .g5case_default li:last-child {
	margin-right: 0;
}

.g5case_default li:nth-child(1) {
	background: url(../img/casebg_left.png) no-repeat;
	background-size: initial;
}

.g5case_default li:nth-child(2) {
	background: url(../img/casebg_right.png) no-repeat;
	background-size: initial;
	margin-top: 10px;
}

.g5case_default h5 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;
}

.g5case_default li .left {
	width: 158px;
	padding-left: 40px;
}

.g5case_default li .right {
	float: left !important;
	padding-left: 30px;
	margin-top: 30px;
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
}

.g5case_default li .right b {
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
}

.G5Case_Content {
	display: none;
}


/* G5名校案例赏析 */


/* 经典案例解读 */

.G5unscramble_Content {
	display: none;
}

.unscramble_tab li,.nzl_plan_tab li {
	cursor: pointer;
	float: left;
	margin-right: 48px;
	width: 297px;
	height: 76px;
	border: 2px solid rgba(0, 0, 0, 1);
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	text-align: center;
	color: rgba(51, 51, 51, 1);
	line-height: 76px;
}

.unscramble_tab li:hover,
.unscramble_tab li.active,.nzl_plan_tab li:hover,.nzl_plan_tab li.active {
	color: #fafafa;
	background: rgba(51, 51, 51, 1);
}

.unscramble_tab li:last-child,.nzl_plan_tab li:last-child {
	margin-right: 0;
}

.G5unscramble_Content ul {
	margin-top: 50px;
}

.G5unscramble_Content li {
	margin-bottom: 15px;
	height: 164px;
	line-height: 20px;
}

.G5unscramble_Content li.padleft {
	padding-left: 170px;
	padding-right: 30px;
}

.G5unscramble_Content li.padright {
	padding-right: 170px;
	padding-left: 30px;
}

.G5unscramble_Content li:nth-child(1) {
	background: url(../img/ic_1.png) #fff no-repeat left;
}

.G5unscramble_Content li:nth-child(2) {
	background: url(../img/ic_2.png) #fff no-repeat right;
}

.G5unscramble_Content li:nth-child(3) {
	background: url(../img/ic_3.png) #fff no-repeat left;
}

.G5unscramble_Content li:nth-child(4) {
	background: url(../img/ic_4.png) #fff no-repeat right;
}

.G5unscramble_Content li:nth-child(5) {
	background: url(../img/ic_5.png) #fff no-repeat left;
}

.G5unscramble_Content h5 {
	font-size: 22px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 32px;
	padding: 10px 0;
}

.G5unscramble_Content b {
	font-weight: bold;
	font-size: 14px;
}

.G5unscramble_Content a.a_more {
	color: #EF4A1E;
	font-size: 14px;
	font-weight: bold;
}


/* 经典案例解读 */


/* <!--IDP 2019录取Offer龙虎榜 idpofferlist--> */

.idp-offerlist h2,
.idp-offerlist .tit_p {
	color: #fafafa !important;
}

.idp-offerlist {
	background: url(../img/offerbg.png) no-repeat;
}

.idp-offerlist li {
	cursor: pointer;
	float: left;
	width: 180px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.idp-offerlist li img {
	width: 180px;
	height: 200px;
	position: relative;
    z-index: 10;
}

.idp-offerlist li:hover img {
	z-index: 11;
	transform: scale(2.5);
	-webkit-transform: scale(2.5);
	/*Safari 和 Chrome*/
	-moz-transform: scale(2.5);
	/*Firefox*/
	-ms-transform: scale(2.5);
	/*IE9*/
	-o-transform: scale(2.5);
	/*Opera*/
}

.idp-offerlist p.ps,.idp-form p.ps {
	width: 997px;
	height: 119px;
	background: rgba(255, 255, 255, 1);
	border-radius: 60px;
	margin-top: 18px;
	position: relative;
	top: 15px;
}

.idp-offerlist p.ps span,.idp-form p.ps span {
	padding-top: 20px;
	margin: 0 auto;
	width: 920px;
	display: block;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 26px;
	background: linear-gradient(0deg, rgba(225, 25, 55, 1) 10.009765625%, rgba(255, 131, 0, 1) 89.990234375%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* <!--IDP 2019录取Offer龙虎榜 idpofferlist--> */


/* 英国G5精英大学申请指南 idpform*/

.idp-form {
	padding: 0 !important;
	position: relative;
	background: url(../img/uk_form_bg.png) no-repeat;
	background-size: inherit;
}

.idp-form .biaodan {
	position: relative;
	float: right;
	top: 19px;
	right: 0;
	width: 456px;
	height: 345px;
	padding: 20px;
	border: 0 !important;
	box-sizing: border-box;
	background: url(../img/uk_form.png) no-repeat;
	background-size: inherit;
}

.idp-form .biaodan::after {
	content: '';
	background: none;
}

.idp-form .biaodan h5 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.idp-form .biaodan #submit {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 23px;
	color: #fafafa !important;
	background: transparent !important;
	border: 1px solid #fafafa !important;
}

.idp-form .biaodan #submit:hover {
	text-decoration: underline;
}

.idp-form .biaodan div.Pchengji {
	background: url(../img/btform_gpa_box.png) no-repeat center;
}

.idp-form .biaodan div.language {
	background: url(../img/GPA_box.png) no-repeat center;
}

.idp-form h2 {
	font-size: 36px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
	position: relative;
	margin-bottom: 60px;
}

.idp-form h2::after {
	content: '';
	width: 96px;
	height: 10px;
	left: 0;
	margin-top: 30px;
	background: url(../img/form_tit_bg.png) no-repeat left;
	background-size: inherit;
	position: absolute;
}

.idp-form .left {
	margin-top: 96px;
}

.idp-form .left p {
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
}


/* 英国G5精英大学申请指南 idpform*/


/* <!-- 装载申请干货 idpotherlink --> */

.idp-otherlink li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
	top: 0;
}

.idp-otherlink li:nth-child(4n) {
	margin-right: 0;
}

.idp-otherlink li:hover {
	transition: all 0.3s ease;
	top: -10px;
	box-shadow: 0 10px 10px #ccc;
}


/* <!-- 装载申请干货 idpotherlink --> */


/* <!--选择IDP  成功斩获录取的前提 idp_choose--> */

.idp_choose .ps {
	text-align: center;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	margin: 30px 0;
}

.idp_choose .choose_content {
	margin-top: 40px;
}

.idp_choose .top {
	padding: 19px 0;
	padding-left: 80px;
	box-sizing: border-box;
	width: 460px;
	height: 86px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.35);
	border-radius: 4px;
}

.idp_choose .top img {
	display: inline;
}

.idp_choose .sp_tit {
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 27px;
	position: relative;
	top: 10px;
	left: 30px;
}

.idp_choose .bottom {
	text-align: center;
	line-height: 27px;
	color: #333;
	font-size: 18px;
	padding: 40px 106px;
	box-sizing: border-box;
	margin-top: 12px;
	width: 460px;
	height: 294px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.35);
	border-radius: 4px;
}

.idp_choose .right {
	width: 530px;
}

.idp_choose .right li {
	padding: 40px 0;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
	width: 255px;
	height: 190px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(210, 210, 210, 0.35);
	border-radius: 4px;
}

.idp_choose .bottom li:nth-child(2n) {
	margin-right: 0;
}

.idp_choose .right li img {
	display: inline;
	text-align: center;
}

.idp_choose .right li h5 {
	margin-top: 20px;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold !important;
	color: rgba(51, 51, 51, 1);
	line-height: 27px;
}

.choose_btnlist a {
	margin-right: 40px;
	box-sizing: border-box;
	padding: 20px 0;
	float: left;
	width: 306px;
	height: 80px;
	line-height: 23px;
	border: 1px solid rgba(239, 74, 30, 1);
	border-radius: 10px;
}

.choose_btnlist a:last-child {
	margin-right: 0;
}


/* <!--选择IDP  成功斩获录取的前提 idp_choose--> */


/** uk style  **/


/** can style  **/


/* <!--加拿大留学优势 can-idp-adva--> */

.cont_can h1.h1_tit::before,
.cont_nzl h1.h1_tit::before {
	left: 370px !important;
}

.cont_can h1.h1_tit::after,
.cont_nzl h1.h1_tit::after {
	right: 370px;
}

.can-idp-adva ul,
.nzl-idp-adva ul {
	margin-top: 50px;
}

.can-idp-adva li,
.nzl-idp-adva li {
	float: left;
	text-align: center;
	margin: 0 50px 30px 0;
	width: 300px;
	height: 268px;
	padding: 30px 12px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
}

.can-idp-adva li:nth-child(3n),
.nzl-idp-adva li:nth-child(3n) {
	margin-right: 0;
}

.can-idp-adva li img,
.nzl-idp-adva li img {
	display: inline;
}

.can-idp-adva li h3,
.nzl-idp-adva li h3 {
	margin: 20px 0;
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.can-idp-adva li p,
.nzl-idp-adva li p {
	text-align: left;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
}


/* <!--加拿大留学优势 can-idp-adva--> */


/* 加拿大 G5名校案例赏析 */

.cont_can .idpG5-case .tab_default li {
	cursor: pointer;
	float: left;
	height: 75px;
	margin-right: 10px;
	position: relative;
	width: 134px;
}

.cont_can .idpG5-case .tab_default li:last-child {
	margin-right: 0;
}

.cont_can .idpG5-case .layer_schname {
	position: relative;
	display: none;
	vertical-align: middle;
	text-align: center;
	top: -75px;
	width: 134px;
	height: 75px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.cont_can .idpG5-case .tab_default li.active .layer_schname {
	display: table-cell;
}

.cont_can .g5case_default li {
	float: inherit;
	width: 998px;
	height: 428px;
	margin-right: 0px;
	padding: 40px 120px;
	box-sizing: border-box;
	background: url(../img/casebg_big.png) no-repeat;
	background-size: initial;
}

.cont_can .g5case_default li h5 {
	font-size: 22px;
}

.cont_can .g5case_default li .r_store {
	width: 280px;
}

.g5case_default .left a {
	display: inline-block;
	width: 158px;
}

.cont_can .idp-offerlist {
	background: url(../img/can_offerbg.png) no-repeat;
	background-size: cover;
}

.cont_can .idp-form {
	background: url(../img/can_form_bg.png) no-repeat;
	background-size: inherit;
}

.cont_can .idp-form h2 {
	text-align: left;
	line-height: 50px;
}

.cont_can .idp-form .tit_p {
	color: #fafafa;
}

.cont_can .idp-form h2::after {
	margin-top: 70px;
}

.cont_can h2.title {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
}

.cont_can h2.title::after {
	content: '';
	background: none;
}

.can_plan_tab {
	width: 770px;
	margin: 0 auto;
}

.can_plan_tab li {
	cursor: pointer;
	float: left;
	width: 381px;
	height: 76px;
	text-align: center;
	line-height: 76px;
	border: 2px solid rgba(0, 0, 0, 1);
	font-size: 24px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.can_plan_tab li:nth-child(1) {
	border-right: 0 !important;
}

.can_plan_tab li.active,
.can_plan_tab li:hover {
	color: #fafafa;
	background: #333;
}

.ca_plan_contents {
	margin-top: 100px;
}

.ca_plan_contents li {
	float: left;
	width: 189px;
	height: 350px;
	margin-right: 13px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.ca_plan_contents li:last-child {
	margin-right: 0;
}

.ca_plan_content li {
	position: relative;
}

.ca_plan_content .div_img {
	height: 68px;
}

.ca_plan_content li img {
	position: relative;
	left: 55px;
	top: -35px;
}

.ca_plan_content {
	display: none;
}

.ca_plan_content h3 {
	text-align: center;
	font-size: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 26px;
}

.ca_plan_content p {
	width: 159px;
	margin: 15px auto 0;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 20px;
}

.ca_plan_content .a_more {
	font-size: 14px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 131, 0, 1);
	line-height: 12px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.ca_plan_content .a_more:hover {
	text-decoration: underline;
}

.plan2_ul li {
	width: 238px;
}

.plan2_ul li img {
	left: 75px;
}

.ca_plan_content .plan2_ul p {
	width: 225px !important;
	margin: 12px auto 0 !important;
}


/* 加拿大 G5名校案例赏析 */


/** can style  **/


/* nzl style */

.nzl-idp-adva li p {
	text-align: center;
}

.nzl-case .bd li div.div_outer:nth-child(1) {
	background: url(../img/nzl_casebg_l.png) no-repeat;
	background-size: inherit;
}

.nzl-case .bd li div.div_outer:nth-child(2) {
	background: url(../img/nzl_casebg_r.png) no-repeat;
	background-size: inherit;
}

.nzlcase_logo {
	position: relative;
	height: 50px;
	text-align: center;
}

.nzlcase_logo .left {}

.nzl-case .bd .nzl_case_logo img.img_my {
	top: 20px;
	position: relative;
}

.nzl-case .bd .nzl_case_logo {
	width: 230px;
	margin: 0 auto 10px auto;
}

.nzl-case .bd .nzl_case_logo span {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}
.nzl_case_logo_long
{
	width: 380px !important;
}
.idp-form p.ps
{
	margin-bottom: 40px;
}
.cont_nzl .idp-form {
    padding: 0 !important;
    position: relative;
    background: url(../img/nzl_form_bg.png) no-repeat;
    background-size: inherit;
}
.nzl-idp-choose li
{
	width:306px;
height:229px;
	float: left;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 30px;
	background: url(../img/nzl_choose_bg.png) no-repeat;
}
.nzl-idp-choose li:nth-child(3n)
{
	margin-right: 0;
}
.nzl-idp-choose li h3
{
	margin-bottom: 10px;
	text-align: center;
	font-size:22px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:28px;

background:linear-gradient(0deg,rgba(225,25,55,1) 10.009765625%, rgba(255,131,0,1) 89.990234375%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent
}
.nzl-idp-choose li p
{
	font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:24px;
}

.nzl_plan_content ul
{
	margin-top: 50px;
}

.nzl_plan_content li
{
	float: left;
	position: relative;
	width:300px;
	height:323px;
	margin-right: 50px;
	line-height: 22px;
	background:rgba(255,255,255,1);
}

.nzl_plan_content li:last-child
{
	margin-right: 0;
}

.nzl_plan_content li a:hover
{
	text-decoration: underline;
}

.nzl_plan_content h3
{
	width:218px;
height:52px;
background:rgba(238,108,31,1);
border-radius:26px;
font-size:22px;
font-family:MicrosoftYaHei-Bold;
font-weight:bold;
color:rgba(255,255,255,1);
line-height:52px;
text-align: center;
position: relative;
top:-25px;
left:40px;
}
.nzl_plan_content li p
{
	padding: 0 30px;
}
.nzl_plan_content
{
	display: none;
}
.nzl_plan_2 li
{
	height: 435px;
}

.nzl_plan_3 ul
{
	width: 866px;
	margin: 50px auto 0;
}
.nzl_plan_3 li
{
	height: 450px;
	width: 408px;
}
.nzl_plan_3 li h3
{
	left: 90px;
}
/* nzl style */


/*------------------轮播----------------*/

.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 40px;
}

.success_carousel .bd ul {
	padding-bottom: 35px !important;
}

.success_carousel .bd ul li {
	float: left;
	text-align: center;
	width: 920px;
}

.success_carousel .bd li div.div_outer {
	    position: relative;
    float: left;
    margin-right: 20px;
    width: 450px;
    height: 540px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.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: 22px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.success_carousel span {
	font-weight: bold;
	color: #333;
}

.success_carousel p {
	color: #333;
	line-height: 28px;
}

.success_carousel a.info {
	display: block;
	margin-top: 20px;
	margin: 20px auto 0;
	font-weight: bold;
	color: #66CC33;
	width: 90px;
	width: 306px;
	height: 50px;
	line-height: 50px;
	border: 1px solid rgba(239, 74, 30, 1);
	border-radius: 10px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(239, 74, 30, 1);
	    position: absolute;
    bottom: 20px;
    left: 76px;
}

.success_carousel a.info:hover
{
	text-decoration: underline;
}

/*<!--IDP优势 idp-adva-->*/

.idp-adva {
	background: #e4f2ff;
}

.adva_content p {
	width: 280px;
	height: 70px;
	padding: 18px;
	color: #666;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding-left: 40px;
}

.adva_content p b {
	font-size: 16px;
	font-weight: bold;
}

.adva_content p:before {
	content: '';
	background: url(../img/ic_adva.png) no-repeat center center;
	background-size: inherit;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 19px;
	top: 50%;
	margin-top: -7px;
}

.adva_c {
	width: 395px;
	margin: 0 22px;
}


/*<!--IDP优势 idp-adva-->*/


/** otherlink style**/

.otherlink_ul {
	width: 1000px;
	margin-top: 50px;
}

.otherlink li {
	float: left;
	width: 485px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	top: 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 style**/

.idpTeacher {
	position: relative;
}


/*<!--idpAdvan-->*/

.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;
}
.panel-carousel .tempWrap
{
	width: 1000px !important;
	margin: 0 auto;
}

/*<!--idpAdvan-->*/


/* --------整合rose代码样式-------------- */

.cont_usa .grid tr td
{
	padding: 0.7em 0.5em !important;
	line-height: 1.6em !important;
	background-color: #fff !important;
}
.cont_aus .grid tr td
{
	padding: 0.7em 0.5em !important;
	line-height: 1.6em !important;
}
.cont_usa  .grid .color_red {
    background-color: #fff3e7 !important;
}
.cont_usa .table-wrap,
.cont_aus .table-wrap
{
    margin: 50px 0 !important;
}
.Counselor_H li.current .ch6::before {
	opacity: 1 !important;
    background: rgba(0, 0, 0, 0.6) !important;   
    font-size: 16px !important;
}
.qualifications_box .q_box_right {
    background: #fff;
}
.imgs_box img:hover {
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
}
.offert_top_div .biaodan
{
	position: absolute !important;
    top: 30px !important;
    right: -3px !important;
    padding: 20px 0 !important;
	width: 440px !important;
	height: auto !important;
    background: url(../img/offer_form_bg.png) no-repeat center top !important;
	background-size: cover !important;
	border:0 !important;
    /* background-color: #ee6c1f; */
}
.offert_top_div .biaodan::after
{
	background: none;
}
.offert_top_div .biaodan h2 {
    font-size: 24px !important;
    color: #ffffff !important;
    text-align: center !important;
	margin-bottom: 20px !important;
	margin-top: 7px !important;
}
.offert_top_div #submit {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0;
    border: solid 1px #ffffff;
}
.offert_top_div #submit:hover
{
	text-decoration: underline;
}
.thing_margin {
    margin: 30px auto 0px auto !important;
}
.aus_off_last2
{
    position: relative;
    left: -256px;
}
.aus_off_last3
{
    position: relative;
    left: -510px;
}
/* --------整合rose代码样式-------------- */