123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- body
- {
- background-color: #178ACB;
- }
- .index_top_banner
- {
- height: 80px;
- overflow: hidden;
- }
- .index_top_bg
- {
- color: White;
- font-weight: bold;
- margin-left: 40px;
- vertical-align: middle;
- }
- .index_top_left
- {
- line-height: 0px;
- padding-top: 0px;
- font-size: 30px;
- font-style: italic;
- float: left;
- }
- .index_top_right
- {
- float: right;
- clear: none;
- }
- .index_left_bg
- {
- background-color:White;
- background-repeat:no-repeat;
- background-position:bottom;
- }
- .index_left_header
- {
- width:100%;
- float:left;
- bottom:0px;
- position:absolute;
- text-align:center;
- padding-bottom:30px;
- font-size:12px;
- line-height:18px;
- color:#555;
- }
- .index_left_top
- {
- margin-top:20px;
- margin-bottom:40px;
- text-align:center;
- }
- .index_left_menu
- {
- text-align:center;
- margin-top:15px;
- cursor:pointer;
- }
- .index_left_menuover
- {
- background-color: rgba(255,255,255,0.5);
- }
- .index_left_menuclick
- {
- background-color: rgba(71,174,241,0.5);
- }
- @media \0screen\,screen\9 {/* 只支持IE6、7、8 */
- .index_left_menuover{
- background-color:#FFFFFF;
- filter:Alpha(opacity=50);
- position:static; /* IE6、7、8只能设置position:static(默认属性) ,否则会导致子元素继承Alpha值 */
- *zoom:1; /* 激活IE6、7的haslayout属性,让它读懂Alpha */
- }
- .index_left_menuclick{
- background-color:#47AEF1;
- filter:Alpha(opacity=50);
- position:static; /* IE6、7、8只能设置position:static(默认属性) ,否则会导致子元素继承Alpha值 */
- *zoom:1; /* 激活IE6、7的haslayout属性,让它读懂Alpha */
- }
- }
- .index_left_menu a
- {
- font-size:14px;
- line-height:35px;
- font-weight:bold;
- letter-spacing:2px;
- color:#70A6D2;
- }
- .index_left_menu_child
- {
- position:absolute;
- border:1px solid #eee;
- width:150px;
- top:200px;
- left:-1px;
- background-color:#fff;
- z-index:99999;
- display:none;
- padding-left:20px;
- }
- .index_left_menu_child ul{
- list-style-type:disc;
- padding-left:5px;
- color:#70A6D2;
- }
- .index_left_menu_child a
- {
- font-size:12px;
- line-height:25px;
- font-weight:bold;
- letter-spacing:2px;
- color:#999;
- }
- .index_left_tree_bg
- {
- padding: 5px;
- }
- .index_center_bg
- {
- border-left:0px;
- border-right:0px;
- overflow:hidden;
- background-color: #ffffff;
- }
- .index_bottom_bg
- {
- background-color: #e8e8e8;
- height: 16px;
- text-align: center;
- color: #000000;
- padding-top: 2px;
- padding-bottom: 2px;
- }
- #divCurrentInformation
- {
- line-height: 0px;
- position:absolute;
- float: right;
- right:30px;
- top:20px;
- }
- #divCurrentInformation a:link,
- #divCurrentInformation a:visited
- {
- color: White;
- }
|