﻿/*------------------------全局--------------------*/
html{
	background:#FFFFFF;
	}

body{
	margin:0px auto 2px;
	width:1002px;
	font-size:12px;
	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;
	}
/*------------------------------------------------*/
/*--------------topbar begin----------------------*/
#topbar{
    overflow:hidden;
    width:1002px;margin:0 auto 0px;
    background:url(../Images/map_bgs.png)  repeat-x;
	height:15px;line-height:15px; 
	padding:9px 0px 3px 0px; /*上、右、下、左*/
	border-top:2px solid #DE2A37;
	border-bottom:1px solid #C2C2C2;
       }
	   #topbar it{float:right;
	   height:30px;
	   padding:0px 10px 0px 0px;
	   }
	   
/*---------------topbar end-----------------------*/



/*------------------banner_js-begin---------*/
#banner{float:left; z-index:-99;position:absolute;
    width:1000px; height:200px; border:1px #999 solid; 
    padding:0px 0px 0px 0px; margin:0px auto 0px 0px;
    background-color:#fff;
      }
/*------------------banner_js---end-------*/



/*通用_页面容器------------------------------------*/
#container{
	}

/*通用_页面头部--------------------------*/
#header{
	overflow:hidden;
	margin:auto;  
	width:1002px;/*原为1002px;*/ 
	height:143px;/*原为120*/
	 height:143px;  !important ;/*FF*/
	/*background:url(../Images/head_bg.gif) 0px 82px repeat-X;  */ 
	background:url(../Images/main_footer1.jpg) 0px 1px repeat-X;
	}

/*LOGO*/
.header_logo{
	float:left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
overflow:hidden;
	}
 .header_logo  img{width:470px;height:49px;}

.header_tel{
    float:left;
	margin-top:0px;
	padding:0px 20px 25px 0px !important ;/*FF*/
    padding:0px 20px 25px 0px;/*IE*/
    width:466px;
    height:80px;
	height:81px;  !important ;/*FF*/
    text-align:right;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
    color:#333;
	background:url(../Images/11.gif) 5px -2px no-repeat;
    }
/*主菜单，有下拉*/
#gmenu{	clear:both; height:36px;background:url(../Images/head_bg.png) 0px 0px no-repeat;}
#mainMenu{
	float:left;
	width:100%;
	list-style-type:none;
	margin-left:0px;
	padding-left:2px;
	/*background-color:#606DDA;*/
	height:36px;
	background:url(../Images/head_bgA.png) 0px repeat-x;
	}
#mainMenu ul li{
	float:left;
	width:102px;
	list-style:none; 
	background:url(../Images/head_mainmenu_bg1.png);
	}
#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.png);
	}
#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:228px;
	}

/*-----------脚注菜单样式--------*/
div#footmenu{
    float:left;
    overflow:hidden;
    margin:0px; 
	padding-top:0px;
	width:1002px;
	height:35px;
	/*background-color:#4D4DA6;*/
	background:url(../Images/nav_bg.gif) repeat-x;
	color:#FFFFFF;
	text-align:center;

 }
div#footmenu a:link,div#footmenu a:visited,div#footmenu a:active{
margin:0px 10px 0px 5px;
color:#fefefe;
font:12px/30px 'SimSun',Arial,Sans-Serif;
text-decoration: none;
}
 div#footmenu a:hover{
margin:0px 10px 0px 5px;
color:#fefefe;
font:12px/30px 'SimSun',Arial,Sans-Serif;
text-decoration: underline;
}
 
/*通用_页面底部--------------------------*/ 
#footer{
    float:left;
    overflow:hidden;
	margin:0px 0px 5px 0px;; 
	padding:0px 0px 0px 0px;
	width:1000px;
	height:80px;
	border-top:1px solid #E6E6E6;
	BORDER-LEFT: #CCC 1px solid;
	BORDER-RIGHT: #CCC 1px solid;
	BORDER-BOTTOM: #CCC 1px solid;
	background:url(../Images/main_footer1.jpg);
	color:#999999;
	text-align:left;
	line-height:150%;
	}
#footer a{
	color:#999999;
	}
#footer_ICP {
	float:left;
	padding-top:8px;
	width:250px;
	height:72px;
	text-align:center;
	line-height:150%;
	}
#footer_copyright {overflow:hidden;
	float:left;
	padding:10px 20px 0px 40px;
	width:690px;
	height:70px;
	text-align:left;
	line-height:150%;
	}
	
