/**
 *
 * 首页样式文件
 *
 * @FileName: index.css
 * @Auther: Pandao
 * @QQ: 272383090
 * @CreateTime: 2013-05-21 16:08:59 
 * @UpdateTime: 2013-05-21 16:09:01 
 * Copyright©2013 泉州市科伟信息咨询有限公司版权所有，禁止非法用于商业用途,否则后果自负!
 */

/*首页焦点图片切换外层*/
#index_banner{width:960px;height:440px;padding:0;margin:5px auto 0 auto;background:none;position:relative;z-index:10;}
#index_banner_con{width:960px;height:440px;margin:0 auto;overflow:hidden;text-align:center;}
#index_banner_list{width:5000px;height:440px;}
#index_banner_list li{float:left;width:960px;height:440px;}

#prev_btn, #next_btn{width:31px;height:48px;position:absolute;top:206px;display:none;}
#prev_btn{left:-15px;}
#next_btn{right:-15px;}

#banner_nav{position:absolute;top:20px;right:0;}
#banner_nav a{display:inline-block;width:28px;height:5px;margin-right:5px;background:#fff;font-size:0;}
#banner_nav a.this{background:#EF1E25;}
#banner_nav a:hover{background:#ccc;}

/*公用版块样式*/
.box{}
.box_title{padding:0;text-align:left;}
.box_title strong{padding:0 0 0 10px;display:block;font-size:16px;background: url(../images/type.png) no-repeat 0 3px;}
.box_title strong a{color:#777;}
.box_title strong span{color:#ccc;font-weight:normal;padding-left:5px;font-size:14px;font-family:Arial;}
.box_title span.more{float:right;font-size:12px;padding:4px 0 0 0;color:#999;}
.box_title span.more a{color:#999;}
.box_title span a:hover{color:#EF1E25;}
.box_content{margin-top:10px;}

/*首页内容版块*/
#index_content{width:920px;height:375px;padding:20px;margin:0 auto;overflow:hidden;background:#fff url(../images/index_con_line.png) no-repeat 0 200px;} 

#index_con_top{overflow:hidden;height:185px;}

/*关于我们*/
#index_about{float:left;width:520px;}
.textbox{line-height:23px;font-size:12px;}

/*产品系列*/
#index_pro{width:380px;float:right;position:relative;}
#index_pro_con{overflow:hidden;width:330px;height:140px;margin:0 auto;}
#index_pro_list{width:17000px;text-align:center;font-size:12px;}
#index_pro_list li{float:left;width:162px;height:110px;margin-right:6px;display:inline;}  
#index_pro_list li a{display:block;width:162px;height:110px;background:#fff;}
#index_pro_list li a img{width:162px;margin-bottom:7px;}

#prev_pro_btn, #next_pro_btn{position:absolute;top:80px;width:25px;height:40px;display:block;background: url(../images/arrow_btns.jpg) no-repeat 0 0;text-indent: -9999px;}
#prev_pro_btn{left:0;}
#prev_pro_btn:hover{background-position:0 -40px;}
#next_pro_btn{right:0;background-position:-25px 0;}
#next_pro_btn:hover{background-position:-25px -40px;}

#index_con_bottom{width:920px;overflow:hidden;margin:0 auto;padding:20px 0 0 0;}
#index_con_bottom .box_content{margin-top:8px;}

/*新闻资讯*/
#index_news{float:left;width:520px;}
#index_top_news{width:520px;height:90px;margin-top:10px;overflow:hidden;}
#index_top_news dt{float:left;width:140px;height:90px;}
#index_top_news dt img{width:140px;height:90px;}
#index_top_news dd{float:right;width:360px;}
#index_top_news dd h1{font-size:12px;margin-bottom:5px;}
#index_top_news dd p.text{margin-top:5px;}

/*联系我们*/
#index_contact{width:380px;float:right;}
#index_contact .textbox{padding:5px 0 10px 0;background: url(../images/contact.png) no-repeat right bottom;}