.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: 200px;
    text-align: center;
}
.solution-title-main>li>a{
    display: inline-block;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.solution-model {
    padding: 90px 90px 75px 90px;
}
.model-main>li {
    float: left;
    width: 440px;
    height: 394px;
    background-color: #fff;
    margin-right: 140px;
    margin-bottom: 100px;
}
.model-main>li:nth-child(2n){
    margin-right: 0;
}
.model-main>li>a {
    display: block;
    width: 100%;
    padding: 20px;
}
.model-img {
    height: 180px;
    text-align: center;
    overflow: hidden;
}
.model-img>img {
    max-width: 450px;
    transition:transform 1s ;
}
.model-main>li:hover img {
    transform: scale(1.2);
}
.model-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    font-size: 25px;
    color: #4D4D4D;
    padding-bottom: 10px;
}
.model-main>li:hover .model-title{
    color:#0047E9;
}
.model-info {
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.solution-info-title{
    padding: 47px 0 64px 0;
    text-align: center;
    font-size: 30px;
    color: #4D4D4D;
}
#solution-content img{
    max-width: 100%;
}
#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;
}