﻿/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */

a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {
          text-decoration: none; /* 未访问的链接 */
          color: #595959;
}
a:visited {
          color: #595959;
          text-decoration: none; /* 已访问的链接 */
}
a:hover {
          color: #595959;
          text-decoration: none; /* 鼠标在链接上 */ 
}
a:active {
          color: #595959;
          text-decoration: none; /* 点击激活链接 */
}
a.topmenu_over_color:link {
          text-decoration: none;;
          color: #ffffff;
}
a.topmenu_over_color:visited {
          color: #ffffff;
          text-decoration: none;;
}
a.topmenu_over_color:hover {
          color: #ffffff;
          text-decoration: none;;
}
a.topmenu_over_color:active {
          color: #ffffff;
          text-decoration: none;
}
a.topmenu_color:link {
          text-decoration: none;;
          color: #B0B0B0;
}
a.topmenu_color:visited {
          color: #B0B0B0;
          text-decoration: none;;
}
a.topmenu_color:hover {
          color: #333333;
          text-decoration: none;;
}
a.topmenu_color:active {
          color: #B0B0B0;
          text-decoration: none;
}

a.topmenu1_color:link {
          text-decoration: none;;
          color: #999999;
}
a.topmenu1_color:visited {
          color: #999999;
          text-decoration: none;;
}
a.topmenu1_color:hover {
          color: #999999;
          text-decoration: none;;
}
a.topmenu1_color:active {
          color: #999999;
          text-decoration: none;
}
.Clear
{
   clear:both;
}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
margin:0px;
font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";
font-size: 9pt;
background-attachment: fixed;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;color:#595959;background-color: #ffffff; 
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
border-bottom: #e1e1e1 1px solid;
border-left: #e1e1e1 1px solid;
border-right: #e1e1e1 1px solid;
border-top: #e1e1e1 1px solid;
color: #595959;
height: 20px;

}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 16px;color: #595959;
border-bottom: #f1f1f1 1px solid;
border-left: #f1f1f1 1px solid;
border-right: #f1f1f1 1px solid;
border-top: #f1f1f1 1px solid;
border-color: #f1f1f1 #f1f1f1 #f1f1f1 #f1f1f1 font-size: 9pt
height: 20px;
}
/* TEXTAREA的css定义:对应css中的“TEXTAREA”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 *
TEXTAREA {
	font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";FONT-SIZE: 12px; LINE-HEIGHT: 15px
}
/* 类class的css定义------------------------------------------------------------------------------*/
/* 类class=table-bg1的css定义---------------- */

.table-bg1 {
	 background-color:#ffffff;
         width:980px;
        text-align:center; 
       
}     
/* 类class=table-bg2的css定义---------------- */

.table-bg2 {
	background-color:#ffffff;
}
/* 类class=table-bg3的css定义---------------- */

.table-bg3 {
	 background-color:#f7f7f7;
}
/* 类class=table-zuoyou的css定义---------------- */

