﻿/*------------------------全局--------------------*/
html{
	background:#FFFFFF;
	}

body{
	margin:0px auto;
	width:100%; 
	font-size:12px;
	background:url(../images/bg_body.png) 0px 334px repeat-x;
	color:#666666;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
img,form,ul,p{
	margin:0px;
	padding:0px;
	border:0px;
	}
input,textarea,select {
	color:#666666;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

a{ 
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#FF3300;
	}
/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}

/*通用_页面头部--------------------------*/
#header{margin:0px auto;
	overflow:hidden;

	width:100%; 
	background:url(../images/head_bg.jpg) 0px 82px no-repeat;
	}

/*LOGO*/
.header_logo{
	float:left;
	width:510px;
	height:58px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
	}
	
/*小字链接*/
.header_link{
	float:left;
	padding:22px 0px 20px 0px;
	width:486px;
	height:40px;
	text-align:right;
	}

/*主菜单，有下拉*/

#mainMenu{
	float:left;
	list-style-type:none;
	margin-left:2px;
	background:url(../images/bg_01.jpg);
	}
#mainMenu ul li{
	float:left;
	width:102px;
	list-style:none; 
	background:url(../images/head_mainmenu_bg1.jpg);
	}
#mainMenu ul li a{
	display:block;
	padding-top:12px;
	width:102px;
	height:24px;
	text-align:center;
	color:#FFFFFF;
	}
#mainMenu ul li:hover ul,/*解决无法缩回二级导航菜单问题*/
#mainMenu ul li a:hover{
	background:url(../images/head_mainmenu_bg2.jpg);
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:100px;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:100px;
	height:24px;
	border-top:1px solid #FFFFFF;
	background:#DA0000;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:6px 6px 6px 6px;
	width:88px;
	height:12px;
	text-align:left;
	}
#mainMenu ul li ul li a:hover{
	background: #F70000;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
	
/*检查会员是否登录*/
.header_checkmember{
	float:right;
	margin:0px;
	padding:11px 21px 13px 16px;
	height:12px;
	color:#fff;
	}
.header_checkmember a{
	color:#fff;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:left;
	padding:1px 0px;
	width:1002px;
	height:220px;
	}

/*通用_页面底部--------------------------*/
#footer{
	margin:5px auto;
	padding:0px;
	width:980px;
	height:80px;
	border-top:1px solid #E6E6E6;
	color:#999999;
	text-align:left;
	line-height:100%;
	background-color: #F3F4F6;
	background-image: url(../images/bg_copyright.gif);
	background-repeat: no-repeat;
	background-position: 233px 20px;
	}
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:204px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	float:left;
	padding:20px 20px 0px 40px;
	width:590px;
	height:60px;
	text-align:left;
	line-height:150%;
	}

	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:0px auto;
	width:980px;

	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:15px auto;
	width:1002px;
	background-image: url(../images/bg_bodyer_page.gif);
	background-repeat: repeat-y;
	background-position: 233px 0px;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	width:218px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-repeat: repeat-y;
	background-position: 233px 0px;
	background-image: url(../images/bg_bodyer_index.gif);
	}

/*第二边栏*/
#subSidebar{
	float:left;
	width:216px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	width:730px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-position: 740px 0px;
	background-image: url(../images/bg_bodyer_index.gif);
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	width:726px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
#pageBody table {table-layout: fixed;word-wrap:break-word;}
#pageBody td(word-break: break-all; word-wrap:break-word;)
#pageBody div {word-wrap:break-word;}


/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:6px;
	}
	
/*栏目块的名称*/
.subject_name{ height:24px;background:url(../Images/subject_menu.gif) no-repeat 6px 2px;
	margin-bottom:6px;
	}
h1{font-size:16px;padding-left:28px;margin-top:4px;}

.subject_member { background:url(../images/line_02.gif); padding:0 12px 2px 12px; border:1px solid #E1E1E1;}

.subject_member li{ background:url(../Images/arrow_04.gif) no-repeat 0 50%;
	padding-left:15px;
}
.subject_member li a{ text-decoration:underline;}


/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../images/user_login.gif) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:138px;
	height:14px;
	border:1px solid #CCCCCC;
	}
