﻿
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    zoom: 1;
}
ul, li
{
    list-style: none;
}
img
{
    border: 0;
}
.wrapper
{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}
/* focus */
#focus
{
    height: 250px;
    overflow: hidden;
    position: relative;
}
#focus ul
{
    height: 380px;
    position: absolute;
}
#focus ul li
{
    float: left;
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #000;
}
#focus ul li div
{
    position: absolute;
    overflow: hidden;
}
#focus .preNext
{
    cursor: pointer;
    font-size: 14px;
    width: 44px;
    height: 43px;
    margin-top: -22px;
    background: url(../img/prevnext.png) no-repeat;
    background-size: 44px auto;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
}
#focus .pre
{
    left: 0;
}
#focus .next
{
    right: 0;
    background-position: 0 -43px;
}


a.closeBtn
{
    position: absolute;
    top: -4.5%;
    right: -3.5%;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/close.png) no-repeat;
    background-size: 25px auto;
    z-index: 1;
}
a.closeBtn:hover
{
    color: #fff;
    border: 1px solid #85B6E2;
}
