﻿@charset "utf-8";

/*reset*/

html{ color:#000; background:#fff;}
body{ line-height:1.4;font-size: 12px; }
html{ overflow-x:hidden}
body{ min-width: 1200px; position: relative;background-color: #fff; width:100%;}
input, textarea, select{ font-size:100%; font-family:inherit;}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form{ margin:0;}
ul, ol{ padding-left:0; list-style-type:none;}
ins, a{ text-decoration:none; color: #333;}
img{ border:0;}
i{ font-style: normal;}
img,label,input{vertical-align:middle} 
button, input, select, textarea{ font:12px/1.5,tahoma,arial; outline:none;}
table{ border-collapse:collapse; border-spacing:0;}
map area{ outline: none; }

/*float*/
.fl{ float:left;}
.fr{ float:right;}
.mian_1200{ width:1200px; margin:0 auto;}
.clear{    height: 0;line-height: 0;font-size: 0;overflow: hidden;
 clear: both;}
 
.toplogo {width: 100%;height: 78px; background: #fff;    border-bottom: 1px solid #e5e9ea;-webkit-box-shadow: rgba(0,0,0,0.05) 1px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.05) 1px 1px 3px;
    box-shadow: rgba(0,0,0,0.05) 1px 1px 3px;}
.m1200 {width: 1200px;margin: 0 auto;}
.toplogo .logo {width: 205px; padding-top: 15px;}
.toplogo .logo img { width: 100%;}

.course-banner{ width:100%; height:450px;}
.course-banner img{ width:100%;}
 
/*新增课程列表*/
.bakhui{ background:#f5f5f5 !important; margin-top:30px;}
.tabPanel{ margin-bottom:20px;}
.tabPanel ul{height:60px;padding: 0 20px;    background: #fff;margin-bottom: 20px; border-radius: 8px;}
.tabPanel ul li{
	float:left;font-size:16px;height:57px;line-height:57px;text-align:center;cursor:pointer; margin-right:40px;
}
.tabPanel .hit{
	border-bottom: 3px solid #d93821;
    font-weight: bold;
    color: #e13b29;cursor:pointer;
}
.pane{border-top:0;background-color:#fff;display:none; border-radius:8px;}

.subject-select{margin-top: 12px;color: #333;padding-left: 10px;
border-bottom: 1px solid #eee;}
.subject-select .select{ line-height: 47px;}
.subject-select .select .select-txt {font-size: 18px;}
.subject-select .select>div{float: left;}
.subject-select .select .all{ margin: 0 10px;color: #333; font-size: 16px;}
.subject-select .select .select-list{overflow: hidden; border-bottom:none;height:auto;margin-bottom:0px; padding:0px; width:880px;
}
 .subject-select .select .select-list li{float: left;height: 30px;line-height: 30px;text-align: center; border-radius: 8px; margin: 10px 5px; padding:0 10px;}
.subject-select .select .select-list li a:hover{color: #f67373;    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);}
.subject-select .select .select-list li a.active{  color: #f67373 }
.subject-select .select .select-list li a{transition: all .5s;color: #666;}
.subject-select .select .all a.active{  color: #f67373;}
.subject-select .select .all a:hover {color: #fb4343;}

.course{margin-top: 35px; padding-bottom: 12px;}
.course .list{ width:100%;}
.course .list ul{ border-bottom:none; height:auto;    display: inline-block; padding:0px;}
.course .list ul li{    float: left; width: 286px;height: 346px; margin-right: 18px; margin-bottom: 30px; transition: all .5s;-webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; border: 1px solid #f2f0f0;box-sizing: border-box; padding:0px; text-align:left;}
.course .list ul li .img{ width:286px; height:216px; overflow:hidden;}
.course .list ul li .img img{ width:100%;}
.course .list ul li .course-info{padding: 0 8px;}
.course .list ul li .course-info h4{ width: 100%;overflow: hidden; height: 40px;line-height: 24px;font-size: 16px;color: #333; padding-top: 18px;}
.course .list ul li .course-info .info{height: 30px; line-height: 30px;}
.course .list ul li .course-info .info .price{font-size: 24px;color: #f55050;}
.course .list ul li .course-info .info .popularity { float: right; color: #666;}

.course .list ul li:hover { box-shadow: 0 2px 16px 0 rgba(0,0,0,.1); transform: translateY(-5px);-ms-transform: translateY(-5px);-moz-transform: translateY(-5px); -webkit-transform: translateY(-5px);-o-transform: translateY(-5px);}
.course .list ul li:nth-of-type(4n) { margin-right: 0;}

/*页数*/
.pagination {overflow: hidden; display: flex;justify-content: center;}
.pagination .paging {display: inline-block;overflow: hidden; height:auto; border-bottom:none; padding:0px; margin-bottom:0px;}
.pagination .paging li {float: left;cursor: pointer; color: #666; margin-right:12px;}
.pagination .paging li.page-first, .pagination .paging li.page-last{
width: 33px;height: 35px;line-height: 35px;color: #fff !important;text-align: center;background-color: #fb6f6f;  border-radius: 10px; margin:0px; padding:0 10px;}
.pagination .paging li.prev {height: 35px; line-height: 35px; margin-left: 10px;}
.pagination .paging li.num {width: 20px;height: 35px;line-height: 35px; text-align: center;}
.pagination .paging li.next {height: 35px; line-height: 35px; margin-right: 10px; margin:0px;}
.pagination .paging li.active, .pagination .paging li:hover { color: #fb4343;}
.pagination .paging li.page-last { margin-right: 30px;}
.pagination .jump { display: inline-block; font-size:16px;}
.pagination .jump input{ width: 33px;height: 33px;border: 1px solid #f2f0f0; border-radius: 8px; margin: 0 10px;}
.pagination .jump .affirm{ cursor: pointer;}
.pagination .jump .affirm:hover{color: #fb4343;}

/*课程详情页*/
.course-details {    padding: 30px; background: #fff; width:1140px; display:inline-block; margin-bottom:90px;}

.details-container { overflow: hidden;}
.details-container>div.details-img { width: 396px;height: 268px; float:left;}
.details-container>div.details-img img{ width:100%;}
.details-container>div.details-info {margin-left: 40px; width: 670px; float:left;}
.details-container>div.details-info .info-top{ height: 152px;overflow: hidden;}
.details-container>div.details-info .info-top h1 { font-size:28px;
margin: 10px 0;}
.details-container>div.details-info .info-top p {font-size: 16px;color: #aeaeae; width: 610px;line-height: 28px;}
.details-container>div.details-info .info-bottom { margin-top: 10px;}
.details-container>div.details-info .info-bottom .hour { font-size: 20px;
color: #666;}
.details-container>div.details-info .info-bottom .price {margin-top: 20px;
}
.details-container>div.details-info .info-bottom .price .current-price {
font-size: 24px;color: #fb4343;}
.details-container>div.details-info .info-bottom .price .original-price{
font-size: 16px;margin-left: 10pxcolor: #999; text-decoration: line-through;}
.details-container>div.details-info .info-bottom .btn {overflow: hidden;
margin-top: 40px;}
.details-container>div.details-info .info-bottom .btn>div.purchase {width: 190px;height: 50px; background: #fb4343;border-radius: 10px;color: #fff;
 text-align: center; line-height: 50px; cursor: pointer; margin-right: 30px;}
.details-container>div.details-info .info-bottom .btn>div{
 float: left; font-size: 24px;}
.details-container>div.details-info .info-bottom .btn>div.audition {
width: 190px; height: 50px;line-height: 50px;text-align: center;
border: 1px solid #fb4343; border-radius: 10px;color: #fb4343; cursor: pointer;}

.tabPanels{ border:1px solid #eee;}
.tabPanels ul{height:60px;  background: #f9f9f9; border-bottom:1px solid #eee}
.tabPanels ul li{
	float:left;font-size:16px;height:60px;line-height:57px;text-align:center;cursor:pointer; padding:0 30px;}
.tabPanels .hit{  background:#fb4343;
    font-weight: bold;
    color: #fff;cursor:pointer;
}
.xqpane{border-top:0;min-height:550px;background-color:#fff;display:none; padding:30px; border-radius:8px;}


.kgml{ padding-top: 0px;}
.kgml .accordion-item {padding: 0 10px; margin-bottom: 20px;}
.kgml .accordion-item .accordion-title{position: relative;height: 80px;
line-height: 80px; padding: 0 20px; background: #fff;font-size: 20px; cursor: pointer;border: 1px solid #eee; box-sizing: border-box;}
.kgml .accordion-item .accordion-title:before { position: absolute;
right: 20px;top: 0;content: "";float: right;width: 12px;height: 80px;
background: url(../images/rt.png) no-repeat 50%;}
 
#footer {background: #373d44; padding: 30px 0 35px; display: block;}
#footer .a2 {width: 1000px; margin: 0px auto;text-align: center; color: #252525; font: 14px/24px Arial;word-spacing: 10px;}
#footer .a2 span {font-weight: normal;color: #999; word-spacing: 0px;}
#footer strong.cDRed {color: #fff; font-size: 14px;font-weight: 500;} 


.sytit {height: 60px;line-height: 60px;  border-bottom: 1px solid #eee; border-radius: 8px;}
.sytit .tit {display: inline-block;color: #e13b29;height: 57px; line-height: 57px;
 border-radius: 2px; font-size: 16px;}
.sytit .more {color: #999; font-size: 12px;line-height: 60px; float: right;
}

.top_course{ width:100%; background:#f6f6f6;}

.infos-left{float: left;width: 856px;}
.info-right{float: left;width: 330px;border: 1px solid #eee; margin-left: 14px; box-sizing: border-box;}
.infos{ position:relative; top:-61px;}

.right-title { height: 60px; line-height: 60px; text-align:left; background:#f9f9f9;border-bottom: 1px solid #eee;}
.right-title span {font-size: 20px;padding-left: 13px;border-left: 4px solid #fb4343;}
.right-content ul{ padding: 0 10px 30px;}
.right-content ul li {overflow: hidden; margin-top: 20px;}
.right-content ul li .img {float: left; width:140px; height:90px;}
.right-content ul li .img img{ width:100%;}
.right-content ul li>div.txt {margin-left: 10px;}
.right-content ul li>div { float: left;}
.right-content ul li>div h3 {width: 150px;font-size: 16px;height: 40px;line-height: 20px; overflow: hidden;margin-top: 3px; font-weight:normal;
color: #666;}
.right-content ul li>div a { display: block;width: 84px;height: 26px;
line-height: 26px;border: 1px solid #fb4343;color: #fb4343;opacity: 1;
 border-radius: 10px;text-align: center; margin-top: 20px;float: right;}
.right-content ul li>div a:hover{ background:#fb4343; color:#fff;}

.crumbs {padding: 20px 0; }
.crumbs span a{ color:#666;}
.crumbs span a:hover{ color:#fb4343;}
