﻿@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; list-style: none; font-family: "微软雅黑", "宋体"; }
body { font-size: 14px; }
#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: #000; }
a:hover { text-decoration: underline; }
p { line-height: 26px; }
/* 顶部 */
#top_menu_main { background:url(top_menu_bg.jpg) repeat-x; height:27px; }
#top_menu { height:27px; line-height:27px; text-align:right; width:980px; margin:0 auto; }
#top_menu a { color:#000; color:#999; }
#top_main { }
#top { width:1024px; margin:0 auto; }
#top_logo { float:left; width:1024px; height:100px; }
/*导航*/
#navigation_main { height: 41px; background: url(navigation_main.jpg) repeat-x; }
#navigation { height: 41px; width: 1024px; margin: 0 auto;  }
#navigation ul li { float: left; background: url(navigation_li.jpg) left no-repeat; position: relative; z-index: 9999; }
#navigation ul #home { background: none; }
/*主导航*/
#navigation ul li a { display: block; line-height: 41px; width: 113px; color: #CC0200; text-align: center; font-size: 14px; font-weight: bold; }
#navigation ul li a:hover { background: url(current_nav.jpg) bottom center no-repeat; text-decoration:none; color: #FFF; }
#navigation ul li .current_nav { background: url(current_nav.jpg) bottom center no-repeat; color: #FFF; }
/*子导航*/
#navigation ul li ul { display: none; position: absolute; left: 0; background: #CC0200; z-index: 9999; border: 1px solid #FFF; }
#navigation ul li ul li { background: none; float: none; }
#navigation ul li .hasmenu { background: url(hasmenu.gif) right no-repeat; }
#navigation ul li ul li a { height: 26px; line-height: 26px; font-size: 12px; font-weight: normal; color: #FFF; }
#navigation ul li ul li a:hover { background: #F22C2C; }
#navigation ul li ul li ul { left: 113px; top: 0; }
/* 当前位置 */
.current_location {width:1014px; padding-left:10px; margin:3px auto; background:url(current_location.jpg) repeat-x; height:24px; line-height:24px; border:1px solid #D8D8D9; color:#CA0202; }
.current_location a { color:#CA0202; }
.current_location .current_channel { font-weight:bold; color:red; }
/* 位置 */
.gd_serve {WIDTH: 1024px;margin-bottom: 10px;height: 100px;text-align:center;margin:0 auto;}
.serve {}
.serve LI {OVERFLOW: hidden; HEIGHT: 100px; BACKGROUND: #000000; FLOAT: left; TEXT-ALIGN: center; DISPLAY: inline; WIDTH: 254px; MARGIN-RIGHT: 2px}
.serve LI:hover {BACKGROUND-COLOR: #FF0000}
.serve LI:hover p {COLOR: #fff}
.gd_serve .serve_none {MARGIN-RIGHT: 0px}
.serve H3 {FONT-SIZE: 19px; FONT-FAMILY: arial; FONT-WEIGHT: normal; COLOR: #fff; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; LINE-HEIGHT: 45px; PADDING-RIGHT: 0px}
.serve p {COLOR: #FFFFFF;PADDING-BOTTOM: 1px;PADDING-TOP: 1px;PADDING-LEFT: 5px;DISPLAY: inline-block;PADDING-RIGHT: 5px}
.serve A:hover {TEXT-DECORATION: none}
.serve H3 A {COLOR: #fff; MARGIN: 0px; WIDTH: 100%}
/* 幻灯 */
.bannerlast{ background:url(bannerBg.jpg) repeat-x; height:45px; width:100%;}
/* 主体 */
#content_main { }
#content_title { display: none; }
#content_body { margin: 10px auto; width: 1024px; }
#content_bottom { }
/*主体左侧*/
#left { float: left; width: 240px; }
#left_h { display: none; }
#left_b { }
#left_f { display: none; }
.left_title { background: url(left_title.jpg) no-repeat; height: 42px; line-height: 42px; padding: 0 10px 0 20px; }
.left_title h2 { font-size: 14px; color: #CA0202; }
.left_title a { font-size: 12px; color: #CA0202; }
.left_title h2 a { font-size: 14px; color: #CA0202; }
.left_title h2 span { font-size: 12px; color: #CA0202; font-weight: normal; font-style: italic; margin-left: 10px; }
.left_body { padding: 10px 20px; overflow: hidden; zoom: 1; border: 1px solid #CCCCCC; border-top: none; }
.left_bottom { height: 12px;}
/*主体右侧*/
#right { float: right; width: 780px; }
#right_h { display: none; }
#right_b { }
#right_f { display: none; }
.right_title { background: url(right_title.jpg) repeat-x; height: 30px; line-height: 30px; border: 1px solid #DADADA; padding: 0 15px 0 30px; }
.right_title h2 { font-size: 14px; color: #CA0202; }
.right_title h2 span { font-size: 12px; color: #CA0202; font-weight: normal; margin-left: 10px; }
.right_body { padding: 20px; overflow: hidden; zoom: 1; border: 1px solid #DADADA; border-top: none; }
.right_bottom { height: 10px; }
#wide { border: 1px solid #DADADA; padding: 19px; background: #FFF; }
.w_title { height: 34px; line-height: 34px; border-bottom: 1px solid #DDDCDC; }
.w_title h2 { font-size: 16px; color: #FE5214; }
.w_title h2 span { font-size: 12px; color: #000; font-weight: normal; margin-left: 10px; }
.w_body { padding: 10px 0; overflow: hidden; zoom: 1; }
.w_bottom { height: 10px; }
/*通用内容块*/
.c_title { background:#CCCCCC; height:26px; line-height:26px; padding:0 15px; }
.c_title h2 { font-size:12px; color:#FF0000; line-height:26px; }
.c_body { padding:10px 0; overflow:hidden; zoom:1; }
.c_bottom { height:10px; }
/* 友情链接 */
#link_main { background: #3C3E58; }
#link { width: 1024px; margin: 0 auto; padding: 10px 0; }
#link_title { background: #CA0202; color: #FFF; padding: 0 10px; height: 30px; line-height: 30px; }
#link_title h2 { color: #FFF; font-size: 14px; }
#link_title a { color: #FFF; font-size: 12px; }
#link_body { border: 1px solid #000; border-top: none; padding: 9px; background: #FFF; }
#link_pic { overflow: auto; zoom: 1; }
#link_pic ul li { float: left; padding: 1px 3px; text-align: center; }
#link_pic img { width: 90px; height: 30px; padding: 2px; border: 1px solid #CCC; }
#link_pic ul li a:hover img { border: 1px solid #6C9ACC; }
#link_text { overflow: auto; zoom: 1; }
#link_text ul li { float: left; text-align: center; padding: 1px; }
#link_text a { display: block; line-height: 22px; padding: 0 10px; }
#link_bottom { }
/* 版权信息 */
#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; }
/*左侧通用列表*/
.ul_left_common li { line-height:28px; border-bottom:1px dashed #CCC; padding-left:10px; background:url(ul_left_common.jpg) left no-repeat; }
/*产品列表*/
.productslist li { float:left; text-align:center; padding:4px; }
.productslist li img { padding:4px; border:1px solid #999999; width:227px; height:170px; }
.productslist li a { line-height:22px; }
.productslist li a:hover img { border:1px solid #cc0000; }
/*案例列表*/
.caselist li { float:left; text-align:center; padding:4px; }
.caselist li img { padding:4px; border:1px solid #999999; width:165px; height:120px; }
.caselist li a { line-height:22px; }
.caselist li a:hover img { border:1px solid #cc0000; }
/*首页文章列表*/
.article_list li { line-height:30px; border-bottom:1px dashed #999;  }
.article_list_detail {
	padding:0 10px;
	border:1px solid #ff0000;
	margin-bottom:10px;
}
.article_list_detail_title { font-size:12px; line-height:32px; border-bottom:1px dashed #999; padding-left:15px; background:url(article_list.gif) left no-repeat; font-size:14px; }
.article_list_detail_content {
	color:#FF0000;
}
.article_list_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; line-height:26px; }
.article_list_detail_intro a { color:#999; }
#index_article{ overflow: auto; zoon:1;}
.ia{ float: left; width: 331px; }
/*新闻列表*/
.newslist li { line-height:30px; border-bottom:1px dashed #999; padding-left:15px; background:url(newslist.jpg) left no-repeat; }
.newslist_detail { }
.newslist_detail_title { font-size:14px; line-height:26px; border-bottom:1px dashed #999; padding-left:15px; background:url(newslist.jpg) left no-repeat; }
.newslist_detail_content { padding:5px; }
.newslist_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; margin-bottom:10px; line-height:26px; }
.newslist_detail_intro a { color:#999; }
/*公告列表*/
.noticelist li { line-height:26px; border-bottom:1px dashed #CCC; padding-left:10px; background:url(noticelist.jpg) left no-repeat; }
/*分类列表*/
.channel_list { }
.channel_list li { line-height:28px; padding:1px; border-bottom:1px solid #E3E3E1; }
.channel_list li a { display:block; padding:0 10px; }
.channel_list li a:hover { background:#FF0000; color:#FFF; text-decoration:none; }
/*信息详情页*/
#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 dashed #CCC; line-height:30px; }
#info_intro a { color:#999; }
#info_content { padding:10px 0; }
#info_content p,#info_content div{ font-family:arial;line-height:1.8em;margin-bottom:5px;}
#info_extra { padding:10px 0; text-align:center; }
#info_pic { width:500px; }
#info_around { background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; }
/*表单相关*/
input { font-family:"宋体"; font-size:12px; }
.form_text { font-size:12px; border:1px solid #CCC; height:26px; line-height:26px; padding:0 5px; width:500px; }
.form_text_verifycode { font-size:12px; border:1px solid #CCC; height:26px; line-height:26px; padding:0 5px; width:50px; }
#form_text_search { border:1px solid #CCC; height:24px; line-height:24px; padding:0 5px; width:135px; }
#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:500px; height:80px; padding:5px; border:1px solid #CCC; }
.form_checkbox { }
.form_submit { background:url(submit_button.jpg) no-repeat; width:79px; height:31px; border:none; color:#FFF; font-weight:bold; }
.form_file { font-size:12px; padding:3px 5px; border:1px solid #CCC; background:#FFF; }
.common_form { }
.common_form li { padding:2px; overflow: auto; zoom:1; }
.common_form label { float:left; width:80px; display:block; height:28px; line-height:28px; }
/*表格*/
.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; }
