﻿/*------------------------全局--------------------*/
html{ background:#FFF;}


body{
	margin:0px auto;
	font-size:12px;
	color:#3C3C3C;
	font-family:'微软雅黑';
	background:url(../imgbg/mainbg.jpg) repeat-y top;
	
	}
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;
	}


/*------------------------------------------------*/
/*通用_页面容器------------------------------------*/
#container{
	}
	option{ width:10px;}
/*通用_页面头部--------------------------*/
#header{
	margin:0 auto; 
	width:1002px;
	padding-top:15px;
	height:93px;
	background:#F9F9F9;
	background:url(../Images/head_bg.jpg) no-repeat;
	}
.header_box{
	width:1002px;
	margin:0 auto;
	}
/*LOGO*/
.header_logo{
	float:left;
	padding:0 0 15px 16px;
	width:200px;
	height:42px;
	}
	
/*小字链接*/
.header_link{
	float:right;
	height:42px;
	padding:0 20px 0 0;
	text-align:right;
	width:890px;
	
	}
/* 主菜单*/
#mainMenu{
	float:left;
	padding-left:16px;
	list-style-type:none;
	height:45px;

	}
#mainMenu ul li{
	float:left;
	margin-right:2px;
	width:100px;
	list-style:none;
	height:45px;
	

	}
#mainMenu ul li a{
	display:block;
	height:45px;
	width:100px;
	line-height:45px;
	font-size:14px;
	font-weight:bold;
	

	
	text-align:center;
	color:#6E6E6E;
	text-shadow:white 1px 1px 0px ;
	

	}
#mainMenu ul li a:hover{
	background: url(../imgbg/top_m1_hover.jpg);
	display:block;
	width:100px;
	height:45px;
	line-height:45px;
	text-shadow:white 1px 1px 0px ;
	font-size:14px;
	color:#333;
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:122px;
	position:absolute;
	z-index:999;
	}
#mainMenu ul li ul li{
	float:left;
	width:122px;
	height:24px;
	border-top:1px solid #FFFFFF;
	background:#F2F2F2;
	z-index:999;
	}
#mainMenu ul li ul li a{
	display:block;
	font-size:12px;
	
	text-indent:8px;
	font-weight:normal;
	
	width:122px;
	height:24px;
	text-align:left;
	line-height:24px;
	z-index:999;
	
	}
#mainMenu ul li ul li a:hover{
	background:#E8E8E8;
	color:#333;
	width:122px;
	height:24px;
	font-size:12px;
	line-height:24px;
	}
#mainMenu ul li:hover ul{
	left:auto;
	z-index:999;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
/*主菜单，有下拉*/
/*#mainMenu{
	overflow:hidden;
	margin:0 auto 5px auto;
	width:1002px;
	text-align:center;
	list-style-type:none;
	background:url(../Images/menu_bg.gif) repeat-x;
	
	}
.m_nav{ background:url(../Images/menu_left.gif) left top no-repeat;}
.m_ul{
	clear:both;
	width:1002px;
	height:75px;
	text-align:center;
	line-height:50px;
	margin:0 auto;
	padding-top:5px;
	background:url(../Images/menu_right.gif) right top no-repeat;
	}
.m_li{
	float:left;
	margin-right:2px;
	width:140px;
	height:32px;
	list-style:none; 
	background:url(../Images/menu_line.gif) 0 -5px no-repeat;
	}
.m_li a{
	display:block;
	
	width:140px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	size:14px;
	font-weight:700;
	
	}
.m_li_hover{
	line-height:40px;
	height:30px;
	font-weight:bold;
	color:#666;
	background:url(../images/menu_on.jpg) top no-repeat;
	}
.m_ul_ul {
	text-align:content;
	left:-60%;
	top:115px;
	width:auto;
	z-index:9999;
	position:absolute;
	list-style:none;
	}
.m_ul_ul li{
	float:left;
	width:60px;
	height:40px;
	line-height:40px;
	}
.m_li .m_ul_ul a{
	display:block;
	text-indent:5px;
	width:60px;
	height:30px;
	text-align:left;
	font-weight:normal;
	color:#272727;
	}
.m_ul_ul a:hover{
	text-indent:5px;
	width:120px;
	height:30px;
	line-height:30px;
	color:#F00;
	}
#mainMenu ul li:hover ul{
	
	text-align:center;
	}
*/

	
/*检查会员是否登录*/
.header_checkmember{
	float:left;
	padding:9px 16px 11px 8px;
	width:196px;
	height:12px;
	color:#333333;
	}
