.border{border:1px solid #e4393c;}
/*1*/
.banner-pack{
	height:650px;
}
/*banner*/
 .banner{
    width: 100%;
    /*height: 560px;*/
    /*background: black;*/
    /*子绝父相*/
    position: relative;
    /*超出部分全部隐藏，解决横向滚动条*/
    overflow: hidden;
}
.banner ul{
    position: absolute;
}
.banner ul li{
    /*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
    width: 100%;
    height: 650px;
    float: left;
    background:  no-repeat center center;
}
.banner ol{
    /*width: 60px;*/
    height: 20px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left:50%;
    /*margin-left: -40px;*/
    bottom: 30px;
    padding: 0 10px;
    border-radius: 10px;
}
.banner ol li{
    width: 10px;
    height: 10px;
    float: left;
    margin: 5px 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}
.banner ol .current{
    background: rgba(255,255,255,1);
}
.banner i{
    width: 58px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}
.banner .left{
    left: 60px;
    background: url('../images/icon/left_right.png') no-repeat 0 0px;
}
.banner .right{
    right: 60px;
    background: url('../images/icon/left_right.png') no-repeat 0px -120px;
}
.banner .left:hover , .banner .right:hover{
    background-color: rgba(0, 0, 0, 0.31);
}

/*2*/
.favorable{
	height:760px;
	background: #f7f7f7;
}
.favorable-box{
	width: 1200px;
	margin:0 auto;
	padding-top:80px;
}
/*.favorable-group>div:hover{
	border:1px solid #FF8A44;
	box-shadow: 0 8px 15px rgba(255, 138, 68, 0.15);
	-webkit-box-shadow: 0 8px 15px rgba(255, 138, 68, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(255, 138, 68, 0.15); 
}*/
.favorable-img{
	width:100%;
}
.favorable-img img{
	width:100%;
}
.favorable-main{
	border:1px solid #ddd;
	border-top:0;
	font-size: 16px;
	padding-top:10px;
}
.favorable-main input{
	height:45px;
	width:150px;
	border-radius: 5px;
	background:#0097E6 ;
	color:#fff;
	border:1px solid #0097E6;
	outline: none;
	font-size: 16px;
	margin:15px 30%;
}
/* .favorable-main input:hover{
	background: #fff;
	color:#0097E6;
} */
.b-btn{
	display: block;
	margin:67px auto;
	height:60px;
	width:220px;
	border:1px solid #0097E6;
	background: #fff;
	color:#0097E6;
	border-radius: 30px;
	font-size: 16px;
}
.b-btn:hover{
	background: #0097E6;
	color: #fff;
}
/*3*/
.gold-lecturer{
	height:900px;
	background:#fff;
	padding-top: 72px;
}
.lecturer-box{
	width:1200px;
	margin:0 auto;
}
.lecturer-group{
	margin: 0;
}
.lecturer-group>div{
	padding: 0;
	position:relative;
	height:420px;
	overflow: hidden;
}
.lecturer-group>div>img{
	width:100%;
}
.lecturer-cover{
	width: 100%;
	height:118px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color:#BCBCBD;
	padding:20px 0;
}
/*4*/
.consult img{
	width: 100%;
}
/*5*/
.graduates{
	height:980px;
	padding-top: 100px;
	background: #fff;
}
.graduates-box{
	width:1200px;
	margin:0 auto;
}
.graduates-group{
	padding: 0 35px;
}
.graduates-group>div{
	overflow: hidden;
}
.graduates-img {
	width: 120px;
}
.graduates-img>div{
	width: 120px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
}
.graduates-img>div>img{
	width: 100%;
}
.graduates-text{
	width:80%;
}
.graduates-name{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.graduates-text{
	height:143px;
	padding:20px 60px;
	overflow: hidden;	
	background: url(../images/icon/jxbg.png);
}
.graduates-text>p:first-child{
	margin-bottom: 15px;
}

/*右侧弹框  王荣迁   2017-3-1 */
.index-rightbox{
	width:64px;
	position: fixed;
	top: 50%;
    right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
    z-index: 60;	
}
.phonebtn,.wexinbtn,.qqbtn,.topbtn{
	width: 100%;
	height:64px;
	border-bottom:2px solid #fff ;
	background: #A2B1B8;
	cursor: pointer;
	position:relative;
}
.phonebtn:hover,.wexinbtn:hover,.qqbtn:hover,.topbtn:hover{
	background: #606E73;
}
.phonebtn>div,.wexinbtn>div,.qqbtn>div,.topbtn>div{
	width:100%;
	height:40px;
	padding-top: 15px;
}
.phonebtn>p,.wexinbtn>p,.qqbtn>p,.topbtn>p{
	text-align: center;
	color:#fff;
}
.phonebtn>div>img,.wexinbtn>div>img,.qqbtn>div>img,.topbtn>div>img{
	display: block;
	margin: 0 auto;
}

div.phonebounced{
	width: 250px;
	height: 64px ;
	line-height: 64px;
	background: url(../images/icon/talkbg.png) no-repeat;
	background-position-y: 5px;
	padding-left: 10px;
	padding-top:0 ;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: -1;
}
div.wxbounced{
	width: 250px;
	height: 80px ;
	line-height: 80px;
	padding-top:0 ;
	text-align: right;
	position: absolute;
	left: 0px;
	top: -10px;
	z-index: -1;
	overflow: hidden;
}
div.wxbounced>img{
	width: 80px;
	height: 80px;
	float: right;
}




/*登陆弹出框*/
/**************************************************************************/
.login-cover,.register-cover{
	display: none;
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}
.login-panel,.register-panel{
	width:470px;
	height:400px;
	margin:0 auto;
	background: #F5F5F5;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.login-panel-top,.register-panel-top{
	height:75px;
	line-height: 93px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 55px;
	border-bottom:2px solid #ccc;
}
.closeX{
	cursor: pointer;
	margin-top: 30px;
	margin-right: 25px;
}
.login-panel-main,.register-panel-main{
	padding-top: 30px;
}
.login-panel-main input,.register-panel-main input{
	width:360px;
	height:48px;
	border:1px solid #ddd;
	display: block;
	margin:0 auto;
	margin-bottom: 20px;
	padding-left: 15px;
}
/***************************************************************************/
.picture-validation{
	width:360px;
	height:48px;
	margin:0 auto;
	margin-bottom: 20px;
}
input.sub-inbtn{
	border:1px solid #0084CE;
	background: #0084CE;
	color:#fff;
	letter-spacing: 5px;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 0;
}
.panel-tips{
	width:360px;
	margin: 0 auto;
}
.panel-tips a{
	color: #F54937;
}
/*验证插件样式*/
.validation-img{
	width: 148px;
	height:46px;
	/*border: 1px solid #ddd;*/
	margin-left: 45px;
}
.validation-img>img{
	width:100%;
	height:100%;
}
.validation-new{
	margin-left: 20px;
	line-height: 64px;
}
.validation-new>a{
	color:#0084CE;
}

/*注册弹框*/
.register-panel{
	height: 500px;
}
.num-validation{
	width:360px;
	height:48px;
	margin:0 auto;
	margin-bottom: 20px;
}
input.validation-input{
	width:250px;
	height:48px;
	border: 1px solid #ddd;
}
input.validation-btn{
	width:110px;
	height:48px;
	background:#E0E0E0 ;
	color:#999;
	padding-left: 0;
	text-align: center;
}
input.registerbtn{
	padding-left: 0;
	background:#0084CE ;
	color: #fff;
	letter-spacing: 5px;
	font-size: 16px;
	border-radius: 5px;
}
.bottom-tips{
	width:360px;
	margin: 0 auto;
	text-align: center;
}
.bottom-tips a{
	color: #F54937;
}





/*外框屏幕适应*/
@media (max-width: 1200px) {
	.favorable{
		height:700px;
	}
	.favorable-box{
		width:900px;
	}
	.favorable-main input{
		margin:10px 20%;
	}
	.gold-lecturer{
		height:750px;
	}
	.lecturer-box{
		width:900px;
	}
	.lecturer-group>div{
		height:280px;
	}
	.graduates-box{
		width:900px;
	}
	.graduates-group{
		padding:0;
	}
	
	.graduates-text{
		width:83%;
	}
}

/*老师首页    王荣迁  2017-02-18*/
/*1*/
.teach-favor{
	height:670px;
}
.teach-favor-main{
	height:145px;
}
/*2*/
.teach-lecturer{
	height:720px;
}
/*3*/
.compensation{
	padding:80px 0;
	background: #fff;
}
.compensation-box{
	width:1200px;
	margin: 0 auto;
}
.compensation-text>p{
	text-indent:2em;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing:2px;
}
/*5*/
.wfoot{
	height:130px;
}
@media (max-width: 1200px){
	.teach-favor{
		height:500px;
	}
	.teach-favor-main{
		height:90px;
	}
	.teach-lecturer{
		height:580px;
	}
	
	.compensation-box{
		width:900px;
	}
}


 #packageList>div>div:hover{
	 -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); 
	 -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); 
	 box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); 
	 -webkit-transform: translate3d(0, -2px, 0); 
	 -moz-transform: translate3d(0, -2px, 0); 
	 transform: translate3d(0, -2px, 0); 
 }


