﻿@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:#003BD3; }
p { line-height:22px; }
/* 顶部 */
#top { width:998px; margin:0 auto; }
.logo { float:left; width:641px; }
.top_more { float:right; padding:14px 0 0; }
.top_more h1 { text-align:right; line-height:22px; font-weight:normal; font-size:12px; height:22px; }
.top_search { height:23px; width:198px; background:url(images/top_search.png) no-repeat; margin:5px 0 0; }
#top_text { border:none; background:none; height:23px; line-height:23px; padding:0 0 0 10px; width:144px; float:left; position:absolute; }
#top_submit { width:44px; height:23px; border:none; background:none; float:right; position:relative; color:#fff; font-size:12px; line-height:20px; text-align:center; }
/* 导航 */
#navigation { height:42px; width:998px; margin:0 auto; background:#005caa; }
#navigation ul #navigation_home { float:left; line-height:42px; text-align:center; }
#navigation ul .main_nav { float:left; line-height:42px; text-align:center; background:url(images/nav_li.jpg) left no-repeat; padding-left:2px; }
#navigation ul li a { width:123px; display:block; font-size:14px; font-weight:bold; color:#fff; font-family:"微软雅黑";}
#navigation ul li a:hover { text-decoration:none; color:#FFF; background:#0156e7; }
#navigation ul .current_navigation { background:#0156e7; color:#FFF; }
/*导航栏下拉*/
#navigation ul li ul { display:none; position:absolute; background:#005CAA; z-index:100; border-bottom:#014983 solid 1px;}
#navigation ul li ul li { line-height:30px; height:30px; border-bottom:#014983 solid 1px;}
#navigation ul li ul li a { font-weight:normal; color:#fff; font-size:12px;}
#navigation ul li ul li a:hover { text-decoration:none; font-size:12px; color:#fff; background:#0156E7; font-weight:bold; }
/* 幻灯 */
#banner_main { width:998px; margin:0 auto; }
#banner_title { }
#banner_body { }
#banner_body img { width:998px; }
#banner_bottom { }
/* 主体 */
#content { width:998px; margin:5px auto; }
/*首页CSS*/
#index { width:998px; margin:20px auto; }
.ia { float:left; width:220px; height:260px; border:1px solid #ccc; background:url(images/i_bg.png) repeat-x left bottom; padding:0 10px; }
#index h1 { font-size:14px; line-height:38px; font-family:"微软雅黑"; color:#003bca; }
.ia_search { height:18px; }
#ia_text { border:1px solid #7e9db9; background:none; height:16px; line-height:16px; padding:0 5px; width:150px; float:left; position:absolute; }
#ia_submit { width:15px; height:18px; border:none; background:url(images/ia_submit.png) no-repeat center; float:right; position:relative; font-size:0px; margin:0 40px 0 0;}
.ia ul { margin:16px 0 0; border-top:1px solid #ccc; padding:10px 0 0; height:156px; }
.ia li { line-height:24px; background:url(images/ia_li.png) left center no-repeat; font-weight:bold; padding:0 0 0 10px; }
#index h2 { line-height:12px; height:12px; font-size:12px; font-weight:normal; text-align:right; padding:0 6px 0 0; background:url(images/i_h2.png) no-repeat right center; }

.ib { height:260px; float:left; width:240px; padding:0 10px; border:1px solid #ccc; margin:0 0 0 -1px; background:url(images/i_bg.png) repeat-x left bottom; }
.ib h3 { height:90px; overflow:hidden; font-size:12px; color:#003BD3; }
.ib h3 p { line-height:22px; font-family:"微软雅黑"; }
.ib ul { height:110px; }
.ib li { line-height:24px; background:url(images/ia_li.png) left center no-repeat; font-weight:bold; padding:0 0 0 10px; width: 110px; float: left; height: 24px; display: block;}

.ic { float:left; margin:0 0 0 10px; height:260px; width:230px; padding:0 10px; border:1px solid #ccc; background:url(images/i_bg.png) repeat-x left bottom; }
.ic ul { height:201px; }
.ic li { line-height:20px; background:url(images/ia_li.png) left center no-repeat; padding:0 0 0 10px; height:20px; overflow:hidden; }

.id { float:right; height:262px; width:223px; }
.idt { border:1px solid #ccc; width:201px; padding:0 10px; height:116px; background:url(images/idt.png) no-repeat;  }
#index .idt h1 { line-height:33px; padding:0 0 0 5px; }
.idt li { line-height:27px; padding:0 0 1px; height:27px; padding:0 0 1px 14px; }
.id img { width:100%; padding:64px 0 0; }
/* 版权信息 */
#copy { margin:20px auto 0; padding:5px 0 10px; border-top:1px solid #CCC; width:998px; color:#666; text-align:center; }
/* 当前位置 */
.current_location {width:968px; text-align:right; padding-right:10px; margin:3px auto; background:url(images/current_location.jpg) repeat-x; height:24px; line-height:24px; border:1px solid #D8D8D9; color:#333333; }
.current_location a { color:#333333; }
.current_location .current_channel { font-weight:bold; color:red; }
/*主体左侧*/
#left { float:left; width:248px; }
.left_title { height:33px; line-height:33px; background:url(images/left_title_bg.jpg) no-repeat; padding:0 15px; }
.left_title h2 { font-size:14px; color:#FFF; line-height:33px; padding-left:32px; }
.left_body { overflow:hidden; zoom:1; border:1px solid #ccc; border-top:none; }
.ac_body { overflow:hidden; zoom:1; border:1px solid #ccc; border-top:none; padding:5px 8px; }
.left_body .form_text { width:120px; }
.left_body .form_textarea { width:120px; }
.left_bottom { height:15px; }
/*主体右侧*/
#right { float:right; width:722px; }
.right_title { background:url(images/right_title_bg.jpg) no-repeat; height:32px; line-height:32px; padding:0 10px; }
.right_title h2 { font-size:12px; color:#000; padding-left:20px; }
.right_body { padding:10px; overflow:hidden; zoom:1; }
.right_bottom { height:10px; }
/*新闻列表*/
.news li { line-height:30px; border-bottom:1px dashed #999; padding-left:15px; background:url(images/newslist.gif) left no-repeat; }
/*产品列表*/
.pro li { float:left; text-align:center; margin:16px 8px; border:1px solid #999999; }
.pro li img { padding:30px 2px; width:150px; height:150px; }
.pro li a { line-height:22px; font-size:13px; }
.pro li a:hover img { }
/*案例列表*/
.picture {  }
.picture li { width:214px; height:214px; float:left; margin:10px; }
.picture img { width:214px; height:214px; }
.picture li a { width:214px; height:214px; float:left; }
.picture li a:hover { width:214px; height:214px; float:left; }
/*分类列表 - 递推一级分类*/
.channel_list_recursion { }
.channel_list_recursion li { line-height:31px; padding:1px 1px 1px 20px; font-weight:bold; }
.channel_list_recursion li a { display:block; padding:0 0 0 25px; background:url(images/category_bg.jpg) left center no-repeat;  }
.channel_list_recursion li a:hover { background:url(images/category_hover.jpg) left center no-repeat; color:#003BD3; text-decoration:none; }
.channel_list_recursion #current_channel_recursion a { background:url(images/category_hover.jpg) left center no-repeat; font-weight:bold; color:#003BD3; }

.channel_list { text-decoration:none; }
.channel_list dt { line-height:31px; padding:1px 1px 1px 20px; font-weight:bold; }
.channel_list dt a { display:block; padding:0 0 0 25px; background:url(images/category_bg.jpg) left center no-repeat; }
.channel_list dt a:hover { background:url(images/category_hover.jpg) left center no-repeat; color:#003BD3; text-decoration:none; }
.channel_list .c1_c1 { background:url(images/category_hover.jpg) left center no-repeat; font-weight:bold; color:#003BD3; }
.channel_list dd { line-height:20px; } 
.channel_list dd a { display:block; background:url(images/category_bg.jpg) 36px center no-repeat; padding-left:60px; }
.channel_list dd a:hover { background:url(images/category_hover.jpg) 36px center no-repeat; color:#003BD3; text-decoration:none; }
.channel_list .c2_c2 { background:url(images/category_hover.jpg) 36px center no-repeat; color:#003BD3; }
/*信息详情页*/
#info_name { font-size:22px; font-weight:normal; text-align:center; line-height:40px; color:#003BD3; }
#info_intro { text-align:center; color:#003BD3; border-bottom:1px solid #003BD3; line-height:30px; }
#info_intro a { color:#003BD3; }
#info_content { padding:10px 0; font-size:14px; }
#info_around { padding:5px; border:1px solid #003BD3; }

.pt { margin:20px 0 0; }
.pl { float:left; width:352px; }
.pr { float:right; width:350px; }
.pr h1 { line-height:36px; font-size:22px; font-weight:normal; color:#003BD3; }
.pr h2 { padding:10px 0 0; }
.pr h3 { padding:10px 0 0;  }

.pb { background:url(images/right_title_bg1.jpg) no-repeat; height:32px; line-height:32px; padding:0 10px; margin:30px 0 0; }
.anli { font-size:14px; color:#666; float:right; margin-right:375px; padding:0 10px; font-weight:bold; line-height:30px; height:30px; }
.anli a { color:#666; line-height:30px; height:30px; }
.anli a:hover { text-decoration:none;  line-height:30px; height:30px; }
#slide_navigation { overflow: hidden; zoom:1; }
#slide_navigation li { height:30px; float:left; line-height:30px; padding:1px; }
#slide_navigation li a { display:block; padding:0 10px; text-align:center; font-size:14px; color:#666; font-weight:bold; }
#slide_navigation li a:hover { text-decoration:none; color:#FFF; background:#464f93; }
#slide_navigation li .slide_current { color:#FFF; background:#464f93; }
#slide_content { margin:0 0 20px; }
.pc { padding:10px; overflow:hidden; zoom:1; border:1px solid #ccc; border-top:none; }


.search { width:400px; height:40px; margin:0 auto; }
#form_text_search { border:1px solid #CCC; height:38px; line-height:38px; padding:0 5px; width:320px; position:absolute; float:left; font-size:16px; }
#form_submit_search { width:68px; height:40px; border:1px solid #CCC; background:#464f93; color:#fff; position:relative; float:right; font-size:22px; }
.searchlist li { line-height:30px; border-bottom:1px dashed #999; }

#sitemap li { padding:1px; }
#sitemap li a { line-height:22px; display:block; padding:0 20px; border:1px solid #464f93; }
#sitemap li a:hover { text-decoration:none; background:#464f93; color:#fff; }
/*表单相关*/
input { font-family:"arial","宋体"; 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: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: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:30px; background:#0056a6; 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:#0056a6; 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; }

#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; color:#003BD3; }
.page_turner a, .page_turner span { float:left; display:block; border:1px solid #003BD3; 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:#003BD3; color:#FFF; }
#total { color:#003BD3; }

/*友情*/
.ilink { height:30px; width:1000px; margin:20px auto 0; overflow:hidden; }
.ilink h2 { float:left; fon-size:12px; font-weight:normal; line-height:13px; }
.ilink li { float:left; margin:0 0 0 20px; }
.ilink li a:hover img { padding:3px; border:2px solid #ff0000; }