body, h1, h2, h3, h4, h5, p, dl, dd, ol, ul, li, th, td, form, fieldset, input, button, textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}
*{box-sizing: border-box;}
.fl{
	float:left;
}
.fr{
	float:right;
}
a {
	text-decoration: none;
}
a.btn{
	display:inline-block;
	width:150px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#f75885;
	font-size: 16px;
	border-radius:2px;
	text-align:center;
	margin:0 auto;
}
a.ban-btn{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:20px;
}
a.bor{
	background:none;
	border:1px solid #f75885;
	color:#f75885;
}
a.bor:hover,.chenge-list-tab .class-detail-btn:hover{
	background:#f75885;
	color:#fff;
}
a.long{
	width:100%;
	height:40px;
	line-height:40px;
	color:#444;
	background:none;
	border:1px solid #444;
	margin-bottom:20px;
}
a.long:hover{
	background:rgba(255,255,255,.3);
}
.g-clearfix:after {
	content: "";
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
	visibility: hidden;
}
.top-menue {
	width: 100%;
	height: 70px;
}
.inner-box {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
	line-height: 70px;
}
.inner-logo-btn{
	display: block;
}
.kmflogo {
	float: left;
}
.menue-ul {
	float: left;
}
.menue-list {
	float: left;
	margin-right: 45px;
	padding: 0 15px;
}
.menue-list a {
	font-size: 16px;
	color: #333;
}
.menue-list a:hover {
	color: #3081e8;
}
.nav-choice-tip{
	color: #3081e8!important;
}

/*first*/
.first-floor{
	width:100%;
	height:500px;
	background:url(../images/banner.jpg) center center no-repeat;
	padding-top:395px;
}
/*上划效果*/
.course-teachers-box {
	width: 1180px;
	height: 208px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	cursor: pointer;
}
.teachers-list li {
	width: 275px;
	height: 208px;
	overflow: hidden;
	float: left;
	bottom: 0px;
	margin: 0 10px;
}
.plan-table-title {
	font-size: 32px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 1000px;
}
.plan-table-title span {
	font-size: 22px;
}

/*new-floor*/
.new-floor{
	width:100%;
	height:605px;
	background:#f4f4f4;
	padding-top: 60px;
}
.new-wrap{
	width:1160px;
	height:466px;
	margin:0 auto;
}
.new-fl{
	float:left;
	width:240px;
	height:340px;
	background: url(../images/line.png) right center no-repeat;
}
.new-fl h5{
	font-size:20px;
	color:#666;
	margin-bottom:38px;
	width:182px;
	text-align:center;
}
.new-fl p{
	width:180px;
	font-size:14px;
	color:#999;
	line-height:24px;
	margin-bottom: 28px;
}
.new-fc{
	float:left;
	width:240px;
	height:340px;
	padding-left: 60px;
}
.new-fc h5{
	margin-bottom:38px;
	color:#444;
	font-size:20px;
}
.new-fc p{
	width:180px;
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-bottom: 28px;
}
.new-fr{
	float:right;
	width:600px;
	height:336px;
	margin-bottom:40px;
}


/*second*/
.second-floor {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 60px 0;
}
.classtime-chenge-box {
	width: 1160px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
}
.chenge-box-topbtn {
	float: left;
	margin: 0 43px;
	width: 300px;
	height: 70px;
	cursor: pointer;
}
.js-bg-btn {
	background: url(../images/chenge-btn.png) center no-repeat;
}
.js-bg-btn .cb-class, .js-bg-btn .cb-class-time {
	color: #FFF !important;
}
.chenge-button-box {
	width: 298px;
	height: 44px;
	border: 1px solid #6398FF;
	text-align: center;
	padding: 8px 0;
}
.chenge-button-box .cb-class-time {
	font-size: 14px;
	color: #6398FF;
}
.chenge-button-box .cb-class {
	font-size: 18px;
	color: #6398FF;
}

/*table*/
.chenge-list-tab {
	width: 1160px;
	height: 210px;
	margin: 0 auto;
	margin-top: 40px;
	border-collapse: collapse;
}
.chenge-list-tab tr:hover{
	background: #F8F8F8;
	cursor: pointer;
}
.chenge-list-tab, td, th {
	color: #666666;
	font-size: 16px;
	border: 1px solid #CCCCCC;
}
.chenge-list-tab td {
	height: 60px;
	text-align: center;
}
.chenge-list-tab th {
	width: 167px;
	height: 60px;
	text-align: center;
}
.chenge-list-tab .goto-full {
	color: #E14A48;
}
.chenge-list-tab .class-detail-btn {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #f75885;
	text-align: center;
	line-height: 40px;
	color: #f75885;
	margin-left: 20px;
}
.chenge-list-tab .ch-ask-btn {
	color: #FFF;
	background: #f75885;
}
.chenge-list-tab .vip-price {
	color: #ef5353;
}

/*third*/
.third-floor {
	width: 100%;
	height: 858px;
	background: url(../images/su-teach.jpg) center no-repeat;
	padding-top: 60px;
}
.third-floor .teac-ul{
	width:1180px;
	height:660px;
	margin:0 auto;
}
.third-floor .teac-ul li{
	float:left;
	width:580px;
	height:320px;
	padding:20px;
	margin-bottom:20px;
	background:#fff;
}
.third-floor .teac-ul li:nth-child(2n){
	margin-right:20px;
}
.third-floor .teac-ul li .teac-li-fr{
	width:320px;
	height:280px; 
}
.third-floor .teac-ul li .teac-li-fr h4{
	width:100%;
	font-size:18px;
	line-height:17px;
	color:#444;
	font-weight:normal;
}
.third-floor .teac-ul li .teac-li-fr .con{
	width:100%;
	height:207px;
	margin-top:16px;
	font-size: 16px;
	line-height:24px;
	color:#888;
	text-align:justify;
}
/* 视频 */
.vedio-mid-box{
	width:860px;
	height:500px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	background:#fff;
	padding:20px;
	z-index:9999999;
	box-shadow:0 10px 20px rgba(0,0,0,.3);
}
.vedio-mid-box .vedio-area-mod{
	width:820px;
	height:460px;
}
.vedio-mid-box .vedio-btn-close{
	position:absolute;
	top:30px;
	right:34px;
	cursor:pointer;
}

/*sixth*/
.sixth-floor {
	width: 100%;
	height: 705px;
	padding-top: 60px;
	background: #fff;
}
.sixth-box {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
#focus_Box {
	position: relative;
	width: 980px;
	height: 540px;
	margin: 0 auto;
}
#focus_Box .shade-box{
      width: 860px;
      height:500px;
      position: absolute;
      z-index: 3;
      left: 60px;
}
#focus_Box ul {
	position: relative;
	width: 980px;
	height: 540px;
	margin: 0 auto;
}
#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	background: #787878;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 377px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #999;
}
#focus_Box a{
	display: block;
	position: relative;

}
#focus_Box li img {
	width: 100%;
	background: url(../images/loading.gif) no-repeat center 50%;
	height: 100%;
	vertical-align: top
}
#focus_Box .prev, #focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 180px;
}
#focus_Box .prev {
	left: -90px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/arrow.png) no-repeat;
}
#focus_Box .next {
	right: -90px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/arrow.png) -52px 0 no-repeat;
}

.foot{
	width:100%;
	height:360px;
	padding-top:60px;
	background:url(../images/foot.jpg) center center no-repeat;
}
.foot-wrap{
	width:420px;
	height:220px;
	margin:0 auto;
}