@charset "utf-8";
/* CSS Document */
#tbIndex{
    position: absolute;
    top: 718px;
    left: 50%;
    font: 12px/20px Verdana,Arial;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 2;
    margin-left: -42px;
}

    #tbIndex td{width:11px;height:11px;text-align:center;cursor:pointer; overflow:hidden; }
	#tbIndex td span{ margin-left:-999px }
    #tbIndex td.blur{background:url(../image/noselected.png) 0 0 no-repeat}
    #tbIndex td.focus{background:url(../image/selected.png) 0 0 no-repeat}

#turnTo{position:relative; z-index:998; top:-400px}
@-moz-document url-prefix() { #turnTo {top:390px; } }
#turnLeft{ height:67px; width:67px; position:relative; float:left; cursor:pointer; background:url(../image/left.png) 0 0 no-repeat; z-index:998}
#turnRight{ height:67px; width:67px; position:relative; float:right; cursor:pointer; background:url(../image/right.png) 0 0 no-repeat; z-index:998}
#turnOther{ position:relative; z-index:998; top:320px; left:73%; position:absolute; _top:320px;}
#turnOther a{ display:block; width:89px; height:29px; float:left; margin-right:10px; background-color:#000000;}

#hotList{ margin-top:790px;_position:relative; _margin-top:350px; z-index:998; height:370px; background-color:#ffffff;}
@-moz-document url-prefix() { #hotList { margin-top:770px; } }
#hotList ul{ position:absolute; top:0; left:0; width:100%}
#hotList ul li{ margin-top:20px; width:24.91%; height:330px; float:left; text-align:center;}
#hotList ul li a{display:block;width:90%;margin:0 auto;overflow:hidden}
#hotList ul li.jg{border-right:solid 1px #d0d0d0; overflow:hidden;}
#hotList ul li.last{border-right:none;}
#hotList ul li a img.hot{border:none
                   width:100%;height:270px;
                   -webkit-transition:-webkit-transform 4s ease-out;
                   -moz-transition:-moz-transform 4s ease-out;
                   -ms-transition:-ms-transform 4s ease-out;
                   transition:transform 4s ease-out}
#hotList ul li a img.hot:hover{-webkit-transform:scale(1.1);
                         -moz-transform:scale(1.1);
                         -o-transform:scale(1.1);
                         -ms-transform:scale(1.1);
                         transform:scale(1.1)}
#hotList ul li p{font:14px "microsoft yahei", Arial; color:#5c5c5c; font-weight:bold; margin-top:7px;}