﻿/*-------通用----用户录登文本框和搜索框Login Login_index Login_page Search_index Search_p------*/
.clear{ clear:both;}/*清除浮动*/
li{ list-style:none;}
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:#666;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle;
	}
a:hover {
	color: #06A;
	}

.Login_text { 
	width:100px; 
	height:14px; 
	padding:1px; 
	color:#333; 
	border:1px solid #7f9db9; 
	margin-top:4px; 
	}
.Login_button {  }

/*h1-h6设置信息*/
h2 {
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(/en/Images/new/bg_09.gif) bottom repeat-x;
	}
h3 {
	margin-bottom:20px;
	height:28px;
	font-weight:bold;
	color:#333333;
	font-size:16px;
	background:url(/en/Images/new/bg_09.gif) bottom repeat-x;
	text-align:center;
	}
h5 {
	padding:0px;
	font-weight: normal;
	font-size:12px;
	margin:-16px 0px 20px;
	}

/*通用_各色文本链接样式*/
.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;}
	
/*------框架-------------------------*/
html{

	}
body{
	margin:0 auto;
	width:100%;
	background:#fff;
}
#body{
	margin:0px auto;
	width:971px;
	font-size:12px;
	background:url(/en/Images/new/bg_body.png) 50px 334px repeat-x; /*开始平铺的位置*/
	color:#666666;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
#bobybg{
	margin:0 auto;
	width:971px;         /*决定阴影边线的宽度*/
	background:url(/en/Images/new/bg_lf.jpg) left repeat-y;
	}
#bobyrtbg{
	background:url(/en/Images/new/bg_rt.jpg) right repeat-y;
	}
	
/*------------页面头部-----------------------------------------------------------------------------*/
#header{
	margin:auto; 
	margin-left:6px;
	padding-top:15px;
	padding-left:0;
	width:957px; /*head宽度*/
	height:319px;
	background:url(/en/Images/new/head_bg.jpg) no-repeat;/*head背景*/
	}
/*LOGO*/
.header_logo{
	float:left;
	padding:0 0 15px 16px;
	width:50%;
	height:41px;
	}
	
/*小字链接*/
.header_link{
	float:right;
	padding:0px 46px 15px 0px;
	width:39%;
	height:41px;
	text-align:right;
	}
.header_link img {
	vertical-align:middle;
	}
/*.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;
	}
*/
/*主菜单的样式，有下拉*/
#mainMenu{
	float:left;
	padding-left:16px;
	list-style-type:none;
	width:70%;
	}
#mainMenu ul li{
	float:left;
	margin-right:0px;
	width:95px;
	list-style:none; 
	background:url(/en/Images/new/head_mainmenu_bg1.png); /*鼠标离开的背景图*/
	}
#mainMenu ul li a{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	width:95px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	line-height:20px;
	}
#mainMenu ul li:hover ul,/*解决无法缩回二级导航菜单问题*/

#mainMenu ul li a:hover{
	background:url(/en/Images/new/head_mainmenu_bg2.png);/*鼠标经过的背景图*/
	}
/*二级菜单展开样式*/
#mainMenu ul li ul {
	list-style-type: none;
	text-align:left;
	left:-999em;
	width:120px;
	position:absolute;
	}

#mainMenu ul li ul li{
	float:left;
	width:125px;
	height:24px;
	border-top:1px solid #FFFFFF;
	background:#629CDD;
	}

#mainMenu ul li ul li a{
	display:block;
	padding:6px 6px 6px 6px;
	width:114px;
	height:12px;
	text-align:left;
	line-height:12px;
	}
#mainMenu ul li ul li a:hover{
	background:#8FB9E7;
	}
#mainMenu ul li:hover ul{
	left:auto;
	}
#mainMenu ul li.sfhover ul{
	left:auto;
	}
/*搜索*/
#srch{ padding-right:20px;}
.search input.textbox{
	width:125px;
	height:17px;
	padding:1px;
	border:1px solid #7F9DB9;
	background:#fff;
	}
.search select{
	width:76px;
	height:19px;
	background:#eee;
	border:1px solid #7F9DB9;
	font-size:12px;
	}
.Search_text {   /*搜索文本框*/
	width:125px; 
	height:17px; 
	color:#333; 
	padding:1px;
	border:1px solid #7F9DB9; 
	margin-right:4px; 
	background: #eee;
	vertical-align:middle;
	}
.Search_sel {  /*搜索下拉列表框*/
	width:50px; 
	height:20px; 
	background: #eee;
	color:#333; 
	border:1px solid #7F9DB9; 
	font-size:12px;
	vertical-align:middle;
	}
