﻿@charset "utf-8";
/*text*/
.lh_20{ line-height:20px;}
.lh_24{ line-height:24px;}
.lh_30{ line-height:30px;}
.ta_c{ text-align:center;}
.ta_l{ text-align:left;}
.ti_2{ text-indent:2em;}

/*CSS Hack*/
.dsi{ display:inline;}
.dsb{ display:block;}
.ofh{ overflow:hidden;}
.clb{ clear:both;}

/*float*/
.fl{ float:left;}
.fr{ float:right;}

/*font*/
.fb{ font-weight:bold;}
.fs_11{ font-size:11px;}
.fs_14{ font-size:14px;}
.ff_s{ font-family:"宋体";}

/*menu*/
.chromestyle ul li{ float:left;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.dropmenudiv1{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
border-left:1px solid #0083E8;
border-right:1px solid #0083E8;
border-bottom:1px solid #0083E8;
background:#f2fdfe url(mu.gif) repeat-x top;
width:97px;
visibility: hidden;
padding:0;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent:13px;
padding: 2px 10px;
border-bottom:1px solid #b7ddea;
text-decoration: none;
color:#2e6e83;
font-family:Georgia, "Times New Roman", Times, serif,"宋体"
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background:#0083E8 url(navhover.gif) repeat-x; color:#fff;
}