.header_checkmember a{
	color:#ffffff;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:right;
	padding:1px 0px;
	width:1002px;
	height:240px;
	background:url(../Images/99899.jpg);
	}

/*通用_页面底部--------------------------*/
#footer{
	margin:auto auto; 
	padding:0px;
	width:990px;
	height:80px;
	border-top:1px solid #ccc;
	background:#FAFAFA;
	color:#666;
	text-align:center;
	line-height:150%;
	}
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:252px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {
	padding:20px 20px 0px 40px;
	width:690px;
	height:60px;
	text-align:centent;
	line-height:150%;
	margin:0 auto;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto; 
	width:1002px;
	background:url(../Images/bg_bodyer_index.gif) 251px 334px repeat-y;
	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:0 auto; 
	width:990px;
	background:#F9F9F9;
	}

/*第一边栏*/
#mainSidebar{
	float:left;
	padding:3px 17px;
	width:218px;
	}

/*第二边栏*/
#subSidebar{
	float:left;
	padding:3px 17px;
	width:160px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	padding:3px 18px;
	width:520px;
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	padding:3px 15px 3px 16px;
	width:705px;
	background:#FFF;
	}

/*页面内每个栏目块*/
.subject{
	
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	margin-left:5px;
	height:30px; 
	width:215px;
	background:url(../Images/daohang.jpg);
	text-indent:50px;
	color:#3C3C3C;
	font-size:14px;
	line-height:30px;
	font-weight:bold;}
	
/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(../Images/bg_login.jpg) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:120px;
	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: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;
	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: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:86px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:150px;
	height:150px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
	
/*搜索*/
.search{ padding-left:0px;}
.search input.textbox{
	width:112px;
	height:15px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	margin-bottom:4px;
	}
.search select{
	width:50px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;

	font-size:12px;
	margin-bottom:4px; 

	}
.sc{ margin-bottom:4px;}
/*子页面菜单*/
.pageMenu{
	padding:0px 12px 6px 12px;
	line-height:22px;
	padding-left:10px;
	
	}
	.pageMenu_index{
	padding:0px 12px 6px 12px;
	line-height:22px;
	margin-top:20px;
	
	
	}
	.pageMenu_index ul{ list-style:none;}
.pageMenu_index ul li{width:150px;background:url(../img/line.png) left bottom repeat-x; height:35px; line-height:35px; }

