﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f3f6;
}
.pic_show 
{
    PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 1px; MARGIN: 0px 0px 0px 0px; WIDTH: 196; PADDING-TOP: 0px; HEIGHT: 130;
    }
.STYLE1 {
	font-size: 12px;
	font-family: 宋体, Helvetica, sans-serif;
	font-weight: bold;
}
.STYLE2 {color: #368C8D}
.STYLE5 {

	font-size: 12px;
	color: #FFFFFF;
	font-family: 宋体, Helvetica, sans-serif;
}
.STYLE6 {
	color: #FFFFFF;
	font-size: 10px;
}
.STYLE9 {font-size: 12px; font-family: 宋体, Helvetica, sans-serif; color: #000; }
.STYLEa {font-size: 12px; font-family: 宋体, Helvetica, sans-serif; color: #000;  font-weight: bold }
.STYLE10 {
	font-size: 13px;
	font-family: 宋体, Helvetica, sans-serif;
	font-weight: bold;
}
.STYLE11 {color: #FF0000}
.STYLE12 {color: #000000}
.STYLE14 {
	color: #FF0000;
	font-family: 宋体, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.STYLE16 {
	font-size: 12px;
	font-family: 宋体, Helvetica, sans-serif;
	font-weight: bold;
	color: #1B818F;
}
.STYLE17 {font-size: 12px}
.STYLE18 {
	font-size: 12px;
	font-family: 宋体, Helvetica, sans-serif;color: #000; 
}
.STYLE25 {
	font-family: 宋体, Helvetica, sans-serif;
	font-size: 10px;
}
.STYLE33 {font-family: 宋体, Helvetica, sans-serif; font-size: 12px; }
 .box   
  {   
          border:1px   solid   #OOOOOO;   
          width:144px;   
          height:22px;   
          clip:rect(1px,1px,18px,1px);   
          overflow:hidden;   
  }   
  .box2   
  {   
          border:1px   solid   #OOOOOO;   
          width:144px;   
          height:20px;   
          clip:auto;   
          overflow:hidden;   
  }   
  select.nice   
  {   
          position:relative;
          font-family: 宋体, Helvetica, sans-serif;   
          left:1px;   
          top:-3px;   
          font-size:12px;   
          width:144px;   
          line-height:22px;   
          border:1px;   
          color:#636364;   
  } 
    
  a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu {
font-family: arial, sans-serif; 
 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul{
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
z-index:11;
}
.bian{color:#fff}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
width:85px; 
height:28px; 
color:#fff; 
line-height:28px; 
font-size:12px;
font-weight:bolder;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
.bian{color:#fff;margin-top:4px; }
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
width:85px;
color:#fff; 
text-decoration: underline;
background:#202123;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:28px; 
left:-17px; 
width:119px;
border:1px #fff solid;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#fff;
line-height:24px; 
height:23px;
width:119px;
text-decoration:none;; 
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
text-decoration: underline; 
color:#fff;
}