@charset "utf-8";
/* CSS Reset */
*{margin:0;padding:0;list-style-type:none;box-sizing: border-box;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}

/* tFocus */
#tFocus-btn li.active{display:block;}
#tFocus{width:890px;height:auto;overflow:hidden;margin-top: 50px;}
#tFocus-pic{width:800px;height:600px;margin:0 auto 50px auto;position:relative;}
#tFocus-pic li{width:800px;height:600px;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
#tFocusBtn{
    width: 100%;
    height: 150px;
    padding-left: 20px;
    margin-top: 5px;
    z-index: 20;
    overflow: hidden;
    background: #DDD;
}
#tFocus-btn{width:735px;height:150px;position:relative;left:0;bottom:0;overflow:hidden;float:left;}
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;}
#tFocus-btn li{height: 128px;width: 170px;margin-top:11px;display:block;float:left;margin-right:18px;}
#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: 128px;
    margin-top: 10px;
    width: 40px;
    float: left;
    text-indent: -9999px;
    background: #C0C0C0;
}
#tFocus-leftbtn{margin-right:20px;}
#tFocus-rightbtn{margin-left:20px;}
#tFocus-leftbtn span{
    height: 128px;
    width: 40px;
    display: block;
    background: url("../img/left-icon.png") center no-repeat;
}
#tFocus-rightbtn span{
    height: 128px;
    width: 40px;
    display: block;
    background: url("../img/right-icon.png") center no-repeat;
}