.Search_button {  /*搜索按钮*/
	background:url(/en/Images/new/go.gif);width:36px;
	height:20px;
	color:#333;
	font-size:12px; 
	vertical-align:middle;
	}
/*大幅广告条*/
.header_banner{
	float:left;
	padding:2px 0px 0px 0px;
	width:957px;
	height:228px;
	}


/*页面内部--------------------------------------------------------------------------------------*/


/*Homepage内部*/
#bodyer_index{
	overflow:hidden;
	margin:15px auto 0px auto; 
	width:971px;
    background:url(/en/Images/new/bg_bodyer_index.gif) 240px repeat-y;/*Homepage上的竖线,为什么会有2条？——背景图片是2个点，我晕*/
	}

/*内页内部*/
#bodyer_page{
	overflow:hidden;
	margin:15px auto 0px auto ; 
	width:971px;
	background:url(/en/Images/new/bg_bodyer_page.gif) 243px repeat-y;  /*子页上的竖线 如果是按照X轴循环 则是横线，只能沿一个方向*/
	}

/*左边栏*/

#mainSidebar{
	float:left;
	padding:3px 15px 3px 25px;
	width:200px;
	}

/*右边栏*/

#subSidebar{
	float:right;
	padding:3px 20px 3px 10px;
	width:180px;
	}
	
/*边栏以外的主体区域，即核心内容区，Homepage内页相同*/

#indexpageBody{
	}
/*Homepage中部样式*/
#indexBody{
	float:left;
	padding:3px 0 3px 15px;  
	width:480px;
	}

/*核心内容区，Homepage内页不同之内页*/

#pageBody{  
	float:left;
	padding:3px 15px 3px 15px;
	width:685px;/*内页content宽度*/
	}
.Bodyer_right_page_content{width:690px;}
.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(/en/Images/Page_particular.gif) top no-repeat;}
/*页面内每个栏目块*/
.subject{
	width:100%;
	margin-bottom:10px;
	}
	
/*栏目块的名称*/
.subject_name{
	margin-bottom:6px;
	
	}
#ss_blank{ height:33px;}	
/*会员登录框*/
.memberLogin{
	padding:60px 12px 2px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(/en/Images/new/bg_login.jpg) center 2px no-repeat; 
	line-height:26px;
	}
.memberLogin img{
	vertical-align: middle;
	}
.memberLogin input.textbox{
   margin:5px 0px;
	padding:0px;
	width:98px;
	height:18px;
	border:1px solid #CCCCCC;
	}
.memberLogin div{
	margin:10px 0px 20px 0;
	text-align:center;
	}
.memberLogin div a{
	text-decoration:underline;
	}
.memberLogin label{ background:#fff; margin-bottom:10px; vertical-align:text-bottom; line-height:18px;}
.memberLogin .Glogin{ line-height:20px; margin-bottom:0px;}
/*公告*/
#announce li{
    height:24px;
	background:url(/en/Images/new/line_02.gif) bottom repeat-x; 
}
#announce li img{ float:left;}/*保证图片和文字能水平居中，搞了一早上才发现是这个问题，晕死了*/
#announce li a{
    line-height:24px;
	margin-left:5px;
}
/*友情链接*/
#links{ float:left; width:205px;}
#links p{ margin:0 0px;}
#links img{
	margin-bottom:8px; float:left; border:1px solid #ccc; margin-right:6px; width:88px; height:31px;  /*友情链接图片大小*/
	}
/*最新动态*/
.news { 
	}
/*最新动态之图片新闻*/
.picNews {
	overflow:hidden;
	margin:8px 0px 12px 0px;
	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 li {
	width:98%;
	overflow:hidden;
	background:url(/en/Images/new/line_03.gif)  repeat-y bottom; 
	color:#999999;
	font-size:11px;
	}
#textNews li a{
	font-size:12px;
	}
#textNews li img{ vertical-align:middle;}
	
/*Homepage第一条新闻样式*/
#ImgNews{ float:left; width:450px;}
#ImgNews a{ color:#FF0000; line-height:15px;}
#INcontent{ width:58%; float:left;}  
#INcontent a { float:left;margin-left:10px; line-height:20px;text-decoration:none; display:block;}
/*一级类别整区块*/
.catalog {
margin:0 0px;
	}
/*HomepagePROUCT图片显示宽度*/
.sort{
	float:left;
	width:150px;
	height:170px;
	}
.sort .name{ 
	margin-top:8px;	
	padding-left:18px;
	width:130px;   /*Title 宽度*/
	height:23px;
	background:#EFEFEF url(/en/Images/new/arrow_03.gif) 3px 4px no-repeat; 
	border:1px solid #D7D7D7;
	line-height:23px
	}
