﻿@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-family: "微软雅黑","宋体"; font-size:12px; background:url(images/body_bg.jpg) center top no-repeat; }
#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; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:underline; color:#07a3e9; }
p { line-height:22px; }
/* 顶部 */
#top_top { background:url(images/toptop.jpg) repeat-x; }
#top_menu_main { width:980px; margin:0 auto; }
#top_menu { height:27px; line-height:27px; text-align:right; padding:0 10px; }
#top_menu a { color:#000; font-weight:bold; color:#999; }
#top_main { }
#top { width:980px; margin:0 auto; }
#top_logo { float:left; width:300px; height:100px; }
#top_site_name { float:left; width:680px; height:100px; background:url(images/site_name.png) no-repeat; }
.top_site_body { font-size:14px; padding:20px 0 0 330px; }
#search_text { font-size:12px; border:1px solid #CCC; height:26px; line-height:26px; padding:0 5px; width:100px; }
#search_button { font-size:12px; border:1px solid #CCC; height:26px; padding:0 5px; width:50px; }
/* 导航 */
#navigation_main { height:43px; background:url(images/navigation_bg.jpg) repeat-x; }
#navigation { width:980px; margin:0 auto; height:43px; }
#navigation ul #navigation_home { float:left; line-height:43px; text-align:center; }
#navigation ul .main_nav { float:left; line-height:43px; text-align:center; background:url(images/navigation_li_bg.jpg) left no-repeat; }
#navigation ul li a { width:89px; display:block; font-size:14px; color:#FFF; }
#navigation ul li a:hover { font-size:14px; text-decoration:none; color:#FFF; background:url(images/navigation_hover_bg.jpg) repeat-x; }
#navigation ul .current_navigation { font-size:14px; background:url(images/current_nav.jpg) repeat-x; color:#FFF; }
/*导航栏下拉*/
#navigation ul li ul { width:89px; display:none; position:absolute; background:#215295; z-index:100; }
#navigation ul li ul li { line-height:30px; }
#navigation ul li ul li a { font-weight:normal; color:#FFF; font-size:14px; }
#navigation ul li ul li a:hover { width:89px; text-decoration:none; background:#e4912c; font-size:14px; color:#FFF; }
/* 当前位置 */
.current_location { width:718px; height:35px; line-height:35px; color:#0B3B7D; }
.current_location a { color:#0B3B7D; }
.current_location .current_channel { }
/* 首页幻灯 */
#banner_main01 { width:1000px; background:url(images/banner_bg.png) no-repeat; margin:0 auto; margin-top:10px; }
#banner01 { width:970px; padding:15px; }
#banner01 img { width:970px; }
/* 其他幻灯 */
#banner_main { width:1000px; background:url(images/banner_bg01.png) no-repeat; margin:0 auto; margin-top:10px; }
#banner { width:970px; padding:15px; }
#banner img { width:970px; }
/* 主体 */
#content_main { }
#content_title { width:1000px; height:20px; background:url(images/content_title.png) no-repeat; margin:0 auto; }
#content_body01 { width:1000px; background:url(images/content_body.png) repeat-y; margin:0 auto; }
#content_body { margin:0 auto; width:970px; }
#content_bottom { width:1000px; height:20px; background:url(images/content_bottom.png) no-repeat; margin:0 auto; }
/*网站首页*/
#index { float:left; width:303px; margin-top:10px; }
.index_title { height:35px; line-height:35px; border-bottom:1px solid #e5e5e5; }
.index_body { height:150px; overflow:hidden; zoom:1; padding:20px 5px; background:url(images/index_bg.jpg) no-repeat; }
.index_body_midle { height:150px; overflow:hidden; zoom:1; padding:20px 5px; background:url(images/midle_bg.jpg) no-repeat; }
.index_body_right { height:150px; overflow:hidden; zoom:1; padding:20px 5px; background:url(images/right_bg.jpg) no-repeat; }
.index_bottom { height:10px; }
.CLBlue { font-size:16px; color:#01a6eb; }
.CLOrange { font-size:16px; color:#ff6600; }
.CLGreen { font-size:16px; color:#40aa00; }
/*首页中间模块*/
#midle { float:left; width:30px; margin-top:10px; }

/*主体左侧*/
#left { float:left; width:230px; margin-top:10px; }
.left_title { height:35px; line-height:35px; background:url(images/left_title_bg.png) no-repeat;  padding:0 10px; }
.left_title h2 { font-size:14px; color:#00a0e9; line-height:35px; }
.left_title h2 a { font-size:14px; color:#00a0e9; }
.left_body { overflow:hidden; zoom:1; padding:10px 10px; background:url(images/left_body_bg.png) repeat-y; }
.left_body .form_text { width:140px; }
.left_body .form_textarea { width:140px; }
.left_bottom { height:35px; background:url(images/left_bottom_bg.png) no-repeat; }
/*主体右侧*/
#right { float:right; width:718px; padding-left:15px; margin-top:10px; }
.right_title { background:url(images/right_title_bg.png) left no-repeat; height:35px; line-height:35px; padding:0 10px; }
.right_title h2 { font-size:14px; color:#00a0e9; }
.right_body { padding:10px 10px; overflow:hidden; zoom:1; background:url(images/right_body_bg.png) repeat-y; }
.right_bottom { height:35px; background:url(images/right_bottom_bg.png) no-repeat; }
/* 底部导航 */
#bottom_navigation { width:978px; margin:5px auto; height:26px; line-height:26px; background:#e6edef; border:1px solid #e8e8e8; text-align:left; }
#bottom_navigation a { padding:0 20px; color:#333333; }
/* 版权信息 */
#copyright_main { background:url(images/foot_bg.jpg) center repeat-x; height:100px; margin-top:20px; }
#copyright { width:980px; margin:0 auto; padding:20px 0; }
/* 留言 */
.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_common01 li { line-height:30px; padding-left:10px; background:url(images/ul_left_common01.gif) left no-repeat; }
/*左侧通用列表*/
.ul_left_common li { line-height:30px; border-bottom:1px dashed #CCC; padding-left:15px; background:url(images/ul_left_common.gif) left no-repeat; }
/*产品列表*/
.productslist li { float:left; text-align:center; padding:4px; }
.productslist li img { padding:5px; border:1px solid #dadada; width:210px; height:180px; }
.productslist li a { line-height:22px; }
.productslist li a:hover img { border:1px solid #cc0000; }
.productslist_detail { }
.productslist_detail_layout { border-collapse:collapse; width:100%; margin-bottom:10px; }
.productslist_detail_pic { padding:5px; border:1px solid #dadada; width:160px; height:120px; float:left; margin-right:10px; }
.productslist_detail a:hover .productslist_detail_pic { border:1px solid #cc0000; }
.productslist_detail_title { font-size:14px; line-height:30px; border-bottom:1px dashed #999; background:url(images/productslist.gif) left no-repeat; padding-left:15px; }
.productslist_detail_content { }
.productslist_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; margin-bottom:10px; line-height:26px; }
.productslist_detail_intro a { color:#999; }
/*推荐产品列表*/
.dropList dl dt { line-height:26px; border-bottom:1px dashed #CCC; padding-left:15px; background:url(images/ul_left_common.gif) left no-repeat; }
.dropList dl dd { }
.dropList dl dd img { padding:4px; border:1px solid #999999; width:206px; margin-top:3px; }
.dropList dl dd a:hover img { border:1px solid #cc0000; }
/*下载列表*/
.downloadlist li { line-height:30px; border-bottom:1px dashed #999; background:url(images/downloadlist.gif) left no-repeat; padding-left:15px; }
.downloadlist_detail { }
.downloadlist_detail_layout { border-collapse:collapse; width:100%; margin-bottom:10px; }
.downloadlist_detail_pic { padding:4px; border:1px solid #999999; width:140px; height:105px; float:left; margin-right:10px; }
.downloadlist_detail a:hover .downloadlist_detail_pic { border:1px solid #cc0000; }
.downloadlist_detail_title { font-size:14px; line-height:30px; border-bottom:1px dashed #999; background:url(images/downloadlist.gif) left no-repeat; padding-left:15px; }
.downloadlist_detail_content { }
.downloadlist_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; margin-bottom:10px; line-height:26px; }
.downloadlist_detail_intro a { color:#999; }
/*案例列表*/
.caselist li { line-height:30px; border-bottom:1px dashed #999; background:url(images/caselist.gif) left no-repeat; padding-left:15px; }
.caselist_detail { }
.caselist_detail_layout { border-collapse:collapse; width:100%; margin-bottom:10px; }
.caselist_detail_pic { padding:4px; border:1px solid #999999; width:160px; height:120px; float:left; margin-right:10px; }
.caselist_detail a:hover .caselist_detail_pic { border:1px solid #cc0000; }
.caselist_detail_title { font-size:14px; line-height:30px; border-bottom:1px dashed #999; background:url(images/caselist.gif) left no-repeat; padding-left:10px; }
.caselist_detail_content { }
.caselist_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; margin-bottom:10px; line-height:26px; }
.caselist_detail_intro a { color:#999; }
/*新闻列表*/
.newslist li { line-height:30px; border-bottom:1px dashed #999; padding-left:15px; background:url(images/newslist.gif) left no-repeat; }
.newslist_detail { }
.newslist_detail_title { font-size:14px; font-weight:bold; line-height:30px; border-bottom:1px dashed #999; padding-left:15px; background:url(images/newslist.gif) 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:30px; border-bottom:1px dashed #CCC; padding-left:15px; background:url(images/noticelist.gif) left no-repeat; }
/*分类列表 - 无限级分类*/
.channel_list_infinite { }
.channel_list_infinite li { line-height:30px; padding:1px; border-bottom:1px dashed #E3E3E1; }
.channel_list_infinite li a { display:block; padding:0 10px; }
.channel_list_infinite li a:hover { background:#00a0e9; color:#FFF; text-decoration:none; }
.channel_list_infinite #current_channel_infinite a { background:#00a0e9; font-weight:bold; color:#FFF; }
.channel_level1{ font-size:14px; }
.channel_level2{ font-size:14px; }
.channel_level3{ font-size:14px; }
/*分类列表 - 递推一级分类*/
.channel_list_recursion { }
.channel_list_recursion li { line-height:30px; padding:1px; border-bottom:1px dashed #E3E3E1; }
.channel_list_recursion li a { display:block; padding:0 10px; }
.channel_list_recursion li a:hover { background:#00a0e9; color:#FFF; text-decoration:none; }
.channel_list_recursion #current_channel_recursion a { background:#00a0e9; font-weight:bold; 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 dashed #CCC; line-height:30px; }
#info_intro a { color:#999; }
#info_content { padding:10px 0; }
#info_extra { padding:10px 0; }
#info_pic { width:360px; }
#info_around { background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; }
#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: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:132px; }
#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(images/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; }
/* 漂浮的客服 */
#online_support_main { z-index:9999; left:-134px; width:159px; position: absolute;}
#online_support { display:block; overflow:hidden; width:159px; zoom:1; }
#online_support_content { display: inline; float: left; overflow:hidden; width:134px; zoom:1; }
#online_support_title { height:29px; background:url(images/online_support_title.png) no-repeat; }
#online_support_body { min-height:100px; background:url(images/online_support_body.jpg) repeat-y; padding:10px; text-align:center; }
#online_support_bottom { height:20px; background:url(images/online_support_bottom.jpg) no-repeat; }
#online_support_button { display:inline; background:url(images/online_support_button.png) no-repeat; float:right; margin-top:29px; width:25px; height:88px }
/*分页样式*/
.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:#07a3e9; color:#FFF; }
#total { color:red; }