﻿@charset "utf-8";
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

/* tFocus */
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
    display: block;
    background: url(../images/right.png)  no-repeat;;
}

#tFocus {
    width: 95%;
    height:310px;
    background: #ffffff;
    overflow: hidden;
    margin: 10px auto 0 auto;
}

#tFocus-pic {
    width: 100%;
    height: 215px;
    position: relative;
}

#tFocus-pic li {
    width: 100%;
    height: 215px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity:0);
    opacity: 0;
}

#tFocusBtn {
    width: 123%;
    height: 68px;
    padding-left: 11px;
    margin-top: 5px;
    z-index: 20;
    overflow: hidden;
}

#tFocus-btn {
    width: 68%;
    height: 68px;
    position: relative;
    left: 0;
    bottom: 0;
    overflow: hidden;
    float: left;
    margin-right: 3px;
}

#tFocus-btn ul {
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

#tFocus-btn li {
    height: 57px;
    width: 91px;
    padding-top: 7px;
    display: block;
    float: left;
    margin-right: 5px;
}

#tFocus-btn li img {
    border: 2px solid #dddddd
}

#tFocus-btn li.active {
    background-position: -448px -100px;
}

#tFocus-btn li.active img {
    border: 2px solid #40b9e5
}

#tFocus-leftbtn, #tFocus-rightbtn {
    height: 40px;
    margin-top: 18px;
    width: 16px;
    float: left;

}


