@charset "utf-8";
/* CSS Document */

.product h3 { background:url(../images/t_pro.jpg) no-repeat; height:63px;}
.product h3 a { display:block; float:left; width:905px; height:63px; text-indent:-2000em;}
.product .td1 {float:left; background:url(../images/t_left.jpg) 0 0 no-repeat; width:18px; height:160px;cursor:pointer;}
.product .td2 {float:left; background:url(../images/t_right.jpg) 0 0 no-repeat; width:25px; height:160px;cursor:pointer;}


/* 图片滚动 */
.rollBox{float:left;width:915px; height:160px;overflow:hidden;}
.rollBox .Cont{width:915px;margin:0 auto;overflow:hidden;}
.rollBox .ScrCont{width:10000000px;}

.rollBox li {float:left; display:inline; text-align:center; margin:8px 0 0 7px; line-height:30px;}
.rollBox li img { display:block; border:1px solid #dedede;
max-width:152px;
max-height:116px;
width:expression(this.width>152&&this.width>this.height?152:this);
height:expression(this.height>116?116:this);
margin-top:expression((116-this.height ) / 2);}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBox li a:link,.rollBox li a:visited {color:#000; font-size:12px; font-weight:normal;}
.rollBox li a:hover {color:#C00;}
.rollBox li a:hover img{border:1px solid #C90}

