/*------------------------全局--------------------*/
body{
	margin:0px auto;
	font-size:12px;
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(../Images/bj.jpg) no-repeat;
	background-position:0px 36px;
	}
table {
	line-height: 20px;
	text-align:justify;
	}
img,form,ul,p{
	margin:0px;
	padding:0px;
	border:0px;
	}
input,textarea,select {
	color:#333333;
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

a{ 
	color:#333333;
	text-decoration:none;
	}
a:hover{
	color:#FF3300;
	}
/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}

/*通用_页面头部--------------------------*/
#header{
	overflow:hidden;
	margin:auto; 
	width:1002px; 
	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:5px 0px 5px 0px;
	width:486px;
	height:30px;
	text-align:right;
	}
.header_Member{
	float:left;
	padding:10px 0px 2px 0px;
	width:486px;
	height:30px;
	text-align:right;
	}

/*主菜单，有下拉*/

#mainMenu{
	float:left;
	list-style-type:none;
	margin-left:1px;
	background:url(../Images/bg_01.jpg);
	}
#mainMenu ul li{
	float:left;
	width:100px;
	list-style:none; 
	background:url(../Images/head_mainmenu_bg1.jpg);
	}
#mainMenu ul li a{
	display:block;
	padding-top:12px;
	width:100px;
	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:98px;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:98px;
	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:auto;
	padding:0px;
	width:1002px;
	height:80px;
	border-top:1px solid #E6E6E6;
	color:#999999;
	text-align:left;
	line-height:150%;
	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:234px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	float:left;
	padding:20px 20px 0px 40px;
	width:690px;
	height:60px;
	text-align:left;
	line-height:150%;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto;
	width:1002px;
	background-repeat: repeat-y;
	background-position: 233px 334px;
	background-image: url(../Images/bg_bodyer_index.gif);
	}	


/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:0px auto;
	width:1002px;
	background-image: url(../Images/bg_bodyer_page.gif);
	background-repeat: repeat-y;
	background-position: 233px 0px;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	width:240px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	}

/*第二边栏*/
#subSidebar{
	float:left;
	width:216px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	width:520px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	width:744px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	line-height:32px;
	background-color:#f1f1f1;
	}
	
.nextbtbg {	background:url(../Images/1_04.gif) no-repeat; height:32px; padding-left:23px; color:#FFFFFF; font-weight:bold;}	

.nextbtbg li { color:#FFFFFF; padding-left:26px; list-style-type:none;}

.nexttxt { padding-left:10px; padding-bottom:10px; padding-top:10px; line-height:20px;}
	
/*会员登录框*/
.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{
	}
	
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:8px 0px 12px;
	height:110px;
	line-height:21px;
	}
.picNews img{
	float:left;
	margin-right:15px;
	}
.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;
	border-top:1px solid #E1E1E1;
	background:url(../Images/line_03.gif); 
	color:#999999;
	font-size:11px;
	}
.textNews a{
	font-size:12px;
	}
	
/*一级类别整区块*/
.catalog {
	}
/*单个一级类别*/
.sort{
	float:left;
	width:226px;
	}
.sort .name{
	margin-top:8px;
	width:224px;
	height:23px;
	background:#EFEFEF; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:5px 0px;
	border:1px solid #D7D7D7;
	width:224px;
	height:150px;
	}
.sort .summary{
	overflow:hidden;
	text-align:left;
	width:226px;
	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;
	}

/*子页面菜单*/


/*内页当前位置*/
.pageLocation{
	height:35px;
	padding-left:100px;
	margin-bottom:16px;
	background:url(../Images/1_03.gif) no-repeat; 
	text-align:left;
	font-family:"宋体";
	line-height:35px;
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	padding-left:30px;
	padding-right:20px;
	}
/*内页列表*/
.pageContent_list {
	line-height:180%;
	font-size:
	}
/*内页共用的图片、时间、文件大小、回复样式*/
.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:10px;
	}
.pageContent_list .buy{
	margin-bottom:12px;
	}
.pageContent_list .itemPic{
	margin-bottom:0px;
	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;
	text-align:center;
	}

/*内页纸单列表*/
.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 { float:left;
	width:469px;
	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;
	}

/*内页内容结束*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	}

	
/*h1-h6设置信息*/
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;
	background:url(../Images/bg_09.gif) bottom repeat-x;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}


.blk_18 {
	WIDTH: 730px;
	ZOOM: 1
}
.blk_18 .pcont {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 690px;
}
.blk_18 .ScrCont {
WIDTH: 15000px; ZOOM: 1
}

