@media only screen and (max-width: 1199px) {
    .lessonmodule .leftbar{
    	padding: 0;
    	overflow: hidden;
    	margin-bottom: 10px;
    }
    .lessonmodule .rightbar{
    	padding: 0;
    	overflow: hidden;
    }
    .lessonmodule .line{
    	display: none;
    }
    .row_s01{
    	padding: 10px 0 30px;
    }
    .row_s01 .col_l{
    	float: none;
    	width: auto;
    }
    .row_s01 .col_r{
    	float: none;
    	width: auto;
    }
    .row_s01 .rightbar .item .viewinfo{
    	width: 150px;
    }
    .row_s01 .rightbar{
    	height: 315px;
    }
    .row_s01 .tit {
	    margin: 10px 0;
	    line-height: 30px;
	}
	.row_s01 .tit .back {
	    width: 100px;
	    height: 30px;
	    border-radius: 15px;
	    font-size: 14px;
	    line-height: 1.8em;
	    display: block;
	    margin: 0;
	    display: none;
	}
	.row_s01 .tit h4,.row_s01 .tit h5 {
		display: block;
	    font-size: 16px;
	    line-height: 1.5em;
	    color: #1096c8;
	}
	.row_s01 .down {
        margin-top: 15px;
	}
	.row_s01 .down a {
	    width: 100px;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 0;
	    font-size: 14px;
	    margin: 0 auto;
	}
	.footer .infor{
		padding: 0;
	}
	.footer .qr {
		margin: 0 auto 10px;
	}
	.footer .infor .item{
		float: none;
		display: inline-block;
		margin: 0 10px 0 0;
	}
	body{padding-top: 50px;}
	.header{
		height: 50px;
		line-height: 50px;
	}
	.header .wp{
		height: 100%;
		position: relative;
	}
	.header .logo{
		margin: 0 auto;
		height: 100%;
		text-align: center;
		float: none;
	}
	.header .logo img{
		height: 25px;
	}
	.menuBtn{
		position: absolute;
		display: block;
		left: 0;top: 9px;
	}
	.header .hdr{
		position: absolute;
		top: 0;right: 0;
		font-size: 12px;
	}
	.header .hdr a, .header .hdr span {
		margin: 0 0 0 15px;
        margin-left: 15px !important;
	}
	.header .hdr span{display: none;}

	.ban{
		height: 400px;
	}
	.ck_list1{
		margin: 0 -5px;
	}
	.ck_list1 .con {
	    padding: 0 5px;
	}
	.ck_list1 .numb {
	    top: 5px;
	    right: 5px;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.ck_list1 .txt h4 {
	    font-size: 16px;
	}
	.ck_list1 .txt p {
	    font-size: 14px;
	}
	.ck_list1 .txt{
		height: 80px;
	}
	.header .hdr .user{
		display: block;
	}
    .header .hdr .login{
        display: none;
    }
	/*.header .hdr .login{display: none;}*/

}

/*Common For Max 768*/
@media only screen and (max-width: 959px) {
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
	.footer {
	    overflow: hidden;
	    font-size: 12px;
	}
	.footer .qr {
	    width: 110px;
	    margin-left: 20px;
	    font-size: 12px;
	}
	.footer .qr .pic{
		padding: 5px;
	}
	.ban{
		height: 200px;
	}
	.ban .lessonwrap {
	    position: absolute;
	    width: 220px;
	    height: 95px;
	    padding: 20px 0;
	}
	.ban .lessonwrap .lesson_unit,.ban .lessonwrap .lesson_name{
    	font-size: 18px
	}
	.ban .lessonwrap .lesson_count {
	    font-size: 16px
	}
	.ban1 {
	    height: auto;
        padding: 40px 0;
	    position: relative;
	}
	.ban1 h4{display: none;}
	.ban1 h3{
		font-size: 18px;
        margin: 0 10px 20px
	}

	.row_ck1{
		padding: 30px 0;
	}
	.g_tit1 {
		font-size: 20px;
	    margin-bottom: 30px;
	}
	.ck_list1 li {
		width: 50%;
	    margin-bottom: 30px;
	}
	.g_more {
	    width: 150px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	    border-radius: 18px;
	}

	.m_pop .innerwrap {
	    width: 300px;
	    height: 380px;
	    margin-left: -150px;
	    margin-top: -190px;
	}
	.m_pop .modal-header {
	    padding-top: 30px;
	}
	.m_pop .modal-body .inner{width: auto;}
	.m_pop .modal-body .title {
	    font-size: 16px;
	}
	.m_pop .modal-body .formwrap{
		margin-top: 20px;
	}
	.m_pop .modal-body .error {
	    height: 20px;
	}
	.m_pop .remeber{
		margin-bottom: 15px;
	}
	.modal-body{
		padding: 0 15px 15px;
	}

}

