/*------------------------全局--------------------*/
html{
	background:#FFFFFF;
	}

body{
	margin:0px auto;
	width:1000px; 
	font-size:12px;
	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:auto; 
	padding-top:15px;
	width:1002px; 
	height:319px;
	}

/*LOGO*/
.header_logo{
	float:left;
	padding:0 0 15px 16px;
	width:200px;
	height:42px;
	}
	
/*小字链接*/
.header_link{
	float:left;

	width:1000px;
	height:30px;
	text-align:right;
	}

/*主菜单，有下拉*/
#mainMenu{
	float:left;
	list-style-type:none;
	}
#mainMenu ul li{
	float:left;
	margin-right:1px;
	width:124px;
	list-style:none;
	background:url(../Images/menubbg.gif);
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#mainMenu ul li a{
	display:block;
	padding-top:9px;
	width:124px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#mainMenu ul li a:hover{
	background:url(../Images/head_mainmenu_bg2.png);
	}
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:124px;
	position:absolute;
	}
#mainMenu ul li ul li{
	float:left;
	width:130px;
	height:20px;
	background:#666666;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom: 1px;
	}
#mainMenu ul li ul li a{
	display:block;
	padding:3px 3px 3px 3px;
	width:124px;
	height:12px;
	text-align:left;
	}
#mainMenu ul li ul li a:hover{
	background: #666666;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}

#mainMenu ul li.sfhover ul{
	left:auto;
	}
	
/*检查会员是否登录*/
.header_checkmember{
	float:left;
	padding:9px 16px 11px 8px;
	width:196px;
	height:12px;
	color:#333333;
	}
.header_checkmember a{
	color:#333333;
	text-decoration:underline;
	}
.header_checkmember a:hover{
	color:#E00000;
	}

/*大幅广告条*/
.header_banner{
	float:left;
	padding:1px 0px;
	width:1002px;
	height:228px;
	}

/*通用_页面底部--------------------------*/
#footer{
	margin:auto; 
	padding:0px;
	width:1002px;
	height:80px;
	border-top:1px solid #E6E6E6;
	background:#F3F4F6 url(../Images/bg_copyright.gif) 251px 20px no-repeat;
	color:#999999;
	text-align:left;
	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 {
	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:url(../Images/bg_bodyer_index.gif) 251px 334px repeat-y;
	}

/*首页内页不同之内页*/
#bodyer_page{
	overflow:hidden;
	margin:15px auto; 
	width:1002px;
	background:url(../Images/bg_bodyer_page.gif) 251px 0px repeat-y;
	}

/*第一边栏*/
#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 20px 3px 21px;
	width:709px;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	}
	
/*会员登录框*/
.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: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: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:180px;
	}
.sort .name{
	width:150px;
	height:30px;
    background-image:url(../Images/index_bg.gif);
	border:1px solid #D7D7D7;
	line-height:30px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	}
.sort .picture img{
	margin:3px 0px;	
	width:170px;
	height:160px;
	}
.sort .summary{
	overflow:hidden;
	width:160px;
	height:0px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}
	
.catalog1 {
	}
/*单个一级类别*/
.sort1{
	float:left;
	width:100px;
	}
.sort1 .name1{
	margin-top:3px;	
	padding-left:5px;	
	width:92px;
	height:30px;
    background-image:url(../Images/index_bg.gif);
	line-height:30px; 
	font-size:14px;
	color:#FFFFFF;
	}
.sort1 .name1 a{
font-weight:bold;
	color:#333333;
	}
.sort1 .picture img{
	margin:8px 0px;	
	width:160px;
	height:86px;
	}
.sort1 .summary1{
	overflow:hidden;
	width:100px;
	height:36px;
	line-height:18px;
	}
	
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend4{
	}
#commend8{
	display:none;
	}	
	
/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:190px;
	height:190px;
	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;
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
	}
/*内页列表*/
.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:20px;
	}
.pageContent_list .buy{
	margin-bottom:12px;
	}
