.company-box{ }

.more{position: absolute;right: 0px;top:0px;font-size: 12px;color: #999;}
.more a{display: inline-block;height: 6px;width: 32px;background: url("images/more.jpg") no-repeat;}

.title-company{margin-top: 20px;margin-left: 20px;margin-right:20px;height: 44px;background: url("images/company-title.jpg") no-repeat;position: relative;}
.title-company .more{position: absolute;right: 0px;top:0px;font-size: 12px;color: #999;}
.title-company .more a{display: inline-block;height: 6px;width: 32px;background: url("images/more.jpg") no-repeat;}
.company-con{margin-left: 20px;margin-right:20px;font-size: 12px;line-height: 20px;}

.title-news{margin-top: 20px;margin-left: 20px;margin-right:20px;height: 44px;background: url("images/news-title.jpg") no-repeat;position: relative;}

.title-video{margin-top: 20px;margin-left: 20px;margin-right:20px;height: 44px;background: url("images/video-title.jpg") no-repeat;position: relative;}
.video-con{margin-left: 20px;margin-right:20px;}

.title-product{margin:20px;height: 28px;border-bottom: 1px solid #d4d4d4;background: url("images/product-title.jpg") no-repeat;position: relative;}

/* 本例子css */
.product-list{ overflow:hidden; position:relative;margin-left: 20px;margin-right:20px;}
.product-list .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.product-list .hd .prev,.product-list .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.product-list .hd .next{ background-position:0 -50px;  }
.product-list .hd .prevStop{ background-position:-60px 0; }
.product-list .hd .nextStop{ background-position:-60px -50px; }

.product-list .bd ul{ overflow:hidden; zoom:1; }
.product-list .bd ul li{ margin:0 9px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.product-list .bd ul li .pic{ text-align:center; }
.product-list .bd ul li .pic img{ width:168px; height:128px; display:block; padding:2px; border:1px solid #ccc; }
.product-list .bd ul li .pic a:hover img{ border-color:#999;  }
.product-list .bd ul li .title{ line-height:24px;font-size: 12px;   }