/*通用_页面主体--------------------------*/
/*首页内页相同*/
#bodyer{
	}

/*首页内页不同之首页*/
#bodyer_index{ float:left;
	overflow:hidden;
	margin:202px auto 0px 0px; 
	padding:15px 0px 0px 0px;/*上、右、下、左*/
	width:1000px;
	BORDER-LEFT: #CCC 1px solid;
	BORDER-RIGHT: #CCC 1px solid;
	border-bottom:#CCC 1px solid
	/*background:url(../Images/bg_bodyer_index.gif) 251px 334px repeat-y;*/
	}

/*首页内页不同之内页*/
#bodyer_page{
     float:left;
	overflow:hidden;
	margin:202px auto 0px 0px; 
	padding:15px 0px 10px 0px;
	width:1000px;
	background:url(../Images/bg_bodyer_page.gif) 251px 0px repeat-y;
	BORDER-LEFT: #CCC 1px solid;
	BORDER-RIGHT: #CCC 1px solid;
	border-bottom:#CCC 1px solid
	}

/*左侧第一边栏*/
#mainSidebar{
	float:left;
	padding:3px 10px 3px 17px;/*上、右、下、左*/
	width:216px;
	}

/*右侧边栏*/
#subSidebar{
	float:left;
	padding:3px 4px 3px 10px;/*上、右、下、左*/
	width:170px;
	}
	
/*边栏以外的主体区域，即核心内容区，首页内页相同*/
#indexpageBody{
	}
/*中间核心内容区，首页内页不同之首页*/
#indexBody{
	float:left;
	padding:3px 8px;
	width:547px;  /*之前546px*/
	}
/*核心内容区，首页内页不同之内页*/
#pageBody{
	float:left;
	padding:3px 2px 3px 25px;/*上、右、下、左*/
	width:730px;
	}

/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;/*栏目间的距离*/
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:0px;/*栏目标题与栏目之间的距离*/
	}
	
/*会员登录框*/
.memberLogin{
	padding:5px 10px 5px 10px;/*上、右、下、左*/
	border:#bfbfbf solid ;border-width:0px 1px 1px 1px; background-color:#FFFFFF; 
	background:url(../Images/Login_bg.jpg);
	line-height:26px;
	text-align:center; 
	height:132px!important ;/*FF*/
	height:129px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
	padding:1px;
	width:138px;
	height:16px;
	border:1px solid #CCCCCC;
	background:url(../Images/T2.jpg) repeat-X;
	}
.memberLogin div{
	margin:0px 0px 0px;
	padding-top:5px;padding-bottom:0px!important ;/*FF*/
	padding-top:5px;
	}
.memberLogin div a{
	text-decoration:none;
	}

/*公告*/
.announce{
    padding:2px 12px 15px 12px; 
    border:#bfbfbf solid ;border-width:0px 1px 1px 1px;
	/*background:url(../Images/line_02.gif);*/ 
	}
.announce img{
	vertical-align: middle;
	}
	
/*服务*/
.service{
	padding:11px 0px 10px 15px; 
    border:#bfbfbf solid; border-width:1px 1px 1px 1px;text-align:left;
	}
.vote{
   padding-bottom:4px;
   }	
	
/*友情链接*/
.links {
    border:#bfbfbf solid; border-width:0px 1px 1px 1px;
    text-align:center;
}
.links img{
	margin-bottom:8px;
	border:#bfbfbf solid; border-width:1px 1px 1px 1px;
	}
/*公司新闻最新动态*/
.news{
    padding:5px 10px 13px 10px;/*新闻栏边距上 、 右、 下、左*/
    border:#bfbfbf solid; border-width:1px 1px 1px 1px;/*新闻外框*/
	}
	
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:1px 0px 12px !important ;/*FF*/
	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 dashed  #E1E1E1;
	/*background:url(../Images/line_03.gif); */
	color:#999999;
	font-size:12px;
	line-height:19px;/*文本新闻行间距高度*/
	}
.textNewlist{
	overflow:hidden;
	 border-bottom:1px dashed #E1E1E1 ;
	 padding-top:8px;
	 padding-bottom:2px;
	color:#999999;
	font-size:12px;
	line-height:15px!important ;/*FF*/
	line-height:15px;/*文本新闻行间距高度*/
	}		
	
.textNews a{
	font-size:12px;
	}
	
