.mainer .banner .item {
    position: relative;
}

.mainer .banner .item h2,
.mainer .banner .item p {
    position: absolute;
}

.mainer .banner .item a {
    display: block;
}

.mainer .banner .item h2 {
    /* margin-top: -500px; */
    top: 18%;
    /* left: 36%; */
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.mainer .banner .item p {
    top: 29%;
    /* left: 42%; */
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.mainer .banner .item img {
    height: 100%;
}

.one {
    background: url(/static/skin/images/banner_1.jpg) no-repeat;
}