.memberLogin div{
	margin:10px 0px 6px;
	text-align:center;
	}
.memberLogin div a{
	text-decoration:underline;
	}

/*公告*/
.announce{
	background:url(../images/line_02.gif); 
	}
.announce img{
	vertical-align: middle;
	}
	
/*服务*/
.service{
	}
	
/*友情链接*/
.links img{
	margin-bottom:8px;
	}
/*最新动态*/
.news{	border-top:1px solid #E1E1E1;
	}
	
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:8px 0px 12px;
	height:150px;
	line-height:21px;
	}
.picNews img{
	float:left;
	margin-right:15px;
	width:200px;
	height:150px;
	}
.picNews .time {
	font-size:11px;
	font-weight:bold;
	}
.picNews .name {
	display:block;
	padding-bottom:6px;
	}
.picNews .name a{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	}
	
/*最新动态之文本新闻*/
.textNews {
	overflow:hidden;

	background:url(../Images/line_03.gif); 
	color:#999999;
	font-size:11px;
	}
.textNews a{
	font-size:12px;
	}
.textAbout { overflow:hidden;color:#000;font-size:13px;line-height:23px; }

	
/*一级类别整区块*/
.catalog {
	}
/*单个一级类别*/
.sort{
	float:left;
	width:160px;
	}
.sort .name{
	margin-top:8px;	
	padding-left:18px;	
	width:140px;
	height:23px;
	background:#EFEFEF url(../images/arrow_03.gif) 3px 4px no-repeat; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:8px 0px;	
	width:160px;
	height:90px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
.map{
	border:1px solid #E1E1E1;
	}
	
/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:150px;
	height:150px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
	
/*搜索*/
.search input.textbox{
	width:94px;
	height:15px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	}
.search select{
	width:76px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}

/*子页面菜单*/
.pageMenu{
	padding:38px 12px 6px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../images/bg_pageMenu.jpg) center 2px no-repeat; 
	line-height:22px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:24px;
	margin-bottom:16px;
	background:url(../images/subject_location.gif) no-repeat; 
	text-align:right;
	font-family:"宋体";
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	}
/*内页列表*/
.pageContent_list {
	line-height:100%;
	font-size:12px;
	}
/*内页共用的图片、时间、文件大小、回复样式*/
.pageContent_list img{
	vertical-align: middle;
	}
.pageContent_list .time{
	color:#BBBBBB;
	font-size:11px;
	}
.pageContent_list .filesize{
	color:#333333;
	}
.pageContent_list .reply{
	color:#FF6600;
	}
	
/*内页产品列表*/
.pageContent_list .item{
	float:left;
	margin-bottom:20px;
	}
.pageContent_list .buy{
	margin-bottom:12px;
	}
.pageContent_list .itemPic{
	margin-bottom:6px;
	padding:4px;
	width:150px;
	height:115px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
.pageContent_list .itemName{
	padding:4px;
	width:150px;
	border:1px solid #E1E1E1;
	background:#EFEFEF;
	line-height:16px;
	}

/*内页纸单列表*/
.pageContent_list .bill {
	overflow:hidden;
	clear:both;
	background:url(../images/bg_09.gif) 0px 28px repeat-x;
	}
.pageContent_list .bill .name{
	float:left;
	padding:4px 0px 4px 24px;
	font-size:14px;
	background:url(../images/arrow_bill.gif) 0px 8px no-repeat;
	}
.pageContent_list .bill .label { 
	float:right;
	margin-top:6px;
	padding:0px 6px;
	background:#EFEFEF;
	border:1px solid #ddd;
	}
.pageContent_list .bill .content {
	clear:both;
	padding:6px;
 	background:#efefef;
	line-height:160%;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	}

/*内页留言列表*/
.pageContent_list .message{
	overflow:hidden;
	clear:both;
	background:url(../images/bg_09.gif) 0px 36px repeat-x;
	}
.pageContent_list .message .name{
	line-height:140%;
	}
.pageContent_list .message .name img{
	float:left;
	margin:0px 6px 0px 0px;
	}	
.pageContent_list .message .content{ 
	padding:12px 0 16px 0;
	width:100%;
	line-height:180%;
	}

/*内页内容查看*/	
.pageContent_view {
	line-height:180%;
	}
	
/*内页查看产品*/
.pageContent_view .itemPic{
	float:left;
	padding-right:20px;
	width:220px;
	height:216px;
	}
.pageContent_view .itemName { margin:0px auto;
	width:400px;
	height:220px;
	}
.pageContent_view .itemName img{
	margin:6px 4px 0 0;
	vertical-align:middle;
	}
.pageContent_view .itemParticular {
	clear:both;
	padding-top:16px;
	background: url(../images/particular.gif) 0px top no-repeat;
	}

/*内页内容结束(southidc.net)*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	}

	
/*h1-h6设置信息(southidc.net)*/ 
h2 {
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(../images/bg_09.gif) bottom repeat-x;
	}
h3 {
	margin-bottom:20px;
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}

/*以下为自加的*/
/*你所在的位置*/
.LgBox{ background:url(path_bg.gif) 0px 0px; height:24px; margin:0px auto;width:980px;word-wrap:break-word; overflow:hidden;}

/*导航菜单*/


#topMenu { width:980px;margin:0px auto; }

.NavBox{  width:980px;margin:0px auto; height:35px; line-height:35px; background:url(topDH_bg.gif) 0px -71px; }

.NavBox22 { font-size:13px;margin:0px auto; height:35px; line-height:35px; background:url(topDH_bg.gif) 0px -108px; }

.NavBox ul{ color:#FFFFFF;margin:0px;height:35px;line-height:35px;display:block;float:left;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left: 5px;}
.NavBox li{list-style-type:none; display:block; height:35px;background-position:0px -70px; padding:0px; margin-top:0px; margin-right:1px; margin-bottom:0px; margin-left:0px; float:left;}
.NavBox span{margin:0px; padding:0px; height:32px; display:block; background-image:url(topDH_bg.gif) 0 -108px no-repeat;; background-position:0px -35px; float:left}
.NavBox a{line-height:35px; height:35px; color:#ffffff; text-decoration:none; background-image:url(topDH_bg.gif) 0 -144px; background-position:right 0px; text-align:center; display:block; padding-right:15px; padding-left:15px; float:left}
.NavBox a:link { color:#ffffff;text-decoration:none;}
.NavBox a:visited { color:#ffffff;text-decoration:none; font-weight:bold;}
.NavBox a:hover { color:#0f79a9; text-decoration:none;display:block;background:url(topDH_bg.gif) 0 -108px no-repeat; font-weight:bold;} 
.NavBox a:active { color:#0f79a9;;display:block;background:url(topDH_bg.gif) 0 -108px no-repeat; font-weight:bold;}




/*日期右对齐*/
li span.date {float:right;margin-right:8px;color:#666;}

/*首页左侧框*/
.LeftBox{color:#000;float:left; width:230px; border:1px solid #ddd; background-image:url(../images/gbg2.gif); background-repeat:repeat-x; background-position:left bottom; background-color:#FFF; margin-bottom:10px}
.LeftBox h1{height:46px;font-size:14px; font-weight:normal; color:#636363; margin:0px; float:left; width:210px;background-image:url(../images/user_login.gif);  padding-top:0px; padding-right:10px; padding-bottom:0px; padding-left:10px}
.LeftBox b{float:left; margin:0px; font-weight:normal}
.LeftBox p{float:right; margin:0px}
.LeftBox p a{color:#2581ba; text-decoration:none; font-size:12px}
.LeftBox p a:hover{text-decoration:underline}


.fw_link{float:left; width:230px; background-image:url(../images/gbg1.gif); background-repeat:repeat-x; background-position:left top; padding-top:0px; padding-right:0px; padding-bottom:10px; padding-left:0px}
.fw_link h2{font-size:14px; color:#595959; margin:0px; padding-bottom:5px; padding-left:10px; padding-top:5px}
.fw_link ul{margin:0px; float:left; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#ededed; width:230px; padding-top:10px; padding-right:0px; padding-bottom:10px; padding-left:0px}
.fw_link li{margin:0px; float:left; width:200px; list-style-type:none;}
.fw_link a{color:#000; text-decoration:none; display:block; float:left; width:200px; background-image:url(../images/bg.gif); background-position:15px -470px; padding-left:30px; line-height:25px}
.fw_link a:hover{color:#000; text-decoration:none; display:block; float:left; width:200px; background-image:url(../images/bg.gif); background-position:15px -470px; padding-left:30px; line-height:25px; background-color:#3a92c9}



/* 页面部分 */
div.info{clear:both;text-align:right;line-height:30px;}
	div.info span{display:inline;margin:5px;}

div.content{text-align:left;line-height:26px;font-size:14px;word-break: break-all; word-wrap:break-word;white-space:normal;}
	div.content a:link,div.content a:visited,div.content a:active{color:#333;font-size:14px;}
	div.content img{padding:3px;border:1px solid #CCC;margin-bottom:10px;vertical-align:middle;}


div.next{display:block;clear:both;width:100%;line-height:26px;text-align:left;}

div.list {text-align:left;display:table;clear:both;}
	div.list h5{margin:0px;padding:0px;line-height:40px;background:url(li.gif) no-repeat 0px 13px;}
	div.list h5 a{margin-left:20px;font-size:14px;}
	div.list p{line-height:24px;margin:0px;padding:0px;}
	div.list p i{font-style:normal;font-size:10px;color:#666;}
	div.list p a:link,div.list p a:visited,div.list p a:active{font-size:10px;margin-left:10px;color:#666;}

div.piclist{display:table;clear:both;}
	div.piclist div.z0 ,div.piclist div.z1{display:block;float:left;width:317px;height:140px;}
		div.piclist div.z0{margin-left:16px;}
		div.piclist div div.left a img{width:90px;height:120px;padding:2px;border:1px solid #CCC;}
		div.piclist div div.right{display:block;margin-left:10px;overflow:hidden;white-space:nowrap;width:210px;}
		div.piclist div div.right span{display:block;clear:both;line-height:25px;text-align:left;}
		div.piclist div div.right a{}

/* onepage */
#onepage h3{font-size:14px;background:url(h3.gif) no-repeat 7px 7px #E7E7E7;padding-left:25px;width:625px;line-height:26px;}
	#onepage h3 a{font-size:12px;float:right;font-weight:normal;margin-right:10px;}
	#onepage p{padding:0px 25px;width:600px;background:url(arrow.gif) no-repeat 9px 8px}
	#onepage table.table{width:640px;background:#CCC;text-align:center;line-height:22px;}
	#onepage table.table th{font-size:14px;background:#E7E7E7}
	#onepage table.table td{font-size:12px;background:#FFF;}

/* 评论 */
#k_comment{text-align:left;}
	#k_comment div{display:block;clear:both;}
	#k_comment div strong {margin:3px;}
	#k_comment div a{margin:3px;}
	#k_comment p{line-height:22px;margin:5px;padding:0px;padding-left:20px;}
	#k_comment .k_pagelist{clear:both;display:block;}
#k_comment_post{display:block;clear:both;text-align:left;font-size:14px;}

/* 系统的CSS设置 */
.k_error  {color:#C01920;display:block;line-height:14px;font-size:12px;}

.k_form{display:block;width:100%;margin:0px;margin-top:15px;}
	.k_form .k_login {display:table;margin-left:100px;}
	.k_form p{text-align:left;}
	.k_form p label{clear:both;display:block;color:#666;font-size:12px;}
	.k_form p span label{clear:none;display:inline;color:#666;}

	.k_form div {text-align:left;}
	.k_form div input {padding:1px;margin:0px;border:1px solid;border-color:#EEE #777 #777 #EEE;background:#D4D0C8;font-size:12px;margin-right:4px;}

	.k_form ol {text-align:left;}
	.k_form ol li {line-height:24px;}

	.k_table{width:100%;border:1px solid;border-color:#CCC #DDD #DDD #CCC;clear:both;text-align:left;}
	.k_table th{border:1px solid;border-color:#EEE #AAA #BBB #EEE;background:#E6E9ED;padding:0px 2px;letter-spacing:2px;color:#14316B;line-height:20px;}
	.k_table td{border:1px solid;border-color:#EEE #AAA #AAA #EEE;padding:1px;line-height:18px;}
	.k_table td input {margin-right:10px;}
	.k_table * {font-size:12px;}
	.k_table tr.hover {background:#E6E9ED;font-weight:bold;}
	.k_table tr.hover a{font-weight:bold;}

	.k_in1 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width: 50px;}
	.k_in2 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:100px;}
	.k_in3 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:200px;}
	.k_in4 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:400px;}
	.k_in5 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:600px;}

/* 分页 */
.k_pagelist {float:left;display:table;clear:both;line-height:30px;}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#009900;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}

/* 搜索页面 */
#k_search{}
	#k_search form{margin:0px auto;line-height:30px;height:30px;font-size:14px;text-align:left;}

	#k_search {text-align:center;}
	#k_search .k_search p{text-align:right;line-height:22px;width:640px;margin:0px;}
	#k_search .k_search div{margin:15px auto;width:100%;}
	#k_search .k_search div h3{margin:0px;width:100%;text-align:left;font-size:14px;line-height:30px;}
	#k_search .k_search div p{margin:0px;width:100%;text-align:left;font-size:12px;line-height:26px;}

	#k_search .k_search div p a{}
	#k_search .k_search div p span{}

/* 按钮 */
.k_but{clear:both;display:block;width:100%;line-height:26px;padding-top:2px;}
.k_but .k_menu{display:block;float:left;width:29%;}
.k_but .k_pagelist{float:left;width:70%;text-align:right;}

.k_menu {}
.k_menu input {padding:1px;margin:0px;border:1px solid;border-color:#EEE #777 #777 #EEE;background:#D4D0C8;font-size:12px;margin-right:4px;}


#k_usermenu{text-align:right;padding-top:10px;}
#k_usermenu a{display:block;float:left;margin-right:10px;}


.k_in1 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width: 50px;}
.k_in2 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:100px;}
.k_in3 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:310px;}
.k_in4 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:400px;}
.k_in5 {border:1px solid;border-color:#333 #CCC #CCC #333;font-size:14px;width:600px;}

/* 浮动 */
#flo {display:table;position:absolute;margin:0px;width:360px;background:#FFF;visibility:hidden;height:16px;line-height:16px;border:1px solid;border-color:#CCC #DDD #DDD #CCC; padding-top:1px;text-align:left;}
#flotitle{display:block;clear:both;width:355px;height:20px;background:#E6E9ED ;color:#14316B;font-weight:bold;padding:0px;padding-left:5px;border:1px solid;border-color:#EEE #AAA #BBB #EEE;margin:0px;}
#flotitle span {display:block;float:left;line-height:20px}
#flotitle img{display:block;float:right;margin-right:1px;margin-top:2px;}
#flomain {display:block;clear:both;width:90%;background:#FFF;margin:0px;padding:20px 5%;line-height:28px;border:1px solid;border-color:#EEE #AAA #AAA #EEE;}

#aja{display:table;display:block;position:absolute;margin:0px;width:680px;height:451px;padding:0px;visibility:hidden;background:#FFF;border:1px solid;border-color:#CCC #DDD #DDD #CCC}
#aja img {}
#ajatitle {display:block;clear:both;width:675px;height:20px;background:#E6E9ED;color:#14316B;font-weight:bold;padding:0px;padding-left:5px;border:1px solid;border-color:#EEE #AAA #BBB #EEE;;margin:0px;}
#ajatitle span {display:block;float:left;line-height:20px}
#ajatitle img{display:block;float:right;margin-right:1px;margin-top:2px;}
#ajamain {display:block;clear:both;width:100%;background:#FFF;overflow:auto;height:430px;margin:0px;line-height:24px;text-align:left;border:1px solid;border-color:#EEE #AAA #AAA #EEE;}
#ajamain .k_form{padding:5px 0px;margin:0px 1%;width:95%;}
#ajamain .k_form h4{margin:0px;padding:3px;line-height:20px;background:#E6E9ED;font-size:14px;line-height:20px;}
#ajamain .k_form p {line-height:24px;}
#ajamain .k_form p span label{display:inline;color:#000;font-size:12px;}
#ajamain .k_form p.file a {margin-right:10px;}
#ajamain .k_form p.file a img{margin-right:3px;}
#ajamain .k_form p span.file {float:right;display:block;}
#ajamain .k_form p span.file a{margin:0px 3px;}
#ajamain .k_form .k_menu{padding:5px 0px;}

/* 评论 */
#k_comment{text-align:left;}
	#k_comment div{display:block;clear:both;}
	#k_comment div strong {margin:3px;}
	#k_comment div a{margin:3px;}
	#k_comment p{line-height:22px;margin:5px;padding:0px;padding-left:20px;}
	#k_comment .k_pagelist{clear:both;display:block;}
#k_comment_post{display:block;clear:both;text-align:left;font-size:14px;}

/* 共同部分 */
.left {display:table;float:left ;margin:0px;padding:0px;overflow:hidden;}
.right {display:table;float:left ;margin:0px;padding:0px;overflow:hidden;}
.box{display:table;clear:both;margin:0px;padding:0px;}

.title1 {display:table;margin:0px;padding:0px;text-align:left;border-bottom:1px solid #D5D5D5;height:26px;line-height:26px;font-size:14px;width:100%;}
	.title1 strong{display:block;float:left;margin:0px;padding:0px;font-size:14px;color:#069;}
	.title1 a:link,.title1 a:visited,.title1 a:active{display:block;float:left;padding-top:10px;}

.title2 {display:table;background:url(title2.gif) no-repeat 0px 0px;margin:0px;padding:0px;text-align:left;height:26px;line-height:26px;font-size:14px;width:317px;}
	.title2 strong{display:block;float:left;margin:0px;padding:0px;font-size:14px;color:#069;padding-left:10px;}
	.title2 a:link,.title2 a:visited,.title2 a:active{display:block;float:left;padding-top:10px;}

.title3 {display:table;}
	.title3 span{display:block;background:url(title3.gif) no-repeat 0px 5px;line-height:25px;text-align:left;padding-left:20px;}
	.title3 span a:link,.title3 span a:visited,.title3 span a:active{color:#333;}

.title4 {display:table;}
	.title4 span{display:block;background:url(title4.gif) no-repeat 0px 5px;line-height:25px;text-align:left;padding-left:20px;}
	.title4 span a:link,.title4 span a:visited,.title4 span a:active,{color:#333;}
	.title4 span i{font-style:normal;margin-left:3px;font-size:10px;}
	.title4 span i a:link,.title4 span i a:visited,.title4 span i a:active{font-size:10px;}

	.related{width:317px;}
	.related p{margin-top:10px;}

.li{padding:0px;margin:0px;line-height:25px;}
.li span{background:url(li.gif) no-repeat 0px 5px;display:block;text-align:left;word-wrap:break-word;overflow:hidden;white-space:nowrap;}
.li span a:link,.li span a:visited,.li span a:active{margin-left:18px;color:#333}
.li span i{font-style:normal;margin-left:3px;font-size:9px;}

/* 产品展示 */
.zrightbzb{
	float: left;
	width: 100%;

}
.maink2{
	float: left;
	width: 166px;
	height: 150px;
	padding-left:5px;margin-right:8px;padding-bottom:20px;
}
.maintu2{
	height: 110px;
	width: 160px;
	border: 2px solid #E1E1E1;
	padding:1px;
	margin: 0px auto;vertical-align: middle;
}
