/*************************************menubox tit样式覆盖*******************************************/
.menuBox .tit{
	width: 8%;
	padding: 0 2% 0 0;
	min-width: 60px;
	text-align: right;
    }
   .menuBox .selectTit{
	height: 30px;
	line-height: 30px;
}
.menuBox ul{
	min-width:20%;
}

.pullDown{
	width: 135px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	margin: 0 10px 0 0;
}
/*************************************在线培训页面*******************************************/
/*====== courseBox ======*/
.courseBox{
	width: 1200px;
	margin: 0 auto;
}
.course{
	width:100%;
	height: 227px;
	box-sizing: border-box;
	border: 1px solid #ededed;
	padding: 20px 0 0 0;
}
.course:hover{
	background: #fbfbfb;
}
.course .pic{
	width: 275px;
	display: block;
}
.course .pic .imgbox{
	width: 122px;
	height: 122px;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
	box-shadow: 1px 2px 5px #ccc;
	overflow: hidden;
	margin: 0px auto 20px;
}
.course .pic .imgbox img{
	width: 122px;
	height: 122px;
	border-radius: 50%;
}
.course .pic .txt{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
}
.course .list{
	width: 642px;
}
.listCon{
	padding: 5px 0 0 0;
}
.listCon ul li:hover{
	background: #f5f5f5;
}
.listCon ul li a{
	padding: 0 10px 0 34px;
	display: block;
	height: 35px;
	line-height: 35px;
	background: url(../images/sprits.png) no-repeat -483px -117px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.listCon ul li a:hover{
	background-position: -483px -167px;
}
.listCon ul li a .fl{
	width: 75%;
}
.listCon ul li a .fr{
	width: 25%;
	text-align: right;
}
.course{
	margin: 0 0 25px 0;
}
.course .link{
	width: 220px;
	height: 187px;
	border-left: 1px solid #ccc;
}
.course .link .label{
	margin: 20px 0 0 20px;
}
.course .link .label p span{
	margin: 0 0 0 5px;
}
.course .link .label p{
	background: url(../images/sprits.png) no-repeat -217px -144px;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}
.course .link .label .nums{
	background: url(../images/sprits.png) no-repeat -217px -198px;
}
.course .link .btns{
	margin: 35px 0 0 0;
}
.course .link .btns a{
	margin: 0px 0px 0 35px;
}
/*===================== 师资力量 ==============*/
.teachers{
	width: 1200px;
	margin: 0 auto;
}
.teachers .tit{
	display: block;
	width: 154px;
	height: 44px;
	background: url(../images/zhaomuxinxi.png) no-repeat;
	margin: 0 auto 40px;
}
.teachers ul .libox{
	float: left;
	width: 570px;
	height: 180px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: #f5f5f5;
	margin: 0 15px 20px;
}
.teachers ul .libox .imgbox{
	display: block;
	width: 122px;
	height: 122px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 2px 2px 3px #999;
}
.teachers ul .libox .imgbox img{
	width: 122px;
	height: 122px;
}
.teachers ul .libox .listCon{
	width: 386px;
	margin: 0 0 0 26px;
}
.teachers ul .libox .listCon h3{
	display: block;
	border-bottom: 1px solid #dadada;
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 12px 10px;
}
.teachers ul .libox .listCon .enroll{
	display: block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #fd7f4b;
	text-align: center;
	border-radius: 4px;
	margin: 14px 0 0 336px;
}
.teachers .lookmore{
	display: block;
	width: 156px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	background: #0092da;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin: 30px auto;
}
/*====== techTrain ======*/
.techTrain{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: #f8f8f8;
}
.techTrain .hd{
	width: 1200px;
	margin: 0 auto;
}
.techTrain .techtCon{
	width: 1200px;
	height: 292px;
	box-sizing: border-box;
	padding: 20px 10px;
	margin: 0 auto;
	background: #fff;
}
.techTrain .techtCon ul li{
	width: 210px;
	height: 250px;
	background: #f8f8f8;
	margin: 0 13px;
	float: left;
}
.techTrain .techtCon ul li:hover{
	background: #0092da;
}
.techTrain .techtCon ul li:hover p{
	color: #fff;
}
.techTrain .techtCon ul li:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.techTrain .techtCon ul li:hover .go{
	background: #fff;
	color: #0092da;
}
.techTrain .techtCon ul li a{
	display: block;
	height: 100%;
}
.techTrain .techtCon ul li a .imgbox{
	width: 100%;
	height: 132px;
	display: block;
	overflow: hidden;
}
.techTrain .techtCon ul li a img{
	width: 100%;
	height: 132px;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.techTrain .techtCon ul li a p{
	width: 100%;
	box-sizing: border-box;
	padding: 0 12px;
	text-align: center;
	margin: 13px 0 0 0;
	font-size: 16px;

}
.techTrain .techtCon ul li a .f_gray{
	font-size: 14px;
}
.techTrain .techtCon ul li a .go{
	display: block;
	width: 80px;
	margin: 10px auto 0;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 0 5px;
	color: #fff;
	background: #0092da;
	border-radius: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/*====== techStyle ======*/
.techStyle,.styleCon{
	width: 1200px;
	margin: 0 auto;
}
.techStyle .tit{
	display: block;
	width: 118px;
	height: 73px;
	background: url(../images/jiaoshifengcai.png) no-repeat;
	margin: 30px auto;
}
.styleCon ul li{
	float: left;
	width: 286px;
	height: 228px;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	margin: 0 7px;
}
.styleCon ul li .top .imgbox{
	width: 112px;
	height: 130px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.styleCon ul li .top .imgbox img{
	width: 112px;
	height: 130px;
	overflow: hidden;
}
.styleCon ul li .top .txt{
	width: 100px;
}
.styleCon ul li .top .txt .titl{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.styleCon ul li .top .txt .titl:hover{
	color: #0092da;
}
.styleCon ul li .top .txt .f_orange{
	font-size: 14px;
	background: url(../images/sprits.png) no-repeat -217px -144px;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}
.styleCon ul li .bot{
	color: #666;
	height: 60px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
/*========================在线课堂页面=====*/
.content{
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
}
.mkCourse{
	margin: 0 0 0 -21px;
}
.mkCourse ul li{
	width: 226px;
	height: 172px;
	float: left;
	margin: 0 0px 25px 18px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 2px 6px #ccc;
}
.mkCourse ul li:hover{
	box-shadow: 0px 7px 10px #ccc;
}
.mkCourse ul li:hover .box h3{
	color: #ff8517;
	text-decoration: underline;
}
.mkCourse ul li .img{
	width: 226px;
	height: 122px;
	display: block;
	cursor: pointer;
}
.mkCourse ul li .txt{
	width: 206px;
	padding: 0 10px;
	height: 50px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
.mkCourse .txt .studyed{
	color: #969696;
	display: block;
	height: 50px;
	line-height: 50px;
}
.mkCourse .txt .collect{
	height: 50px;
	line-height: 50px;
	background: url(../images/heart.png) no-repeat left center;
	padding: 0 0 0 18px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.mkCourse .txt .go{
	display: block;
	color: #fff;
	background: #ff8517;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 5px;
	margin: 15px 0 0 0;
}
.mkCourse .box{
	width: 226px;
	height: 112px;
	background: url(../images/bg-course.png) repeat-x;
	position: absolute;
	top: 98px;
	left: 0px;
	z-index: 1;
}
.mkCourse .box a{
	width: 226px;
	height: 112px;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}
.mkCourse .box a .tit{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: normal;
}
.mkCourse .box a p{
	width: 100%;
	color: #969696;
}
.mkCourse .box .free span{
	color: #ff8517;
	margin: 8px 28px 0 0;
}
/*========================培训机构列表页面=====*/



.banner{
	width: 100%;
	min-width:1200px;
	height: 215px;
	margin:0 auto 20px;
	text-align: center;
	background-image:url(../images/pics/pic_train_banner.png);
	}
.JGXG_01{
	height: 120px;
	padding-top: 60px;
}
.banner_tit{
	color: #fff;
	font-size: 42px;
	padding:40px 0;
	letter-spacing: 15px;
}
.banner_button{
	width: 229px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #95989a;
	border-radius: 4px;
	margin: 0 auto;
}
.banner_button a{
	display: inline-block;
	width: 229px;;height: 47px;
	color: #fff;
}
.banner_button a:hover{
	background-color: #ff7f24;
	border-radius: 4px;
}
	/*机构列表*/

.contain .one_block{
	width:270px;
	height:422px;
	border:1px solid #ededed;
	position:relative;
	overflow:hidden;
	margin-top: 0px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 20px;
	}
.one_block:hover{
	box-shadow:0px 7px 10px #ccc;
	}
.money_tags{
	width:56px;
	height:17px;
	line-height:17px;
	text-indent:6px;
	background:url(../images/pics/pic_moneytags.png) no-repeat;
	position:absolute;
	top:10px;
	left:0;
	}

.intro{
	width:100%;
	height:340px;
	}

.contact{
	width:100%;
	height:48px;
	line-height:48px;
	/*background:url(../images/icons/consult.png) no-repeat 108px center;*/
	border-top:1px solid #ededed;
	}
.contact a{
	display:inline-block;
	width:147px;
	height:48px;
	padding-left: 130px;
	background: url(../images/icons/consult.png) no-repeat 102px center;
	}
.company_logo{
	width:130px;
	height:130px;
	border: 1px solid #f7f7f7;
	border-radius: 65px;
	margin:33px auto 0;
	overflow: hidden;
	box-shadow: 3px 3px 4px #ebeaeb;
	}
.company_name{
	width:247px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#242424;
	font-size:15px;
	margin:10px auto;
    }
.company_intro{
	width:247px;
	height: 42px;
	line-height:21px;
	margin:0 auto;
	color:#969696;
}

.score li{
	width:16px;
	height:16px;
	float: left;
	margin: 0 2px;

	}
.bgg{
	background:url(../images/icons/greay_star.png) no-repeat;
	}
.bgr{
	background:url(../images/icons/red_star.png) no-repeat;
	}
.bga{
	background:url(../images/icons/addr.png) no-repeat left 8px;
	}
.bgt{
	background:url(../images/icons/tag.png) no-repeat left 8px;
	}
.bgtc{
	background:url(../images/icons/tag.png) no-repeat left center;
	}
.tags{
	margin-left:14px;
	width:247px;
	}
.tags li{
	color: #969696;
	text-indent:18px;
	width:247px;
	min-height:30px;
	-height:30px;
	line-height:30px;
	font-size:12px;
	}
.mr28{
	margin-right:28px;
	}
.ml14{
	margin-left: 14px;
}
.mt35{
	margin-top:35px;
	}
.detail{
	display:inline-block;
	width:100%;
	height:374px;
	}
	/*================================培训机构详情==============*/
	/*main*/

.main_wrap{
	width:100%;
	background-color:#fff;
	margin-top: -20px;
	}
.main{
	padding:39px 0;
	}

.main_logo{
	width:130px;
	height:130px;
	border: 1px solid #f7f7f7;
	border-radius: 65px;
	overflow: hidden;
	box-shadow: 3px 3px 4px #ebeaeb;
	overflow:hidden;
	margin-right:32px;

	}
.main_text{
	width:623px;
	}
 .jigoudetail_text_tit{
	font-size:30px;
	color:#242424;
	vertical-align:middle;
	}
.money{
	margin-left:17px;
	}
.size10{
	font-size:10px;
	}
.train_detail{
		color:#969696;
		margin-top:10px;
		}
.bgs{
	background:url(../images/icons/addr.png) no-repeat left center;
	}
.bgt1{
	background:url(../images/icons/tel1.png) no-repeat left center;
	}
.site,.lasttime{
	display: inline-block;
	width: 40%;
	padding-left:20px;
	line-height:30px;
	}
.type{
	padding-left:20px;
	line-height:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tel{
	display: inline-block;
	width: 40%;
	line-height:30px;
	margin-left:45px;
	padding-left: 20px;
}
.bgty{
	background:url(../images/icons/tag.png) no-repeat left center;
	}
.main_score{
	width: 310px;
	text-align:center;
	margin:10px 0 0 70px;
	padding-left: 30px;
	}
.mt10{
	margin-top:10px;
	}
.mt10 li,.mt10 li span{
    color:#969696;
}
.mt5{
	margin-top:5px;
	}
.tagwrap{
	width: 340px;
	margin-right: 85px;
}
.tag3 li{
	width:148px;
	height:45px;
	line-height:45px;
	cursor:pointer;
	margin-top: 25px;
	}
.tag3 li a{
	color: #242424;
	display:inline-block;
	border:1px solid #ededed;
	width:73px;
	height:45px;
	line-height:45px;
	padding-left: 75px;
	border-radius:4px;
	}
.price .buy{
	display: block;
	color: #FFFFFF;
	width:150px;
	height:46px;
	line-height: 46px;
	background-color: #ff8517;
	border-radius:3px;
	text-align: center;
	font-size: 16px;
	margin: 11px 19px 0 0;
	}
.price .buyOver {
	display: block;
	color: #FFFFFF;
	width:150px;
	height:46px;
	line-height: 46px;
	border-radius:3px;
	text-align: center;
	font-size: 16px;
	margin: 11px 19px 0 0;
    background-color: #0092DA;
}
.priceSpan{
	margin-left: 22px;
}
.textin{
	text-indent:30px;
	}
.mr38{
	margin-right:38px;
	margin-left: 93px;
	}
.bg_shoucang{
	background:url(../images/icons/heart.png) no-repeat 47px center;
	}
.bg_shoucangover{
	background:url(../images/icons/heart_over.png) no-repeat 47px center;
	}
.bg_consult{
	background:url(../images/icons/consult.png) no-repeat 48px center;
	}
.a1:hover{
	color:#ff8517;
    background-color:#f8f8f8;
}
.a2:hover{
	color:#0092da;
    background-color:#f8f8f8;
}

.contain_wrap{
	width:100%;
	background-color:#f8f8f8;
	}
.contain{
	position:relative;
	}
.subnav{
	width:152px;
	height:210px;
	position:absolute;
	top:36px;
	left:0;
	}
.fixedTop{
	position:fixed;
	top:20px;
	left:136px;
}
.subnav ul li{
	width:148px;
	height:51px;
	line-height:51px;
	margin-bottom:2px;
	background-color:#fff;
	text-align:center;
	}
.subnav ul li a{
	display:inline-block;
	width:148px;
	height:51px;
	margin-bottom:2px;
	}
.bw{
	border-left:5px solid #fff;
	}
.subnav ul li a:hover{
	color:#0092da;
	border-left:5px solid #0092da;
	}
.moren{
	color:#0092da;
	border-left:5px solid #0092da;
	}
.con_detail{
	width:996px;
	margin-top:36px;
	}
.headline{
	width:100%;
	}
.width100{
	width:100%;
	}
.mt30{
	margin-top:30px;
	}
.con{
	padding:20px 16px 50px 25px;
	background-color:#fff;
	}
.onlinecourse{
	width: 100%;
}
/*线下培训*/



.one_train{
	width: 920px;
	height: 165px;
	overflow: hidden;
	border-bottom: 1px dashed #c4c4c4;

}
.mb20{
	margin-bottom: 20px;
}
.train_left{
	display: inline-block;
	width: 195px;
	height: 145px;
	overflow: hidden;
}
.train_mid{
	display: inline-block;
	width: 440px;
	margin: 0 21px;
}
.traintit{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.lasttime,.didian{
	display: inline-block;
	width: 45%;
	line-height:20px;
	}
.color96{
	color: #969696;
}
.textin5{
	text-indent: 15px;
}
.bgtime{
	background: url(../images/icons/time.png) no-repeat left center;
}
.bgl{
	background: url(../images/icons/lingdang.png) no-repeat left center;
}
.bgcg{
	background-color: #c1c1c1;
}
.bgcb{
	background-color: #0092da;
}
.train_right{
	width: 239px;
	height: 127px;
	margin-top: 10px;
	border-left: 1px solid #e6e6e6;
}
.isfree{
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}
.b_right{
	display: inline-block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 1px;
	margin-right:10px;
}
.bggrayh{
	background: url(../images/icons/gray_heart.png) no-repeat left center;
}
.number1,.number2{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	margin: 0 8px;
}
.number1{
	margin-left: 45px;
}
.zhaopin_tit{
	width: 936px;
	height: 42px;
	line-height: 42px;
	background-color: #f8f8f8;
}
.zhaopin_tit ul li{
	float: left;
    text-indent: 55px;
    font-weight: bold;
}

.width15{
	width: 15%;
}
.width40{
	width: 40%;
}
.zhaopin>li{
	width: 100%;
	height: 114px;
	border-bottom: 1px dashed #969696;
}
.enter{
	display: inline-block;
	width: 100%;
	height: 115px;
}
.zhaopin li ul li{
	float: left;
    text-indent: 30px;
    line-height: 50px;

}
.zhaopin_message{
	width: 890px;
	margin: 0 auto;
	color: #969696;
}


/***********************************在线课堂详情页面*************************************/

.left_banner{
	width:676px;
	height: 380px;
	overflow: hidden;
	margin: 0px 10px 20px 0;
}
.left_banner a{
	display: block;
}
.left_banner b{
	display: block;
	width: 676px;
	height: 380px;
	overflow: hidden;
}
.left_banner b img{
	display: block;
	width: 676px;
	height: 380px;
}
.right_instro{
	width: 512px;
	margin: 0px 0 20px 0;
}
.course_tit{
	width: 100%;
	height: 34px;
	line-height: 34px;

}
.money_tag{
	display: inline-block;
	width:56px;
	height:34px;
	line-height:34px;
	text-indent:5px;
	margin-left:10px;
	background:url(../images/pics/pic_moneytags.png) no-repeat center center;
	}
.tag5{
	height: 40px;
	line-height: 20px;
	color: #969696;
}
.mt15{
	margin-top: 15px;
}

.instru li{
    color:#969696;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
}
.instru li a{
    color:#969696;
}
.bgp{
	background: url(../images/icons/people.png) no-repeat left center;
}
.bgemile{
	background: url(../images/icons/bgemail.png) no-repeat left center;
}
.bgtype{
	background: url(../images/icons/tag.png) no-repeat left center;
}
.price{
	width: 512px;
	height: 66px;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 66px;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;
}
.price span{
    float:left;
    margin-left:12px;
}
.price a{
    float:right;
}
/*about_course*/

.about_course_wrap{
	background-color: #f8f8f8;

}
.catalog{
	width: 876px;
	margin: 20px 0px 0 0;
}
.all_catalog{
	width: 100%;
	background-color: #fff;
}
.pt16{
	padding-top: 16px;
}
.one_passage{
	width: 836px;
	margin: 0 auto;
	line-height: 30px;
}
.cursuron{
	display: inline-block;
	width: 67px;
	height: 34;
	line-height: 34px;
	color: #0092DA;
	padding-left: 28px;
	background: url(../images/icons/eye.png) no-repeat 7px center;
	display: none;
}

.keshi{
	width: 825px;
	height: 34px;
	line-height: 34px;
	position: relative;
	overflow: hidden;
}
.keshi:hover{
	background-color: #e9ffff;
}
.keshi:hover .cursuron{
	display: block;
   cursor:pointer;
}
.keshi:hover .bgv,.keshi:hover .bgtext{
	display: none;
}
.ke_left{
	display: inline-block;
	width: 730px;
}
.pl18{
	padding-left: 18px;
}
.pb40{
	padding-bottom: 40px;
}

.passagetit{
	display: inline-block;
	width: 836px;
	height: 42px;
	line-height: 42px;
	background-color: #F8F8F8;
	font-weight: bold;
	text-indent: 12px;
}
.mtb8{
	margin: 8px 0;
}
.bgv{
	display: inline-block;
	width: 15px;
	height: 34px;
	background: url(../images/icons/vidio.png) no-repeat center center;
	margin-right: 20px;
}
.bgtext{
	display: inline-block;
	width: 15px;
	height: 34px;
	background:url(../images/icons/text.png) no-repeat center center;
	margin-right: 20px;
}

.evaluate{
	width: 289px;
	margin-top: 22px;
}
.course_evaluate{
	background-color: #fff;
}
.mt2{
	margin-top: 2px;
}
/*.title{
	width:100%;
	height:48px;
	line-height:48px;
	background:url(../images/icons/title_bg.png) no-repeat 20px center;
	text-indent:40px;
	margin:0px 0 10px;
	}*/
.one_evalu{
	width: 230px;
	height: 95px;
	margin-left: 40px;
	overflow: hidden;
}
.icon{
	width: 28px;
	height: 28px;
	overflow: hidden;
	margin: 5px 6px 0 0;
}
.date{
	padding-left: 25px;
	color: #969696;
}
.tag6{
	color: #969696;
	font-size: 12px;
}
.seemore{
	width: 100%;
	height: 45px;
	line-height: 46px;
	border-top: 1px solid #969696;
	text-align: center;
	color: #969696;
}
.seemore a{
	display: inline-block;
	width: 100%;
	height: 45px;
}
.seemore a:hover{
	color: #ff8517;
}
.peplenum{
	background-color: #fff;
	margin-top: 22px;
}
.numnav a{
	display: inline-block;
	width: 100%;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #969696;
	text-align: center;
	color: #333;
	font-size: 18px;
}
.whostudy{
	margin: 20px;
	padding-bottom: 10px;
}
.whostudy li{
	cursor: pointer;
	width: 50px;
	height: 70px;
	margin: 5px 6px;
}
.who{
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.whoname{
	width: 100%;
	height: 20px;
	text-align: center;
	color: #999;
}
.mt0{
	margin-top: 0px;
}
.mb80{
	margin-bottom: 80px;
}
/*学员评价*/
.xueyuan{
	background-color: #fff;
}
.gradeBox{
	height: 104px;
	padding:26px 0 26px 22px;
	background-color: #fff;
}
.grade{
	width: 642px;
	height: 102px;
	border: 1px solid #ededed;
}
.gradeLeft{
	width: 192px;
	height: 100%;
	background-color: #f8f8f8;
}
.stargray{
	background: url(../images/icons/starGray.png) no-repeat;
}
.starora{
	background: url(../images/icons/starOra.png) no-repeat;
}
.gradeLeft .star li{
	width: 8PX;
	height: 8PX;
	margin: 0 1PX;
}
.starGrade1{
	font-size: 30px;
	font-weight: bold;
}
.starGrade2{
	font-size: 30px;
	font-weight: bold;
	line-height: 66px;
}
.gradeLeft .star{
	padding:5px 0 0 70px;
}
.p01{
	line-height: 26px;
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
}
.goodpercent{
	width: 150px;
	height: 100%;
}
.allGray{
	display: inline-block;
	width: 132px;
	height: 10px;
	background-color: #ededed;
	overflow: hidden;
}
.gradeRight ul{
	margin-top: 15px;
}
.gradeRight ul li{
	height: 24px;
	line-height: 24px;
}
.leftTable{
	display: inline-block;
	width: 75px;
}
.redBg{
	display: inline-block;
	width: 100%;
	height: 20px;
	background-color: #ff8517;
	top: 0px;
	left: 0;
}
.pingjiaType{
	width: 95%;
	height: 42px;
	border: 1px solid #ededed;
	background-color: #f8f8f8;
	margin: 0 auto;
}
.pingjiaType li{
	cursor: default;
	min-width: 119px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	border-right: 1px solid #ededed;
}
.pingjiaType .current{
	background-color: #fff;
	color: #0092da;
}
.pingjiaBody li{
	width: 96%;
	height: 144px;
	padding-top: 36px;
	margin: 0 auto;
	border-bottom: 1px solid #EDEDED;
}
.bodyLeft{
	width: 150px;
}
.touxiang{
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 17px;
	box-shadow: 2px 1px 3px #999999;
	margin: 0 10px 0 30px;
}
.touxiang img{
	display: block;
	width: 100%;
	height: 100%;
}
.pingjiaTime{
	width: 90px;
	margin: 0 auto;
}
.whoPingjia{
	height: 40px;
	line-height: 40px;
}
.bodyright{
	width: 78%;
	height: 100%;
	overflow: hidden;
	margin-left: 30px;
}
.score1{
	height: 30px;
}
.score1 li{
	width: 16px;
	height: 16px;
	margin: 0 2px;
	padding-top: 0px;
	border-bottom: none;
}
.pingjiaCon{
	line-height: 28px;
}
.pb92{
	padding-bottom: 92px;
}
/****修改后的右侧部分****/
.subLeftWrap{
	width: 290px;
	margin-top: 22px;
	background-color: #fff;
	margin-bottom: 34px;
}
.subTop .imgBox{
	display: block;
	width:96px;
	height: 96px;
	border:1px solid #efefef;
	border-radius: 50px;
	overflow: hidden;
	margin: 18px auto 10px;
}
.subTop .imgBox img{
	display: block;
	width:96px;
	height: 96px;
}
.subTop_button{
	width: 278px;
	height: 34px;
	line-height: 36px;
	border: 1px solid #ededed;
	margin: 8px auto 14px;
}
.subTop_button a{
	display: block;
	line-height: 36px;
	color: #000;
}
.subTop_button_a1{
	width: 136px;
	background: url(../images/icons/shoucang.png) no-repeat 45px center;
	text-indent: 68px;
}
.subTop_button_a2{
	border-right: 1px solid #ededed;
	width: 141px;
	background: url(../images/icons/consult.png) no-repeat 47px center;
	text-indent: 69px;
}
.subBottom ul li{
	width: 257px;
	height: 177px;
	overflow: hidden;
	margin: 13px auto 0;
	background-color: #f8f8f8;
}
.subBottom ul li .imgBox{
	display: block;
	width: 257px;
	overflow: hidden;
	height: 138px;
}
.subBottom ul li .imgBox img{
	display: block;
	width: 257px;
	height: 138px;
	z-index: 3;
}
.hideText{
	width: 229px;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	background: url(../../Content/images/icons/1.1.png);
	z-index: 5;
	bottom: -40px;
}
.subBottom_liTag{
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
}
.seeMore{
	display: block;
	height:40px ;
	line-height: 40px;
	border-top: 1px solid #969696;
	margin: 12px 0 0 0;
}















/*************************************线下报名页面详情页*******************************************/

@charset "utf-8";
/* CSS Document */

/* con_left */

.con_left{
	width:836px;
	}

	/* meeting_show */
.meeting_show{
	width:100%;
	margin:0px 0 20px;

	}

.meeting_pic{
	width:383px;
	height:283px;
	overflow:hidden;

	}
.meeting_message{
	width:430px;
	overflow:hidden;
	}
.message_title{
	color:#242424;
	height:31px;
	line-height:31px;
	}
.meetting-tags>li{
	height:32px;
	line-height:32px;
	color:#969696;
	text-indent:25px;
	}
.bg1{
	background:url(../images/icons/Contact-Person.png) no-repeat left center;
	}
.bg2{
	background:url(../images/icons/time.png) no-repeat left center;
	}
.bg3{
	background:url(../images/icons/site.png) no-repeat left center;
	}
.bg4{
	background:url(../images/icons/ticket.png) no-repeat left center;
	}
.bg5{
	background:url(../images/icons/alarm.png) no-repeat left center;
	}
.bg6{
	background:url(../images/icons/tel.png) no-repeat left center;
	}
.bg7{
	background:url(../images/icons/apply.png) no-repeat 49px center;
	}
.bg8{
	background:url(../images/icons/shoucang.png) no-repeat 49px center;
	}
.bgc{
	background:url(../images/icons/consult.png) no-repeat 49px center;
}
.collect_number{
	width: 414px;
	height: 58px;
	line-height: 58px;
	background-color: #F8F8F8;
	margin: 5px auto 12px;
}
.a1bg{	
	background: url(../images/icons/heart.png) no-repeat left 11px;
	background-size:16px 16px;
}
.a1bged{
	background: url(../images/icons/heart_over.png) no-repeat -1px 9px;
}
.a2bg{
	background: url(../images/icons/numsblue.png) no-repeat left center;
}
.collect_number a{
	display: inline-block;
	width:58px;
	height: 18px;
	line-height: 18px;
	color: #969696;
	padding-left: 20px;
	margin-top: 20px;
}
.ml140{
	margin-left: 140px;
}
.pr{
	position:relative;
	}
.pl75{
	padding-left: 75px;
}
.ml40{
	margin-left: 40px;
}

.jion{
	color: #242424;
	display: inline-block;
	width:73px;
	height:45px;
	line-height:45px;
	border:1px solid #ededed;
	border-radius:4px;
	margin: 0 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.jion:hover,.online_contact:hover{
	color:#0092da;
	background-color:#f8f8f8;
	}
	/*meeting_detail*/
.title1{
	width:100%;
	height:48px;
	line-height:48px;
	background:url(../images/icons/title_bg.png) no-repeat left center;
	text-indent:20px;
	margin:0px 0 10px;
	}
.text_tit{
	color:#242424;
	font-size:28px;
	text-align:center;
	height:70px;
	line-height:70px;
	}
.text_detail{
	padding: 0 13px 0 0;
	color: #242424;
    word-break:break-all;
}
.width540{
	width: 540px;
}

	/*con_right*/
.con_right{
	width:295px;
	}

.or_tit{
	display: block;
	width:100%;
	height:30px;
	line-height:30px;
	color:#969696;
	text-indent:20px;
	background: url(../images/icons/train.png) no-repeat left center;
	}
.site_pic{
	width:100%;
	height:222px;
	overflow:hidden;
    text-align:center;
	}
.mt20{
	margin-top:20px;
	}
.mt40{
	margin-top:40px;
	}
.date_pic{
	width:100%;
	height:225px;
	overflow:hidden;
	}
.code_pic{
	width: 210px;
	height: 210px;
	overflow: hidden;
	margin-left:20px;
}
/*************************************线下报名页面列表页*******************************************/
.entrollBox ul li{
	width: 1180px;
	padding: 10px;
	border: 1px solid #eeedeb;
}
.one_ofall{
	display: block;
	width: 1198px;
	height: 230px;
	border:1px solid #ededed;
	margin-top: 20px;
}
.picture{
	display: inline-block;
	width: 278px;
	height: 210px;
	overflow: hidden;
	margin: 10px 24px 0 10px;
}
.peixun_tit{
	color: #242424;
	font-size: 20px;
	line-height: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.peixun_tit:hover{
	color: #0092DA;
}
.peixun_tip li{
	width: 605px;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
}
.bgtrain{
	background: url(../images/icons/train.png) no-repeat left center;
}
.peixun_join{
	padding-top:20px;
	width: 255px;
	height: 174px;
	border-left: 1px solid #EDEDED;
	margin-top: 18px;
}
.isprice{
	width: 100%;
	height: 85px;
	line-height: 72px;
	font-size: 26px;
	text-align: center;
}
.istip{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.istip a{
	display: inline-block;
	width: 58px;
	height: 40px;
	line-height: 40px;
	color: #969696;
	padding-left: 20px;
}
.ml70{
	margin-left: 70px;
}
.ml50{
	margin-left: 50px;
}
.mtb{
	margin: 95px auto 75px;
}
/****************************培训教师列表界面******************/
.teachersList{
	margin: 35px 0 0 0;
}
.teachersList ul{
	width: 1215px;
}
.teachersList ul li{
	float: left;
	width: 286px;
	height: 307px;
	margin: 0px 17px 20px 0;
}
.teachersList li .picBox{
	width: 288px;
	height: 188px;
	overflow: hidden;
}
.teachersList li img{
	display: block;
}
.teachersList li .text{
	width: 266px;
	height: 118px;
	background: #fff;
	padding: 0 10px;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;

}
.teachersList li .name{
	margin: 18px 0 0 0;
}
.teachersList li .job{
	margin: 14px 0 0 0;
	padding: 0 0 0 22px;
	background: url(../images/icons/icon_tiporange.png) no-repeat left center;
}
.teachersList li .intros{
	margin: 18px 0 0 0;
}
.teachersList li:hover{
	 box-shadow: 0px 6px 8px #ccc;
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	transform:translate(0,-10px);
}
.teachersList li:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.teachersList li:hover .name{
	color: #0092da;
}

/****************************缓动效果******************/
.keshi .cursuron,.keshi .bgv,.keshi .bgtext,.keshi,.seemore a
,.mkCourse ul li .box h3,.mkCourse ul li,.banner_button a,.one_block,.contact a,
.button li a,.a1,.a2,.teachersList a img,.teachersList li .name,.teachersList li{
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
/*************************************培训教师*******************************************/
.TBg{
	background-color: #f8f8f8;
}
.TtopBox{
	width: 100%;
	background-image: url(../../Content/images/pics/peixun_teacher_01.png);
	background-repeat: no-repeat;
	padding-top: 210px;
}
.Ttop{
	background-color: #fff;
}
.Tleft{
	width: 380px;
	padding-top: 43px;
}
.Tleft img{
	display: block;
	width: 305px;
	height: 305px;
	margin-left: 40px;
}
.Tright{
	width: 778px;
	padding-right: 30px;
	padding-bottom: 32px;
}
.Tname{
	display: block;
	line-height: 56px;
	font-size: 30px;
	color: #242424;
	margin-top: 41px;
}
.Ttrain{
	display: block;
	line-height: 28px;
	color: #ff8517;
	background-image: url(../../Content/images/pics/peixun_teacher_03.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 22px;
}
.Tnumber{
	display: block;
	line-height: 28px;
	color: #ff8517;
	background-image: url(../../Content/images/pics/peixun_teacher_04.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 22px;
}
.Temail{
	display: block;
	line-height: 28px;
	color: #ff8517;
	background-image: url(../../Content/images/pics/peixun_teacher_05.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left: 22px;

}
.Tright p{
	color: #969696;
	line-height: 28px;
}
.Tintro{
	display: block;
	color: #0092da;
	font-size: 16px;
	line-height: 64px;
	margin-top: 10px;
}
.Ttitle{
	margin-top: 30px;
}
.Tbg{
	background-color: #fff;
	padding-top: 38px;
	padding-bottom: 80px;
	margin-bottom: 75px;
}
.Tlist{
	width: 900px;
	border: 1px solid #e4e4e4;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 35px;
	margin-bottom: 24px;
}
.Tlist h2{
	width: 840px;
	margin: 0 auto;
	font-weight: 600;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 29px;
	margin-bottom: 24px;
}
.Tlist p{
	width: 840px;
	margin: 0 auto;
	font-size: 15px;
	margin-top: ;
	color: #969696;
	line-height: 28px;
}
/****************************线下培训报名*****************************/
.containBox{
	background-color: #f8f8f8;
	margin: 10px auto 5px;
	padding-bottom: 5px;
}
.formBox{
	padding: 28px 0 20px 40px;
}
.wordTip{
	display: block;
	width: 95px;
	height: 28px;
	line-height: 28px;
}
#nameBox,#emailBox,#cellBox{
	width: 468px;
	height: 28px;
	border: 1px solid #ededed;
	padding:0 10px 0 10px;
	margin-left: 8px;
}
#authCode,#checkCode{
	width: 153px;
	height: 28px;
	border: 1px solid #ededed;
	padding:0 10px 0 10px;
	margin-left: 8px;
}
.codePhoto{
	display: block;
	width: 88px;
	height: 28px;
	border: 1px solid #ededed;
	margin:0 10px 0 5px;
}
.changePic{
	line-height: 28px;
	color: #969696;
}
.changePic a{
	line-height: 28px;
	display: inline-block;
	height: 30px;
	width: 45px;
	margin-left: 10px;
}
#btnSendCode{
	width: 93px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #0092da;
	border: none;
	color: #fff;
}
.pay{
	width: 78px;
	height: 45px;
	line-height: 46px;
	border: 1px solid #ededed;
	color: #fff;
	padding-left: 70px;
	border-radius: 4px;
	background:#ff8517 url(../images/icons/pay.png) no-repeat 40px center;
}
.jionIn{
	width: 148px;
	height: 45px;
	line-height: 46px;
	border: 1px solid #ededed;
	color: #fff;
	border-radius: 4px;
	background:#0092da;
	text-align: center;
}
.formBox li p{
	width: 60%;
	color: #969696;
	float: left;
	margin: 10px 0 20px 100px;
}
.buttons{
	margin: 0 0 0 300px;
}
.buttons a{
	margin-right: 20px;
}
/*****************************新在线课堂列表页样式**************************/
.onlineC_List{
	width: 1233px;
    margin-bottom:-25px;
    padding-top:20px;
}
.onlineC_List li {
	cursor: default;
	width: 280px;
	height: 286px;
	margin: 0px 28px 25px 0;
	box-shadow: 0px 2px 6px #dcdcdc;
}
.onlineC_List li:hover{
	box-shadow: 0px 7px 10px #ccc;
}
.onlineC_List li .imgBox{
	display: block;
	width: 280px;
	height: 155px;
	overflow: hidden;
}
.onlineC_List li .imgBox img{
	display: block;
	width: 280px;
	height: 155px;
}
.msgWrap{
	background: #f8f8f8;
	height: 136px;
}
.onlineC_List li .priceMsg{
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
}
.onlineC_List li .Cname{
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 5px 12px 8px 12px;
}
.onlineC_List li .Cname:hover{
	color: #239bde;
}
.onlineC_List li .Ctag{
	line-height: 20px;
	padding: 0 12px 0 12px;
}