/*动画时间设置*/
.favorable-box>div>div:nth-child(1){
	/*动画延迟时间*/
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;      
}
.favorable-box>div>div:nth-child(2){
	/*动画延迟时间*/
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;    
}
.favorable-box>div>div:nth-child(3){
	/*动画延迟时间*/
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;   
}

.lecturer-box>h1{
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s; 
}
.lecturer-box>p{
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s; 
}
.lecturer-box>div{
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s; 
}

.lecturer-group>div:nth-child(1){
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
}
.lecturer-group>div:nth-child(2){
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
}
.lecturer-group>div:nth-child(3){
	animation-delay: 0.85s; 
	-webkit-animation-delay: 0.85s;
	-moz-animation-delay: 0.85s;
	-o-animation-delay: 0.85s;
	-ms-animation-delay: 0.85s;
}
.lecturer-group>div:nth-child(4){
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
}
.graduates-group>div:nth-child(1){
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
}
.graduates-group>div:nth-child(2){
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
}
.graduates-group>div:nth-child(3){
	animation-delay: 0.85s; 
	-webkit-animation-delay: 0.85s;
	-moz-animation-delay: 0.85s;
	-o-animation-delay: 0.85s;
	-ms-animation-delay: 0.85s;
}
.graduates-group>div:nth-child(4){
	animation-delay: 1s; 
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
}


#studentList>div{
	margin-bottom:10px;
}
.graduates-img{
	margin-left:25px;
}
@media (max-width: 1200px){
	.graduates-img{
		margin-left:0px;
	}
}


/*4/26  add kecheng*/
.tea-wrap{
	position:relative;
}
.tea-kc{
	position:absolute;
	right:0;
	top:0;
	background:#FF4F16;
	color:#fff;
	display:block;
	padding:3px 6px;
	border-radius:3px;
} 






































