@import url("Tpl.css"); /*引入TPL.css，修改导航以及标签CSS请修改，本CSS为整体页面CSS*/
body {
font-size:12px;   /*网页字体大小定义*/
     line-height: 1.8em; /*默认行间距*/
     background-color:#000000;  /*背景颜色*/
     font-family: Arial, Tahoma,"宋体"; /*网页字体,优先使用英文字体*/
/*页面距边*/
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}
A {
	TEXT-DECORATION: none; color: #FFFF00
}
A:link {
	COLOR: #E6C29D
}
A:visited {
	COLOR:  #E6C29D
}
A:hover {
	COLOR:  #E6C29D; text-decoration:underline; 
}
A:active {
	COLOR:  #E6C29D
}
td  { font-size: 12px; color:  #E6C29D; text-decoration:none;  }
select {FONT-SIZE: 12px; color: #333333}
input{ font-size: 12px; color: #000000 }
option { font-size: 12px; color: #000000 }
textarea { font-size: 12px; color: #FFFF00 }
form {
	margin: 0px;
	padding: 0px;
}

/*尾部链接文字定义*/
.foot td { color:#E6C29D}
.foot a:link,.foot a:visited{color:  #E6C29D;}
/*- Menu Tabs 5-------导航CSS--------------- */
    #tabs5 {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
      }
    #tabs5 ul {
          margin:0;
          padding:0px 0px 0px 5px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0; 
	  
      }
    #tabs5 a {
      float:left;
      background:url("tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
	  
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("tabright5.gif") no-repeat right top;
      padding:8px 15px 4px 8px;
	  font-weight:bold;
	  letter-spacing:2px;
	  color:#ffffff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#990000
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
      background-position:0% -42px;
      }
      #tabs5 #current a span {
     background-position:100% -42px;
      }

#Ind #tabs5 li#MInd a,#ind #tabs5 li#MInd a { 
	  background-position:0% -42px;
	  }
#Ind #tabs5 li#MInd a span,#ind #tabs5 li#MInd a span, { 
      color:#990000; 
	  background-position:100% -42px;
	  }　
	  
	  /*产品多图滚动，如滚动撑开版面请修改这里*/
.rollBox{width:680px;overflow:hidden;margin:0 auto;}
.rollBox .Cont{width:580px;overflow:hidden;margin:0 auto;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:130px;float:left;text-align:center;}
*+html .rollBox .Cont .pic{width:130px;float:left;text-align:center;padding-right:30px;}
.rollBox .Cont .pic img{ width:130px;padding:4px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}

