﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

img {
    border: none;
}

li {
    list-style: outside none none;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

/*流程图*/
.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;
}


.project-screening {
    background: url(images/scoll1.png) no-repeat center center;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 220px;
}

.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: 222px;
}

.select-3 {
    left: 381px;
}

.select-4 {
    left: 542px;
}

.select-5 {
    left: 701px;
}

.select-6 {
    left: 861px;
}

.select-7 {
    left: 1022px;
}

.project-screening-yellow {
    background: url(images/scroll2_a.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/banner-ybpg.png) center no-repeat;*/
    height: auto;
}

    .education-bannar div {
        margin: 0 auto;
        width: 1100px;
    }

    .education-bannar .bannar-title {
        padding-top: 50px;
        font-size: 36px;
        color: #1a1a1a;
        padding-left: 10px;
    }

        .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: 15px;
        padding-left: 10px;
        line-height: 28px;
        color: #333333;
    }


    .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: #f5952e;
        }

    .education-bannar .bannar-content a {
        padding-left: 35px;
        font-size: 14px;
        color: #237ae4;
    }

        .education-bannar .bannar-content a img {
            vertical-align: middle;
            padding-right: 5px;
        }
/*教育bannar-education-bannar结束*/


.education-content {
    width: 1200px;
    padding: 40px 0;
    margin:0 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开始*/
.education-course {
    height: 278px;
}
/*共用--开始*/
.course-head {
    padding-left: 15px;
    font-size: 18px;
    color: #000;
}


/*.education-course .course-content { margin-top: 20px;}*/
.course-content {
    margin-top: 44px;
    text-align: center;
}

    .course-content a {
        display: block;
    }
    .course-content .item {
        float: left;
        margin:10px;
        margin-bottom:30px;
        width: 180px;
        height: 200px;
        text-align: center;
        border: none;
        border-radius: 6px;
        color: #fff;
        font-size: 16px;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
        .course-content  .item img:last-child {
            display: none;
        }


        .course-content div img {
            padding-top: 10px;
        }

        .course-content div p {
            margin-top: 12px;
        }

    .course-content div img{
        width:180px;
    }
   
.goBtn {
    background: #F61067;
    border-radius: 36px;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 107px;
}
.cardBox {
    display:inline-block;
    margin:40px auto;
}
.cardList {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    height: 450px;
    width: 340px;
}

.cardActive {
    display:none;
}
/*项目分类-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: 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: 20px;
        }


    .education-cost .cost-table table td {
        color: #4c4c4c;
        text-align: center;
        font-size: 14px;
        border-left: 1px solid #fff;
    }


/*收费标准-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结束*/

.course-head {
    padding-left: 15px;
    font-size: 18px;
    color: #000;
}

.line {
    margin-left: 100px;
    border-bottom: 1px solid #e6e6e6;
    width: 1070px;
    position: relative;
    margin: 30px;
}
.listBox {
    width: 960px;
    margin: 40px auto;
}
    .listBox div {
        float: left;
        padding: 0 0 0 40px;
        margin-bottom: 4px;
        height: 40px;
        line-height: 40px;
        position: relative;
        cursor:pointer;
    }
    .listBox div:after {
        content: '';
        height: 36px;
        border-right: 1px solid #ddd;
        margin-left:40px;
    }
    .listBox .activeList {
        background: #F1F1F1;
        box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.15);
        color: #F61067;
        border-bottom: 2px solid #F61067;
    }
    #course {
        position: absolute;
        left: 508px;
        padding: 0 20px;
        background: rgba(245, 245, 251, 0.8);
        font-weight: bold;
    }

.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: 20px;
        }


    .education-cost .cost-table table td {
        color: #4c4c4c;
        text-align: center;
        font-size: 14px;
        border-left: 1px solid #fff;
    }

#version2 {
    text-align:center;width:1024px;margin:0 auto;
    margin-top:25px;
}

#version2 .title{
    font-size:20px;
    font-weight:bold;
    text-align:left;
}
#version2 .pannel {
    display: flex;
}
    #version2 .pannel:nth-child(2) {
        margin-top:70px;
    }


#version2 img{
    width:395px;
    height:500px;
}
#version2 .pre {
    color: #0070C0;
    font-weight:bold;
}
    #version2 p {
        font-size: 19px;
        line-height: 2;
        text-align: left;
    }

#version2 .right {
    margin-left:170px;
    width:500px;
}
