﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

img {
    border: none;
}

/*流程图*/
.course-head {
    /*margin-top: 110px;*/
    padding-left: 15px;
    font-size: 18px;
    color: #000;
}

.line {
    float: left;
    margin-left: 100px;
    margin-top: -25px;
    border-bottom: 1px solid #e6e6e6;
    width: 970px;
    height: 15px;
}


.project-screening {
    background: url(images/scoll1.png) no-repeat center center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 220px;
    margin-bottom: 150px;
}

.screening-select {
    background: url(images/point2.png) no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.select-1 {
    left: 62px;
}

.select-2 {
    left: 382px;
}

.select-3 {
    left: 702px;
}

.select-4 {
    left: 1022px;
}

.project-screening-yellow {
    background: url(images/scroll2_ykj.png) no-repeat;
    height: 20px;
    overflow: hidden;
    width: 0;
}

.screening-select a {
    position: absolute;
    left: -40px;
    width: 135px;
    display: block;
}

.select-1 a, .select-3 a, .select-5 a, .select-7 a {
    top: -121px;
}

.select-2 a, .select-4 a, .select-6 a {
    top: 41px;
}

.screening-select a img {
    width: 100px;
    height: 100px;
}

.project-screening .select-1-yellow {
    background: url(images/point1.png) no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    left: 62px;
    bottom: 0px;
    z-index: 3;
}

.top-img, .bottom-img {
    position: absolute;
    display: none;
}

.top-img {
    bottom: 150px;
}

.bottom-img {
    top: 150px;
}

/*康复课件bannar-education-bannar开始*/
.education-bannar {
    background: url(images/ykjBanner.png) center no-repeat;
    height: 600px;
    background-size:cover;
}

    .education-bannar div {
        margin: 0 auto;
       padding-left:135px;
    }

    .education-bannar .bannar-title {
        padding-top: 150px;
        font-size: 40px;
        color: #fff;
        padding-left: 145px;
        font-weight:bold;
    }

        .education-bannar .bannar-title img {
            vertical-align: middle;
            padding-right: 20px;
        }

    .education-bannar .bannar-content p {
        margin-top: 35px;
        margin-bottom: 50px;
        width: 540px;
        font-size: 16px;
        padding-left: 10px;
        line-height: 28px;
        color: #fff;
    }

    .education-bannar .bannar-content .shopping {
        font-size: 16px;
        padding: 10px 30px;
        margin-left: 5px;
        color: #FFF;
        background: #f38816;
    }

        .education-bannar .bannar-content .shopping:hover {
            background: #f39633;
        }

    .education-bannar .bannar-content a {
        padding-left: 35px;
        font-size: 14px;
        color: #287ae4;
    }

        .education-bannar .bannar-content a img {
            vertical-align: middle;
            padding-right: 5px;
        }
/*康复课件bannar-education-bannar结束*/


.education-content {
    width: 1100px;
    margin: 40px auto;
}

/*康复课件-education-classify开始*/
.education-classify {
    height: 75px;
    text-align: center;
    padding-top: 35px;
    padding-left: 5px;
}

.hidden {
    display: none;
}

.education-classify a, .demo1 a {
    float: left;
    display: block;
    width: 214px;
    font-size: 14px;
    padding: 15px 0px;
    color: #4c4c4c;
    border: 1px solid #dedede;
}

    .education-classify a:hover, .demo1 a:hover {
        color: #237ae4;
    }

.education-classify .classify-course, .demo1 .classify-course {
    color: #237ae4;
    background: #fafafa;
    border-top: 2px solid #237ae4;
}

.demo1 {
    position: fixed;
    _position: absolute;
    z-index: 55;
    top: 55px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
    background: #FFF;
}
/*康复课件-education-classify结束*/


/*课程分类-education-course开始ʼ*/

/*共用--开始ʼ*/
.course-head {
    padding-left: 15px;
    font-size: 18px;
    color: #000;
}

.line {
    float: left;
    margin-left: 100px;
    margin-top: -25px;
    border-bottom: 1px solid #e6e6e6;
    width: 970px;
    height: 15px;
}
/*共用--结束*/
.education-course .course-content {
    margin-top: 35px;
}

.education-course .course-content a {
	display: block;
	float: left;
}
    .education-course .course-content div {
        text-align: center;
        width: 150px;
		padding-bottom: 10px;
		margin: 0 62px 0px 62px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .education-course .course-content a:hover div img {
     
    }

    .education-course .course-content a:hover div {
        /*padding-top: 10px;
        box-shadow: 0px 0px 10px #333333;
        border-radius: 10px;
        color: #2374ea;*/
    }

    .education-course .course-content div img {
        padding: 20px;
        border-radius: 10px;
           width:200px;
    }

    .education-course .course-content p {
        font-size: 16px;
        color: #4c4c4c;
        margin-top: 10px;
    }

    /*.education-course .course-content .hearing img {
        background: #4590ec;
    }

    .education-course .course-content .speek img {
        background: #85a421;
    }
    
     .education-course .course-content .speek1 img {
        background: #f5aa43;
    }

    .education-course .course-content .language img {
        background: #ac7ed9;
    }

    .education-course .course-content .konw img {
        background: #ec8585;
    }

    .education-course .course-content .action img {
        background: #df68b6;
    }

    .education-course .course-content .study img {
        background: #d2813d;
    }

    .education-course .course-content .sprot img {
        background: #c1853e;
    }*/
/*课程分类-education-course结束*/

/*共用--开始*/
.topic-footer {
    clear: both;
    margin: 35px 0px 0px 20px;
}

    .topic-footer dl dd {
        float: left;
        width: 190px;
        text-align: center;
        line-height: 25px;
        margin-right: 70px;
    }

.footer_title {
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
}

.footer_cont {
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
}
/*共用--结束*/
/*产品特点-education-product开始*/
.education-product {
    height: 380px;
}
/*产品特点-education-product结束*/
/*适用人群-education-crowd开始*/
.education-crowd {
    height: 280px;
}
/*适用人群-education-crowd结束*/
/*价格配置-education-cost开始*/

.education-cost {
    height: 450px;
}

    .education-cost .topic-footer {
        text-align: center;
        margin-top: 50px;
    }

.cost-head {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 230px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .cost-head img {
        position: relative;
        top: 4px;
        right: 10px;
    }

.cost-table table tr {
  
    color: #4c4c4c;
    text-align: center;
    font-size: 14px;
    height: 50px;
}

.cost-table table td {
 
}

.cost-table table span {
    color: #f7882e;
}

.cost-table table tr:nth-child(1) {
    background: #7ab5fd;
    height: 40px;
    color: #fff;
    font-size: 16px;
}

.cost-table table tr:nth-child(2) {
    background: #d9eaff;
    height: 40px;
    font-size: 16px;
}

.cost-table table tr:nth-child(3) {
    background: #f2f2f2;
}

.cost-bottom {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #4c4c4c;
}

    .cost-bottom span {
        color: #f7882e;
    }

.cost-buy {
    width: 150px;
    margin: 0 auto;
}

    .cost-buy a {
        text-decoration: none;
        color: #FFF;
        padding: 15px 20px;
        background: #f38816;
    }

    .cost-buy img {
        position: relative;
        top: 10px;
    }

    .cost-buy a:hover {
        background: #f49e42;
    }
/*价格配置-education-cost结束*/
/*使用帮助-education-help开始*/
.education-help {
    height: 220px;
}

    .education-help .topic-footer .help-title {
        font-size: 18px;
    }

    .education-help .topic-footer p {
        padding-left: 40px;
        color: #000;
        font-size: 14px;
        line-height: 30px;
    }
/*使用帮助-education-help结束*/

/*收费标准-education-cost开始*/

.education-content {
    width: 1100px;
    margin: 40px auto;
}

.education-cost {
    height: 460px;
}

    .education-cost .topic-footer {
        text-align: center;
        margin-top: 50px;
    }

    .education-cost .cost-footer {
        padding: 0px 40px;
    }

        .education-cost .cost-footer .serve {
            padding: 40px 0px;
        }

            .education-cost .cost-footer .serve p {
                font-size: 14px;
                line-height: 20px;
                color: #4c4c4c;
            }

        .education-cost .cost-footer .count {
            font-size: 14px;
            color: #23a809;
            padding-bottom: 40px;
        }


    .education-cost .cost-table table td {
        color: #4c4c4c;
        text-align: center;
        font-size: 14px;
      
    }


/*收费标准-education-cost结束*/
.line {
    border-bottom: 1px solid #e6e6e6;
    width: 1070px;
    position: relative;
    margin: 30px 0;
}
#course {
    position: absolute;
    left: 479px;
    padding: 0 20px;
    background: #fff;
    font-weight: bold;
}

.flowBtn {
    position:absolute;
    width:50px;
    height:50px;
    opacity:0;
    background:red;
    top:129px;
    cursor:pointer;
    z-index:10;
}
.flow1 {
    left:32px
}
.flow2 {
    left: 356px;

}
.flow3 {
    left: 679px
}
.flow4 {
    left: 1006px
}

.education-course .course-content .item img:last-child {
        display: none;
}

.education-course .course-content div img {
    padding-top: 10px;
}