/*头部导航*/
.logo{float: right;height: 40px;margin-right: 50px}
.nav-rigth{
    width: 60%;
    float: left;
}
.active > a{
    color: red!important;
}
.nav-left{ float: right}
.nav-main{
    height: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*底部*/
.section-button-last{
    margin-top: 220px;
    height: 120px;
    background-color: #cccccc;
}

.section-button-last > div{
    height: 99%;
}

.section-button-last-img{

    height: 85%;
    margin-top: 10px;
}

.button-div > div{
    text-align: center;
    line-height: 40px;
    float: right;
    width: 840px;
    /*position: relative;*/
    /*left: 500px;*/
}
.button-div > span{
    font-size: 12px;
    line-height: 40px;
}
.button-div1{
    height: 120px;
}
.button-div1 > a{
    /*position: relative;*/
    /*top: 10px;*/
    /*left: -200px;*/
}
@media (min-width: 992px) and (max-width: 1170px){
    .button-div > div {
        text-align: center;
        line-height: 30px;
        float: right;
        width: 540px;
    }
}
@media (min-width: 778px){
    .section-button-last-img{
        margin-left: -35px!important;
    }
    .slide-1{
        width: 100%;
    }
}