/*一级类别整区块*/
.catalog {
    padding:0px 0px 0px 12px !important ;/*FF*/
    padding:2px 0px 0px 12px;/*缩进上、右、下、左*/
    border:#bfbfbf solid; border-width:1px 1px 1px 1px;/*新闻外框*/
	background:#ffffff;
	height:330px;
	}
/*单个一级类别*/
.sort{
    overflow:hidden;
	float:left;
	width:160px;
	}
.sort .name{
	margin-top:5px;	
	padding-left:30px;	
	width:128px;
	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:5px 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:154px;
	border:1px solid #bfbfbf;
	text-align:center;	
	}
	
/*搜索*/
.search{
    padding:5px 5px 10px 15px;/*缩进上、右、下、左*/
    border:#bfbfbf solid; border-width:0px 1px 1px 1px;
	height:auto px;/**   height:20px;  **/
   }
.search input.textbox{
	width:121px;
	height:18px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:url(../Images/T2.jpg) repeat-X;/***background:#efefef;   ***/
	}
.search select{
	width:76px;
	height:21px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}
/*下拉框分页样式*/
.SelectMode
{
    BACKGROUND-COLOR: #eee;
	border:1px solid #7F9DB9;
	FONT-SIZE: 13px;
}


/*子页面菜单*/
.Menulist{
	/*padding:28px 12px 15px 12px;
	border:1px solid #CCCCCC;*/
	background:#FFFFFF url(../images/bg_pageMenu.gif) center 0px no-repeat; 
	line-height:35px;
	font-size:14px; text-align:center; color:#FFFFFF;font-weight: bold;
	}
.pageMenu{
	 padding:2px 12px 15px 12px; 
	 border:1px solid #bfbfbf;
	/*background:#FFFFFF url(../images/bg_pageMenu.gif) center 0px no-repeat; */
	line-height:22px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:25px;
	margin-bottom:5px; margin-right:15px;
	padding:10px 12px 0px 150px;/*上、右、下、左*/
	border:0px solid #bfbfbf;
	background:url(../Images/subject_location.gif) no-repeat; ;
	font-family:"宋体";
	}
.pageLocation img{
	vertical-align: middle;
	}

/*内页核心内容*/	
.pageContent{
    width:98%;
	}
/*内页列表*/
.pageContent_list {
	line-height:150%;
	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 45px 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:250px;
	height:220px;
	border:1px solid #CCC; margin-bottom:10px;
	background-color:#FFFFFF;
	text-align:center;
	}
.pageContent_view .itemName { 
    float:left;
	width:369px;
	height:220px;
	padding-left:50px;
	
	}
.pageContent_view .itemName img{
	margin:6px 4px 0 0;
	vertical-align:middle;
	}
.pageContent_view .itemParticular {
	clear:both;
	padding-top:10px;
	/*background: url(../Images/particular.gif) 0px top no-repeat;*/
	}

/*内页内容结束*/
.pageContent_end {
    width:98%;
    color:#0033CC;
	clear:both;
	margin-top:20px;
	padding-bottom:10px;
	text-align:right;
	 BORDER-BOTTOM: #94856E 1px dashed;
	}	
	
/*产品详细内容页面上下一条*/
.pageListEnd	{
    padding-top:5px;
    font-size:14px;
	width:98%;
	    }
.pageListEnd A{COLOR: #0033CC}
.pageListEnd A:hover {COLOR: #ff0000}
		

		
		
	
/*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;
	}
/*新闻内容及列表样式*/
.newscontent_list {
	MARGIN-BOTTOM: 1px; MARGIN-LEFT: 4px; WIDTH: 99%; PADDING-TOP: 5px; BORDER-BOTTOM: #CCC 1px dashed; HEIGHT: 25px
}
.content_list {
	 MARGIN-LEFT: 4px; WIDTH: 95%; PADDING-BOTTOM: 1px; PADDING-TOP: 5px; BORDER-BOTTOM: #CCC 1px dashed; HEIGHT:20px;
}
.lisid{ MARGIN-LEFT: 15px;padding-left:20px;width:140px;padding-top:5px;padding-bottom:3px;border-bottom:1px dashed #94856E;line-height:16px;overflow:hidden}
.button{
color:#FFFFFF;
background-color:#009933;
padding:1px;
border-bottom:#000000 1px solid;border-right:#000000 1px solid;
cursor: pointer;
height:25px;
}


.btn{background:url(../Images/login1.png) no-repeat;margin-bottom:1px;width:72px;height:25px;padding:0;padding-top:0px;border:0;background-position:0px 1px;cursor:pointer}