.table-zuoyou {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid
}
/* 类class=table-xia的css定义---------------- */
.table-youxia {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
/* 类class=table-shangxia的css定义---------------- */
.table-shangxia {
	BORDER-TOP: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid
}
/* 类class=table-you的css定义---------------- */
.table-you {
	BORDER-RIGHT: #cccccc 1px solid
}
/* 类class=table-zuo的css定义---------------- */
.table-zuo {
	BORDER-LEFT: #cccccc 1px solid
}
/* 类class=table-shang的css定义---------------- */
.table-shang {
	BORDER-TOP: #cccccc 1px solid
}
/* 类class=table-xia的css定义---------------- */
.table-xia {
	BORDER-BOTTOM: #cccccc 1px solid
}
/* 类class=shopinput1的css定义---------------- */
.shopinput1 {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #999999 1px solid; COLOR: #333333; BORDER-BOTTOM: #999999 1px solid;font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";HEIGHT: 20px;
}

/* 类class=shopinput2的css定义---------------- */
.shopinput2 {
	BORDER-RIGHT: #a2a2a2 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #ffffff 1px solid; PADDING-LEFT: 1px; FONT-SIZE: 9pt; PADDING-BOTTOM: 1px; BORDER-LEFT: #ffffff 1px solid; CURSOR: hand; COLOR: #333333; PADDING-TOP: 1px; BORDER-BOTTOM: #a2a2a2 1px solid; font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman"; HEIGHT: 19px; BACKGROUND-COLOR: #eeeeee
}
/* 类class=shopinput3的css定义---------------- */
.shopinput3 {
	BORDER-RIGHT: #a2a2a2 1px solid;  BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 12pt; BORDER-LEFT: #ffffff 1px solid; CURSOR: hand; COLOR: #1E71B8;  BORDER-BOTTOM: #a2a2a2 1px solid; font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman"; HEIGHT: 30px;width: 160px; BACKGROUND-COLOR: #eeeeee;PADDING-top: 8px; 
}
.logininput {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #999999 1px solid; COLOR: #999999; BORDER-BOTTOM: #999999 1px solid; font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";HEIGHT: 15px;width: 86px;BACKGROUND-COLOR: #ffffff
}
.logininput1 {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #999999 1px solid; COLOR: #999999; BORDER-BOTTOM: #999999 1px solid; font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";HEIGHT: 15px;width: 40px; BACKGROUND-COLOR: #ffffff
}
.searchinput {
	BORDER-RIGHT: #cccccc 1px solid; 
        BORDER-TOP: #cccccc 1px solid; 
        FONT-SIZE: 9pt; BORDER-LEFT: #cccccc 1px solid; 
        COLOR: #333333;
        BORDER-BOTTOM: #cccccc 1px solid; 
       font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";
        height: 16px; 
        background-color:#fffff;
}
#wrapper {
	margin: 0 auto;
	width:100%;
        padding-top: 0px;
        color:#333333;
        text-align : center; 
}  
main {
       margin:0 auto;
	width: 980px;
	margin-bottom: 0px;
	overflow: auto;

       text-align : center; 
     
 }

.search-bg {
	 background-color:#e1e1e1;
}
/* 类class=shopborder的css定义---------------- */
.shopborder {
	BORDER-RIGHT: #80B5FF 1px solid;  BORDER-TOP:#80B5FF 1px solid;  BORDER-LEFT: #80B5FF 1px solid; BORDER-BOTTOM: #80B5FF 1px solid;  
}
/* 网站head的css定义 */
.headmenu-bg
{
background:url(../../Skin/skin1/topmenu/menu_bg.jpg);
height: 36px;
font-size: 9pt;
}
.headmenul-bg
{
background:url(../../Skin/skin1/topmenu/menul_bg.jpg);
height: 36px;
font-size: 9pt;
}
.headmenur-bg
{
background:url(../../Skin/skin1/topmenu/menur_bg.jpg);
height: 36px;
font-size: 9pt;
}
/* 网站foot的css定义 */
.footmenu-bg
{
background:url(../../Skin/skin1/topmenu/footmenu_bg.jpg);

font-size: 9pt;
}
.footlink-bg
{
background:url(../../Skin/skin1/other/footlink_bg.jpg);
background-repeat:repeat-x;
}
.foothelp-bg
{
margin-top:1px; border:#e5e5e5 solid 4px
}
.foothelp-bg2
{
padding:0 0 6px 2px;
}
/* 产品分类列表的css定义 */
.tableprocat
{margin-top:0px; border:#772357 solid 2px
}
/* 产品品牌列表的css定义 */
.tablebrand
{margin-top:0px; border:#772357 solid 2px
}
/* 网站新闻框列表的css定义 */
.tablenews
{margin-top:0px; border:#772357 solid 2px
}
/* 在线客服框列表的css定义 */
.tablekf
{margin-top:0px; border:#772357 solid 2px;PADDING-LEFT: 20px;PADDING-right: 10px
}
/* 发货清单框列表的css定义 */
.tableems
{margin-top:0px; border:#772357 solid 2px
}
/* 友情链接框列表的css定义 */
.tablelink
{margin-top:0px; border:#772357 solid 2px;PADDING-top: 5px;PADDING-bottom: 5px
}
/* 文章类别框的css定义 */
.tableartcat
{margin-top:0px; border:#772357 solid 2px;PADDING-top: 5px;PADDING-bottom: 5px
}

