﻿@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-family:"arial","微软雅黑"; font-size:12px; color:#333; }
#main_out { }
.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.display_none { display:none; }
img { border:none; }
.red { color:red; }
.must_input { font-weight:bold; color:red; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.purple { color:purple; }
.clear { clear:both; }
.highlight { color:#FFF; background:red; padding:1px; }
a { text-decoration:none; color:#333; }
a:hover { text-decoration:underline; color:#114d34; }
p { line-height:22px; }
/* 顶部 */
#top_main { background:url(images/top_main_bg.png) repeat-x; height:99px; z-index:10000; }
#top { width:1000px; margin:0 auto; }
#top_logo { float:left; width:215px; height:90px; }
#top_right { float:right; width:750px; padding:15px 0 0; }
.top_more { height:15px; color:#fff; }
.top_more a { color:#fff; }
.top_more h1 { float:right; width:64px; height:15px; line-height:15px; font-size:12px; font-weight:normal; background:url(images/top_h1.jpg) no-repeat; text-align:center; }
.top_more h2 { float:right; width:39px; height:15px; line-height:15px; font-size:12px; font-weight:normal; background:url(images/top_h2.jpg) no-repeat; margin:0 10px; text-align:center; }
/* 导航 */
#navigation_main { height:32px; margin:9px 0 0; }
#navigation { height:32px; width:750px; margin:0 auto; }
#navigation ul #navigation_home { float:left; line-height:32px; text-align:center; }
#navigation ul .main_nav { float:left; line-height:32px; text-align:center; margin:0 0 0 20px; }
#navigation ul li a { width:90px; display:block; font-size:15px; color:#114d34;  font-family:微软雅黑; }
#navigation ul li a:hover { font-size:15px; text-decoration:none; color:#FFF; background:url(images/navigation_hover_bg.jpg) center no-repeat; }
#navigation ul .current_navigation { font-size:15px; background:url(images/current_nav.jpg) center no-repeat; color:#FFF; }
/*导航栏下拉*/
#navigation ul li ul { display:none; position:absolute; background:#91c846; padding:10px 0; border:1px solid #FFF; z-index:10000; }
#navigation ul li ul li { line-height:25px; }
#navigation ul li ul li a { font-weight:normal; color:#FFF; font-size:12px; }
#navigation ul li ul li a:hover { text-decoration:none; background:#114d34; font-size:12px; color:#FFF; }
/*首页CSS*/
.i_hd { height:419px; margin:-9px 0 0; position:relative; }
#Slidebox{ width:100%; height:419px;  padding:0px;  margin:0 auto;  /*position:relative;*/ overflow:hidden;}
#flashBg { width:100%; height:419px; overflow: hidden; clear:both; margin:0; padding:0;}
#flashLine { height:419px; width:100%; clear:both;}
#flash{ width:100%; height:419px; overflow: hidden; margin:0 auto; clear: both; position:relative; padding:0px 0px;}
#flash a {width:100%; height:419px; display:block; text-align:center;}
#flash img { display:block; width:100%; height:419px;}
#flash img { display:block; width:100%; height:419px;}
.flash_bar { display:block; z-index:69; height:5px; overflow:hidden; position:absolute; padding-top:13px!important; padding-top:12px; bottom:0px; text-align:center; width:100%; }
.flash_bar .dq {display: block;float: left;width:25%; height:5px;cursor: pointer;background:#114d34; overflow:hidden; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/pagination.gif" ,sizingMethod="crop");
}
.flash_bar .no {display: block;float: left;width:25%; height:5px;cursor: pointer; background:#a0c92b; overflow:hidden; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pagination.gif" ,sizingMethod="crop");
}

#icontent_main { width:1000px; margin:0 auto; }
#icontent_title { display:none; }
#icontent_body { margin:30px auto; }
#icontent_bottom { display:none; }

.ia { height:324px; border-top:1px solid #ccc; width:640px; float:left;  font-family:微软雅黑;}
.ia ul { height:107px; border-bottom:1px solid #ccc; overflow:hidden; }
.ia ul img { float:left; width:80px; height:107px; margin:0 40px 0 0; }
.ia ul h1 { padding:10px 0 0; font-size:14px; line-height:20px; }
.ia ul h1 a { color:#91c846; }
.ib {font-family:微软雅黑; float:right; width:288px; height:283px; padding:20px; border:1px solid #75b137; background:url(images/ib_bg.jpg) no-repeat right bottom #91c846; color:#fff; overflow:hidden; }

.ic { float:left; width:730px; margin:30px 0 0; height:230px; overflow:hidden; }
.ic_content { height:90px; overflow:hidden; }
.gstoll { width:720px; height:140px; }
.l_but { display:none; }
.stoll_c { width:720px; height:140px; }
.stoll_c li { width:169px; float:left; height:140px; margin:0 18px 0 0; }
.stoll_c li img { width:159px; height:130px; padding:4px; border:1px solid #ccc; }
.stoll_c li a:hover img { padding:3px; border:2px solid #114d34; }
.r_but { display:none; }
.id {font-family:微软雅黑; float:right; width:240px; height:128px; padding:102px 0 0 6px; background:url(images/id_bg.jpg) no-repeat; overflow:hidden; margin:30px 0 0; }
/* 版权信息 */
#copyright_main {font-family:微软雅黑;  margin:15px 0 0; padding:20px 0 15px; height:66px; overflow:hidden; background:#ebebeb; }
#copyright { padding:0 0 0 166px; width:834px; margin:0 auto; background:url(images/copy_bg.jpg) no-repeat; height:66px; }
/* 主体 */
#content_main { width:1000px; margin:0 auto; }
#content_title { display:none; }
#content_body { margin:6px auto; }
#content_bottom { display:none; }
/* 幻灯 */
#diybanner_main { margin:-7px 0 0; position:relative; }
#diybanner { width:100%; height:262px; display:block; }
#diybanner img { width:100%; }
/*主体左侧*/
#left { float:left; width:214px; overflow:hidden; font-family:微软雅黑;}
.left_title { height:93px; background:url(images/left_title_bg.jpg) no-repeat; padding:0 0 0 52px; }
.left_title h2 { font-size:30px; color:#5a8637; line-height:36px; font-weight:normal; padding:22px 0 0; }
.left_title h1 { font-size:12px; color:#5a8637; line-height:16px; font-weight:normal; }
.left_body { overflow:hidden; zoom:1; background:url(images/left_body_bg.jpg) repeat-y; padding:4px 0 4px 24px; }
.left_bottom { height:296px; background:url(images/left_bottom_bg.jpg) no-repeat; }
/*主体右侧*/
#right { float:right; width:730px; overflow:hidden; }
.right_title {font-family:微软雅黑; height:54px; line-height:54px; border-bottom:1px solid #ccc; padding:0 10px 0; }
.right_body { padding:10px 0; overflow:hidden; zoom:1; font-family:微软雅黑;}
.right_bottom { height:10px; }
/* 当前位置 */ 
.current_location { text-align:right; height:54px; line-height:54px; }
.current_location a { }
.current_location .current_channel { font-weight:bold; color:#8ac334; }
/*图片展示型*/
.picture { padding:0 5px; }
.picture li { float:left; width:158px; height:150px; margin:10px; border:1px solid #ccc; }
.picture li img { padding:4px; height:120px; width:150px; }
.picture li h1 { text-align:center; font-size:12px; font-weight:normal; line-height:16px; height:16px; }
.picture li a { float:left; width:158px; height:150px; }
.picture li a:hover { float:left; width:158px; height:150px; text-decoration:none; }
/*产品型*/
.pro_list { padding:5px; }
.pro_list li { float:left; text-align:center; margin:22px; width:316px; }
.pro_list li img { padding:2px; border:1px solid #114d34; width:310px; height:316px;}
.pro_list li a { line-height:30px; color:#114d34; }
.pro_list li a:hover img { border:3px solid #5a8637; padding:0; }

.pa { height:400px; margin:0 0 25px 0; overflow:hidden; }
.pl { width:320px; height:400px; overflow:hidden; float:left; }
.pr { float:right; width:380px; border-top:2px dashed #ccc; line-height:42px; font-size:14px; }
.pr h1 { line-height:42px; font-size:14px; border-bottom:2px dashed #ccc; }
.pr h1 span { color:#5a8637; }
.pr p { line-height:42px; font-size:14px; border-bottom:2px dashed #ccc; }
.pr p br { line-height:42px; font-size:14px; border-bottom:2px dashed #ccc; }

.pb_title { height:24px; border-bottom:1px solid #ccc; padding:10px 0; }
#slide_navigation { overflow: hidden; zoom:1; }
#slide_navigation li { height:24px; float:left; line-height:24px; width:66px; margin-right:10px; font-size:14px; }
#slide_navigation li a { display:block; text-align:center; color:#5a8637; }
#slide_navigation li a:hover { text-decoration:none; color:#FFF; background:url(images/slide_hover.jpg) no-repeat; }
#slide_navigation li .slide_current { color:#FFF; background:url(images/slide_hover.jpg) no-repeat; }
.pb_body { padding:20px 0; }
/*问答*/
.article_list_detail_title { font-size:20px; line-height:55px; color:#94c842; padding:15px 0 0; }
.article_list_detail_content { }
.article_left { float:left; width:30px; line-height:30px; font-size:20px; color:#feb300; }
.article_right { float:right; width:700px; line-height:22px;  }
.article_list_detail_intro { height:4px; background:#94c842; margin:10px 0 0;  }
/*问卷调查*/
#action_right { float:right; width:730px; }
.action_body { overflow:hidden; zoom:1; width:909px; height:1437px; background:url(images/action_bg.jpg) no-repeat; position:relative; margin:0 0 0 -56px; }
.action_bottom { height:70px; }
.action { margin:62px 681px 0 244px; width:512px; overflow:hidden; height:1347px; }
.at {  }

.ab { padding:10px 0 0; }
.ab li { height:58px; }
.form_radio { }
.ab li h1 { font-size:12px; font-weight:normal; color:#000; line-height:26px; }
.ab li h2 { font-size:12px; font-weight:normal; color:#000; line-height:32px; }
.ab li h2 span { margin:0 25px 0 0; }
.ab li.li1 { height:26px; line-height:26px; }
.ab_text { font-size:12px; border:1px solid #114d34; height:24px; line-height:24px; padding:0 2px; width:70px; background:none; }
.ab_textarea { font-size:12px; width:500px; height:120px; padding:5px; border:1px solid #CCC; background:none; }
.ab li.li2 { height:26px; line-height:26px; }

.am { margin:20px 0 0; }
.am ul { border-top:1px solid #ccc; }
.am li { height:48px; border:1px solid #ccc; border-top:none; }
.am li h1 { float:left; width:120px; background:#f2f9da; font-size:12px; font-weight:normal; text-align:center; line-height:48px; }
.am li h2 { float:right; width:380px; font-size:12px; font-weight:normal; line-height:48px; overflow:hidden; }
.am li h2 span { margin:0 12px 0 0; }
.am li.li1 { height:96px; border:1px solid #ccc; border-top:none; }
.am li.li1 h1 { line-height:96px; }
/*分类列表 - 递推一级分类*/
.channel_list_recursion { font-size:14px; }
.channel_list_recursion li { line-height:32px; padding:5px 0; border-bottom:1px solid #ccc; }
.channel_list_recursion li a { display:block; padding:0 0 0 55px; line-height:32px; color:#114d34; }
.channel_list_recursion li a:hover { background:url(images/cate_bg.jpg) no-repeat; text-decoration:none; color:#FFF; }
.channel_list_recursion #current_channel_recursion a { background:url(images/cate_bg.jpg) no-repeat; color:#FFF; }
/*信息详情页*/
#info_name { font-size:16px; font-weight:normal; text-align:center; line-height:30px; }
#info_intro { padding:0 10px; text-align:right; color:#999; border:1px solid #E4DDB4; line-height:30px; background:#F6F1E3; }
#info_intro a { color:#999; }
#info_scontent { padding:10px; background:#EFF3D9; border:1px solid #A6CC93; margin-top:10px; }
#info_content { padding:10px 0; font-size:14px; }
#info_bcontent { padding:10px 0; font-size:14px; }
#info_extra { padding:10px 0; }
#info_pic { width:240px; }
#info_bpic { padding:10px; text-align:center; }
#info_bpic img { max-width:600px; padding:5px; border:1px solid #CCC; }
#info_around { padding:5px; background:#EFF3D9; border:1px solid #A6CC93; }
#info_comment { text-align:right; padding:20px 0; }
/*表单相关*/
input { font-family:"宋体"; font-size:12px; }
.form_text { font-size:12px; border:1px solid #CCC; height:26px; line-height:26px; padding:0 5px; width:400px; }
.form_text_verifycode { font-size:12px; border:1px solid #CCC; height:12px; line-height:12px; padding:0 5px; width:50px; }
#form_text_search { border:1px solid #CCC; height:24px; line-height:24px; padding:0 5px; width:120px; }
#form_submit_search { width:60px; height:26px; border:1px solid #CCCCCC; background:#FFF; }
.form_select { font-size:12px; border:1px solid #CCC; }
.form_textarea { font-size:12px; width:400px; height:80px; padding:5px; border:1px solid #CCC; }
.form_checkbox { }

.form_submit { background:#93c842; width:80px; height:26px; border:none; color:#FFF; font-weight:bold; float:left; margin:0 15px 0 0; line-height:26px; }
.form_file { font-size:12px; padding:3px 5px; border:1px solid #CCC; background:#FFF; }
.common_form { }
.common_form li { padding:10px 0; overflow: auto; zoom:1; border-bottom:1px dashed #CCCCCC; }
.common_form label { float:left; text-align:right; padding-right:10px; width:100px; display:block; height:28px; line-height:28px; font-size:14px; }
/*表格*/
.layout_table { border-collapse:collapse; width:100%; }
.common_table { border-collapse:collapse; width:100%; }
.common_table td { padding:5px; border:1px solid #DBDBDB; }
.common_table th { text-align:center; border:1px solid #DBDBDB; }
/* 漂浮的客服 */
#online_support_main { z-index:9999; position:absolute; display:block; overflow:hidden; width:112px; zoom:1; font-family:"arial","微软雅黑";}
#online_support_title { height:86px; background:url(images/online_support_title.png) no-repeat; cursor:pointer; }
#online_support_title h1 { font-size:14px; line-height:15px; color:#fff; text-align:center; padding:52px 0 0 0; *font-family:"微软雅黑"; height:15px; }
#online_support_title h2 { font-size:9px; height:10px; line-height:10px; color:#fff; text-align:center; }

#online_support_body { min-height:100px; background:#3e9a1a; color:#fff; }
#online_support_body a { color:#fff; }
#online_support_body a:hover { text-decoration:none; }
#online_support_body h1 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal; background:url(images/s_bor.jpg) repeat-x left bottom; }
#online_support_body h1 a { background:url(images/qq.png) no-repeat left center; padding:0 0 0 20px; }
#online_support_body h2 { line-height:25px; height:25px; padding:0 0 2px 7px; background:url(images/s_bor.jpg) repeat-x left bottom; }
#online_support_body h2 img { padding:2px 0 3px 0; width:80px; height:20px; margin-left:-4px; }
#online_support_body h3 { line-height:25px; height:25px; padding:0 0 2px 7px; background:url(images/s_bor.jpg) repeat-x left bottom; }
#online_support_body h3 img { padding:2px 0 2px 1px; width:68px; height:21px; }
#online_support_body h4 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal; background:url(images/s_bor.jpg) repeat-x left bottom; }
#online_support_body h4 a { background:url(images/msn.png) no-repeat left center; padding:0 0 0 20px; }
#online_support_body h5 { line-height:25px; padding:0 0 2px 7px; height:25px; font-size:12px; font-weight:normal; background:url(images/s_bor.jpg) repeat-x left bottom; }
#online_support_body h5 a { background:url(images/skype.png) no-repeat left center; padding:0 0 0 20px; }

#online_contact { background:#3e9a1a; color:#fff; }
#online_contact h1 { padding:6px 0 0 6px; height:20px; line-height:20px; font-size:14px; }
#online_contact h2 { padding:0 0 7px 7px; height:15px; line-height:15px; font-size:14px; }
#online_contact h3 { padding:0 0 0 6px; height:28px; line-height:28px; font-size:14px; border-top:1px solid #308414; border-bottom:1px solid #308414; background:#216c0d; }

#online_support_bottom { height:17px; background:url(images/online_support_bottom.png) no-repeat; }
/*分页样式*/
.page_turner { padding:4px 0px 0px 1px; float:right; clear:both; }
.page_turner a, .page_turner span { float:left; display:block; border:1px solid #D3D1D1; padding:2px 5px; margin-left:4px; line-height:16px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c { background:#CC0001; color:#FFF; }
#total { color:red; }