.pageContent_list .itemPic{
	margin-bottom:6px;
	padding:4px;
	width:150px;
	height:150px;
	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 { 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;
	}

/*通用_各色文本链接样式*/
.White {color:#fff;font-family:"宋体";line-height:20px;}
.White a{color:#fff;line-height:20px;}
.White a:hover{color:#f00;}
.Black-bbb {color:#bbb;font-size:11px;font-family:Tahoma,Verdana,"宋体";}
.Black-222 {color:#222;font-size:11px;font-family:Tahoma,Verdana,"宋体";}
.Blac-666 {color:#666;}
.Red-F60 {color:#F60; font-weight:bold;}

/*通用_用户录登文本框和搜索框Login Login_index Login_page Search_index Search_page*/
.Login_text { width:100px; height:14px; padding:1px; color:#333; border:1px solid #7f9db9; margin-top:4px; }
.Login_button {  }
.Search_text { width:96px; height:17px; color:#333; padding:1px;border:1px solid #7F9DB9; background: #eee;}
.Search_sel { width:66px; height:20px; background: #eee;color:#333; border:1px solid #7F9DB9; font-size:12px;}
.Search_button { width:37px;height:22px;color:#333;font-size:12px;}

/*通用_页面容器*/
#Container {width:780px;background:#fff;margin:auto;padding:0px 5px 5px 5px;}

/*通用_页面头部Header Header_index Header_page*/
#Header { clear:both; overflow:hidden; width:780px; height:35px; background:url(../Images/Head_bg01.gif); text-align:left; font-family:"宋体";}
#Header_navigation{ float:left; padding: 10px 0 0 0; }
#Header_navigation ul { margin:0; padding:0;}
#Header_navigation li { display:inline; list-style-type:none; }
#Header_navigation li a { font-weight:bold; }
#Header_search { float:right; clear: top left; padding:6px 0 0 0; }

/*通用_主体容器Bodyer Bodyer_index Bodyer_page Bodyer_left/center/right_index Bodyer_left/center/right_page */
#Bodyer_index { clear:both; overflow:hidden; width:780px; border-bottom:1px solid #ddd;  background:url(../Images/bg_01.gif) 229px 0 repeat-y; }
#Bodyer_page { clear:both; overflow:hidden; width:780px; border-bottom:1px solid #ddd;  background:url(../Images/bg_08.gif) 200px 0 repeat-y; }
#Bodyer_banner_index { width:780px; height:190px; margin:auto; padding:auto; }
#Bodyer_banner_page { width:780px; height:160px; margin:auto; padding:auto; }

/*通用_页面底部Footer Footer_index Footer_page*/
#Footer {width:760px;height:12px;margin-top:2px;padding:18px 45px;background: url(../Images/Foot_bg01.jpg);color: #fff;}
#Footer_left { float: left;}
#Footer_right { float: right;margin-top:2px;}

/*内页_主体左边*/
#Bodyer_left_page { float:left; width:200px; padding-bottom:30px;}
.Bodyer_left_page_title { width:200px; height:63px; border-bottom: 1px solid #d0e3ee;}
.Bodyer_left_page_menu { width:200px;  line-height:26px; text-align:left; background: url(../Images/bg_10.gif); }

.Bodyer_left_page_menu a{ padding-left:14px; background: url(../Images/Arrow_04.gif) 0px  no-repeat; }

/*内页_主体右边*/
#Bodyer_right_page { float: left; width:750px; }
.Bodyer_right_page_location { float: left; width:750px; background:#c7fefb; text-align:left; padding:9px 0 9px 12px; color:#666;}
.Bodyer_right_page_location a{ color:#666; }
.Bodyer_right_page_content { float: left; width:760px; padding:0px; text-align:left; line-height:180%; }
.Bodyer_right_page_content_infolist { float: left; width:760px; font-family:"宋体"; font-size:14px;line-height:180%; }
.Bodyer_right_page_content_infolist a{font-family:Tahoma,Verdana,"宋体";}
.Bodyer_right_page_content_infolist a:hover{ text-decoration:underline; }
.Bodyer_right_page_content_infolist a:visited{	color:#600; }
.Bodyer_right_page_content_pro1 { float: left; width:176px; height:240px; }
.Bodyer_right_page_content_pro2 { float: left; margin-left:18px; width:398px; height:220px;}
.Bodyer_right_page_content_pro2 img{ margin:6px 4px 0 0; vertical-align : middle; }
.Bodyer_right_page_content_pro3 { float: left; padding-top:30px; width:592px; background: url(../Images/Page_particular.gif) top no-repeat;}

.Bodyer_right_page_content_mes1 { float: left; clear: top left; padding:0 0 4px 0; width:100%; background:url(../Images/bg_09.gif) bottom repeat-x; line-height:140%;}
.Bodyer_right_page_content_mes1 img{ margin:0 6px 0 0 ;}	
.Bodyer_right_page_content_mes2 { float: left; clear: top left; padding:8px 0 18px 0; width:100%; line-height:180%; word-break:break-all;}
.Bodyer_right_page_content_bill1 { float: left; clear:top left; background:url(../Images/bg_09.gif) bottom repeat-x;}
.Bodyer_right_page_content_bill2 { float: left; clear:top left; font-size:14px; padding-left:24px; line-height:220%;background: url(../images/Arrow_bill.gif) 0px 8px no-repeat;}
.Bodyer_right_page_content_bill3 { float: right; clear:top left; width:58px; margin-top:11px; background:#EFEFEF; line-height:150%; font-size:12px; text-align:center; border: 1px solid #ddd; }
.Bodyer_right_page_content_bill4 {float:left;clear: top left; width:578px; background:#efefef; line-height:160%; border-right:1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd; padding:6px; }
.Bodyer_right_page_end { float:left; width:592px; padding:15px 29px 15px 29px;  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;
	}
	
.expanded {
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}
.font1 {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.font2 {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}
.font3 {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}.font4 {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding:10px;
}
.font5 {
	font-size: 12px;
	line-height: 25px;
	color: #003399;
}
.A1 {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-size: 12px;
	line-height: 25px;
}
.A2{
	COLOR: #666666;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-size: 12px;
	line-height: 25px;
}	
.STYLE3 {
	color: #3A9999;
	text-decoration: none;
	font-size: 12px;
}
.font40{
	font-size:14px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	background-image: url(../Images/menu_bg.gif);
	font-weight: bold;
	color: #FFFFFF;
}
.font41{
	font-size:14px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
