@charset "UTF-8"; /*设定文字编码*/
/* === **** 模版页面 CSS定义 ***** ===== */
*{padding:0px; margin:0px;line-height: 1.8em;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body
{ font-family:"微软雅黑" ,Tahoma,"宋体"; /*文字字体定义 */
 font-size: 12px;color: #333333; /*文字大小定义 */
 background:#fff; /*文字颜色定义 */}
/* 网站超链接css通用设置 */
a{text-decoration: none;}/* 链接无下划线,有为underline */
a:link {color: #CC3300;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #333333; text-decoration: none;} /* 鼠标在链接上*/ 
a:active {color: #333333;} /* 点击激活链接 */
h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}/*图片边框为0*/
.clear{clear:both;}/*清除浮动*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
/*表格样式定义 */ 
table{text-align: justify;}
table{border-collapse:collapse;}
checkbox{border: 0px;}/*选择框样式定义 */
/*文字按钮样式定义 */ 
.button{border: 0px;}
/*--------------结构部分---------------*/
#wrapper{width:1003px;margin: 0 auto;}/*页面外围控制整体布局宽度*/
#container{}/*容器*/
#main{ padding:0 20px;}/*主体部分*/
#header{ background:url(../images/top_bj.gif) repeat-x left top; height:75px;}/*页眉*/
#left{ width:198px; padding:16px 22px 16px 0; background:url(../images/left.gif) repeat-y right top;}/*左*/
.left{}
#center{ width:482px; padding:16px 20px;}/*中*/
#right{ width:198px; padding:16px 0 16px 22px; background:url(../images/right.gif) repeat-y left top;}/*右*/
.right{ padding:16px 0 16px 20px; overflow:hidden;}
#footer{ background:#dddddd url(../images/foot_bjh.gif) repeat-x left top; padding:15px 23px;}/*页脚*/
/*底部信息*/
.footnav{ color:#71ac4b;}
.footnav a{ padding:0 2px 0 8px; line-height:24px; color:#71ac4b;}
.footnav a:visited{ color:#71ac4b;}
.footnav a:hover{color:#000;}
/*版权*/
.copyright{line-height:24px; color:#676767; padding:0 0 0 8px;}
.copyright a{color:#676767;}
.copyright a:visited{ color:#676767;}
.copyright a:hover{color:#f00;}
/*--------------表现部分-------------*/
.logo{ float:left; padding:16px 0 0 20px;}/*网站标识*/
.topnav{ height:36px; margin:0 20px 0 0;background:url(../images/tnav_m.gif) repeat-x left top; }/*顶部菜单*/
.topnav a{ color:#3e5e2b;line-height:28px; padding:0 14px; background:url(../images/cion01.gif) no-repeat left 3px; margin:0 5px;}
.topnav a:visited{ color:#3e5e2b;}
.topnav a:hover{ color:#3e5e2b; text-decoration:underline;}
.imenubj{background:url(../images/menu_bj.gif) repeat-x left top; height:28px;}
/*主菜单*/
.imenu{ padding-left:20px;}
.imenu a{display:block;line-height:28px;float:left;color:#000;}
.imenu a p{line-height:28px;background:url(../images/menu_line.gif) no-repeat right top;padding:0 24px 0!important;>padding:2px 24px 0!important;padding:2px 24px 0;color:#000;font-size:14px; font-weight:bold;}
.imenu a:visited{ color:#000;}
.imenu a:hover{ background:#324d7a;color:#fff; margin-top:1px;}
.imenu a:hover p{color:#fff; }
.imenu .current{ background:#324d7a;color:#fff; margin-top:1px;}
.imenu .current p{color:#fff;}
.imenu .current:visited{ color:#fff;}
.sublist1{height:28px; width:1003px; position:absolute;top:158px;margin-left:20px!important;>margin:0!important;margin:0;}
.sublist{ height:28px; width:1003px; position:absolute;top:208px;margin-left:20px!important;>margin:0!important;margin:0;}
.menu02 {height:28px;background:url(../images/menu_01.gif) repeat-x left top; border:#a6b3c5 1px solid; border-bottom:none;}
.menu02 a{ line-height:28px; height:28px; margin:0 2px 0 0;}
.menu02 a b{ line-height:28px;padding:9px 10px 9px;color:#fff;line-height:28px;height:28px; font-weight:normal;background:url(../images/menu_01line.gif) no-repeat right 10px;}
.menu02 a:visited{color:#fff;}
.menu02 a:hover{color:#fff; background:url(../images/menu_01bj.gif) repeat-x left top;}
.menu02 a:hover b{ background:url(../images/cion04.gif) no-repeat center top; color:#71ac4b;}
.submenu{padding:12px 11px; border:#dddddd 1px solid; margin-bottom:14px;}/*子菜单a*/
.submenu dl{}
.submenu dl dt{ line-height:23px; margin-bottom:3px;}
.submenu dl dt a{ padding-left:25px; background:url(../images/cion02.gif) no-repeat 11px 6px; line-height:23px;color:#676767; display:block; height:23px;}
.submenu dl dt a:visited{color:#676767;}
.submenu dl dt a:hover{color:#fff; background:url(../images/cion022.gif) no-repeat left top; padding-left:25px;}
.submenu .current a{color:#fff; background:url(../images/cion022.gif) no-repeat left top; padding-left:25px;}
.submenu .current a:visited{color:#fff;}
.submenu dl dd{ padding:5px 0 5px 10px;}/*子菜单b*/
.submenu dl dd a{color:#585858;padding:0 0 0 16px; text-align:left; background:url(../images/cion03.gif) no-repeat 3px 3px;}
.submenu dl dd a:visited{color:#585858;}
.submenu dl dd a:hover{color:#000;}
.submenu h6{ text-align:right; font-weight:normal; padding-right:15px; color:#000;}/*子菜单更多*/
.submenu h6 a{color:#000; font-family:"宋体";}
.submenu h6 a:visited{color:#000;}
.submenu h6 a:hover{color:#000;}
/*--------------首页内容块-------------*/
.banner{}/*标语 广告*/
.search{ padding:20px 15px 10px; border:#dddddd 1px solid; margin-bottom:14px;}/*搜索*/
.input{ width:163px; height:22px; background:url(../images/input_bj.gif) repeat-x left top; border:#c5c6c9 1px solid; margin-bottom:15px; line-height:22px;}
.search h2{ width:81px; height:22px; text-align:center; margin:0 auto; vertical-align:middle;}
.icompany{}/*首页公司简介*/
.icompany_cont{ padding:16px 12px;}
.icompany_cont h1{color:#676767;font-weight:normal;}
.icompany_cont h1 img{text-align:center; margin:0 15px 0 0; float:left; padding:3px; width:105px; height:138px; border:#ddd 1px solid;}
.icompany_cont p{ text-indent:2em;}
.icompany_cont a{ color:#71ac4b; font-weight:bold; text-decoration:underline; }
.icompany_cont a:visited{ color:#71ac4b; }
.icompany_cont a:hover{ color:#71ac4b;}
/*新闻*/
.inews{ }
.inews ul{ list-style:none; text-align:right; padding:10px 10px 16px;}
.inews li{ height:25px; padding:0 13px 0 15px; background:url(../images/line02.gif) repeat-x left bottom;}
.inews li a{ display:block;line-height:25px;height:25px; font-family:tahoma,"宋体"; cursor:pointer; color:#676767;}
.inews li a p{ background:url(../images/cion03.gif) no-repeat left 12px; padding-left:12px; line-height:25px; width:320px; float:left; text-align:left; height:25px; color:#676767;}
.inews li a:visited{ color:#676767;}
.inews li a:hover{ color:#71ac4b;}
.inews li a:hover p{background:url(../images/cion033.gif) no-repeat left 12px; color:#71ac4b;}
.inews li img{ margin:0px 0 0 3px!important;>margin:0px 0 0 3px!important; margin:10px 0 0px 3px;}
.pro_list{ padding:0 5px;}
.pro_list div{margin:10px 0 0 0;}
.pro_list h2{width:100px;height:100px;margin:0 auto; border:#dddddd 1px solid; border-bottom:none;}
.pro_list h2 a{width:100px;height:100px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.pro_list h2 img{ vertical-align:middle;}
.pro_list h3{text-align:center; color:#676767; width:103px;display:block;font-size:12px; line-height:24px;background:url(../images/pro_bj.gif) no-repeat center top;}
.pro_list h3 a{ color:#676767; font-size:12px; font-weight:normal;line-height:24px;}
.pro_list h3 a:visited{ color:#676767;}
.pro_list h3 a:hover{ color:#71ac4b;}
.ipro_css{ padding:12px 11px; border:#dddddd 1px solid; margin-bottom:15px;}/*首页产品分类列表*/
.ipro_css ul{list-style-type:none;}
.ipro_css li{ line-height:23px; margin-bottom:3px;}
.ipro_css li a{ padding-left:25px; background:url(../images/cion02.gif) no-repeat 11px 7px; line-height:23px;color:#676767; display:block; height:23px;}
.ipro_css li a:visited{color:#676767;}
.ipro_css li a:hover{color:#fff; background:url(../images/cion022.gif) no-repeat left top; padding-left:25px;}
.ihotpro{margin-bottom:14px;}/*首页热门产品*/
.ihot_list{ padding:12px 10px; border:#dddddd 1px solid;}
.ihot_list h1{ margin:0 auto; text-align:center; border:#dddddd 1px solid; width:150px; height:150px;}
.ihot_list h1 a{ width:150px; height:150px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:131px;*font-family:Arial;}
.ihot_list h1 img{ vertical-align:middle;}

.ihot_list h2{text-align:center;color:#71ac4b;line-height:24px; margin:8px 0;}
.ihot_list h2 a,.ihot_list h2 a:visited,.ihot_list h2 a:hover{ color:#71ac4b;}
.ihot_list p{color:#676767;}
.service{padding-bottom:8px;}
.icontact{ margin-top:9px;}/*联系我们*/
.icontact .icontact_cont{ padding:12px 11px; border:#dddddd 1px solid;}
.icontact_cont strong{color:#355484;}
.icontact_cont a{color:#355484; text-decoration:underline;}
.ilinks{padding:11px; border:#dddddd 1px solid;}
/*--------------公用样式-------------*/
.ititle{ background:url(../images/titlebj.gif) no-repeat left top; height:27px; line-height:27px;}/*首页标题*/
.ititle h1{ padding-left:36px; color:#fff; line-height:27px;}
.ititle h1 span{ padding-left:22px; color:#768db8; font-weight:normal; font-size:10px;}
.ititle01{ line-height:29px; height:29px; background:url(../images/titlebj01.gif) repeat-x left top;}/*首页产品标题*/
.ititle01 h1{ padding:0 0 0 12px; color:#000; line-height:29px;}
.ititle01 h1 b{ padding:0 0 0 8px; color:#71ac4b; font-weight:normal; font-size:10px; background:url(../images/line01.gif) no-repeat left center; height:27px; line-height:29px;} 
.ititle01 h1 a{ float:right; color:#000;}
.ititle01 h1 a:visited{ color:#000;}
.title{ background:url(../images/line02.gif) repeat-x left bottom; height:25px; line-height:25px;}/*内页标题*/
.title span{ float:left; background:url(../images/line03.gif) repeat-x left bottom; line-height:25px; padding:0 10px 0 0;}
.title span b{ line-height:25px; background:url(../images/cion06.gif) no-repeat 3px top; padding-left:22px; font-weight:normal;}
.title a{ float:right; color:#000;}
.container{ padding:15px 10px;}/*内容页内容部分四边间隔*/
.container1{}
.container2{padding:5px 10px 10px 10px; width:680px; overflow:hidden;}
/*--------------简介内容部分-------------*/
.content{text-align:left; font-size:14px;}
.content h1{ height:26px; line-height:26px; padding-left:10px; border:#ccc 1px solid;}
.line{line-height:61px;border-bottom:#dcdcdc 1px solid; border-top:#dcdcdc 1px solid;padding:5px 0 0; border-left:#dcdcdc 2px solid; border-right:#dcdcdc 2px solid;}
.content h2{ background:url(../images/line02.gif) repeat-x left bottom; height:25px; line-height:25px;}
.content h2 span{ float:left; background:url(../images/line03.gif) repeat-x left bottom; line-height:25px; padding:0 10px 0 0;}
.content h2 span b{ line-height:25px; background:url(../images/cion06.gif) no-repeat 3px top; padding-left:22px; font-weight:normal; height:25px;}
.content h2 a{ color:#000; line-height:25px;}
.content h2 a:visited{ color:#000;}
.content h2 a:hover{ color:#93bf22;}
.content h3{ color:#93bf22; font-size:26px; text-align:center;}
.content h6{color:#676767; font-weight:normal;margin:10px 0; text-align:center;}
.content h5{ background:url(../images/h5_m.gif) repeat-x left top; height:25px; line-height:25px;}
.content h5 p{ background:url(../images/h5_r.gif) no-repeat right top; height:25px; line-height:25px; margin:0;}
.content h5 p span{ display:block; background:url(../images/h5_l.gif) no-repeat left top; height:25px; line-height:25px; padding-left:20px; color:#93bf22;}
.content h5 strong{ line-height:25px;}
.content h4{font-size:14px; border:#b0afac 1px dotted; line-height:25px; text-indent:10px;color:#000; font-weight:normal;}
.content p{margin:13px auto 0px;}
.content li{margin-left:3.5em;}
.content strong{color:#355484;}
.content a{color:#f00; text-decoration:underline;}
.content a:visited{color:#f00;}
.content a:hover{ text-decoration:underline;}
.content table{font-size:12px;}
.content table td{padding:0px 5px;}
.tableboder table{border:#b7b7b7 solid 1px; color:#676767;border-collapse:collapse;}
.tableboder th{ background:url(../images/th.gif) repeat-x left top; color:#93bf22;padding:0 5px;}
.tableboder td{border:#b7b7b7 solid 1px; color:#676767;}
/*--------------栏目页面-------------*/
.brief{ padding:15px; line-height:25px;color:#000;border-bottom:#dcdcdc 1px solid;border-top:#dcdcdc 1px solid;border-left:#dcdcdc 2px solid; border-right:#dcdcdc 2px solid;margin-bottom:15px;}/*内页简介*/
.brief a{ color:#f00;}
.brief a:visited{ color:#f00;}
.brief a:hover{ color:#93bf22;}
.place{ color:#676767; font-size:12px; font-family:"宋体"; height:29px; line-height:29px; margin-right:10px;}/*内页位置导航*/
.place a{color:#676767;padding:0 15px 0 10px;text-align:right; line-height:29px; background:url(../images/cion05.gif) no-repeat right 3px;}
.place a:visited{color:#676767;}
.place a:hover{color:#93bf22; font-weight:bold;}
.page{text-align:center; background:url(../images/page.gif ) no-repeat center;color:#000; height:25px; line-height:25px; margin:20px 0;}
/*分页*/
.page a{color:#000;}
.page a:visited{color:#000;}
.page a:hover{color:#000;font-weight:bold;}
/*新闻页面*/
.news_list{}
.news_list ul{ list-style:none;}
.news_list li{ padding:10px 25px; background:url(../images/line02.gif) repeat-x left bottom;}
.news_list li a{ display:block; cursor:pointer; color:#676767; background:url(../images/cion03.gif) no-repeat left 8px;}
.news_list li a p{ padding-left:12px; color:#676767; font-size:14px;}
.news_list li a span{ float:right; }
.news_list li a strong{ }
.news_list li a:visited{ color:#676767;}
.news_list li a:hover{color:#93bf22; font-weight:bold;}
.news_list li a:hover p{background:url(../images/cion0333.gif) no-repeat left 8px;color:#93bf22; font-weight:bold;}
/*新闻明细评论页面*/
.recent_comment{}
.recent_comment ul{ list-style-type:none; padding:10px;}
.recent_comment li{ border-bottom:#b3abab 1px dotted;padding-left:15px;line-height:20px;}
.recent_comment li a{line-height:28px;background:url(../images/cion03.gif) no-repeat left 6px;color:#676767;padding:2px 0 0 14px;}
.recent_comment li a:visited{color:#676767;}
.recent_comment li a:hover{color:#93bf22; background:url(../images/cion033.gif) no-repeat left 6px; font-weight:bold;}
.comment_content{margin:6px 0 8px 15px!important;>margin: 11px 0 16px 15px!important;margin: 11px 0 16px 15px;}
.comment_content td{padding:12px 0 0;color:#676767;}
.input_title{width:200px;border:#bdbdbd solid 1px;height:18px; line-height:18px; padding-top:2px;color:#000;}
.input_name{width:200px;border:#bdbdbd solid 1px;height:18px; line-height:18px; padding-top:2px;color:#000;}
.comment_content textarea{width:475px;height:95px;border:#bdbdbd solid 1px;margin:0 8px 0 0;}
.comment_content .btn{ border:1px solid #b9b9b9;background:url(../images/th01.gif) repeat-x left top; width:70px; height:22px; line-height:16px; margin:5px 5px 0 1px; color:#000;}
/*产品列表标题*/
.pro_title{ margin-bottom:19px;}
.pro_title h6{text-align:center;width:145px;float:left;margin:0 11px 0 0;height:25px;}
.pro_title h6 a{color:#676767; line-height:25px;background:url(../images/pronava.gif) no-repeat left bottom; display:block; font-weight:normal;}
.pro_title h6 a:visited{color:#676767;}
.pro_title h6 a:hover,.pro_title .current a{color:#93bf22;background:url(../images/pronavh.gif) no-repeat left bottom; font-weight:bold;}
/*产品列表a页面*/
.pro_c{ background:#f7f7f7; margin-bottom:20px; border:#dbdbdb 1px solid;}
.pro_c table{ border-collapse:collapse;}
.pro_c td{ padding:0 9px; color:#676767; vertical-align:top;}
.pro_c td a{color:#676767;}
.pro_c td a:visited{color:#676767;}
.pro_c th{ color:#93bf22; padding:0 0 0 10px; text-align:left; vertical-align:top;}
.pro_c span{ color:#93bf22;}
.pro_c font{ background:url(../images/cion02.gif) no-repeat 10px 8px; color:#93bf22; padding:0 0 5px 12px; line-height:25px; font-size:12px; display:block;}
.pro_c font a{ color:#93bf22; text-decoration:underline;}
.pro_c font a:visited{ color:#93bf22; text-decoration:underline;}
.pro_c font a:hover{ color:#93bf22; text-decoration:none;}
/*产品列表b页面*/
.product_list_b{margin-top:15px;}
.product_list_b div{float:left; width:20%; text-align:center;}
.product_list_b div h2{width:122px;margin:0 auto 9px auto; }
.product_list_b div h2 a{width:120px;height:120px;display: table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:104px;*font-family:Arial;border:#cccccc solid 1px;}
.product_list_b div h2 img{vertical-align:middle;}
.product_list_b div h3{ background:#f0f0f0 url(../images/pro_bj02.gif) repeat-x left bottom; padding:3px 0; }
.product_list_b div h3 a{color:#616161;font-weight:normal; line-height:18px;height:18px; border:0;}
.product_list_b div h3 a:visited{color:#616161;}
.product_list_b div h3 a:hover{color:#93bf22;}
.product_list_b div h3 strong{ line-height:18px;}
.xuxian{ background:url(../images/line02.gif) repeat-x left bottom; height:1px; margin:10px 0;}
/*public_pic_list页面*/
.productb{ padding:2px 0 0 10px;}
.productb div{float:left; width:18%; text-align:center;margin:8px 5px;}
.productb div h5{ width:100px; height:100px; margin:0 auto 5px auto;}
.productb div h5 a{width:100px;height:100px; border:1px solid #d4d4d4;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.productb div h5 img{vertical-align:middle;}
.productb div span{ color:#616161; line-height:17px; padding:0 5px;}
/*product_detail_b页面的简介和相关产品*/
.sub_brief{ padding:8px 0 0;}
.sub_briefdl ul{ list-style-type:none;}
.sub_briefdl li{background:url(../images/cion02.gif) no-repeat 5px 8px;color:#000;border-bottom:#000 dotted 1px;padding:2px 10px 0 15px; margin:8px;}
.sub_briefdl li a{color:#000;}
.detail_brief{padding:8px;}
/*产品明细c*/
.prdetail_c{ border:#dbdbdb 1px solid; margin-bottom:15px;background:#f7f7f7; padding-bottom:1px; margin-top:15px;}
.prdetail_c img{ margin-top:9px;}
.prdetail_c table{ border:none;}
.prdetail_c table th{ color:#93bf22;}
.prdetail_c table td{ border:none;}
.prdetail_c strong{ color:#93bf22;}
.prdetail_c p{ margin:0;}
.proc_con{margin:0 auto;text-align:center; }
.proc_con span{ margin:20px 0; width:200px; height:200px;}
.proc_con .img{overflow:hidden; border:#dbdbdb 2px solid; margin:20px 0 0;}
.proc_conr{margin:10px;}
.proc_conr div strong{ font-weight:normal; color:#93bf22; font-size:12px;line-height:20px; height:20px;}
/*联系我们页面*/
.contactus p{margin:0;}
.contacty{ width:48%; float:left;}
/*网站地图页面*/
.sitemap{}
.sitemap h2{padding:15px 10px 5px;font-weight:normal;color:#000;}
.sitemap h3{padding:8px 5px;font-weight:normal; color:#000;}
.sitemap h3 a{ color:#000;padding:0 2px 0 8px;}
.sitemap h3 a:visited{ color:#000;}
.sitemap h3 a:hover{color:#93bf22;font-weight:bold;}
/*典型客户页面*/
.client{padding:16px 10px 0 10px;}
.client td{ background:url(../images/cion02.gif) no-repeat left 6px; line-height:26px; padding-left:15px;color:#676767;}
/*下载中心页面*/
.downlist{ margin:20px 10px 0 20px;}
.downlist td{border-bottom:#676767 solid 1px; line-height:30px;color:#676767;}
.downlist a{color:#676767;background:url(../images/cion01.gif) no-repeat left center; padding-left:10px;}
.downlist a:visited{color:#676767;}
.downlist a:hover{ font-weight:bold;color:#676767;}
/*留言与评论页面*/
.board_border{padding:0; }
.board_h2{margin-bottom:5px;font-weight:bold;padding:0 0 0 20px;font-size:14px;color:#aebc4a;}
.board_h4{color:#f00;font-size:14px;text-align:center;}
.board_h4 a{color:#f00;}
.board_h4 a:visited{color:#f00;}
.board_h5{text-align:center;font-weight:normal;margin:5px 0;}
.board textarea{border:#ccc solid 1px; }
.board_border{}
.board_border ul{margin:0px 0 0;list-style-type:none;}
.board_border li{ padding-left:10px; background:url(../images/cion01.gif) no-repeat 0px 6px; }
.board_border2{}
.board_border2 .select{line-height:24px; margin-right:10px;}
.board_border2 .border_input{ width:100px; background:#fff;border:#ccc solid 1px; height:18px; line-height:18px;color:#464646;}
.board_border2 textarea{width:100px;height:40px; background:#fff;color:#464646;}
.btn{width:50px;height:22px;line-height:22px;text-align:center; border:none;background:#333; color:#fff; margin-right:10px;}
.form td{padding:5px 0;color:#464646;}
.sitemsg{margin:10px 0 0;}
.sitemsg td{padding:5px 0;color:#464646;}
.sitemsg .msgtitle{color:#2b7104;}
.sitemsg .msgtitle b{color:#2b7104;}
/*在线订单*/
textarea{color:#000; border:#e7e7e7 1px solid; background:#fafafa;}
.table { font-size:12px; margin:0 auto; border-collapse:collapse;}
.table td{padding:3px 0 2px 5px;}
.input_txt{height:20px; line-height:20px;color:#000; border:#e7e7e7 1px solid; background:#fafafa;}
.input_cmd{ width:50px; height:22px; line-height:22px;color:#000; border:#e7e7e7 1px solid; background:#fafafa;margin:0 10px 0 0;}
.table span{color:#f00; padding:0 0 0 5px;}
