
.courseTop{
    width: 1001px;
    height: 559px;
    margin: 0 auto;
    margin-top: 17px;
    background: url("../images/course_topIMG.png") no-repeat;
    background-size: 100% 100%;
    padding: 200px 0 0 425px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.courseBot{
    width: 1001px;
    margin: 0 auto;
    margin-top: 25px;
    overflow: auto;
}
.courseBot ul li{
    width: 480px;
    height: 293px;
    float: left;
    margin-right: 41px;
    margin-bottom: 27px;
    position: relative;
}
.courseBot ul li img{
    width: 100%;
}
.courseBot ul li:nth-child(2n){
    margin-right: 0;
}
.courseBot ul li a{
    width: 95px;
    height: 28px;
    display: block;
    background: url("../images/course_click01.png") no-repeat;
    position: absolute;
    right: 46px;
    bottom: 54px;
}
.courseBot ul li a:hover{
    background: url("../images/course_click02.png") no-repeat;
}

/*基础课程css*/
.foundationC{
    width: 1001px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: auto;
}
.foundationC>ul>li{
    width: 480px;
    margin-right: 41px;
    margin-bottom: 25px;
    float: left;
}
.foundationC>ul>li:nth-child(2n){
    margin-right: 0;
}
.foundationC>ul>li>div{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.heiBac01{
    height: 233px;
    background: #9affff;
    padding: 52px 30px 0 7px;
}
.heiBac02{
    height: 233px;
    background: #ccccfe;
    padding: 50px 14px 0 9px;
}
.heiBac03{
    height: 165px;
    background: #ffcb9a;
    padding: 47px 20px 0 22px;
}
.heiBac04{
    height: 165px;
    background: #feff9a;
    padding: 47px 20px 0 22px;
}
.foundationC>ul>li>div>h4{
    font-size: 20px;
    height: 26px;
    color: #943392;
    padding-left: 30px;
    margin-bottom: 20px;
    background: url("../images/course_xinxin.png") no-repeat left center;
}
.foundationC>ul>li>div>ul>li{
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
    background: url("../images/course_blackX.png") no-repeat left 8px;
}
.foundationB{
    width: 1001px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
}
.foundationB ul li{
    width: 1001px;
    height: 58px;
    line-height: 58px;
    margin-bottom: 3px;
}
.classBck01{
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    text-align: center;
    color: #8b378d;
    font-size: 20px;
}
.classBck01 h4{
    display: inline-block;
    padding-left: 53px;
    height: 100%;
    background: url("../images/course_win.png") no-repeat left center;
}
.classBck02{
    width: 100%;
    height: 100%;
}
.classBck02 span{
    display: inline-block;
    color: #903594;
    font-weight: bold;
    font-size: 16px;
}
.classBck02 img{
    vertical-align: middle;
}
.classBck03{
    width: 100%;
    height: 100%;
}
.classBck03 span{
    display: inline-block;
    /*font-size: 18px;*/
}
.ml01{
    width: 154px;
    text-align: center;
}
.ml02{
    width: 680px;
    text-align: center;
}
.ml03{
    width: 154px;
}
.diffBac01{
    background: #feff9a;
}
.diffBac02{
    background: #f7ccdf;
}
.diffBac03{
    background: #bde3fa;
}
.diffBac04{
    background: #6766fe;
}

/*开班查询页css*/
.queryContent{
    width: 1001px;
    height: 515px;
    margin: 0 auto;
    background: #e6e6e6;
    margin-top: 18px;
    margin-bottom: 30px;
}
.queryContent ul {
    margin-left: 58px;
}
.queryContent ul li{
    width: 231px;
    height: 205px;
    float: left;
    background: url("../images/query_BG.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 100px;
    margin-top: 37px;
    text-align: center;
}
.queryContent ul li:nth-child(3n){
    margin-right: 0;
}
.queryContent ul li h4{
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 90px;
}
.queryContent ul li h4.mtspe{
    margin-top: 77px;
}
.queryContent ul li a{
    width: 100%;
    height: 100%;
    display: block;
    border: 1px #e6e6e6 solid;
}
.queryContent ul li a b{
    width: 19px;
    height: 20px;
    display: inline-block;
    background: url("../images/query_play01.png") no-repeat;
}
.queryContent ul li:hover{
    cursor: pointer;
    color: #903594;
}
.queryContent ul li:hover a b{
    background: url("../images/query_play02.png") no-repeat;

}
/*强化课程css*/
.intesiveC{
    width: 1001px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.intesiveC:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.intesiveC ul li{
    width: 226px;
    height: 209px;
    float: left;
    margin-right: 32px;
    margin-bottom: 28px;
}
.intesiveC ul li img{
    width: 100%;
}
.intesiveC ul li:nth-child(4n){
    margin-right: 0;
}
.intesiveC ul li h4{
    margin-top: 10px;
}