.container
{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
	height: 130px;
}
/*.logo
{
	width:102px;
	height:107px;
	background:url(images/logo.png);
	float:right;
	margin-left:3px;
	margin-right:3px;
}*/
.logo
{
	width:220px;
	height:130px;
	background:url(../images/logo.png) center no-repeat;
	float:right;
}
/*.plugin-area
{
    float:right;
    width:436px;
    overflow:hidden;
    position:relative;   
}*/

.plugin-area
{
    float:right;
    width:380px;
    overflow:hidden;
    position:relative;   
}

.plugin-area a
{
    color:Black;
    text-decoration:none;
    outline:none;
}
/*.main-tile
{
    height: 86px;
    margin-left: 6px;
	margin-right: 7px;
    margin-top: 17px;
    position: relative;
    float: left;
    font-family:Segoe UI Light;
    cursor:pointer;
    width: 125px;
    overflow:hidden;
    display:block;
}*/
/*.main-tile
{
    height: 86px;
    margin-left: 6px;
	margin-right: 7px;
    margin-top: 17px;
    position: relative;
    float: left;
    font-family:Segoe UI Light;
    cursor:pointer;
    width: 104px;
    overflow:hidden;
    display:block;
}*/

.main-tile
{
    height: 115px;
    margin-left: 9px;
	margin-right: 9px;
    margin-top: 32px;
    position: relative;
    float: left;
    cursor:pointer;
    width: 104px;
    overflow:hidden;
    display:block;
}

.sub-item
{
    width:auto;
    height:65px;
    position:relative;
    padding:0 10px;
    display:none;
    float:left;
	border-bottom:solid #b4b4b4;
}
a.sub-item:hover
{
  background:#303;
}
img.sub-item:hover
{
   /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8; 
}
.sub-tile
{
    width:100%;
    height:75px;
	padding-left:90px;
}
/*.sub-tile p
{
    font-family:Segoe UI Light;
    font-size:15px;
    color:white;
    height: 40px;
    line-height:20px;
    width:610px;
    text-align:left;
    letter-spacing:normal;
    margin-top: 3px;  
}*/
.sub-tile p
{
    font-size:12px;
    color:white;
    height: 40px;
    line-height:20px;
    width:370px;
    text-align:left;
    letter-spacing:normal;
    margin-top: 3px;  
}
.sub-tile div
{
    background-color:White;
    width:50px;
}

/*.text-menu
{
    float: left;
	width:125px;
    font-size: 19px;
    margin:0 auto;
}*/

.text-menu
{
    float: left;
	width:104px;
    font-size: 19px;
    margin:0 auto;
}

/*.slide-item
{
    margin-top: 23px;
    overflow: hidden;
    position: relative;
    width: 125px;
}*/

.slide-item
{
    margin-top: 23px;
    overflow: hidden;
    position: relative;
    width: 104px;
}

/*.slide-item p
{
    font-size: 12px;
    height: 67px;
    color: #bbb;
    margin-left:5px;
    text-align:left;
    line-height: 19px;
}*/

.slide-item p
{
    font-size: 12px;
	font-family:"黑体";
    height: 67px;
    color: #bbb;
    margin-left:5px;
    text-align:left;
    line-height: 16px;
}

/*.slide-item img
{
    float: left;
    height: 55px;
    margin-left: 4px;
    margin-top: 0;
    position: relative;
    width: 125px;
    margin-bottom: 5px;
}*/

.slide-item img
{
    float: left;
    height: 44px;
    margin-left: 4px;
    margin-top: 0;
    position: relative;
    width: 100px;
    margin-bottom: 5px;
}

.openSubMenu
{
    bottom: 43px;
    position: absolute;
    right: 38px;
    display:none;
}

.active
{
    background-color: highlight;
    width:100%;
    height:4px;
}