@CHARSET "UTF-8";
/*--------------------上课流程------------------*/
body {
	color: #333;
}
.container{
	width:1200px;
}
.btn_main{
	min-width:320px;
	height:64px;
	line-height:64px;
	font-size:24px;
}
/*banner*/
.banner_customize {
	height:544px;
	color:#333;
	text-align: center;
	background: url(/customize_img/banner.jpg) no-repeat center center;
}
.banner_customize_bd{
	padding-left:110px;
}
.banner_customize .title{
	padding-top:120px;
	font-size:3.6rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.banner_customize .p{
	padding-top:20px;
	font-size: 1.6rem;
	line-height:1.6em;
	letter-spacing: 2px;
}

/*banner下表单*/
.customize_form_bg{
	width:1200px;
	margin:auto;
	margin-top:-50px;
	background: #ff7f14;
	background: linear-gradient(120deg,#ff7f14 40%,#ff5728);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.customize_form{
	padding:30px 0 30px 30px;
	background: url(/customize_img/form_bg.png) no-repeat center center;
	background-size:cover;
}

/*登录前*/
.customize_form_title{
	float: left;
	width:25%;
	padding:0 20px;
	color:#fff;
	font-weight: bold;
	box-sizing: border-box;
	background: url(/customize_img/form_arrow.png) no-repeat 84% center;
}
.customize_form_title .txt1{
	display: block;
	font-size:1.8rem;
}
.customize_form_title .txt2{
	display: block;
	font-size:1.2rem;
}
.customize_form_bd{
	padding-top:10px;
}
.customize_form_bd .form_head,
.customize_form_bd .form a.privacy{
	display: none;
}
.customize_form_bd .form li{
	float:left;
	width:280px;
	margin-left:25px;
}
.customize_form_bd .form_input{
	height:auto;
}
.customize_form_bd .form_bd{
	height:42px;
	line-height:42px;
	background-color:#fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.customize_form_bd .form_bd .ipt_txt{
	height:42px;
	line-height:42px;
}
.customize_form_bd .form li.border_no{
	width:200px;
}
.customize_form_bd .form_submit{
	height:42px;
	margin-top:0;
	color:#d73204;
	font-weight: bold;
	background: #ffdb3d;
	background: linear-gradient(180deg,#ffef3d,#ffd53d);
	box-shadow: 4px 4px 4px rgba(0,0,0,.05);
}
.customize_form_bd .form_submit:hover{
	color:#d73204;
	background: #fff;
}
/*登录后*/
.customize_form_bd .login_status{
	color:#fff;
}
.customize_form_bd .login_status_txt{
	float:left;
	min-width:200px;
	max-width:580px;
	padding:0;
	margin-right:30px;
}
.customize_form_bd .login_status p:nth-child(2){
	margin-top:8px;
}
.customize_form_bd .login_status_txt .color{
	color:#ffed3d;
}
.customize_form_bd .login_status_btn{
	float:left;
	padding:0 20px;
	color:#fff;
	margin-right:30px;
	border:solid 1px #fff;
}
.customize_form_bd .login_status_line{
	display: none;
}
.customize_form_bd .login_status_enter{
	float:right;
	border:none;
	padding:0 20px;
	margin-right:20px;
	color:#f26005;
	font-size:16px;
	font-weight: bold;
	background:#fff;
}
.customize_form_bd .login_status_enter:hover{
	color:#f52602;
	background:#ffeb3d;
}


/*大家都在学*/
.customize_one_bg{
	width:1224px;
	padding-top:60px;
}
.customize_one{
	width:100%;
	padding:50px 0;
}
.customize_one li{
	width:20%;
	float:left;
	box-sizing: border-box;
	padding:0 6px;
}
.customize_one_bd{
	width:100%;
	height:420px;
	padding:250px 20px 20px 20px;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 1s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	background-size: 100%;
}
.customize_one_bd:hover{
	background-size: 105%;
}

.customize_one_bd.bg1{
	background-image: url(/customize_img/img4.jpg);
}
.customize_one_bd.bg2{
	background-image: url(/customize_img/img5.jpg);
}
.customize_one_bd.bg3{
	background-image: url(/customize_img/img6.jpg);
}
.customize_one_bd.bg4{
	background-image: url(/customize_img/img7.jpg);
}
.customize_one_bd.bg5{
	background-image: url(/customize_img/img8.jpg);
}
.customize_one_bd .title{
	font-size:24px;
	font-weight: bold;
}
.customize_one_bd .p{
	padding:15px 0 35px 0;
	font-size:14px;
	line-height:1.4em;
}
.customize_one_bd .btn{
	font-size:14px;
}
.customize_one_bd .btn:hover{
	cursor: pointer;
}
.customize_one_bd .btn .iconfont{
	width:30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size:14px;
	background-color:#ff7f14;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*超人气学习定制，学员案例*/
.customize_two{
	padding:70px 0;
}
.customize_student {
	width: 1180px;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}
.customize_two .big_title{
	padding-bottom:20px;
}

.customize_student_img {
	position: relative;
	float: left;
	width:45%;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.customize_student_img img {
	float:left;
	width: 100%;
}

.customize_student_img .txt, .customize_student_img .txt2 {
	position: absolute;
	top: 0;
	z-index: 1;
	width:194px;
	height:53px;
	line-height:53px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	font-size:18px;
	background:url(/customize_img/img9.png) no-repeat;
}

.customize_student_img .txt {
	left: 0;
}

.customize_student_img .txt2 {
	right: 0;
}

.customize_student_img .txt span, .customize_student_img .txt2 span {
	font-size: 20px;
}

.customize_student_txt {
	float: left;
	width: 55%;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
}

.customize_student_txt h4 {
	line-height: 20px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.customize_student_txt h4.right {
	text-align: right;
}

.customize_student_txt h4 i {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	font-size: 0;
	margin-right: 6px;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 10px #ff7f14;
}

.customize_student_txt h4.right i {
	border-right: none;
	margin-left: 6px;
	margin-right: 0;
	border-left: solid 10px #ff7f14;
}

.customize_student_txt p {
	padding: 10px 0 15px 0;
	line-height: 1.8em;
	font-size:13px;
}

.customize_student_intro {
	padding-top: 15px;
	border-top: #ccc 1px dashed;
}

.customize_student_intro .face {
	float: left;
	width: 64px;
	height: 64px;
}

.customize_student_intro .face img {
	width: 100%;
	height: 100%;
}

.customize_student_name {
	float: left;
	margin-left: 10px;
	min-width: 120px;
	text-align: center;
	font-size: 20px;
	line-height: 64px;
}

.customize_student_btn {
	text-align: center;
}

.customize_student_btn a {
	margin: 0 10px;
	padding: 0 50px !important;
	font-size: 18px;
}

.customize_student_btn a.btn_white {
	display: none;
}

.customize_student_line {
	clear: both;
	margin-top: 20px;
	border-top: dashed 1px #bbb;
}

.customize_two .btn_main_bg{
	margin-top:40px;
}


/* 专属个性化定制的好处 */
.customize_three{
	padding:60px 0;
}
.customize_three_bd{
	position: relative;
	width:800px;
	height:476px;
	margin:50px auto 0 auto;
	background: url(/customize_img/img13.png) no-repeat 70% bottom;
}
.customize_three_bd li{
	position:absolute;
	z-index: 22;
	width:400px;
	padding:10px;
	background-color:#fff;
	border:solid 3px #ff7f14;
}
.customize_three_bd li .img{
	float:left;
	width:85px;
}
.customize_three_bd li .txt{
	float:left;
	width:293px;
	font-size:14px;
}
.customize_three_bd li .t{
	font-size:20px;
	font-weight: bold;
	color:#ff7f14;
}
.customize_three_bd li .p{
	padding-top:8px;
	line-height:1.5em;
}
.customize_three_bd .left{
	text-align: right;
	-webkit-border-radius: 10px 60px 60px 10px;
	-moz-border-radius: 10px 60px 60px 10px;
	border-radius: 10px 60px 60px 10px;
}
.customize_three_bd .left .txt{
	padding-right:20px;
}
.customize_three_bd .right .txt{
	padding-left:20px;
}
.customize_three_bd .right{
	-webkit-border-radius: 60px 10px 10px 60px;
	-moz-border-radius: 60px 10px 10px 60px;
	border-radius: 60px 10px 10px 60px;
}
.customize_three_bd .li1,
.customize_three_bd .li2,
.customize_three_bd .li3{
	right:550px;
}
.customize_three_bd .li4,
.customize_three_bd .li5,
.customize_three_bd .li6{
	left:550px;
}
.customize_three_bd .li1{
	top:20px;
}
.customize_three_bd .li2{
	top:170px;
}
.customize_three_bd .li3{
	top:320px;
}
.customize_three_bd .li4{
	top:20px;
}
.customize_three_bd .li5{
	top:170px;
}
.customize_three_bd .li6{
	top:320px;
}
.customize_three .btn_main{
	margin-top:0;
}


/*必克强大课程规划阵容*/
.customize_four{
	padding:30px 0 60px 0;
}

.customize_sm_bg{
	position: relative;
	height:500px;
	margin-top: 20px;
}
.customize_sm_bg .arrow{
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100px;
	height: 100%;
	text-align: center;
	color: #ff7f14;
}
.customize_sm_bg .arrow:hover{
	color: #f26005;
}
.customize_sm_bg .arrow.left{
	left: -100px;
}
.customize_sm_bg .arrow.right{
	right: -100px;
}
.customize_sm_bg .arrow i{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	margin-top: -25px;
	font-size: 50px;

}

.customize_sm_bd{
	width: 1200px;
	overflow: hidden;
}
.customize_sm_ul{
	width: 10000px;
}
.customize_sm_ul ul{
	float: left;
	width: 1200px;
}
.customize_sm_change{
	padding: 45px 0 25px 0;
	text-align: center;
}
.customize_sm_change a{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #bcbcbc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.customize_sm_change a.cursor{
	background-color: #ff7f14;
}

.customize_sm {
	float: left;
	margin-top: 95px;
}

.customize_sm li {
	position: relative;
	float: left;
	width: 160px;
	height: 250px;
	padding: 50px 10px 70px 10px;
	margin: 0 10px;
	text-align: center;
	line-height:1.7em;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.customize_sm .face {
	position: absolute;
	left: 0;
	top: -65px;
	z-index: 1;
	width: 100%;
	height: 100px;
}

.customize_sm .face img {
	width: 100px;
	height: 100px;
}

.customize_sm .name {
	color: #333;
	font-size: 18px;
}

.customize_sm .intro {
	position: relative;
	text-align: left;
	padding: 10px 20px 15px 20px;
}
.customize_sm .intro:before{
	content:"";
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 22;
	width: 16px;
	height: 13px;
	background: url(/customize_img/yh1.png) no-repeat center center;
}
.customize_sm .intro:after{
	content:"";
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 22;
	width: 16px;
	height: 13px;
	background: url(/customize_img/yh2.png) no-repeat center center;
}

.customize_sm .txt {
	padding-top: 15px;
	text-align: left;
	border-top: dashed 1px #aaa;
}


/*个性化课堂定制*/
.customize_personal_bg{
	padding:70px 0;
}
.customize_personal{
	padding:50px 0 40px 0;
}
.customize_personal_choice{
	float:left;
	width:100px;
	height:360px;
	margin-right:50px;
	border-right:solid 2px #eee;
	box-sizing: border-box;
}

.customize_personal_choice li {
	position: relative;
	left: -10px;
	line-height: 66px;
	font-size: 16px;
	cursor: pointer;
}

.customize_personal_choice li a {
	display: block;
}

.customize_personal_choice i {}

.customize_personal_choice li span {
	display: inline-block;
	vertical-align: middle;
}

.customize_personal_choice a.cursor i, .customize_personal_choice a:hover i{
	position: absolute;
	right:-30px;
	top:15px;
	z-index: 22;
	width:38px;
	height:38px;
	background: url(/customize_img/img20.png) no-repeat;
}

.customize_personal_choice a.cursor, .customize_personal_choice a:hover
	{
	color: #ff7f14;
}

.customize_personal_bd{
	float:left;
	width:1050px;
	height:502px;
	overflow:hidden;
	background:url(/customize_img/ipad.png) no-repeat right bottom;
}
.customize_personal_bd img{
	display: none;
	float:left;
}

.customize_personal_bd img.cursor {
	display: block;
}
.customize_baike{
	float:left;
	margin-left:-20px;
	margin-top:10px;
}

.customize_baike li {
	position: relative;
	float: left;
	width: 320px;
	height: 200px;
	margin-top: 20px;
	margin-left: 20px;
}

.customize_baike li img {
	float: left;
}

.customize_baike li p {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #666;
	background-color: rgba(0, 0, 0, .6);
}

.customize_baike_more {
	background-color: #ff7f14;
}

.customize_baike_more div {
	display: block;
	line-height: 40px;
	font-size: 36px;
	text-align: center;
	color: #fff;
}

.customize_baike_more div.more {
	margin-top: 60px;
}

.customize_baike_more div.wait {
	font-size: 30px;
}

.customize_baike_more b {
	margin-left: 10px;
	font-family: simsun;
	font-size: 30px;
}

h4.big_title_script {
	padding-top: 10px;
}

/*底部付款入口*/
.customize_flow {
	padding:40px 0;
	width: 100%;
}

.customize_flow li {
	float: left;
	margin-left: 120px;
}
.customize_flow .first{
	margin-left:120px;
}

.customize_flow .icon {
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 20px;
	font-size: 35px;
	line-height: 130px;
	color: #333;
	border-radius: 50%;
	text-align: center;
	background-color:#fff;
}
.customize_flow .li1 .icon{
	background-color:#ffc;
	color:#808066;
}
.customize_flow .li2 .icon{
	background-color:#cff;
	color:#526666;
}
.customize_flow .li3 .icon{
	background-color:#fcc;
	color:#806666;
}
.customize_flow .li1 .btn_white2{
	color:#7c7c4a;
	border:solid 1px #7c7c4a;
}
.customize_flow .li2 .btn_white2{
	color:#4e9c9c;
	border:solid 1px #4e9c9c;
}
.customize_flow .li3 .btn_white2{
	color:#b57676;
	border:solid 1px #b57676;
}
.customize_flow .txt {
	float: left;
	width: 100px;
	margin-top:50px;
}

.customize_flow .btn_white2 {
	padding: 0 0 0 10px;
}
.customize_flow .btn_white2:hover{
	color:#fff;
}
.customize_flow .li1 .btn_white2:hover{
	background-color:#7c7c4a;
	border:solid 1px #7c7c4a;
}
.customize_flow .li2 .btn_white2:hover{
	background-color:#4e9c9c;
	border:solid 1px #4e9c9c;
}
.customize_flow .li3 .btn_white2:hover{
	background-color:#b57676;
	border:solid 1px #b57676;
}

.customize_flow .txt b {
	display: inline-block;
	font-weight:normal;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 19px;
	color: #333;
}

.customize_five{
	padding:40px 0;
}
.footFormWrap{
	height:0;
}