.foot{
    width: 100%;
    background-color: #2B373D;
    color: #F2F3F3;
    font-size: 14px;
    height: 240px;
}
.foot .foot_content{
    width: 80%;
    margin: 0 auto;
}
.foot .foot_content .left{
    width: 30%;
    float: left;
 }
.foot .foot_content .left .fill{
    height: 60px;
}
.foot .foot_content .left .content{
    border-right: 1px solid #414B51;
}
.foot .foot_content .left img{
    width: 150px;
}
.foot .foot_content .left .apoit-ba{
    margin-top: 26px;
}
.foot .foot_content .left .apoit{
    margin-top:10px;
}
.foot .foot_content .right{
    width: 60%;
    float: left;
    margin-left: 44px;
}
.foot .foot_content .right .fill{
    height: 58px;
}
.foot .foot_content .right .content td{
    width: 150px;
    height: 25px;
    cursor: pointer;
}
.foot .foot_content .right .content .title{
    font-size: 18px;
    color: #F3F4F4;
    height: 45px;
}
.foot .foot_content .right .content .entry{
     font-size: 14px;
     color: #819199;
}
.foot .foot_content .right .content .long{
    width: 300px;
}



.bottomEnroll{
    width: 100%;
    clear: both;
    height: 180px;
    background: url("../../../../images/index/index/footEnroll_bg.jpg") center no-repeat;
    position: relative;
    overflow: hidden;
}
.bottomEnroll .center{
    text-align: center;
}
.bottomEnroll .center .title{
    font-size: 24px;
    color: #ffffff;
    padding-top: 30px;
    position: absolute;
    z-index: 20;
    width: 100%;
}
.bottomEnroll .center .button{
    padding-top: 30px;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 36%;
}
.bottomEnroll .center .button_span{
    width: 222px;
    height: 42px;
    font-size: 24px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    line-height: 42px;
    cursor: pointer;
}
.bottomEnroll .center .button_span:hover{
    background-color: #ffffff;
    color: #3382D6;
}
.bottomEnroll .bubble1{
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../../../../images/index/index/bubble1.png);
    -webkit-animation: bubble-animate-1 linear 10s infinite;
    -moz-animation: bubble-animate-1 linear 10s infinite;
    -o-animation: bubble-animate-1 linear 10s infinite;
    animation: bubble-animate-1 linear 10s infinite
}
.bottomEnroll .bubble2{
    position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../../../../images/index/index/bubble2.png);
    -webkit-animation: bubble-animate-2 linear 12s infinite;
    -moz-animation: bubble-animate-2 linear 12s infinite;
    -o-animation: bubble-animate-2 linear 12s infinite;
    animation: bubble-animate-2 linear 12s infinite
}
.bottomEnroll .bubble3{
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../../../../images/index/index/bubble3.png);
    -webkit-animation: bubble-animate-3 linear 11s infinite;
    -moz-animation: bubble-animate-3 linear 11s infinite;
    -o-animation: bubble-animate-3 linear 11s infinite;
    animation: bubble-animate-3 linear 11s infinite
}

@-webkit-keyframes bubble-animate-1 {
    from,to {
        top: -120px
    }

    50% {
        top: -180px
    }
}

@-moz-keyframes bubble-animate-1 {
    from,to {
        top: -120px
    }

    50% {
        top: -180px
    }
}

@-o-keyframes bubble-animate-1 {
    from,to {
        top: -120px
    }

    50% {
        top: -180px
    }
}

@keyframes bubble-animate-1 {
    from,to {
        top: -120px
    }

    50% {
        top: -180px
    }
}

@-webkit-keyframes bubble-animate-2 {
    from,to {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }
}

@-moz-keyframes bubble-animate-2 {
    from,to {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }
}

@-o-keyframes bubble-animate-2 {
    from,to {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }
}

@keyframes bubble-animate-2 {
    from,to {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }
}

@-webkit-keyframes bubble-animate-3 {
    from,to {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }
}

@-moz-keyframes bubble-animate-3 {
    from,to {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }
}

@-o-keyframes bubble-animate-3 {
    from,to {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }
}

@keyframes bubble-animate-3 {
    from,to {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }
}

