*{padding: 0;margin: 0}
ul,li{list-style: none}
a{text-decoration: none;}
img{border: none;}
body{font-family: 'Microsoft Yahei';font-size: 14px;color: #000}
.clearfix:after{
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.header_01{
	height: 109px;
	background: url('../images/header_01.jpg') no-repeat top center;
}
.header_02{
	height: 132px;
	background: url('../images/header_02.jpg') no-repeat top center;
}
.header_03{
	padding-top: 75px;
	height: 178px;
	background: url('../images/header_03.jpg') no-repeat top center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header_04{
	height: 120px;
	padding-top: 31px;
	background: url('../images/header_04.jpg') no-repeat top center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
}
.panel .center{text-align: center;}
.panel .mr{margin-right: -50px;}
.panel .mt{margin-top: 100px;}
.href_btn{
	height: 46px;
	line-height: 42px;
	background-color: #d02e03;
	color: #fff;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border: 2px solid #d02e03;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
}
.href_btn:hover{
	background-color: transparent;
	color: #d02e03;
}
.header_href{
	width: 180px;
	float: right;
}
.menu{
	height: 50px;
	text-align: center;
}
.menu li{
	display: inline-block;
	height: 50px;
	padding: 0 17px;
	line-height: 50px;
	color: #000;
	font-weight: 700;
	cursor: pointer;
}
.menu li.active{
	background-color: #ffda2f;
}
.superiorty_panel{margin-top: 21px;}
.superiorty_panel .superiorty_list li{
	position: relative;
	float: left;
	width: 308px;
	height: 341px;
	margin: 56px 34px 0 0;
}
.superiorty_panel .superiorty_list li:before{
	content: '';
	position: absolute;
	left: -8px;
	top: -25px;
	width: 310px;
	height: 352px;
	background-color: #ffda2f;
}
.superiorty_panel .superiorty_list .info{
	position: relative;
	height: 100%;
	padding: 0 32px;
	border: 2px solid #4b4200;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
.superiorty_panel .superiorty_list .info:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -44px;
	width: 88px;
	height: 44px;
	background-color: #ffda2f;
	-webkit-border-radius: 0 0 44px 44px;
	-moz-border-radius: 0 0 44px 44px;
	border-radius: 0 0 44px 44px;
	border: 2px solid #4b4200;
	border-top: none;
}
.superiorty_panel .superiorty_list .info .icon{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: -15px;
	width: 50px;
	height: 50px;
	background: url('../images/sprite.png') no-repeat;
	-webkit-transition: top .5s,scale .5s;
	-moz-transition: top .5s,scale .5s;
	-ms-transition: top .5s,scale .5s;
	-o-transition: top .5s,scale .5s;
	transition: top .5s,scale .5s;
}
.superiorty_panel .superiorty_list li:hover .icon{
	top: -25px;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.superiorty_panel .superiorty_list .info .icon1{background-position: -3px -2px;}
.superiorty_panel .superiorty_list .info .icon2{background-position: -72px -2px;}
.superiorty_panel .superiorty_list .info .icon3{background-position: -135px -2px;}
.superiorty_panel .superiorty_list .info .icon4{background-position: -4px -59px;}
.superiorty_panel .superiorty_list .info .icon5{background-position: -68px -60px;}
.superiorty_panel .superiorty_list .info .icon6{background-position: -136px -59px;}
.superiorty_panel .superiorty_list .info .name{
	padding-bottom: 17px;
	margin-top: 63px;
	font-size: 17px;
	border-bottom: 1px dashed #b5b5b5;
}
.superiorty_panel .superiorty_list .info .txt{
	padding: 15px 0 20px;
	line-height: 24px;
}
.superiorty_panel .superiorty_list .info .btn{
	display: block;
	margin: 0 auto;
	width: 214px;
}
.superiorty_panel .superiorty_list .last_item:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -41px;
	right: -160px;
	height: 83px;
	width: 170px;
	background-color: #ffda2f;
}
.method_panel .tab{
	float: right;
	margin-top: -70px;
}
.method_panel .tab li{
	position: relative;
	float: left;
	padding: 20px 27px 22px;
	width: 70px;
	height: 154px;
	line-height: 22px;
	margin-left: 22px;
	background-color: #ff9600;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.method_panel .tab li:after{
	content: '';
	position: absolute;
	left: 30px;
	bottom: 20px;
	border-width: 7px 6px 0 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.method_panel .tab li.active{background-color: #d02e03;}
.method_panel .info_box{
	position: relative;
	clear: both;
	top: -50px;
	padding-bottom: 70px;
}
.method_panel .info_box .left_info{
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 613px;
	height: 312px;
	padding: 0 132px 0 42px;
	border: 2px solid #4b4200;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.method_panel .info_box .left_info .txt{
	position: relative;
	padding-left: 17px;
	margin-top: 25px;
	line-height: 24px;
}
.method_panel .info_box .left_info .txt a{color: #d02e03;text-decoration: underline;}
.method_panel .info_box .left_info .dot:before,.fee_panel .fee_item .dot:before,.plan_panel .method_box .info .dot:before,
.case_panel .case_container .case_wrapper .list .dot:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	background-color: #4b4200;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.method_panel .info_box .right_pic{
	position: absolute;
	width: 529px;
	height: 330px;
	top: 70px;
	right: 0;
	text-align: center;
	background-color: #ffdf2f;
}
.method_panel .info_box .right_pic .pic{
	position: relative;
	z-index: 6;
	margin-top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.method_panel .info_box .right_pic .pic:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.method_panel .info_box .right_pic .link{
	display: block;
	padding-top: 25px;
	font-size: 20px;
	color: #d02e03;
	text-decoration: underline;
	-webkit-transition: font-size .5s;
	-moz-transition: font-size .5s;
	-ms-transition: font-size .5s;
	-o-transition: font-size .5s;
	transition: font-size .5s;
}
.method_panel .info_box .right_pic .link:hover{font-size: 21px;}
.condition_panel{margin-top: 65px;position: relative;overflow: hidden;}
.condition_panel:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 668px;
	background: url('../images/condition_bg.jpg')  top center;
}
.condition_panel .c_left{
	float: left;
	width: 372px;
	margin-right: 33px;
}
.condition_panel .c_left .language{position: relative;z-index: 3}
.condition_panel .c_left .language:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 346px;
	background-color: #ffdf2f;
	content: '';
}
.condition_panel .c_left .language .name{
	position: relative;
	z-index: 5;
	font-size: 18px;
	line-height: 56px;
}
.condition_panel .c_left .language table{
	position: relative;
	z-index: 5;
	margin-left: 10px;
	width: 360px;
	background-color: #fff;
	border: 2px solid #4b4200;
	border-collapse: collapse;
	text-align: center;
	font-size: 13px;
}
.condition_panel .c_left .language table td,.condition_panel .c_left .language table th{
	height: 60px;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.condition_panel .c_left .language .btn{
	display: block;
	width: 100%;
	margin-top: 30px;
}
.condition_panel .c_left .form_box{position: relative;z-index: 99;margin-top: 110px;padding-bottom: 47px;}
.condition_panel .c_left .form_box .tip{
	padding: 20px 0 25px;
	line-height: 24px;
}
.condition_panel .c_left .form_box .form_item{
	position: relative;
	padding-left: 54px;
	width: 320px;
	height: 46px;
	margin-bottom: 26px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.condition_panel .c_left .form_box .form_item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 46px;
	background: url('../images/sprite.png') no-repeat;
}
.condition_panel .c_left .form_box .arrow:after{
	content: '';
	position: absolute;
	right: 11px;
	top: 19px;
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #bfbfbf transparent transparent transparent;
}
.condition_panel .c_left .form_box .name_icon:before{background-position: -65px -132px;}
.condition_panel .c_left .form_box .age_icon:before{background-position: -116px -136px;}
.condition_panel .c_left .form_box .edu_icon:before{background-position: -166px -136px;}
.condition_panel .c_left .form_box .city_icon:before{background-position: -8px -190px;}
.condition_panel .c_left .form_box .phone_icon:before{background-position: -76px -190px;}
.condition_panel .c_left .form_box .user_val{
	border: none;
	width: 260px;
	padding: 10px;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #545454
}
.condition_panel .c_left .form_box .user_val:focus{outline: none;}
.condition_panel .c_left .form_box .list{
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	height: 150px;
	background-color: #fff;
	overflow-y: auto;
	z-index: 99;
}
.condition_panel .c_left .form_box .list li{
	padding-left: 64px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
}
.condition_panel .c_left .form_box .list li:hover{background-color: #eee;}
.condition_panel .c_left .form_box .btn{
	display: inline-block;
	width: 320px;
	letter-spacing: 2px
}
.condition_panel .c_right{
	position: relative;
	z-index: 6;
	line-height: 24px;
	margin-top: 33px;
	border: 2px solid #4b4200;
	border-collapse: collapse;
	text-align: center;
}
.condition_panel .c_right td{
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
.condition_panel .c_right p{padding: 28px 30px;text-align: left;}
.condition_panel .c_right a{
	color: #d02e03;
	text-decoration: underline;
	-webkit-transition: font-weight .5s;
	-moz-transition: font-weight .5s;
	-ms-transition: font-weight .5s;
	-o-transition: font-weight .5s;
	transition: font-weight .5s;
}
.condition_panel .c_right a:hover{font-weight: 700;}
.fee_panel{
	position: relative;
	z-index: 7;
	margin-top: -220px;
}
.fee_panel .title{text-align: right;}
.fee_panel .fee_item{
	float: left;
	margin-top: 33px;
	border: 2px solid #4b4200;
}
.fee_panel .fee_item1{width: 365px;height: 357px;margin-right: 34px;margin-top: 176px;}
.fee_panel .fee_item .flag{
	width: 163px;
	height: 50px;
	background-color: #ffae00;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}
.fee_panel .fee_item .flag_left{
	-webkit-clip-path: polygon(0 0,100% 0,90% 50%,100% 100%,0 100%);
	clip-path: polygon(0 0,100% 0,90% 50%,100% 100%,0 100%);
}
.fee_panel .fee_item .flag_right{
	float: right;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%,10% 50%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%,10% 50%);
	margin: -30px -15px 0 0;
}
.fee_panel .fee_item1 .flag{
	margin: -27px 0 0 -15px;
}
.fee_panel .fee_item1 .info{
	padding: 27px 54px 0;
	line-height: 24px;
}
.fee_panel .fee_item1 .info .txt{position: relative;margin-bottom: 7px;padding-left: 17px;}
.fee_panel .fee_item2{width: 592px;height:500px;}
.fee_panel .fee_item2 .info{
	padding: 28px 10px 0 34px;
	line-height: 24px;
	overflow: hidden;
}
.fee_panel .fee_item2 .info .txt{
	position: relative;
	padding-left: 17px;
	margin-bottom: 5px;
}
.fee_panel .fee_item2 .info2{margin-top: 20px;}
.fee_panel .fee_item2 .info2 .txt{
	float: left;
	width: 47%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fee_panel .fee_item2 .info2 .txt_l{width:52%;}
.fee_panel .fee_item2 .info .txt i{font-style: normal;color:#d02e03;font-weight: normal;}
.fee_panel .fee_item2 .info .red_dot:before{background-color: #d02e03;}
.fee_panel .fee_item2 .flag_left{
	margin: 27px 0 0 -15px;
}
.fee_panel .btn{
	display: inline-block;
	width: 236px;
	margin: 33px 19px 0;
}
.plan_panel,.case_panel,.link_panel,.xt_adv_panel,.teacher_panel{padding-top: 98px;}
.plan_panel .method_box{
	position: relative;
	margin-top: 33px;
}
.plan_panel .method_box:before{
	content: '';
	position: absolute;
	left: -10px;
	width: 1000px;
	top: 0;
	height: 630px;
	background-color: #ffdf2f;
}
.plan_panel .method_box .info{
	position: relative;
	z-index: 5;
	padding-top: 25px;
}
.plan_panel .method_box .info .tip{position: relative;padding-left: 17px;margin-left: 4px;}
.plan_panel .method_box .method_table{
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #4b4200;
	text-align: center;
	background-color: #fff;
}
.plan_panel .method_box .method_table td,.plan_panel .method_box .method_table th{
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	height: 72px;
}
.plan_panel .method_box .method_table a{
	color: #d02e03;
	text-decoration: underline;
}
.case_panel .case_container{
	position: relative;
	padding: 0 32px;
	height: 310px;
	margin-top: 33px;
}
.case_panel .case_container:before{
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: 0;
	height: 238px;
	background-color: #ffdf2f;
}
.case_panel .case_container .case_wrapper{
	position: relative;
	height: 280px;
	overflow: hidden;
}
.case_panel .case_container .case_wrapper .wrapper{position: relative;}
.case_panel .case_container .case_wrapper .list{
	position: absolute;
	left: 0;
	width: 935px;
	overflow: hidden;
	top: 20px;
}
.case_panel .case_container .case_wrapper .list li{
	position: relative;
	float: left;
	width: 460px;
	height: 256px;
	padding: 0 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #4b4200;
	background-color: #fff;
}
.case_panel .case_container .case_wrapper .list li:before{
	content: '';
	position: absolute;
	left: 32px;
	top: 0;
	width: 33px;
	height: 56px;
	background: url('../images/sprite.png') no-repeat -19px -121px;
}
.case_panel .case_container .case_wrapper .list .name{
	padding: 32px 0 24px 50px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #d2d2d2;
	font-size: 18px;
}
.case_panel .case_container .case_wrapper .list .name a{color: #000}
.case_panel .case_container .case_wrapper .list .name a:hover{color: #d02e03}
.case_panel .case_container .case_wrapper .list .txt{
	position: relative;
	margin-bottom: 8px;
	padding-left: 17px;
	line-height: 24px;
}
.case_panel .case_container .case_wrapper .list .txt a{color: #d02e03;text-decoration: underline;padding-left: 13px;}
.case_panel .case_container .select{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.case_panel .case_container .select span{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	border: 2px solid #9c9b93;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.case_panel .case_container .select span.active{background-color: #9c9b93;}
.case_panel .case_container .case_btn{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat;
}
.case_panel .case_container  .prev_btn{
	left: 0;
	background-position: -43px -292px;
}
.case_panel .case_container  .next_btn{
	right: 0;
	background-position: -67px -292px;
}
.link_panel .link_list li{
	position: relative;
	float: left;
	width: 230px;
	padding-left: 25px;
	margin: 33px 28px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_panel .link_list .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffdf2f;
	color: #352c00;
	font-weight: 700;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
}
.link_panel .link_list img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.link_panel .link_list img:hover{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.xt_adv_list li{
	float: left;
	width: 245px;
	margin: 33px 7px 0 0;
}
.xt_adv_list li:hover .space{margin-top: 1px;}
.xt_adv_list .name{
	position: relative;
	height: 66px;
	background-color: #ffdf2f;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
.xt_adv_list .name:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -12px;
	border-style: solid;
	z-index: 5
}
.xt_adv_list .up:before{
	top: -11px;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffdf2f transparent; 
}
.xt_adv_list .down:before{
	bottom: -11px;
	border-width: 12px 12px 0 12px;
	border-color: #ffdf2f transparent transparent transparent; 
}
.xt_adv_list .name .tit{
	display: inline-block;
	line-height: 66px;
	color: #2f2901;
	font-size: 18px;
}
.xt_adv_list .name .tit:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 40px;
	height: 35px;
	background: url('../images/sprite.png') no-repeat;
}
.xt_adv_list .name .tit1:before{background-position: -162px -190px;}
.xt_adv_list .name .tit2:before{background-position: -13px -244px;}
.xt_adv_list .name .tit3:before{background-position: -66px -242px;}
.xt_adv_list .name .tit4:before{background-position: -129px -244px;}
.xt_adv_list .space{margin-top: 8px;-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;}
.xt_adv_list .info{
	position: relative;
	height: 148px;
	padding-top: 23px;
	border: 2px solid #4b4200;
	text-align: center;
	line-height: 26px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.xt_adv_list .info:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 14px;
	left: 50%;
	margin-left: -12px;
	background: url('../images/sprite.png') no-repeat;
}
.xt_adv_list .b_down:before{top: -3px;background-position: -129px -297px;}
.xt_adv_list .b_up:before{bottom: -3px;background-position: -180px -297px;}
.xt_adv_list .info a{
	display: block;
	margin-top: 8px;
	padding: 6px 0;
	color: #d02e03;
	font-weight: 700;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.xt_adv_list .info a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration: underline;
}
.teacher_panel{position: relative;}
.teacher_panel:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 356px;
	background-color: #ffdf2f;
	content: '';
}
.teacher_panel .teacher_box{
	position: relative;
	margin: 33px auto 0;
	width: 1000px;
	padding-bottom: 170px;
	z-index: 10
}
.teacher_panel .teacher_box .box{min-height: 250px;background-color: #fff;}
.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	background-color: #fff;
}