*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family:"微软雅黑";
    color:#000;
}
body{
    background: #72D3FF;
}
.header1{
    height: 630px;
    background: url("img/banner.png") no-repeat top center;
}
.footer{
    height: 436px;
    background: url("img/footer.png") no-repeat top center;
}
.course .title{
    margin-top: -46px;
    text-align: center;
}
.course .list{
    width: 1020px;
    margin: 19px auto 0;
    background: #1EB9FF;
    border-radius: 10px;
    border: 1px solid #001A75;
}
.course .list ul{
    overflow: hidden;
    margin: 14px 0 28px 14px;
}
.course .list li{
    width: 238px;
    height: 327px;
    float: left;
    margin-right: 13px;
    border-radius:8px;
    overflow: hidden;
    background: #fff;
}
.course .list li a{
    display: block;
}
.course .list li:last-child{
    margin-right: 0;
}
.course .list li img{
    width: 238px;
    height: 176px;
    border-radius: 8px 8px 0 0;
    background: #1EB9FF;
}
.course .list li .name{
    margin: 10px 0 20px 9px;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: bold;
}
.course .list li .price{
    margin-left: 9px;
}
.course .list li .price span:first-child{
    font-size: 16px;
    color: #6A6A6A;
}
.course .list li .price span:last-child{
    margin-left: 3px;
    font-size: 24px;
    color: #FF4E00;
    font-weight: bold;
}
.course .list li button{
    width: 136px;
    height: 40px;
    line-height: 40px;
    margin-left: 9px;
    margin-top: 5px;
    background: url("img/btn-bg.png") no-repeat;
    font-size: 20px;
    border: 0;
}
.course .list li button:hover{
    cursor: pointer;
    background: url("img/btn-active-bg.png") no-repeat;
}
.course .more{
    padding-bottom: 25px;
    margin: -10px 14px 0 0;
    font-size:20px;
    text-align: right;
}
.course .more a{
    color: #fff;
}
.course .more a:hover{
    color: #FFDF56;
}
.floatWindow{
    position: fixed;
    top:60px;
    right:35px;
    width: 162px;
    height: 505px;
    background: url("img/phone-bg.png") no-repeat;
    display: none;
}
.floatWindow .title{
    height: 60px;
    line-height: 60px;
}
.floatWindow .title img{
    position: relative;
    top:5px;
    margin: 0 5px 0 11px;
}
.floatWindow .title span{
    font-size:18px;
    color:#001A75;
}
.floatWindow .consult{
    width: 120px;
    margin: 0 auto;
    text-align: center;
}
.floatWindow .consult img{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
