
.b182 {
    width: 100%;
    min-width: 1000px;
    height: 600px;
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.b182 .list182 {
    width: 100%;
}
.b182 li {
    width: 100%;
    height:100% ;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}
.b182 li img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.b182 li a {
    width: 100%;
    display: block;
    height: 100%;
}
.b182 .tip182 {
    width: 100%;
    height: 6px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
}
.b182 .tip182 span {
    width: 48px;
    height: 6px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border-radius: 12px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #fcfcfc;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.b182 .tip182 span.cur {
    background: #4b97fa;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b182 .prev182, .b182 .next182 {
    width: 32px;
    height: 34px;
    position: absolute;
    z-index: 12;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    transition: none;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/btn182.png) no-repeat 0 center;
    transition: all ease 300ms;
}
.b182 .prev182:hover, .b182 .next182:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.b182 .prev182 {
    left: 3%;
    background-position: 1px center;
}
.b182 .next182 {
    right: 3%;
    background-position: -50px 0;
}

