.bann {
    width: 1400px;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 60px;
}

.bann-solution {
    width: 100%;
    height: 300px;
    /* border-bottom: 2px solid rgb(196, 196, 196, 0.2); */
    box-shadow: 1px 1px 3px rgb(180, 180, 180);
}

.solution-left {
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    overflow: hidden;
}

.solution-left img {
    transition: all .4s ease .1s;
}

.solution-left img:hover {
    transform: scale(1.2);
}

.solution-right {
    width: 1000px;
    height: 100%;
    float: left;
}

.solution-right h2 {
    margin-top: 100px;
    margin-left: 10px;
}

.solution-right p {
    font-size: 17px;
    color: #9f9f9f;
    margin-top: 10px;
    margin-left: 10px;
    width: 980px;
    height: 70px;
    overflow: hidden;
}

.solution-right input {
    width: 140px;
    height: 40px;
    border: #cdcdcd 1px solid;
    margin-top: 80px;
    margin-left: 10px;
}

.bann-solution:hover .solution-right input {
    color: #fff;
    background-color: #1287d5;
}

.bann-page {
    width: 1400px;
    margin-top: 18px;
    height: 60px;
}

.paging {
    width: 300px;
    height: 60px;
    margin: auto;
}

.page {
    width: 40px;
    height: 40px;
    border: #cdcdcd 1px solid;
    float: left;
    text-align: center;
    line-height: 40px;
    margin: 10px 16px 10px 16px;
}

.page:hover {
    background-color: #1287d5;
}