@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-family:"宋体"; font-size:12px; }
#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:none;
	color:#666;
}
p { line-height:26px; }
/* 顶部 */
#top_menu_main { background:rgb(238, 238, 238); height:27px; border-bottom:1px solid #ccc; }
#top_menu {width:980px; margin:0 auto; height:27px; line-height:27px; padding:0 10px; }
#top_menu_left { float:left; width:430px;}
#top_menu_right { float:right; width:430px; text-align:right; }
#top_main {  }
#top {width:980px; margin:0 auto; }
#top_logo { float:left; height:75px; width:370px; }
#top_time { height:75px; padding-top:20px; text-align:right; }
/* 导航 */
#navigation_main { height:38px; background:url(../images/lcms_1.gif) repeat-x; font-family:"Microsoft YaHei"; }
#navigation { height:38px; width:980px; margin:0 auto; background:url(../images/lcms_1.gif) repeat-x;}
#navigation ul #navigation_home { float:left; line-height:38px; text-align:center; }
#navigation ul .main_nav { float:left; line-height:38px; text-align:center; background:url(../images/line.jpg) left no-repeat; padding-left:2px; }
#navigation ul li a { width:118px; display:block; font-size:14px;  color:#FFF; height:38px; font-family:"Microsoft YaHei"; }
#navigation ul li a:hover {
	background:url(../images/lcms_3.gif) center no-repeat; height:38px;
    color: #CF0;
    font-size: 14px;
    text-decoration: none;
	 }
#navigation ul .current_navigation {
	background:url(../images/lcms_3.gif) center no-repeat; height:38px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
	}
#navigation .lefbg{    
	
    float: left;
    height: 38px;
    width: 4px;}
#navigation .rigbg{
	
    float: right;
    height: 38px;
    width: 4px;
	}
