.solution-title {
    width: 100%;
    height: 500px;
    box-sizing: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    min-width: 1200px;
}
.solution-title>div {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1200px;
}
.solution-title-main>li{
    float: left;
    color: #fff;
    line-height: 60px;
    width: 66px;
    margin: 0 84px;
    text-align: center;
    position: relative;
}
.solution-title-main>li:nth-child(5) {
    margin-right: 0;
}
.solution-title-main>li>a{
    color: #fff;
}
.glory-main>li{
    float: left;
    box-shadow: 0 0 2px #434343;
    padding: 10px 25px;
    margin: 0 85px 85px 0;
    text-align: center;
}
.glory-main>li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-5px,0);
    transition:transform 0.5s ;
}
.glory-main>li:nth-child(3n){
    margin-right: 0;
}
.glory-main>li>div{
    width: 229px;
    height: 313px;
    display: table-cell;
    vertical-align: middle;
}
.glory-title{
    text-align: center;
    font-size: 20px;
    color: #3B3C3C;
    font-weight: bold;
    padding-bottom: 21px;
}
#page{
    width: 100%;
    height: 50px;
    text-align: center;
}
.page-active{
    background-color: royalblue;
    color:#fff
}
#page>a{
    padding: 2px 8px;
    display: inline-block;
    border: 1px solid #ccc;
}
#page>a:nth-child(2){
    border: none;
}
#page>a:last-child{
    border: none;
}