.blk_18 #List1_1 {
FLOAT: left
}
.blk_18 #List2_1 {
FLOAT: left
}
.blk_18 .LeftBotton {
	BACKGROUND: url(../images/butt.gif) no-repeat;
	FLOAT: left;
	WIDTH: 15px;
	HEIGHT: 72px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 50px;
	margin-left: 1px;
}
.blk_18 .RightBotton {
	BACKGROUND: url(../images/butt.gif) no-repeat;
	FLOAT: left;
	WIDTH: 15px;
	HEIGHT: 72px;
	margin-top: 30px;
	margin-right: 1px;
	margin-bottom: 50px;
	margin-left: 1px;
}
.blk_18 .LeftBotton {
BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px
}
.blk_18 .RightBotton {
BACKGROUND-POSITION: 0px -100px; MARGIN-LEFT: 1px
}
.blk_18 .LeftBotton:hover {
BACKGROUND-POSITION: -20px 0px
}
.blk_18 .RightBotton:hover {
BACKGROUND-POSITION: -20px -100px
}
.blk_18 .pl img {
	DISPLAY: block;
	CURSOR: pointer;
	border: 1px solid #333333;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}
.blk_18 .pl {
	FLOAT: left;
	LINE-HEIGHT: 24px;
	TEXT-ALIGN: center;
	border: 1px solid #FFFFFF;
	filter: Alpha(Opacity="85");
}

.blk_18 .pl h2{
	color:#000000;
	width:150px;
	font-size: 12px;
	font-weight: normal;
	background-color: #EAEAEA;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(images/h2_bg.gif);
	line-height: 18px;
	margin-top: 5px;
	height: 20px;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

.blk_18 A.pl:hover {
	BORDER-RIGHT: #F9F9F9 1px solid;
	BORDER-TOP: #F9F9F9 1px solid;
	BACKGROUND: #F9F9F9;
	BORDER-LEFT: #F9F9F9 1px solid;
	BORDER-BOTTOM: #F9F9F9 1px solid;
	filter: Alpha(Opacity="100");	
}

.kuang {
    border:#DEDEDE 1px solid;
}
.kuang3 { 
	border-bottom:#D8D8D8 1px solid;
	border-right:#D8D8D8 1px solid;
	border-left:#D8D8D8 1px solid;
}

.mAuto { margin:0px auto; padding:0px;}

/*head*/
.header { width:100%;}


.se {
	color: #333333;}
	
	
.dhw { background:url(../Images/menu.gif) repeat-x; height:35px; width:100%;}
.dh {color: #FFFFFF; width:1002px;}
.dh a{font-family:Verdana, Arial,"宋体";font-size:14px;color: #fff;text-decoration: none;font-weight: bold}
.dh A:link   {font-family:Verdana, Arial,"宋体";font-size:14px;color: #fff;text-decoration: none;font-weight: bold}
.dh A:visited{font-family:Verdana, Arial,"宋体";font-size:14px;color: #fff;text-decoration: none;font-weight: bold}
.dh A:hover  {font-family:Verdana, Arial,"宋体";font-size:14px;color: #FF0000;text-decoration: none;font-weight: bold}
.dh A:active {font-family:Verdana, Arial,"宋体";font-size:14px;color: #FF0000;text-decoration: none;font-weight: bold}

.dhli { width:125px; float:left; line-height:35px; text-align:center;list-style-type:none;}

.sy {color: #fff;}
.sy a{font-family:Verdana, Arial,"宋体";font-size:12px;color: #fff;text-decoration: none;}
.sy A:link   {font-family:Verdana, Arial,"宋体";font-size:12px;color: #fff;text-decoration: none;}
.sy A:visited{font-family:Verdana, Arial,"宋体";font-size:12px;color: #fff;text-decoration: none;}
.sy A:hover  {font-family:Verdana, Arial,"宋体";font-size:12px;color: #FF0000;text-decoration: none;}
.sy A:active {font-family:Verdana, Arial,"宋体";font-size:12px;color: #FF0000;text-decoration: none;}
/*end head*/

/*head*/
.header A:link   {font-family:"宋体";font-size:14px;color: #fff;text-decoration: none;}
.header A:visited{font-family:"宋体";font-size:14px;color: #fff;text-decoration: none;}
.header A:hover  {font-family:"宋体";font-size:14px;color: #FF0000;text-decoration: none;}
.header A:active {font-family:"宋体";font-size:14px;color: #FF0000;text-decoration: none;}
.top { width:100%; background:url(../Images/topbj.jpg) no-repeat;}
.top1 { width:1002px;}
.ad { height:268px; width:100%; text-align:left;}

/*end head*/

.inbt { color:#FFFFFF; font-weight:bold; line-height:30px;}
.btcolor { color:#fff;}


.pageMenu { background:url(../Images/menubg.gif) repeat-y; line-height:32px; padding-left:60px; width:139px;}

.indexdh { background:url(../Images/index_foot.jpg) repeat-x;}

.footer { height:80px; background:url(../Images/footbg.jpg); width:100%;}

.main { width:1002px; padding-bottom:10px;_padding-bottom:0px;}

.np_left { width:240px; float:left; margin-right:12px;}
.np_left_1 { width:240px; float:left; background:url(../Images/left_bg.jpg) no-repeat; padding-bottom:20px; min-height:406px;}

.np_bt { width:240px; height:83px; background:url(../Images/1_03.jpg) no-repeat; margin:0px; padding:0px; }
.np_bt1 { width:240px; height:83px; background:url(../Images/1_04.jpg) no-repeat; margin:0px; padding:0px;}
.np_bt2 { width:240px; height:83px; background:url(../Images/1_07.jpg) no-repeat; margin:0px; padding:0px;}
.np_bt3 { width:240px; height:83px; background:url(../Images/1_09.jpg) no-repeat; margin:0px; padding:0px;}

.dqwz { float:right; width:738px; height:83px; background:url(../Images/1_06.jpg) no-repeat;}
.dqwz1 { float:right; width:738px; height:83px; background:url(../Images/1_05.jpg) no-repeat;}
.dqwz2 { float:right; width:738px; height:83px; background:url(../Images/1_08.jpg) no-repeat;}
.dqwz3 { float:right; width:738px; height:83px; background:url(../Images/1_10.jpg) no-repeat;}

.np_right { width:750px; float:right; background:url(../Images/1_07.gif) no-repeat;}
.np_right_txt { padding-left:30px;text-align:left; line-height:20px; width:700px; list-style:none;}