*{margin:0px; padding:0px;}
body {margin:0 auto;font-size: 12px;color: #505050; font-family: Arial,宋体,Helvetica, sans-serif; background:url(../images/bg.jpg) top center no-repeat; background-color:#f0f0f0;}
a {font-size:12px;color:#575656;}
a:link {text-decoration:none;}
a:visited {text-decoration: none;color:#727272;}
a:hover {text-decoration: underline;color:#404040;}
a:active {text-decoration: none;color: #333333;}
img{border:0}

.img_border{border:1px solid #e4e4e4;}
.img_border:hover{border:1px solid #7BB2F1;}
.clear{clear:both;}








/* ========== 翻译删除 

#main {width:1002px; margin:0 auto;}

#translate{width:1002px;height:37px;}  ========== */

#main {
  width: 1002px; /* 还原原有固定宽度框架 */
  margin: 0 auto; 
  position: relative;
  overflow: hidden; /* 防止内容溢出 */
}
/* #translate 可保留占位（若要移除，直接删这段） */





/* ========== header适配固定框架，banner图不溢出 ========== */
#header {
  height:148px; 
  margin: 0 auto;
  width: 1002px; /* 还原固定宽度，和页面框架一致 */
  position: relative; /* 搜索框定位父级 */
  background: transparent;
}

/* ========== logo改为背景图，适配1002px框架（不溢出） ========== */
#logo {
  float: left; /* 还原浮动，贴合原有布局 */
  width: 1002px; /* 铺满整个header宽度，适配框架 */
  height: 110px; /* 和header同高 */
  overflow: hidden; /* 防止背景图溢出框架 */
  margin: 0px;
  position: relative;
  /* 替换为你的banner图路径！！ */
  background: url("/uploadfile/background.jpg") no-repeat center center; 
  background-size: 100% 100%; 
  /* 可选：开启硬件加速，提升渲染清晰度 */
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast; /* webkit内核浏览器优化清晰度 */
  image-rendering: crisp-edges; /* 非webkit浏览器优化 */
  z-index: 1;
}

/* ========== 搜索框：固定在原有框架内，位置不变 ========== */
.globalsearchformzone{ 
  position: absolute;
  right: 10px; /* 基于1002px框架，还原原右侧位置 */
  top: 20px; 
  float: none;
  padding: 0px;
  margin: 0px;
  width: 325px; 
  height: 31px; 
  background: url(../images/searchl.png) 0 0 no-repeat;
  z-index: 999;
}

/* ========== 搜索框内部样式（保留原有） ========== */
.globalsearchform{
  float:left;
  padding:0px 12px 0px 10px;
  margin:0px;
  height:31px;
}
.globalsearchform1{
  float:right;
  padding:0px;
  margin:0px;
}
.globalsearchform .input{
  border:0px;
  height:30px;
  padding:0px;
  margin:0px;
  background:transparent;
  color:#333333;
  width:269px;
  font:12px/30px Verdana,microsoft yahei,Arial;
}
.globalsearchform1.imgbutton{
  padding:0px;
  margin:0px;
}


/* ========== 语言栏：固定在框架内 ========== */

.language{
  position: absolute;
  right: 345px; /* 基于搜索框位置，还原原位置 */
  top: 8px;
  float: none;
  margin:0px;
  z-index: 999;
}

css
/* 强制隐藏class为language的按钮/区域（包括所有页面） */
.language {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* 兜底：屏蔽language下的所有子元素（防止按钮嵌套） */
.language * {
  display: none !important;
}





/* ========== 2. 强制屏蔽旧logo图（精准匹配你的旧图路径） ========== */
#logo img,
/* 精准匹配旧logo图的完整路径特征，无论动态生成还是静态写死都能屏蔽 */
img[src*="uploadfile/20256301648345698.jpg"],
/* 兜底：匹配uploadfile路径下的所有旧图，防止漏网 */
img[src*="uploadfile/20256301648345698"],
img[src*="20256301648345698.jpg"] {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  z-index: -1 !important;
}





















/*导航菜单*/
#nav {float:left;width:980px; height:38px; margin:0px;background: url(../images/nav_bg.jpg);padding-left:23px;}
#nav li{float:left; list-style:none;}
#nav a{color:#FFFFFF;text-align:center; display:block; width:118px;font: 13px/38px  'microsoft yahei',Arial,SimSun,Verdana;background: url(../images/nav_line.jpg) right center no-repeat;}
#nav a:hover{color: #FFFFFF; text-decoration:none; display:block; width:118px; font: 13px/38px  'microsoft yahei',Arial,SimSun,Verdana; background: url(../images/menunow.jpg) bottom center repeat-x;} 

.flash {float:left; width:742px; height:328px; background-color:#FFFFFF;}

#center{height:100%; padding:0 10px; background-color:#FFF;}

#left {float:left; width:230px;}

/*左侧分类*/
.category_title{height:32px; padding:0px 0px 0px 12px; background:url(../images/left_top.jpg);font:12px/32px Arial,Verdana,microsoft yahei;color:#FFFFFF; margin-top:9px;}
.category_title span.more{float:right; width:50px;padding:1.5em 0;}

.category{width:228px;padding:4px 0px 15px 0px; border:#EAEAEA 1px solid;}
.category li{list-style:none;}
.category a:link,.category a:visited,.category a:active{display:block;text-decoration:none;font:12px/29px Arial, Verdana, Helvetica, sans-serif; width:206px; height:28px;background:url(../images/li-arrow.gif) 7px center no-repeat;padding-left:20px; color:#434343;border-bottom:1px #cccccc dashed;}
.category a:hover{text-decoration:underline;}
.category li.small a{display:block;text-decoration:none;font:12px/29px Arial, Verdana, Helvetica, sans-serif; width:202px; height:28px;background:url(../images/li-arrow.gif) 18px center no-repeat;padding-left:28px;color:#666666;border-bottom:1px #cccccc dashed;}
.category li.small a:hover{text-decoration:underline;}

/*左侧推荐产品*/
.featured{width:220px; height:100%; padding:10px 0px 0px 8px; border:#EAEAEA 1px solid;}
.featured P{text-align:center; width:218px; height:28px; overflow:hidden; font-weight:bold; line-height:20px; padding-top:5px;}


/*左侧联系我们*/
ul.contact {padding:4px 4px 10px 8px; margin-bottom:10px; border:#EAEAEA 1px solid;}
ul.contact li{list-style:none; color:#666666; line-height:26px;}


#right{float:left; width:742px; margin:9px 0px 0px 9px;}
#right td{padding:6px;}

/*首页新闻*/
.right_top{height:36px; width:247px; padding:0px 0px 0px 12px; background:url(../images/right_top.jpg);font:12px/36px Arial,Verdana,microsoft yahei;color:#FFFFFF;}
.index_new {float:left; width:256px; margin-left:9px;}
.index_new ul{background-color:#FFFFFF; padding-top:10px;}
.index_new li{list-style:none; line-height:2em; margin:0 8px; border-bottom:1px #cccccc dashed;}
.index_new li a:link,.index_new li a:visited,.index_new li a:active{color:#5a5a5a; font-weight:bold; font-size:12px;}
.time{color:#9292a4;}

/*首页产品*/
.product_top{height:32px;padding:0px 0px 0px 28px; background:url(../images/product_top.jpg);font:12px/32px Arial,Verdana,microsoft yahei;color:#333333;}
.index_product{clear:both; margin:9px 0px 10px 0px; border:#EAEAEA 1px solid; border-top:none;}
.products_list{ margin:20px 0px 0px 20px;}
.products_list li{list-style:none;display:block; height:214px; width:160px; padding:0px 16px 0px 0px; float:left;overflow:hidden;}
.products_list p{ text-align:center; width:160px; font-weight:bold; line-height:20px; padding-top:3px;}


/*内页样式*/
.path_title{height:32px;padding:0px 0px 0px 28px; background:url(../images/product_top.jpg);font:12px/32px Arial,Verdana,microsoft yahei;color:#333333;}
.path_title a,.path_title a:link,.path_title a:visited,.path_title a:active{color:#333333;}

/*新闻列表*/
ul.news_list{margin-top:14px;}
ul.news_list li{list-style:none;border-bottom:1px #CCCCCC dashed; line-height:3em;background-image: url(../images/li2.gif);background-repeat: no-repeat;background-position: left center;padding-left:18px; margin:0px 10px;}
ul.news_list li a:link,ul.news_list li a:visited,ul.news_list li a:active{color:#5a5a5a; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
ul.news_list li a:hover{color:#e10000;}
.list_time{float:right;color:#9292a4;}

/*新闻显示*/
h1.content_title{font-size:22px; text-align:center; line-height:50px; margin-top:12px;}
.news_data{text-align:right; padding-right:10px; margin:8px 0px;}
.download_btn{text-align:right; margin:5px 20px 5px 0px;}
.content_bg{border:#EAEAEA 1px solid; border-top:none; margin-bottom:10px;}
.content{clear:both; width:720px; overflow:hidden; padding:9px 10px; line-height:28px; font-size:14px;}


/*产品展示*/
.show_pic{float:left; width:260px; margin:10px 3px 0px 8px;}
.product_att{float:left;margin:10px 0px 0px 6px;}
.product_att h1{color: #FF0000; font-size:14px;text-align:center; width:452px; border-style:dashed; border-width:1px; border-color:#c9c9c9; padding:10px 0px 10px 0px;}
.product_att ul{margin:6px 0px 0px 0px; width:442px; height:203px; border-top-style:dotted; border-bottom-style:dotted; border-width:1px; border-color:#c9c9c9; padding:12px 0px 0px 10px;}
.product_att li{list-style:none; padding-bottom:6px; line-height:22px;}
.product_att li strong{font-size:14px; color:#6baaeb;}
.product_att b.red{color:#FF0000;}
.jieshao_content{width:720px; overflow:hidden;padding:9px 10px; line-height:24px; font-size:13px;}

/*上一个下一个*/
.point{ margin:12px 0px; text-align:center; line-height:22px;}
.point span.to_prev{padding:4px 12px;}
.point span.to_prev a{color:#177bd0;}
.point span.to_next{padding:4px 12px;}
.point span.to_next a{color:#177bd0;}

.page{clear:both; margin:8px 0px;}


/*订单样式*/
dl.table{margin:30px 0px 0px 20px; height:655px;}
dl.table dt{float:left; width:110px; height:46px; text-align:right;line-height:20px;}
dl.table dd{float:left; width:600px; height:46px; line-height:20px;}
dl.table dd.biezhu{height:130px;}
dl.table dd.biezhu textarea{height:115px;}
#lyxz{*padding-left:0px;}

/*在线客服浮动窗口*/
#rightDiv{width:128px; text-align:center; margin:0; padding:0;display:block;overflow:hidden;position:absolute;}
#rightDiv a {margin:0px; display:block; padding:0 0 9px 0;}
#rightDiv a:hover{color:#000000;}
#rightDiv_top{width:128px; height:31px; background:url(../images/top.png); margin:0; padding:0;}
#rightDiv_middle{width:128px; background:url(../images/middle.png);margin:0; padding-top:10px;}
#rightDiv_bottom{width:128px; height:22px; background:url(../images/bottom.png); margin:0; padding:0;}
#rightDiv_bottom{*height:17px;}

/*底部样式*/
#footer {margin:0 auto; clear:both; width:1002px; margin-top:2px;}
.links{width:992px; margin:0 auto; padding:16px 5px 0px 5px; font:12px/28px Arial, Verdana, Helvetica, sans-serif;text-align:center;}
.links a:link,.links a:visited,.links a:active{font:12px/28px Arial, Verdana, Helvetica, sans-serif;}
.copyright{width:1002px; margin:0 auto;font:12px/28px Arial, Verdana, Helvetica, sans-serif; padding:16px 0px; line-height:24px; text-align:center; word-break:break-all;}
.copyright_index{ padding:6px 0px;}