﻿.wowo-slider {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wowo-slider-item {
    overflow: hidden;
    display: inline-block;
    float: left;
}

.wowo-slider-next,
.wowo-slider-prev {
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #cecbcb;
    z-index: 2;
    font-family: "宋体";
    font-weight: bold;
}

.wowo-slider-prev {
    right: 0px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 5px;
}

.wowo-slider-next {
    left: 0px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: 5px;
}

.wowo-slider-prev:hover,
.wowo-slider-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* banner */
.banner-title {
    width: 1200px;
    height: 90px;
    margin-top: 10px;
    line-height: 88px;
    font-size: 38px;
}

.banner-item {
    width: 1200px;
    height: 666px;
}

.banner-item-bot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(22, 88, 160, 0.9);
}