.pageMenu_index li a{ font-size:12px;}
.pageMenu_index img{
	vertical-align: middle;
	}
	.pageMenu_index ul li a{ color:#494949}
.pageMenu_index ul li a:hover{ color:#790000}


.pageMenu ul li a{ color:#333}
.pageMenu ul li a:hover{ color:#790000}
.pageMenu ul{ list-style:none;}
.pageMenu li{width:200px;background:url(../img/line.png) left bottom repeat-x; height:35px; line-height:35px;}
.pageMenu ul s{width:200px; background:url(../img/line.png) left bottom repeat-x; height:20px; line-height:20px;}
.pageMenu li a{ font-size:14px;}
.pageMenu img{
	vertical-align: middle;
	}
.pageMenu ul li a{ color:#333}
.pageMenu ul li a:hover{ color:#790000}
/*内页当前位置*/
.pageLocation{
	height:24px;
	margin-bottom:16px;
	margin-top:10px;

	
	background:url(../Images/subject_location.gif) no-repeat; 
	text-align:right;
	}
	.pageLocation1{
	height:24px;
	margin-bottom:16px;
	
	background:url(../Images/subject_location1.gif) no-repeat; 
	text-align:right;
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	background:#FFF;

	}
/*内页列表*/
.pageContent_list {
	line-height:180%;
	font-size:12px;
	
	padding-left:10px;
	*padding-left:5px;
	}
	.pageContent_list ul li{ list-style-type:none; margin-top:5px;}
/*内页共用的图片、时间、文件大小、回复样式*/
.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;
	margin-right:8px;
	margin-left:8px;
	width:155px;
	border:1px #ccc solid;

	}
	.pageContent_list .item:hover{
	float:left;
	margin-bottom:20px;
	margin-right:8px;
	margin-left:8px;
	width:155px;
	border:1px #F60 solid;

	}
.pageContent_list .buy{
	margin-bottom:12px; 
	
	}
.pageContent_list .itemPic{
	line-height:150px;
	padding:4px;
	width:150px;
	height:150px;

	text-align:center;
	line-height:142px;

	
	}
	
	

.pageContent_list .itemName{
	
	width:155px;
	height:25px;
	background:#F6F6F6;
	line-height:25px;
	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%;
        text-align:left;
	}
	
/*内页查看产品*/
.pageContent_view .itemPic{
	float:left;
	padding-right:20px;
	margin-left:5px;
	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_view p { border-top:2pox #F00 solid;}
/*内页内容结束*/
.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;
	border-bottom:2px #CCC solid;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}


.SortFolderOpen {
	background-image: url(../images/Sort_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortFolderClose {
	background-image: url(../images/Sort_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderOpen {
	background-image: url(../images/SortEnd_Folder_Close.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortEndFolderClose {
	background-image: url(../images/SortEnd_Folder_Open.gif);
	background-repeat: no-repeat;
	height: 16px;
	left: 16px;
	padding-left: 16px;
	cursor: hand;
}
.SortListline {
	padding-left: 16px;
	background-image: url(../images/Sort_Listline.gif);
	background-repeat: repeat-y;
}
.SortEndListline {
	padding-left: 16px;
}
.SortFile {
	background-image: url(../images/Sort_File.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
.SortFileEnd {
	background-image: url(../images/Sort_File_End.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 16px;
}
.nav{ width:1002px; height:110px;  overflow:hidden; margin:0 auto; text-align:center; background:#F9F9F9;}
.table1 {border:#D5D5D5 1px solid;}
.index_index{ font-size:14px; color:#257502; font-weight:bold; text-indent:10px;}
.pee{ padding-left:10px;}



.shu a{ display:block; margin-top:3px; margin-left:5px;}
a{ 
	color:#3E3E3E;
	text-decoration:none;
	}
a:hover{
	color:#790000;
	text-decoration: underline;
	}
	.index1{ width:735px; margin:0 auto;}
.index1 ul{  margin:0 auto; }
.index1 ul li{ float:left; border:1px #CCC solid; width:125px; margin:10px 10px; list-style-type:none; height:152px}
.index1 ul li:hover{ float:left; border:1px #D76B00 solid; width:125px; margin:10px 10px; list-style-type:none;height:152px}
.titlee{ display:block; height:25px; text-align:center; width:125px; margin:2px auto;  line-height:25px; }
.titlee:hover{ display:block; height:25px; text-align:center; width:125px; margin:2px auto; background:#D76B00; line-height:25px; color:#FFF }

.index2{ width:960px; margin:5px auto;}
.index2 ul{ width:960px; margin:5px auto; padding-left:10px}
.index2 ul li{ float:left; border:2px #CCC solid; width:160px; margin:10px 13px; list-style-type:none;}
.index2 ul li:hover{ float:left; border:2px #D76B00 solid; width:160px; margin:10px 13px; list-style-type:none;}
.imga1{ display:block; height:150px; text-align:center; width:150px; margin:2px auto; background:#CCC; line-height:25px; }
.titlee1{ display:block; height:25px; text-align:center; width:158px; margin:2px auto; background:#CCC; line-height:25px; }
.titlee1:hover{ display:block; height:25px; text-align:center; width:158px; margin:2px auto; background:#D76B00; line-height:25px; color:#FFF }
