/**
 *
 * 首页样式文件
 *
 * @FileName: index.css
 * @Auther: Pandao
 * @QQ: 272383090
 * @CreateTime: 2012-04-25 15:30:08
 * @UpdateTime: 2012-04-25 15:30:09
 * Copyright 2012 泉州市科伟信息咨询有限公司版权所有，禁止非法用于商业用途,否则后果自负!
 */

/*首页焦点图片切换外层*/
#index_banner{width:100%;height:380px;padding:0;margin:0 auto;overflow:hidden;text-align:center;position:relative;background:#fff;}
#index_banner_list{width:100%;height:380px;}
#index_banner_list li{width:100%;height:380px;background: url(../images/) no-repeat top center;}

#indexSWF{}

#index_banner_btns{position:absolute;bottom:20px;right:18%;z-index:1000;display:block;}
#index_banner_btns a{width:25px;height:7px;background:#fff;margin-right:1px;float:left;display:inline-block;filter: alpha(opacity=90); opacity:0.9;text-indent: -9999px;}
#index_banner_btns a:hover{background:#AADEFF;}
#index_banner_btns a.this{background:#5BB5EA;}

/*产品滚动列表*/
#index_products{width:960px;height:165px;overflow:hidden;margin:-5px auto 15px auto;}

#index_products a#prev_btn, #index_products a#next_btn{width:32px;height:165px;display:block;text-indent: -9999px;}
#index_products a#prev_btn{float:left;background: url(../images/left_btn.jpg) no-repeat 0 40px;}
#index_products a#prev_btn:hover{background-image:url(../images/left_btn2.jpg);}
#index_products a#next_btn{float:right;background: url(../images/right_btn.jpg) no-repeat right 40px;}
#index_products a#next_btn:hover{background-image:url(../images/right_btn2.jpg);}

#index_products_con{float:left;width:880px;height:165px;overflow:hidden;padding:5px 0;margin:0 8px;}
.index_products_list{width:10000px;}
.index_products_list li{float:left;width:142px;height:165px;margin-right:5px;}
.index_products_list li a{display:block;width:140px;height:158px;overflow:hidden;border:1px solid #fff;text-align:center;}
.index_products_list li a:hover{border-color:#ddd;font-weight:bold;}
.index_products_list li a img{width:140px;height:110px;margin-bottom:3px;}

/*首页网站栏目图片菜单列表*/
#index_pages{width:960px;margin:10px auto;}
#index_pages li{float:left;width:228px;height:140px;margin-right:15px;position:relative;font-size:14px;overflow:hidden;}
#index_pages li a{display:block;width:260px;height:140px;}
#index_pages li span.page_title{position:absolute;top:0;left:0;width:198px;text-align:center;padding:9px 15px;background:#004B8E;color:#fff;filter: alpha(opacity=70); opacity:0.7;}