﻿@charset "utf-8";
/* CSS Document */
@import url("layou.css");



/*通用样式*/
.header,.main,.footer,.product_display{ width:987px; margin:0 auto; background:#FFFFFF; border:1px solid #b3b3b3; border-top:0; border-bottom:0; position:relative;clear:both;}



/*头部样式*/
.header{height:310px;}
.header .top{background:url(../images/header_top.jpg) repeat-x 0 0; height:88px;border-top:1px solid #b3b3b3;width:987px;}
.header .top .logo{ position:absolute; left:0; top:0; }
.header .top .tel{ position:absolute; top:45px; right:0; }
.header .top .top_nav{position:absolute; top:10px; right:20px;}
.header .top .top_nav a{ margin:0 10px;}


/*banner样式*/
.header .main_banner{height:222px;width:987px;}
.header .main_banner .banner_lf{ width:193px; height:222px;background:url(../images/banner_lf_bg.jpg) no-repeat 0 0;}
.header .main_banner .banner_lf .pro_con{ width:170px; height:150px; overflow:hidden; position:absolute; left:10px; top:120px;}
.header .main_banner .banner_rt{ width:794px; height:184px; position:absolute; left:193px; top:89px;}


/*导航样式*/
.header .main_banner .main_nav{
	background:url(../images/nav_bg.jpg) repeat-x 0 0;
	width:987px;
	height:38px;
	position:absolute;
	left:-2px;
	top:273px;
}
.header .main_banner .main_nav_rt{ width:10px; height:38px;background:url(../images/nav_rt_bg.jpg) no-repeat 0 0; position:absolute;left:977px; top:273px; }
.header .main_banner .main_nav P{ height:30px; margin:5px 0 0 100px;font-weight:bold; }
.header .main_banner .main_nav P a{ line-height:30px; color:#333333; padding:0 10px; }
.header .main_banner .main_nav P a:hover{ color:#666666; }




/*产品分类样式*/
.main{height:auto!important; height:500px; min-height:500px;}
.main .cp_fenlei{ width:218px; margin:20px 0 0 15px; float:left;}
*html .main .cp_fenlei{ margin:20px 0 0 5px;}/*for IE6*/
.main .cp_fenlei h2{ width:218px; height:28px; background:url(../images/cpfl_top_bg.jpg) no-repeat 0 0; text-align:center; font-size:12px; color:#FFFFFF; line-height:28px; }
.main .cp_fenlei .con{ border:1px solid #B3B3B3; border-top:0; width:216px; display:block; padding-top:10px;}
.main .cp_fenlei P{ line-height:26px; background:#F7F7F7; margin:2px 0; }
.main .cp_fenlei P a{ display:block; line-height:26px; background:url(../images/con_1.gif) no-repeat 15px 7px; padding-left:40px;}
.main .cp_fenlei P:hover{ background:#EAEAEA;}



/*公司简介样式*/
.main .gsjj{ float:left; width:500px; }
.main .gsjj h2{background:url(../images/gsjj_top_bg.jpg) no-repeat center bottom; width:500px; line-height:30px; font-size:12px; margin-top:20px;}
.main .gsjj h2 P{ margin-left:20px;background:url(../images/gsjj_bb.gif) no-repeat 0 1px; padding-left:35px; color:#0F56C6;}
.main .gsjj h2 .more{ float:right; margin:15px 30px 0 0; }
.main .gsjj .gsjj_con{ line-height:22px; width:470px; height:220px; margin:5px auto 0 auto; font-size:14px; overflow:hidden; }
.main .gsjj .gsjj_con P{ text-indent:24px;}
.main .gsjj .new_img{ width:450px; height:150px; border:1px solid #CCCCCC; margin:10px auto 0 auto; padding:5px;}




/*产品使用说明样式*/
.main .right{ width:225px; float:left; border-left:1px solid #CCCCCC; margin-top:20px; padding-left:10px; }
.main .right h2{ height:26px; width:225px; background:url(../images/rt_sider_top.jpg) no-repeat 0 0; line-height:26px; color:#FFFFFF; font-size:12px; margin-top:5px;}
.main .right h2 P{ padding-left:15px;background:url(../images/icon_01.gif) no-repeat 0 10px; margin-left:15px; }
.main .right h2 span{ float:right; margin:10px 20px 0 0; }
.main .right .ln_con{ line-height:20px; margin:6px 0 0 10px; height:210px; overflow:hidden;}
.main .right .ln_con p{white-space:normal;}
.main .right .ln_con h3{ font-weight:bold; font-size:12px; color:#000000; }



/*联系我们样式*/
.main .right .lxwm_bg{background:url(../images/lxwm_bg.gif) no-repeat right bottom;margin:3px 0 0 10px; line-height:19px;overflow:hidden; height:150px;}



/*产品展示样式*/
.product_display{clear:both; padding-top:10px; background:#F7F7F7; }
.product_display h2{ height:32px; background:url(../images/cpzs_top_bg.jpg) no-repeat 0 0; font-size:12px; color:#000;clear:both; display:block; }
.product_display h2 p{ padding:18px 0 0 33px; height:20px; width:100px; display:block;}
#scroll_div{width:970px;height:155px;overflow:hidden;margin:0 8px;}
#scroll_div img{ margin:10px 5px; border:1px solid #999999; width:172px; height:129px; padding:3px; }



/*网站底部样式*/
.footer{ height:108px;background:url(../images/footer_bg.jpg) repeat-x 0 bottom;border-bottom:1px solid #b3b3b3;}
.footer h2{background:url(../images/footer_top_bg.jpg) no-repeat 0 0;text-indent:-999px;}
.footer .ft_lf{ position:absolute; left:20px; top:50px; }
.footer .copyright{ line-height:25px; width:500px; text-align:center;position:absolute; left:240px; top:20px; }
.footer .bt_logo{ position:absolute; right:10px; top:50px; }