.sort .name a{
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	line-height:25px;
	}
.sort .picture img{
	margin:8px 0px;	
	width:150px;
	height:86px;
	}
.sort a{ line-height:16px;}
/*推荐新品commend，四个一组，共2组commend8,commend4*/
#commend{
	padding:10px 0;
	}
#commend8{
	display:none;
	}

/*推荐新品每个图片的样式*/
.commendProPic{
	margin-bottom:9px;
	padding:4px;
	width:150px;
	height:150px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
	


/*子页面菜单*/
.pageMenu{
	padding:38px 12px 6px 12px;
	border:1px solid #E1E1E1;
	background:#FFFFFF url(/en/Images/new/bg_pageMenu.jpg) center 2px no-repeat; 
	line-height:22px;
	}
.pageMenu img{
	vertical-align: middle;
	}

/*内页当前位置*/
.pageLocation{
	height:24px;
	margin-bottom:16px;
	background:url(/en/Images/new/subject_location.gif) no-repeat; 
	text-align:right;
	font-family:"宋体";
	}
.pageLocation img{
	vertical-align: middle;
	}
/*内页核心内容*/	
.pageContent input{ float:float;
	}
#cc{ float:left;
	}
/*内页列表*/
.pageContent_list {
	line-height:180%;
	}
/*内页共用的图片,时间,文件大小,回复样式*/
.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{ /*productList产品页图片*/
	margin-bottom:6px;
	padding:4px;
	width:145px;
	height:145px;
	border:1px solid #E1E1E1;
	text-align:center;	
	}
.pageContent_list .itemName{/*productList产品页图名字片*/
	padding:4px;
	width:145px;
	border:1px solid #E1E1E1;
	background:#EFEFEF;
	line-height:16px;
	}
	
/*内页纸单列表*/
.pageContent_list .bill {
	overflow:hidden;
	clear:both;
	background:url(/en/Images/new/bg_09.gif) 0px 28px repeat-x;
	}
.pageContent_list .bill .name{
	float:left;
	padding:4px 0px 4px 24px;
	font-size:14px;
	background:url(/en/Images/new/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(/en/Images/new/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(/en/Images/new/particular.gif) 0px top no-repeat;
	}

/*内页内容结束*/
.pageContent_end {
	clear:both;
	margin-top:30px;
	text-align:right;
	}


/*其他*/
.Bodyer_right_page_content_infolist { float: left; width:592px; 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:#666; }
/*小导航样式*/
.Bodyer_left_page_menu { width:200px;  line-height:26px; text-align:left;}
.Bodyer_left_page_menu a{ padding-left:14px; background: url(/en/Images/Arrow_04.gif) 0px  no-repeat; }
.Bodyer_left_page_menu a:hover{ padding-left:14px; background: url(/en/Images/Arrow_04.gif) 0px  no-repeat; background:#ccc; color:#FFFFFF}  
/*子导航链接样式*/


/*页面底部banner----------------------------------------------------------------------------------------------*/
#footer{
	margin:15px 0 auto 6px;
	padding-top:5px;
	width:957px;
	height:140px;
	border-top:1px solid #E6E6E6;
	background:#F3F4F6 url(/en/Images/new/bg_copyright.gif) 251px 20px no-repeat;
	text-align:left;
	line-height:150%;
	float:left;
	}
#img123{
	height:30px;
	margin-top:10px 50px;
	padding:10px 20px;
	vertical-align:middle;
	text-align:left; 
	
}
#footer_ICP {
	float:left;
	padding-top:20px;
	width:212px;
	height:100px;
	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%;
	}
#footer p{
	text-align:left;
}

#footer #contx{
	margin-top:0px;
	height:80px;
}

/*页面底部阴影*/
#body_bottom{
	background:url(/en/Images/new/b_b_m.jpg) repeat-x; height:10px; width:100%;}
#body_bottom #l{ float:left}
#body_bottom #l img{ width:15px; height:10px;}
#body_bottom #r{ float:right}
#body_bottom #r img{ width:15px; height:10px;}
/*留言本*/
.Bodyer_right_page_content { float: left; width:630px; padding:5px; text-align:left; line-height:180%;  }
.Bodyer_right_page_content_mes1 { float: left; clear: top left; padding:4px 4px; width:100%; }
.Bodyer_right_page_content_mes1 img{ margin:6px 6px;}	
.Bodyer_right_page_content_mes2 { float: left; clear: top left; padding:8px 8px; width:100%; line-height:180%; word-break:break-all;}

#conten_r{width:680px;}