/*导航栏下拉*/
#navigation ul li ul { display:none; position:absolute; background:#4b4b4b;opacity: .80;filter: alpha(opacity=80); padding:2px 0; border:0px solid red; border-top:0px; z-index:100;}
#navigation ul li ul li { line-height:20px; width:100px; background:#4b4b4b;opacity: .80;filter: alpha(opacity=80);}
#navigation ul li ul li a { font-weight:normal; color:#fff; font-size:14px;  height:25px; width:100px; }
#navigation ul li ul li a:hover {  background:rgb(245,28,23); font-size:14px; color: #CF0; height:25px; width:100px; }
/* 当前位置 */
.current_location {width:970px; padding-left: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; }
/* 幻灯 */
#banner_main { margin-top:5px; }
#banner { width:980px; border:0px solid #D4D4D4; margin:0 auto; margin-top:0px; }
#banner img { }
/*Js幻灯片样式*/
#banner_main {position:relative; border:0px solid blue;  }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}
.bannerlist{}
.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}
.bannerlist li img{ margin:0 auto; display:block; }
#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }
#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:35px; height:8px; 
background:#CCC; margin-right:15px; overflow:hidden; font-size:0px;}
#banner_main .hd ul li.on{  background:#000;}
/* 主体 */
#content_main { width:980px; margin:0 auto; }
#content_title { display:none; }
#content_body { margin:5px auto; }
#content_bottom { display:none; }
/*主体左侧*/
#left { float:left; width:242px; }
#left_h { display:none; }
#left_b { }
#left_f { display:none; }
.left_title { height:48px; line-height:36px; background:url(../images/left_title_bg.jpg) no-repeat; padding:0 15px; }
.left_title h2 { font-size:14px; color:#000; line-height:48px; }
.left_title a { color:#FFF; }
.left_body { overflow:hidden; zoom:1; background:url(../images/left_body_bg.jpg) repeat-y; border-top:none; padding:9px; }
.left_bottom { height:35px; background:url(../images/left_bottom.jpg) no-repeat;  margin-bottom: 5px;}
/*主体右侧*/
#right { float:right; width:730px; background:#FFF; }
#right_h { display:none; }
#right_b { }
#right_f { display:none; }
.right_title { background:url(../images/title_bgr_silver.gif) repeat-x; height:31px; line-height:30px; border:1px solid #D4D4D4; padding:0 10px; }
.right_title h2 {
	font-size:14px;
	color:#666;
}
.right_body { padding:10px; overflow:hidden; zoom:1; border:1px solid #D4D4D4;}
.right_bottom { height:10px; }
/*通用内容块*/
.c_title { background:url(../images/title_bgr_silver.gif) repeat-x; height:28px; line-height:28px; border:1px solid #D4D4D4; padding:0 10px; }
.c_title h2 {
	font-size:14px;
	color:#666;
}
.c_body { padding:10px; overflow:hidden; zoom:1; border:1px solid #D4D4D4; border-top:none; }
.c_bottom { height:10px; }
/* 友情链接 */
#link_main { width:980px; margin:0 auto; }
#link_title { background:url(../images/title_bgr_silver.gif) repeat-x; border:1px solid #D4D4D4; height:28px; line-height:28px; padding:0 9px; }
#link_title a {color:#666;}
#link_title h2 {font-size:14px;color:#666;
}
#link_body { border:1px solid #D4D4D4; border-top:none; padding:5px; }
#link_pic { overflow:auto; zoom:1; }
#link_pic ul li { float:left; padding:1px 3px; text-align:center; width:115px}
#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 3px; }
#link_text a { display:block; line-height:22px; width:115px; background:#EDEDED; }
#link_bottom { }
/* 底部导航 */
#bottom_navigation {width:980px; margin:0 auto; height:26px; line-height:26px; border:1px solid #D0D0D0; text-align:center; }
#bottom_navigation a { color:#333333; }
/* 版权信息 */
#copyright_main {margin:0 auto; background:url(../images/footer_bg.gif) repeat-x;}
#copyright { width:980px; margin:10px auto; padding:5px 0; border-top:1px solid #CCC; }
/* 留言 */
.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:26px; border-bottom:1px dashed #CCC; padding-left:10px; background:url(../images/ul_left_common.gif) 2px 11px no-repeat; height:26px; overflow:hidden}
/*图片列表[简约]*/
.picture_list li { float:left; text-align:center; padding:4px; }
.picture_list li img { padding:4px; border:1px solid #999999; width:156px; height:117px; }
.picture_list li a { line-height:22px; }
.picture_list li a:hover img { border:1px solid #cc0000; }
/*图片列表[详细]*/
.picture_list_detail { border:1px solid #CCC; padding:5px; margin-bottom:10px; }
.picture_list_detail_left { width:180px; float:left; }
.picture_list_detail_right { width:510px; float:right; }
.picture_list_detail_pic { padding:4px; border:1px solid #999999; width:160px; height:120px; }
.picture_list_detail a:hover .picture_list_detail_pic { border:1px solid #cc0000; }
.picture_list_detail_title { line-height:32px; border-bottom:1px dashed #999; background:url(../images/picture_list.gif) left no-repeat; padding-left:15px; font-size:14px; }
.picture_list_detail_content { padding:5px; }
.picture_list_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; line-height:26px; }
.picture_list_detail_intro a { color:#999; }
/*图片列表[超细]*/
.picture_list_sdetail { border:1px solid #EDEDED; padding:5px; margin-bottom:10px; }
.picture_list_sdetail_left { width:180px; float:left; }
.picture_list_sdetail_right { width:510px; float:right; }
.picture_list_sdetail_pic { padding:4px; border:1px solid #999999; width:160px; height:120px; }
.picture_list_sdetail a:hover .picture_list_sdetail_pic { border:1px solid #cc0000; }
.picture_list_sdetail_title { font-size:14px; line-height:26px; border-bottom:1px dashed #999; background:url(../images/picture_list.gif) left no-repeat; padding-left:15px; }
.picture_list_sdetail_parameter { padding:5px; }
.picture_list_sdetail_content { padding:5px; border:1px dashed #999; }
.picture_list_sdetail_intro { text-align:right; color:#999; line-height:26px; }
.picture_list_sdetail_intro a { color:#999; }
/*推荐图片列表*/
.dropList dl dt { line-height:26px; border-bottom:1px dashed #CCC; padding-left:10px; background:url(../images/ul_left_common.gif) left no-repeat; }
.dropList dl dd { }
.dropList dl dd img { padding:4px; border:1px solid #999999; width:200px; margin-top:3px; }
.dropList dl dd a:hover img { border:1px solid #cc0000; }
/*文章列表*/
.article_list li { line-height:30px; border-bottom:1px dashed #999; padding-left:15px; background:url(../images/article_list.gif) left no-repeat; }
.article_list_detail { padding:0 10px; border:1px solid #CCC; margin-bottom:10px; }
.article_list_detail_title { font-size:12px; line-height:32px; border-bottom:1px dashed #999; padding-left:15px; background:url(../images/article_list.gif) left no-repeat; font-size:14px; }
.article_list_detail_content { padding:5px; }
.article_list_detail_intro { text-align:right; color:#999; border-top:1px dashed #999; line-height:26px; }
.article_list_detail_intro a { color:#999; }

/*带缩略图文字列表*/
.thumblist{}
.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:5px;}
.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }
.thumblist li a:hover img { border:1px solid #034b9f; }
.thumblist li .InfoTitle{color:#000000;}
.thumblist li p{ text-indent:2em; height:10em; overflow:hidden; line-height:2em; }
/*评论列表*/
.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_infinite { }
.channel_list_infinite li { line-height:22px; padding-bottom:5px; }
.channel_list_infinite li a { background:url(../images/left_ico.jpg) left no-repeat;  display:block; padding:0 40px; line-height:29px; }
.channel_list_infinite li a:hover { text-decoration:none; color:red; }
.channel_list_infinite #current_channel_infinite a { color:red; font-weight:bold; }
.channel_level1{ font-size:12px; font-weight:bold;}
.channel_level2{ font-size:12px; text-indent:15px;}
.channel_level3{ font-size:12px; text-indent:30px}
.channel_level4{ font-size:12px; text-indent:45px}
/*分类列表 - 递推一级分类*/
.channel_list_recursion { }
.channel_list_recursion li { line-height:22px; padding:2px; border-bottom:1px solid #D7D7D7; }
.channel_list_recursion li a { display:block; padding:0 10px; line-height:22px; }
.channel_list_recursion li a:hover { background:#824b94; color:#0F56A8; text-decoration:none; color:#FFF; }
.channel_list_recursion #current_channel_recursion a { background:#824b94; color:#0F56A8; 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:center; 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; line-height:2em; }
#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 { width:480px; padding:5px; border:1px solid #CCC; }
#info_around { padding:5px; background:#f6eaf6; border:1px solid #D4D4D4; }
#info_comment { text-align:right; padding:20px 0; }
/*无缝滚动*/
#scrollleft { overflow:hidden; width:100%; }
#scrollleft .scrollmain { float:left; width:1000%; }
#scroll_a { float:left; }
#scroll_b { float:left; }
/*滑动门*/
#slide_navigation { overflow: hidden; zoom:1; }
#slide_navigation li { height:28px; float:left; line-height:28px; padding:0 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-color: #824b94;}
#slide_navigation li .slide_current {
	color:#FFF;
	background-color: #824b94;
}
#slide_content { }
#sitemap li { padding:1px; }
#sitemap li a { background:#f6eaf6; line-height:22px; display:block; padding:0 20px; border:1px solid #D4D4D4; }
#sitemap li a:hover { text-decoration:none; background:#D4D4D4; }
/*表单相关*/
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; margin:3px 0;}
.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:120px; }
#form_text_search1 {  height:26px; line-height:26px; width:300px; font-size:14px;}
#form_submit_search { width:60px; height:26px; border:1px solid #CCCCCC; background:#FFF; }
#form_submit_search1 { width:60px; height:26px;  background:rgb(228, 58, 61);border:none; color:#fff; font-size:14px; }
#Topsearchform {  height:30px; }
.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; cursor:pointer}
.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; left:-163px; width:197px; position:absolute }
#online_support { display:block; overflow:hidden; width:197px; zoom: 1; }
#online_support_content { display: inline; float: left; overflow: hidden; width: 163px; zoom: 1 }
#online_support_title { height:34px; background:url(../images/online_support_title.jpg) 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.jpg) no-repeat; float:right; margin-top:33px; width:34px; height:96px }
/*分页样式*/
.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{ background:#CC0001; color:#FFF; }
.page_turner .current{ background:#CC0001; color:#FFF;}
#total { color:red; }

/*产品列表*/
.productslist li { float:left; text-align:center; }
.productslist li img {  border:1px solid #999999; width:165px; }
.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:4px; border:1px solid #999999; 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:26px; 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; }

/*下载列表*/

a.Joblink {font-size: 12px;color:#F60;text-decoration:none;}
a:hover.Joblink {color: #014597;text-decoration: none;}

.joblist {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px auto 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.joblist LI {
	BORDER-BOTTOM: #dadbd6 1px dotted; PADDING-BOTTOM: 10px; LIST-STYLE-TYPE: none; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; OVERFLOW: hidden; PADDING-TOP: 10px
}
	
.formlist3 TD {
	line-height: 180%;
    padding: 5px 0 5px 10px;
}
.formlist3 .t1{width:25%; text-align:left;} 
.formlist3 .t2{width:25%; text-align:right;COLOR: #014597;FONT-WEIGHT: bold; } 
.formlist3 .t3{width:25%; text-align:left;} 
.formlist3 TD.line {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; 
	WIDTH: 20%; PADDING-RIGHT: 0px; COLOR: #014597; 
	FONT-WEIGHT: bold; 
	BORDER-RIGHT: #dadbd6 2px solid; 
	PADDING-TOP: 5px
}
.formlist3 TD p{ padding:0 0;}
A.infolist_orning {
	COLOR: #fe6c00; FONT-SIZE: 12px; TEXT-DECORATION: underline
}
A.infolist_orning:hover {
	COLOR: #2c45b5; FONT-SIZE: 12px; TEXT-DECORATION: none
}
.strong {
	FONT-WEIGHT: bold
}
.left {
	TEXT-ALIGN: left
}
.colorgreen {
	COLOR: #0f66cd
}
TABLE {
    border-collapse: collapse;
}
.formlist3 TR {
	PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px
}

.right {
	TEXT-ALIGN: right
}
.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:13px; line-height:26px; 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; }


.dianmian_jpg a {
    color: #000000;
    display: block;
    padding:6px;
    text-align: center;
    width: 162px;
}
.dianmian_jpg img{
	border: 1px solid #C5C5C5;
	}
	
.dianmian_jpg a:hover {color:red}

.diammian_jpg_title {
    color: #343434;
    line-height: 28px;
    margin-top: 3px;
}
A.btninfo1 {
    background: url("../images/botton_order_bg.jpg") no-repeat scroll 0 -33px transparent;
    border-width: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    padding-left: 28px;
    width: 120px;
}

/*新闻列表*/
.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; line-height:26px; 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; }

/*视频列表*/
.videolist{ }
.videolist li { width:339px; float:left; padding:0px 6px; text-align:center; overflow:hidden;display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;}
.videolist li img { border:1px solid #999999; width:335px; /*height:165px;*/}
.videolist li a { white-space:nowrap; line-height:28px;}