/* 通用属性 */
* { margin: 0; padding: 0; list-style: none; font-family: "微软雅黑", "宋体"; }
body { background: url(images/body.png) repeat; font-size: 12px; color: #383838; }
#main_out { }
.float_clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.display_none { display: 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 { color: #383838; text-decoration: none; }
a:hover { color: #383838; text-decoration: underline; }
p { line-height: 26px; }
img { border: none; }

/* 顶部 */
#header_menu { background: url(images/c.png) bottom repeat-x; line-height: 30px; width: 980px; margin: 0 auto; }
#header_menu .left { float: left; }
#header_menu .right { float: right; }
#header { width: 980px; margin: 0 auto; position: relative; }

/*导航*/
#navigation_wrap { height: 50px; background: #383838; }
#navigation { height: 50px; width: 980px; margin: 0 auto; }
#navigation ul li { float: left; background: url(images/nav_li.png) left repeat-y; position: relative; z-index: 9999; }
#navigation ul #home { background: none; padding-left: 0px; }
/*主导航*/
#navigation ul li a { display: block; line-height: 50px; width: 110px; color: #FFF; text-align: center; font-size: 14px; }
#navigation ul li a:hover { background: #E74C3C; text-decoration: none; color: #FFCBB5; }
#navigation ul li .current {background: #E74C3C; color: #FFCBB5; }

/*搜索按钮*/
#search_key { border: 1px solid #383838; height: 28px; padding: 0 10px; position: absolute; right:80px; top:35px;}
#search_btn { height: 30px; background: #383838; border:none; color: #FFF; width: 80px; position: absolute; right:0; top:35px;}

/* 当前位置 */
.current_location { float: right; text-align: right; padding-right: 10px; color: #237EAA; }
.current_location a { color: #237EAA; }
.current_location .current_channel { font-weight: bold; color: red; }
/* 幻灯 */

#slideshow_wrap { }
#slideshow { height: 360px; position: relative; overflow: hidden; width: 980px; margin: 10px auto; }
#slideshow_pre { position: absolute; top: 140px; left: 20px; width: 56px; height: 78px; display: block; z-index: 3; background: url(images/bg_btnPre_index.png) no-repeat 0 0;  }
#slideshow_pre:hover { background: url(images/bg_btnPre_index_hover.png) no-repeat 0 0; }
#slideshow_next { position: absolute; top: 140px; right: 20px; width: 56px; height: 78px; display: block; z-index: 3; background: url(images/bg_btnNext_index.png) no-repeat 0 0; }
#slideshow_next:hover { background: url(images/bg_btnNext_index_hover.png) no-repeat 0 0; }
#slideshow_main { position: absolute; left: 0px; top: 0px; z-index: 2; }
#slideshow_main li { width: 980px; float: left; }
#slideshow_main li img { width: 980px; height: 360px;}
#slideshow_nav { width: 980px; margin: 0 auto; padding: 10px 0; text-align: center; position: absolute; bottom:20px; z-index:100; }
#slideshow_nav a { width: 12px; height: 12px; display: inline-block; _zoom: 1; background: #656565; font-size: 0px; line-height: 0px; margin: 0 1px; }
#slideshow_nav a.on{ background: red; }

.slider{ width:100%;  min-width:980px;  height:335px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
.slider .bd{ width:980px; position:absolute; left:50%; margin-left:-490px  }
.slider .bd li{ width:980px;  overflow:hidden; }
.slider .bd li img{ display:block; width:980px; height:335px;    }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-980px !important; /*强制位置*/  }

.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(images/slider-btn.png) 0 -10px no-repeat; margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
.slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:335px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-490px;  }
.slider .next{ left:50%;  margin-left:490px;  }
.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:335px; background:#000; filter:alpha(opacity=50);opacity:0.5;   }
.slider .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:335px;  }
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=60);opacity:0.6; }
.slider .prev .arrow{ right:0; background:url(images/slider-arrow.png) -120px 0 no-repeat;   }
.slider .next .arrow{ left:0; background:url(images/slider-arrow.png) 0 0 no-repeat;  }

/* 主体 */
#content_main { }
#content_title { display: none; }
#content_body { margin: 10px auto; width: 980px; }
#content_bottom {}
/*主体左侧*/
#left { float: left; width: 240px;}
#left_h { display: none; }
#left_b { }
#left_f { display: none; }
.l_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px;}
.l_title h2 { font-size: 14px; color: #FE5214; }
.l_title a { font-size: 12px; color: #FE5214; }
.l_title h2 a { font-size: 14px; color: #FE5214; }
.l_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.l_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.l_bottom { height: 10px; }
/*主体右侧*/
#right { float: right; width: 720px; }
#right_h { display: none; }
#right_b { }
#right_f { display: none; }
.r_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px; }
.r_title h2 { font-size: 14px; color: #FE5214; }
.r_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.r_body { padding: 10px 0; overflow: hidden; zoom: 1;  }
.r_bottom { height: 10px; }


/*通用内容块*/
.c_title { background: #383838; height: 40px; line-height: 40px; padding: 0 10px;}
.c_title h2 { font-size: 14px; color: #FE5214; }
.c_title a { font-size: 12px; color: #FE5214; }
.c_title h2 a { font-size: 14px; color: #FE5214; }
.c_title h2 span { font-size: 12px; color: #FFF; font-weight: normal; font-style: italic; margin-left: 10px; }
.c_body { padding: 10px; overflow: hidden; zoom: 1; border: 1px solid #DDDCDC; border-top: none; background: #F4F4F4; }
.c_bottom { height: 10px; }

/* 友情链接 */
#link_pic { overflow:hidden;}
#link_pic ul { overflow:hidden; width: 990px; zoom:1; }
#link_pic ul li { float: left; display:inline; width: 94px; margin:0 10px 10px 0; background: #B4B4B4; padding: 3px; text-align: center;}
#link_pic ul li:hover { background: #E74C3C;}
#link_pic ul li a{ color: #FFF;  }
#link_pic ul li img {width: 94px; height: 30px; }

#link_text { overflow:hidden;}
#link_text ul li { float: left; display:inline; padding: 5px 10px; margin-right:10px; background: #B4B4B4; text-align: center;}
#link_text ul li:hover { background: #E74C3C;}
#link_text ul li a{ color: #FFF;  }
/* 版权信息 */
#copyright_main { background: #000; padding: 10px 0; }
#bottom_navigation { width: 980px; margin: 0 auto; height: 26px; line-height: 26px; text-align: center; color: #FFF; }
#bottom_navigation a { color: #FFF; }
#copyright { width: 980px; margin: 0 auto; color: #FFF;}
#copyright a { color: #FFF; }

/* 留言 */
.guestbook_main { padding: 10px; border: 1px solid #CCC; margin-bottom: 10px; }
.guestbook_title { color: #227BAD; line-height: 30px; font-weight: bold; border-bottom: 1px dashed #227BAD; }
.guestbook_intro { line-height: 30px; text-align: right; }
.guestbook_content { padding: 5px; border: 1px dashed #CCC; margin-bottom: 10px; }
.guestbook_answer { padding: 5px; border: 1px solid #CCC; }
.guestbook_answer h2 { color: red; line-height: 20px; font-size: 12px; }

/*图片列表[简约]*/

.picture_list_s { overflow:hidden;}
.picture_list_s ul { overflow:hidden; width: 740px; margin-bottom:-20px; zoom:1; }
.picture_list_s ul li { float: left; display:inline; width: 165px; margin:0 20px 20px 0; background: #383838; text-align: center;}
.picture_list_s ul li:hover { background: #E74C3C;}
.picture_list_s ul li a{ color: #FFF;  }
.picture_list_s ul li img {width: 165px; height: 165px; }

.picture_list_w { overflow:hidden;}
.picture_list_w ul { overflow:hidden; width: 1000px; zoom:1; margin-top: 20px; }
.picture_list_w ul li { float: left; display:inline; width: 180px; margin:0 20px 20px 0; background: #383838; text-align: center;}
.picture_list_w ul li:hover { background: #E74C3C;}
.picture_list_w ul li a{ color: #FFF;  }
.picture_list_w ul li img {width: 180px; height: 180px; }


/*文章列表*/
.article_list_c li { line-height: 26px; border-bottom: 1px dashed #CCC; padding-left: 10px; background: url(images/article_list_c.gif) left no-repeat; }
.article_list_s li { line-height: 40px; border-bottom: 1px dashed #999; padding-left: 15px; background: url(images/article_list_s.gif) left no-repeat; }

/*评论列表*/
.commentlist { }
.commentlist dt { line-height: 22px; border: 1px dashed #CCC; padding: 0 10px; background: #F5F5F5; }
.commentlist dd { padding: 10px; border: 1px dashed #CCC; border-top: none; margin-bottom: 5px; }
.searchlist li { line-height: 30px; border-bottom: 1px dashed #999; }
/*频道列表 - 无限级分类*/
.channel_list_d { }
.channel_list_d li { line-height: 28px; padding: 2px; border-bottom: 1px solid #D7D7D7; }
.channel_list_d li a { display: block; padding: 0 10px; line-height: 28px; }
.channel_list_d li a:hover { background: #2B2D41; text-decoration: none; color: #FFF; }
.channel_list_d .current_channel a { background: #2B2D41; color: #0F56A8; font-weight: bold; color: #FFF; }
.channel_level1 { font-size: 12px; font-weight: bold; }
.channel_level2 { font-size: 12px; }
.channel_level3 { font-size: 12px; }
/*频道列表 - 递推一级分类*/
.channel_list_s { }
.channel_list_s li { line-height: 28px; padding: 2px; border-bottom: 1px solid #D7D7D7; }
.channel_list_s li a { display: block; padding: 0 10px; line-height: 28px; }
.channel_list_s li a:hover { background: #2B2D41; text-decoration: none; color: #FFF; }
.channel_list_s .current_channel a { background: #2B2D41; font-weight: bold; color: #FFF; }

/*信息详情页*/
#info_name { font-size: 16px; font-weight: normal; text-align: center; padding: 20px 0; }
#info_intro { text-align: center; color: #999; border: 1px solid #E4DDB4; line-height: 30px; background: #F6F1E3; }
#info_intro a { color: #999; }
#info_picture { text-align: center; margin: 20px auto; }
#info_picture img { padding: 5px; border: 1px solid #CCC; max-width:640px; }
#info_video { text-align: center; margin: 20px auto; }
#info_slideshow { text-align: center; margin: 20px auto; overflow: auto; zoom: 1; }
.info_slideshow_show img { padding: 5px; border: 1px solid #CCC; max-width: 600px; max-height:500px; }
#info_slideshow_nav { overflow: auto; zoom: 1; margin-top: 10px; }
#info_slideshow_nav li { float: left; padding: 2px; }
#info_slideshow_nav li img { width: 50px; height: 50px; border: 1px solid #CCC; padding: 1px; cursor: pointer; }
#info_attach { margin: 20px auto; text-align: center; }
#info_scontent { padding: 10px; background: #EFF3D9; border: 1px solid #A6CC93; margin-top: 10px; }
#info_content { padding: 20px 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 {}
#info_comment a { float: right; background: #383838; display: block; height: 40px; width: auto; padding: 0 10px; line-height: 40px; text-align: center; color: #FFF; margin-top: 20px; }
#info_comment a:hover { background: #E74C3C; text-decoration: none;  }
/*无缝滚动*/
#products_scroll { overflow: auto; width: 100%; }
/*滑动门*/

#sitemap li { padding: 1px; }
#sitemap li a { background: #EFF3D9; line-height: 26px; display: block; padding: 0 20px; border: 1px solid #A6CC93; }
#sitemap li a:hover { text-decoration: none; background: #FFF; }
/*表单相关*/
input { 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: 26px; line-height: 26px; padding: 0 5px; width: 50px; }
.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: #E74C3C; width: 90px; height: 30px; border: none; color: #FFF; font-size: 14px; cursor: pointer; }
.form_submit:hover { background: #383838; }
.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; }

/*分页样式*/
.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; }
#gotop { position: fixed; width: 70px; height: 70px; bottom: 80px; right:80px; cursor: pointer; display: none; background: url(images/gotop.png) no-repeat; }

/*首页*/
#index_can .body { background: #FFF; padding: 10px; min-height:230px;}
#index_contact{ float: left; width:310px; }
#index_about{ float: left; width:310px; padding: 0 25px; }
#index_news{ float: left; width:310px;}
#index_contact .title { background: url(images/contact_title.png) left center no-repeat; height: 80px; line-height: 80px; padding-left: 80px;}
#index_about .title { background: url(images/about_title.png) left center no-repeat; height: 80px; line-height: 80px; padding-left: 80px;}
#index_news .title { background: url(images/news_title.png) left center no-repeat; height: 80px; line-height: 80px; padding-left: 80px;}
#index_products .title { font-size: 20px; text-align: center; line-height: 80px; background: url(images/c.png) bottom repeat-x;}
#index_products .body { margin: 20px 0;}
