.tp-banner ul{
    visibility:hidden;
}

.tp-wrapper{
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    overflow: hidden;
}

.tp-caption.regular{
    color: #333;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Raleway', Arial, sans-serif;
}

.tp-caption.regular.white{
    color: #fff;
}

.tp-caption.text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.tp-caption.text.black{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.caption-button{
    border: 0px solid;
    text-transform: uppercase;
    line-height: 11px;
    color: #fff;
    padding: 12px 17px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.caption-button a, 
.caption-button a:hover{
    color: #fff;
}
.caption-button a {background:#488ad1;display:block;float:left;padding:15px 30px;border-radius:15px;}
@media only screen and (min-width: 320px) and (max-width: 479px){
    .tp-wrapper{
        margin-bottom: 40px;
    }
}
.index_foot{width:1300px;height:100px;overflow:hidden;background:#0b6696;margin:0 auto;}
.index_foot_left{width:800px;float:left;}
.index_foot_right{width:498px;float:right;border-left:1px solid #fff;}
.index_foot a{color:#fff;margin-left:20px;}
.index_foot p{color:#fff;margin-left:20px;margin-top:5px;}