@charset "utf-8";
body,ul {
    padding: 0;
    margin: 0;

}
ul {
    list-style: none;
}
.wrap {
    position: relative;
    width: 1200px;
    height: 360px;
    margin: 100px auto;
}
.content {
    position: absolute;
    width: 1100px;
    height: 360px;
}
.content li{
    position: absolute;
    background-size: 100% 100%;
    cursor: pointer;
}
.wrap a {
    position: absolute;
    display: none;
    z-index: 2;
    top: 50%;
    width: 41px;
    height: 41px;
    margin-top: 30px;
    font: 36px/60px "宋体";
    text-align: center;
    text-decoration: none;
}
.wrap a:hover {
}
.prev {
    top: 50px;
    left: 30px;
    background-image: url("../img/NewImage/left.png");
}
.next {
    right: 10px;
    top: 50px;
    background-image: url("../img/NewImage/right.png");
}
