#footer {
	margin-top: 40px;
}
.position {
	width: 1200px;
	height: 40px;
	margin: 15px auto 0;
	border-bottom: #ccc solid 1px;
	line-height: 40px;
	font-size: 14px;
	color: #888;
}
.position a {
	padding: 0 5px;
	color: #888;
}
.position a:hover {
	color: #28A57B;
}
.content {
	width: 1200px;
	margin: 30px auto 0;
	background: url(../img/left-bg.jpg) repeat-y left;
	overflow: hidden;
}
/*注册*/
.register {
	width: 480px;
	padding: 60px 0 20px;
	margin: 0 auto;
}
.register h2 {
	text-align: center;
	font-size: 30px;
	color: #333;
}
.form-box {
	width: 480px;
	height: 36px;
	margin-top: 12px;
	overflow: hidden;
}
.form-box span {
	float: left;
	display: block;
	width: 100px;
	padding-right: 5px;
	line-height: 36px;
	text-align: right;
	font-size: 16px;
}
.form-text {
	float: left;
	width: 350px;
	height: 30px;
	padding: 2px 4px;
	border: #ccc solid 1px;
}
.form-box b {
	display: block;
	float: left;
	width: 15px;
	line-height: 36px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
}
.form-box.fb-ck {
	height: 28px;
}
.form-box.fb-ck label {
	display: block;
	width: 360px;
	line-height: 14px;
	overflow: hidden;
}
.form-box.fb-ck label input {
	float: left;
}
.form-box.fb-ck label a {
	padding-left: 5px;
}
.form-box .form-btn {
	float: left;
	width: 156px;
	height: 30px;
	background: url(../img/btn-bg.jpg) no-repeat;
	border: none;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
/*登录*/
.login {
	width: 1200px;
	height: 450px;
	background: url(../img/login-bg.jpg) no-repeat;
}
.login h2 {
	width: 380px;
	padding-top: 45px;
	padding-left: 550px;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.login form {
	padding: 20px  0 0 550px;
}
.login-box {
	width: 380px;
	margin-top: 25px;
	overflow: hidden;
}
.login-no {
	margin-top: 20px;
}
.login-no label {
	display: block;
	width: 360px;
	line-height: 14px;
	overflow: hidden;
}
.login-no label input {
	float: left;
}
.login-no label a {
	padding-left: 5px;
}
.login-box span, .login-no span {
	float: left;
	display: block;
	width: 100px;
	padding-right: 5px;
	line-height: 36px;
	text-align: right;
	font-size: 16px;
}
.login-text {
	float: left;
	width: 250px;
	height: 30px;
	padding: 2px 4px;
	border: #ccc solid 1px;
}
.login-btn {
	width: 250px;
	height: 40px;
	border: none;
	background: #29A57C;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
}
.left {
	float: left;
	width: 240px;
	padding-bottom: 50px;
	background: #EAF9FC;
}
.menu h2 {
	width: 240px;
	height: 50px;
	background: url(../img/menu-bg.jpg) no-repeat;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menu ul {
	width: 120px;
	padding: 30px 0;
	margin: 0 auto;
}
.menu ul li {
	padding: 12px 0;
}
.menu ul li a {
	display: block;
	width: 118px;
	height: 32px;
	border: #999 solid 1px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	color: #333;
	border-radius: 6px;
}
.menu ul li.thisclass a, .menu ul li a:hover {
	border: #29A57C solid 1px;
	color: #29A57C;
}
.left-link {
	display: block;
	width: 205px;
	height: 60px;
	margin: 0 auto;
}
.left-logo {
	display: block;
	width: 194px;
	height: 100px;
	margin: 40px auto 0;
}
.right {
	float: right;
	width: 930px;
}
h2.c-title {
	width: 930px;
	height: 18px;
	padding-bottom: 10px;
	margin-top: 21px;
	margin-bottom: 15px;
	border-bottom: #ccc solid 1px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
h2.c-title i {
	display: block;
	float: left;
	width: 5px;
	height: 18px;
	margin-right: 8px;
	background: #28A57B;
}
h2.c-title i.c-icon2 {
	background: #FFAB00;
}
/*个人中心-登录信息*/
.member-info p {
	padding-left:15px;
	line-height:30px;
	font-size: 14px;
	color: #666;
}
.member-info p a {
	padding-left: 5px;
	color: #24916D;
	text-decoration: underline;
}
.member-info a.info-edit {
	display: block;
	margin: 20px 0 0 15px;
	width: 90px;
	height: 28px;
	background: #24916D;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.member-info a.info-edit:hover {
	color: #fff;
	text-decoration: underline;
}
/*个人中心-我的课堂*/
.my-course {
	width: 930px;
	padding-top: 21px;
}
.my-course h2 {
	width: 930px;
	height: 18px;
	padding-bottom: 10px;
	border-bottom: #ccc solid 1px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
}
.my-course h2 i {
	display: block;
	float: left;
	width: 5px;
	height: 18px;
	margin-right: 8px;
	background: #28A57B;
}
.list-mc {
	width: 930px;
	overflow: hidden;
}
.list-mc ul {
	width: 960px;
	overflow: hidden;
}
.list-mc ul li {
	float: left;
	width: 210px;
	margin: 30px 30px 0 0;
}
.list-mc ul li a {
	display: block;
}
.list-mc ul li a img {
	display: block;
	width: 210px;
	height: 180px;
}
.list-mc ul li a span {
	display: block;
	width: 210px;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*课程介绍*/
h3.c-h3 {
	padding-top: 20px;
	font-size: 16px;
	color: #333;
}
.list-course {
	width: 930px;
	padding-bottom:20px;
	overflow: hidden;
}
.list-course ul {
	width: 960px;
	overflow: hidden;
}
.list-course ul li {
	float: left;
	width: 210px;
	margin: 15px 30px 0 0;
    overflow:hidden;
}
.list-course ul li a {
	display: block;
}
.list-course ul li a img {
	display: block;
	width: 210px;
	height: 180px;
}
.list-course ul li a span {
	display: block;
	width: 210px;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list-ielts {
	width: 930px;
	padding-bottom: 20px;
	overflow: hidden;
}
.list-ielts ul {
	width: 1000px;
	overflow: hidden;
}
.list-ielts ul li {
	float: left;
	width: 180px;
	margin: 15px 70px 0 0;
}
.list-ielts ul li a {
	display: block;
}
.list-ielts ul li a img {
	display: block;
	width: 170px;
	height: 250px;
	padding: 4px;
	border: #CDCDCD solid 1px;
}
.list-ielts ul li a span {
	display: block;
	width: ;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*详情页*/
.details {
	width: 930px;
	overflow: hidden;
}
.details-img {
	float: left;
	width: 320px;
}
.details-img img {
	display: block;
	width: 320px;
	height: 274px;
}
.details-right {
	float: right;
	width: 550px;
}
.details-right h3 {
	width: 550px;
	padding-bottom: 15px;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.details-right p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.details-right p b {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
}
.history-btn {
	display: block;
	width: 143px;
	height: 34px;
	margin-top: 35px;
	background: url(../img/btn1-bg.jpg) no-repeat;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.details-btn {
	width: 550px;
	height: 38px;
	margin-top: 30px;
	overflow: hidden;
}
.details-btn a {
	display: block;
	float: left;
	width: 150px;
	height: 38px;
	background: url(../img/btn2-bg.jpg) no-repeat;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.details-btn a:nth-child(2) {
	margin: 0 50px;
}
.list-details {
	width: 930px;
	margin-top: 55px;
	overflow: hidden;
}
.list-details ul {
	width: 960px;
	overflow: hidden;
}
.list-details ul li {
	float: left;
	width: 162px;
	margin-right: 30px;
}
.list-details ul li a {
	display: block;
	width: 160px;
	height: 150px;
	border: #ddd solid 1px;
	border-radius: 5px;
}
.list-details ul li a img {
	display: block;
	width: 162px;
	height: 55px;
	margin: 30px 0 16px;
}
.list-details ul li a span {
	display: block;
	width: 90px;
	height: 31px;
	margin: 0 auto;
	background: url(../img/btn3-bg.jpg) no-repeat;
	line-height: 31px;
	text-align: center;
	font-size: 13px;
	color: #999;
}
.course-content {
	width: 930px;
	padding-top: 30px;
}
.course-body {
	width: 930px;
	padding: 10px 0;
	line-height: 190%;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.course-body img {
	max-width: 930px;
}
.details-links {
	width: 930px;
	padding-top: 20px;
	overflow: hidden;
}
.details-links ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.details-links ul li {
	float: left;
	width: 290px;
	height: 50px;
	margin: 10px 30px 10px 0;
}
.details-links ul li a {
	display: block;
	width: 100%;
	height: 50px;
	background: #23CFAD;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
}
.details-table {
	margin-top: 35px;
}
.details-table h3 {
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	color: #333;
}
.details-table p {
	margin-top: 12px;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
	color: #555;
}
.details-table table {
	width: 100%;
	margin-top: 25px;
	border-top: #666 solid 1px;
}
.details-table table tr th {
	width: 14.28%;
	padding: 12px 0;
	border-bottom: #ddd solid 1px;
	border-right: #ddd solid 1px;
	background: #F6F6F6;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.details-table table tr td {
	padding: 10px 0;
	border-bottom: #ddd solid 1px;
	border-right: #ddd solid 1px;
	line-height: 20px;
	text-align: center;
	color: #666;
}
.details-table table tr th:last-child, .details-table table tr td:last-child {
	border-right: none;
}
/*名师风采*/
.teacher-title {
	padding: 15px 0 8px;
	border-bottom: #ccc solid 1px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.list-teacher {
	width: 930px;
	margin: 0 auto 30px;
}
.list-teacher ul {
	width: 1000px;
	overflow: hidden;
}
.list-teacher ul li {
	float: left;
	width: 195px;
	margin: 35px 50px 0 0;
}
.list-teacher ul li a {
	display: block;
	width: 195px;
}
.list-teacher ul li a img {
	display: block;
	width: 195px;
	height: 195px;
	border-radius: 50%;
}
.list-teacher ul li a span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.list-teacher ul li a p {
	width: 195px;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*新闻列表*/
.list-news {
	width: 930px;
	padding-bottom: 15px;
	overflow: hidden;
}
.list-news ul li {
	width: 930px;
	padding: 6px 0;
}
.list-news ul li a {
	display: block;
	width: 915px;
	height: 32px;
	border-bottom: #ddd dashed 1px;
	padding-left: 15px;
	background: url(../img/li-icon.gif) no-repeat left center;
	line-height: 32px;
}
.list-news ul li a span {
	display: block;
	float: left;
	width: 600px;
	font-size: 14px;
	color: #666;
}
.list-news ul li a:hover span {
	color: #24916D;
}
.list-news ul li a em {
	display: block;
	float: right;
	padding-right: 20px;
	font-style: normal;
	font-size: 11px;
	color: #24916D;
}
/*内容页*/
.content-body {
	width: 930px;
	padding-top: 20px;
	line-height: 190%;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.content-body img {
	max-width: 930px;
}
/*在线考试*/
.exam {
	width: 600px;
	padding-bottom: 40px;
	margin: 40px auto 0;
}
.exam h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.exam-language ul li {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}
.exam-language ul li span {
	display: block;
	float: left;
	width: 138px;
	height: 38px;
	border: #f0f0f0 solid 1px;
	border-radius: 2px;
}
.exam-language ul li span img {
	display: block;
	width: 82px;
	height: 32px;
	margin: 3px auto;
}
.exam-language ul li a {
	display: block;
	float: left;
	width: 140px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}
.exam-language ul li a.mn-btn {
	margin-left: 50px;
	border-bottom: #0D8C73 solid 2px;
	background: #1ABC9C;
}
.exam-language ul li a.zgz-btn {
	border-bottom: #A9A9A9 solid 2px;
	background: #BCBCBC;
	margin-left: 30px;
}
.exam-certificate {
	margin-top: 40px;
}
.exam-certificate ul li {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}
.exam-certificate ul li span {
	display: block;
	float: left;
	width: 138px;
	height: 38px;
	background: #F6F6F6;
	border: #d9d9d9 solid 1px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
	border-radius: 5px;
}
.exam-certificate ul li a {
	display: block;
	float: left;
	width: 140px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}
.exam-certificate ul li a.mn-btn {
	margin-left: 50px;
	border-bottom: #0D8C73 solid 2px;
	background: #1ABC9C;
}
.exam-certificate ul li a.zgz-btn {
	border-bottom: #15984C solid 2px;
	background: #2ECC71;
	margin-left: 30px;
}

/***************网格*****************/
.grid { margin: 0; padding: 0 0 0 0; }
.grid ul { margin: 0; list-style: none; }
.grid ul li { position: relative;float: left;background-color:#ffffff; text-align: center;height: 140px;margin:0 auto 10px auto;display:inline-block;box-sizing:border-box;}
.grid_column2 ul li{width:50%;}
.grid_column4 ul li{width:25%;}
.grid_column6 ul li{width:16.6%;}
.grid_column5 ul li{width:20%;}
.grid_column8 ul li{width:12.5%;}
.grid_column10 ul li{width:10%;}
.grid_column12 ul li{width:8.3333%;}

.list-box ul li{height:auto;}
.list-box-item{
	display: block;
	height: 220px !important;
	border: #ddd solid 1px;
	border-radius: 8px;
    margin:18px;
    overflow:hidden;
}
.list-box-item .title {
	background-color: #636389; color: #ffffff; font-size: 16px; text-align: center; display: block; height: 55px; line-height: 55px;
}
.list-box-item ul{ background-color:#f8f8f8;display:block;height:100%;width:100%;}
.list-box-item ul li{
    height:50px;
    line-height:50px;
    display:block;
    width:100%;
     background-color:#f8f8f8 !important;
    border-bottom:1px solid #cccccc;
    margin: 0;
    text-align: left !important;
}
.list-box-item ul li a{padding:0 20px;}
.list-text-box{border-bottom:1px solid #cccccc;padding:12px 0 12px 0;margin:12px 0;}
.list-text-box .title{font-size:18px;color:dodgerblue;}
.list-text-box ul{margin:10px 0 0 0;}
.list-text-box ul li{font-size:14px;height:24px;line-height:24px;}


/*课程右列表*/
.category_left {
            width: 171px;
            float: left;
            margin:0 0 0 0;
            color: #28A57B;
            font-size: 16px;
            font-weight: 700;
        }

        .category_right {
            width: 1029px;
            float: left;
            margin: 0;
        }

        .category_course {
            width: 1029px;
            padding-bottom: 20px;
            overflow: hidden;
            
        }

            .category_course ul {
                width: 1029px;
                overflow: hidden;
            }

                .category_course ul li {
                    float: left;
                    width: 171px;
                    margin:0;
                }
        .category_course ul li a {
            display: block;
                width: 171px;
                font-size: 14px;
                margin:6px 0 6px 0;
                color: #666;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
        }
.menu1 h2 {
	width: 240px;
	height: 50px;
	background: url(../img/menu-bg.jpg) no-repeat;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menu1 ul li{
	width:100%;
}
.menu1 ul li img{
	width:90px;
    height:80px;
    margin:20px 0 0 10px;
}

.menu1 ul li span{
    float:right;
    width:130px;
    margin:18px 0 0 0;
    font-size:12px;
}