@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/img-banner.png) no-repeat center top; */
	background: url(../img/banner_02.png) no-repeat center top;
	position: relative;
}
.header img{
  width:92px;
  position: absolute;
  top: 62px;
  left: 556px;
}
.headCon {
	width: 852px;
	margin: 0 auto;
	position: relative;
	padding-top: 134px;
}

.headCon .title-d {
    font-size: 42px;
    color: rgb(71,71,71);
	margin-bottom:24px; 
	margin-left: 110px;
	/* width: 920px;
	text-align: left;
	box-sizing: border-box; */
}
.headCon .title-d:first-child{
	margin-left: 129px;
}

.headCon .title {
	display: inline-block;
	font-size: 50px;
	color: #fff;
    margin-top: 47px;
    width: 100%;
    height: 104px;
	line-height: 104px;
	background:-webkit-linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
	background:-moz-linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
	background:linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
    border-radius: 52px;
    text-align: center;
}

/* header */
.content_container{
  width: 1000px;
  margin: 0 auto;
}
.introduction{
  margin: 41px 0;
}
.introduction .title{
	font-size: 30px;
	line-height: 30px;
	color: #323232;
	margin-bottom: 28px;
	position: relative;
	font-weight: 700;
}
.introduction .title::before{
  content:"";
  position: absolute;
  width: 72px; 
  height: 38px;
  top: 0px;
  background: url(../img/introduction_icon.png) no-repeat center center;
  background-size: initial;
  z-index: -1;
}
.introduction .describe{
	padding: 0 12px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

/* nav */

.mainNav {
	width: 100%;
	height: 50px;
	/* position: absolute;
	bottom: 0; */
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 55px;
	background:-webkit-linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
	background:-moz-linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
	background:linear-gradient(90deg,rgba(225,25,55,1),rgba(255,131,0,1));
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 24px;
	position: relative;
	height: 55px;
	text-align: center;
	display: inline-block;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li,
.mainNav a {
	cursor: pointer;
	font-size: 14px;
	height: 55px;
	line-height: 55px;
	float: left;
	width: 166px
}

.mainNav a {
	margin: 0 28px;
}

.mainNav li.activeNav,
.mainNav li:hover {
	font-size: 18px;
	font-weight: bold;
}

/* nav */

/* offerwall */
.offer_bg{
	background-image: linear-gradient(54deg, 
	#ff8300 0%, 
	#e11937 90%), 
linear-gradient(
	#f0f0f0, 
	#f0f0f0);
	background-blend-mode: normal, 
		normal;
	opacity: 0.85;
}
.offerwall .wall{
	padding: 74px 0;
}
.offerwall .wall .title_p{
	text-align: center;
	color: #fff;
	font-size: 36px;
    margin-bottom: 18px;
}
.offerwall .wall .title_p:nth-child(3){
	font-size: 28px;
	margin-bottom: 0px;
}
.offerwall .wall .qualifications{
	margin: 50px 0;
    display: inline-block;
    width: 191px;
	background-color: #ffffff;
	border-radius: 22px;
	line-height: 44px;
}
.qualifications span{
	font-size: 26px;
	color: #e11937;
	background: -webkit-linear-gradient(left, #e11937, #ff8300);
	background: -moz-linear-gradient(left, #e11937, #ff8300);
	background: linear-gradient(left, #e11937, #ff8300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.offerwall .imgs_box{
	display: flex;
	margin-bottom: 20px;
}

.offerwall .box_bottom{
	margin-bottom: 0px;
}

.offerwall .imgs_box .simelp{
	width: 100%;
	text-align: center;
}
.simelp img{
	width: 150px;
	height: 200px;
	display: inline-block;
}
.simelp p{
	font-size: 14px !important;
	color: #ffffff;
	margin: 10px 0 0 0; 
	line-height: 18px;
  padding: 0 10px;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 1000;
	transition: all 1s;
	display: none;
}
.mask>img {
	position: fixed;
	right: 10px;
	width: 60px;
}
.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto; display: none;z-index:9999;border: 10px solid #fff; width:546px !important; height:718px !important;}

/* offerwall */

/* offer_rank */
.offer_rank{
	padding-top: 70px;
}
.offer_rank .rank_h{
	font-size: 36px;
	color: #333333;
	margin-bottom: 18px;
}
.offer_rank .rank_d{
	font-size: 28px;
	color: #666666;
}
.table-wrap {
	width: 1000px;
	outline: none;
	/* position: relative; */
	font-size: 14px;
	border: 1px #dcdddd solid;
	text-align: center;
	margin: 50px 0 40px 0;
}

.table-head {
	background-color: #f1511a;
	border-bottom: 1px #dcdddd 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 {
	padding: 17px 0;
	vertical-align: bottom;
	overflow: hidden;
	border-left: 1px #dcdddd solid;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.grid tr th:first-child {
	border-left-width: 0;
}

.grid tr td {
	color: #666;
	border-left: 1px #dcdddd solid;
	border-bottom: 1px #dcdddd solid;
	padding: 0.7em 0.5em;
	overflow: hidden;
	line-height: 1.6em;
	vertical-align: middle;
	text-overflow: ellipsis;
	background-color: #fff;
}

.grid tr td:first-child {
	border-left-width: 0px;
}
.grid .last_td{
	text-align: left;
	padding: .7em 20px;
}
.grid tr:last-child td {
	border-bottom: none;
}
.grid .color_red{
	background-color: #ffece5;
}
.tab-link {
	display: block;
	text-align: center;
	min-height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-content {
	height: 742px;
	white-space: normal;
	/* position: relative; */
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 0;
}
.offer_rank .table_more{
	font-size: 18px;
	color: #333333;
}
.offer_rank .offer_msg{
	display: inline-block;
	width: 320px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #f1511a;
	font-size: 18px;
	line-height: 50px;
	color: #f1511a;
	margin: 50px 0 66px 0;

}
.rank_adv .offer_msg{
	border: solid 1px #fff;
	color: #fff;
	font-size: 20px;
	margin: 27px auto auto auto;
	cursor: pointer;
}
.rank_adv{
	width: 100%;
	height: 290px;
	background: url(../img/banner.png) no-repeat center top;
}
.rank_adv .text{
	color: #fff;
	font-size: 24px;
	margin-bottom: 7px;
}
.rank_adv .text:first-child{
	padding-top: 32px;
	font-size: 28px;
}

/* offer_rank */


/* abroad_case */

.abroad_case{
	/* padding-top: 70px; */
}
.abroad_case .case_h:nth-child(1){
	font-size: 36px;
	color: #333333;
	padding: 70px 0 18px 0;
}
.case_h:nth-child(2){
	font-size: 28px;
	color: #666666;
	margin: 0 !important;
}
.abroad_case .case_adv{
	width: 100%;
	height: 234px;
	background: url(../img/banner1.jpg) no-repeat center top;
}
.abroad_case .title_h{
	text-align: left;
	margin-left: 423px;
	font-size: 48px;
	color: #2630a8;
	background: -webkit-linear-gradient(left, #2630a8, #0086f8);
	background: -moz-linear-gradient(left, #2630a8, #0086f8);
	background: linear-gradient(left, #2630a8, #0086f8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
	padding-top: 35px;
}
.abroad_case .case_btn{
	display: inline-block;
	width: 434px;
	height: 72px;
	line-height:72px;
	background-image: linear-gradient(90deg, 
		#2630a8 10%, 
		#0086f8 100%), 
	linear-gradient(
		#f1511a, 
		#f1511a);
	background-blend-mode: normal, 
		normal;
	border-radius: 36px;
	font-size: 32px;
	color: #ffffff;
}

.abroad_case .case_ask{
	/* position: relative; */
	height: 300px;
	background: url(../img/w_bg.jpg) no-repeat center top;
}
.abroad_case .case_ask .title_icon{
	width: 63px;
	position: absolute;
	top: 30px;
	left: 301px;
}
.abroad_case .case_ask p{
	font-size: 18px;
	color: #e11937;
	background: -webkit-linear-gradient(left, #e11937, #ff8300);
	background: -moz-linear-gradient(left, #e11937, #ff8300);
	background: linear-gradient(left, #e11937, #ff8300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}
.abroad_case .case_ask p:last-child{
	width: 320px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px #f1511a;
	font-size: 18px;
	line-height: 50px;
	color: #f1511a;
	margin: 25px auto 0px auto;
	display: inline-block;
}


/* abroad_case */



/* apply_service */

/* .apply_service{
	background: url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	height: 948px;
} */
.apply_service .apply_service_bg{
	background: url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	height: 948px;
}
.apply_service .service_h{
	font-size: 36px;
	color: #ffffff;
	padding-top: 70px;
	margin-bottom: 16px;
}
.apply_service .service_d{
	font-size: 28px;
	color: #fff;
	margin-bottom: 40px;
}
.apply_service .apply_btn{
	width: 406px;
	height: 42px;
	background-image: linear-gradient(90deg, 
		#e11937 10%, 
		#ff8300 100%), 
	linear-gradient(
		#f1511a, 
		#f1511a);
	background-blend-mode: normal, 
		normal;
	border-radius: 21px;
	margin: 0 auto 20px auto;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
}
.apply_service .apply_d{
	margin-bottom: 30px;
	font-size: 14px;
	color: #ffffff;
}
.apply_service .cart_boxs{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
.apply_service .cart_boxs_a{
	padding-top: 20px;
}
.apply_service .cart_boxs_a:hover{
	padding-top: 10px;
}
.apply_service .cart_boxs .box{
	width: 190px;
	height: 340px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 1px 
		rgba(255, 255, 255, 0.33);
}
.cart_boxs .box img{
	width: 190px;
	height: 110px;
}
.cart_boxs .box .box_title{
	font-size: 18px;
	color: #f1511a;
	margin-top: 24px;
}
.cart_boxs .box .box_dric{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 20px;
	text-align: left;
}

.apply_service .apply_ask{
	/* position: relative; */
	width: 100%;
	height: 314px;
	background: url(../img/o_bg.jpg) no-repeat center top;
}
.apply_service .apply_ask .title_icon{
	width: 63px;
	position: absolute;
	top: 30px;
	left: 274px;
}
.apply_service .apply_ask .ask_tltle{
	padding-top: 46px;
	text-align: center;
	font-size: 24px;
	color: #333333;
}

/* form */

.leadform {
	width: 100%;
	background: #ffcc9a;
}

.leadform h3 {
	font-size: 24px;
	color: #252525;
	font-weight: bold;
	padding-bottom: 10px;
	width: 60px;
	float: left;
	line-height: 50px;
}

.leadbox {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	padding: 30px 40px 0 0px;
}

.leadbox p {
	font-size: 14px;
	margin-top: 0px;
	color: #333;
	margin-bottom: 20px;
}

.biaodan {
	width: 100%;
	height: 260px;
	padding-bottom: 0px;
	/* position: relative; */
	top: 0px;
}

.biaodan h2 {
	line-height: 30px;
	text-align: center;
	font-size: 34px;
	color: #313332;
	font-weight: bold;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	display: block;
	width: 265px;
	color: #ccc;
}

.biaodan form .mobile,
.biaodan form .name,
.biaodan form .GPA,
.biaodan form .grade {
	width: 265px;
	padding: 1px 0;
	float: left;
	padding-left: 36px;
	margin-left: 10px;
	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 .GPA {
	background: url(../img/GPA.png) no-repeat center;
}

.biaodan form .grade {
	background: url(../img/city_box.jpg) no-repeat;
}

.biaodan form .from_submit {
	width: 301px;
	margin: 0 auto;
}

.registerform {
	width: 622px;
	margin: 0 auto;
	margin-top: 30px;
}

.from_submit #submit {
	display: block;
	background: transparent !important;
	margin-bottom: 0;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 18px;
	cursor: pointer;
	top: 20px;
	/* position: relative; */
	width: 240px;
	height: 50px;
	border: solid 1px #f1511a;
	color: #f1511a;
}

.from_submit #submit:hover {
	background: #f1511a !important;
	color: #fff;
}

/* form */

/* apply_service */

/* apply_know */
.apply_know{
	width: 100%;
	background-color: #f0f0f0;
}
.apply_know .title{
	font-size: 36px;
	color: #333333;
}
.apply_know .title:first-child{
  padding-top: 70px;
}
/* .apply_know .title:last-child{
  padding-bottom: 30px;
} */
.apply_know .know_boxs{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	margin-top: 50px;
}
.know_boxs:last-child{
	margin-top: 20px;
}
.apply_know .know_boxs_a{
	padding-top: 10px;
}
.apply_know .know_boxs_a:hover{
	padding-top: 0px;
}
.know_boxs_a .know_box{
	width: 320px;
	height: 158px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(98, 98, 98, 0.12);
	border-radius: 10px;
}
.know_boxs_a .know_box img{
	width: 60px;
	display: inline-block;
	margin: 30px 0 20px 0;
}
.know_boxs_a .know_box p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.apply_know .apply_know_adv{
  margin-top: 56px;
	width: 100%;
	height: 80px;
	background: url(../img/konw_banner.jpg) no-repeat center top;
}

/* apply_know */

/* other */
.introduction_IDP{
	background: #f3f3f3;
	padding: 70px 0;
}
.introduction_IDP .text{
	text-align: center;
	font-size: 36px;
	color: #333333;
	margin-bottom: 60px;
}

/*<!--留学名师说案例-->*/

.Counselor_H {
	margin: 60px auto 70px; 
	display: flex;
	flex-direction: row;
	justify-content: space-around;

}

.Counselor_H li {
	float: left;
	cursor: pointer;
}

.Counselor_H li a {
	width:162px;
	height: 162px;
	display: inline-block;
}

.Counselor_H li a img {
	display: block;
}

.Counselor_H li .ch1 {
	background: url(../img/zhanghuan_n.jpg) no-repeat;
}

.Counselor_H li .ch2 {
	background: url(../img/wangyue_n.jpg) no-repeat;
}

.Counselor_H li .ch3 {
	background: url(../img/weinian_n.jpg) no-repeat;
}

.Counselor_H li .ch4 {
	background: url(../img/zhanglei_n.jpg) no-repeat;
}
.Counselor_H li .ch5 {
	background: url(../img/tianyuxi_n.jpg) no-repeat;
}
.Counselor_H li .ch7 {
	background: url(../img/wangdongzhu_n.jpg) no-repeat;
}

.Counselor_H li.current .ch1 {
	background: url(../img/zhanghuan_n.jpg) no-repeat;
	border: solid 1px #f1511a;
}

.Counselor_H li.current .ch2 {
	background: url(../img/wangyue_n.jpg) no-repeat;
	border: solid 1px #f1511a;
}

 .Counselor_H li.current .ch3 {
	background: url(../img/weinian_n.jpg) no-repeat;
	border: solid 1px #f1511a;
}

.Counselor_H li.current .ch4 {
	background: url(../img/zhanglei_n.jpg) no-repeat;
	border: solid 1px #f1511a;
}
.Counselor_H li.current .ch5 {
	background: url(../img/tianyuxi_n.jpg) no-repeat;
	border: solid 1px #f1511a;
}
.Counselor_H li.current .ch7 {
	background: url(../img/wangdongzhu_n.jpg) no-repeat;
	border: solid 1px #f1511a;
} 
.counselor_HCon .teacher_say{
	font-size: 20px;
	color: #e11937;
	background: -webkit-linear-gradient(left, #e11937, #ff8300);
	background: -moz-linear-gradient(left, #e11937, #ff8300);
	background: linear-gradient(left, #e11937, #ff8300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
	line-height: 30px;
	/* position: relative; */
}
.counselor_HCon .teacher_say:first-child{
	margin-top: 73px;
}
.counselor_HCon .teacher_say_img{
	width: 42px; 
	height: 10px;
	display: inline-block;
  margin: 50px 0 10px 0;
}
.counselor_HCon .msg_box{
	display: flex;
	flex-direction: row;
	margin-top: 44px;
	color: #666666;
}
.counselor_HCon .msg_box .msg_left{
	width: 282px;
}
.counselor_HCon .msg_box .msg_medium{
	flex: 1;
}
.counselor_HCon .msg_box .msg_right{
	width: 282px;
}
.msg_box .student_detail{
  height: 170px;
}
.msg_box .msg_left .case_grade{
  font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.msg_box .case_thing{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 12px;
	padding-right: 20px;
}
.msg_box .case_detail{
	padding: 0px 12px;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: solid 1px #f1511a;
	font-size: 14px;
	color: #f1511a;
	display: inline-block;
	text-align: center;
}
.msg_box .case_comment{
	text-align: right;
	padding-right: 10px;
	margin-bottom:  10px;
	font-size: 24px;
	color: #e11937;
	
	background: -webkit-linear-gradient(left, #e11937, #ff8300);
	background: -moz-linear-gradient(left, #e11937, #ff8300);
	background: linear-gradient(left, #e11937, #ff8300);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.msg_box .change_comment{
	text-align: left;
	margin: 0px 0 10px 0;
	padding-left: 10px;
}
.msg_box .change_thing{
	padding: 0 10px;
}
.msg_box .msg_medium >img{
	float: right;
}
.msg_box .msg_medium .teacher_e_name{
	float: right;
	margin-top: -85px;
	text-align: right;
	padding-right: 10px;
	width: 215px;
	height: 42px;
	background-image: linear-gradient(90deg, 
#e11937 10%, 
#ff8300 100%), 
linear-gradient(
#f1511a, 
#f1511a);
	background-blend-mode: normal, 
normal;
	border-radius: 21px;
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
}
.msg_box .msg_medium .teacher_name{
	float: right;
	font-size: 38px;
	color: #FFF;
	margin-top: -107px;
	margin-right: 124px;
}

/*<!--留学名师说案例-->*/

.panel-carousel{
  margin: 0 auto;
}