/* 网站下部线条的css定义 */
.footline
{
background: #000000;
height: 6px;
font-size: 1px;

}
#menu{
 background-color:#ffffff;
 }
#fbtn{
 display:none;
 overflow:hidden;
 border-style:solid;
 border-width:0px;
 border-color:#ffffff #ffffff #ffffff #ffffff;
 padding:0 0 0 0;
 width:82px;
 height:40px;

 background-color:#000000;
 }
#fbtn_txt{
 position:relative;
 width:82px;
 height:40px;
 }
#fbtn_txt div{
 height:40px;
 padding-top:11px;
 font-size:12px;
 font-family:PMingLiU;
 color:#989898;
 text-align:center;
 cursor:hand;
font-weight: 400;
 }
#fbtn_mask{
 
 background-color:#ff6600;
  border-style:solid;
  border-width:0px;
  border-color:#ffffff #ffffff #ffffff #ffffff;
  padding:0 0 0 0;
  position:relative;
  width:82px;
 height:40px;
 }
#topmenu_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 100%;
	font-weight: normal;
        color:#999999;
        PADDING-right: 40px;
        PADDING-top: 10px;
}
catmenu_color
{
	font-family:"黑体";
	font-size: 9pt;
	line-height: 100%;
	font-weight: bolder ;
        color:#000000;
        PADDING-right: 40px;
        PADDING-top: 10px;
}
#pavcattitle_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 300%;
	font-weight: bold;
        color:#999999;
        PADDING-top: 10px;
}
#brandtitle_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	font-weight: bold ;
        color:#ffffff;
        PADDING-top: 1px
}
#emstitle_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 300%;
	font-weight: bold ;
        color:#999999;
        PADDING-top: 10px;
}
#kftitle_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 300%;
	font-weight: bold ;
        color:#999999;
        PADDING-top: 10px;
}
#linkpictitle_color
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 300%;
	font-weight: bold ;
        color:#999999;
        PADDING-top: 10px;
}
#noticetitle_color
{
	PADDING-LEFT:30px;
        color: #999999;
        PADDING-top: 1px;
        font-size: 12pt;
        font-family:"隶书";
}

.p9  {  font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman"; font-size: 10pt;}
.p1  {  font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman"; font-size: 15px;line-height:15pt}
.menuitem 
{
       BORDER-BOTTOM: #fefefe 1px solid; 
       BORDER-LEFT:#fefefe 1px solid; 
       BORDER-RIGHT: #fefefe 1px solid; 
       BORDER-TOP: #fefefe 1px solid;
       BACKGROUND-COLOR: #f8f8f8; 
       POSITION: absolute; 
       VISIBILITY: hidden
}
.menubar
 {
       BORDER-BOTTOM: #ffffff 1px solid; 
       BORDER-LEFT: black 1px solid; 
       BORDER-RIGHT: black 1px solid; 
       BORDER-TOP: #ffffff 1px solid; 
       FILTER: revealTrans(transition=10,duration=0.5) blendTrans(duration=0.5); 
       POSITION: absolute; VISIBILITY: visible
 }
.menuline 
 { 
  font-family:Arial,宋体, Helvetica, sans-serif, "Arial Narrow", "Times New Roman";
   font-size: 10px;
   line-height:15pt
}
#au{width:460px;height:160;filter : progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 ) ;}
#au1{width:61px;height:14px; float:right;}
#conau{width:229px;height:21px; float:left; padding-left:20px;padding-top:5px; font-weight:bold;}
.bbg0{background:url(../../Skin/skin1/other/aotc76.gif); cursor:hand; color:white; font-weight:bold; line-height:16px;}
.bbg0 a{color:white;text-decoration: none;}
.bbg1{background:url(../../Skin/skin1/other/aotc77.gif); color:white; font-weight:bold; cursor:hand; line-height:16px;}
.bbg1 a{color:white;text-decoration: none;}