@media (min-width:768px) { 
#top {}
#top .small {
    width: 634px;
    height: 56px;
    position: absolute;
    top: 56px;
    left: 50%;
    display: inline;
    margin: 0 0 0 -310px;
}
#top .small ul {
    margin: 0;
    padding: 0px;
}
#top .small li {
    width: 65px;
    height: 48px;
    float: left;
    border: 1px solid #000;
    display: inline;
    margin: 3px 0 0 3px;
    padding: 0px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    cursor: pointer;
}
#top .small li.hove {
    filter: alpha(opacity=100);
    opacity: 1;
}
#box {
    width: 100%;
    height: 395px;
    overflow: hidden;
    position: relative;
}
#box .bg {}
#list {
    width: 790px;
    height: 395px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -615px;
}
#list ul {
    margin: 0px;
    padding: 0px;
    float: left;
}
#list li {
    width: 100px;
    position: absolute;
}
#list li img {
    width: 100%;
    height: 100%;
}
#list li .b_tit {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 1;
    bottom: -100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
}
#list li .opacity {
    width: 100%;
    height: 120px;
    background: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
}
#list li .tit {
    width: 324px;
    height: 120px;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}
#list li .tit span {
    width: 100%;
    height: 30px;
    font-weight: normal;
    float: left;
    text-align: left;
    line-height: 30px;
    color: #fff;
    border-bottom: 1px solid #2f2f2c;
    margin: 0px;
    padding: 0px;
}
#list li .tit span em {
    color: #ba0707;
    font-style: normal;
    float: none;
}
#list li .tit em {
    color: #fff;
    line-height: 25px;
    float: left;
    margin: 0px;
    padding: 5px 0;
    font-style: normal;
}
}