﻿@charset "utf-8";
/* CSS Document */

html,body
{
height:100%;
margin:0;
padding:0;
color:#FFFFFF;
font-size:12px;
font-family:"宋体";
background:url(../images/index/header.gif) repeat-x;
}
ul,li
{
margin:0;
padding:0;
list-style:none;
}
a
{
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
color:#ffff00;
}
#container
{
min-width:990px;
*height:auto;
-height:100%;
min-height:100%;
}

/*--头部logo区----------------------------------*/
#logo
{
width:377px;
height:255px;
background:#FFFFFF url(../images/index/logo.gif) no-repeat 40px 40px ;
}
#top_bar
{
text-align:right;
vertical-align:top;
padding-right:20px;
line-height:25px;
}
.head_min_1
{
width:377px;
}
.head_min_2
{
width:593px;
}
.main_caption
{
position:absolute;
top:100px;
left:445px;
}
.main_caption a
{
display:block;
width:360px;
height:30px;
background:url(../images/main_caption.gif) no-repeat;
}
.main_caption a:hover
{
background-position:0 bottom;
}
.normal_link
{
width:338px;
top:150px;
left:460px;
position:absolute;
}

/*搜索条--------------------------------*/
#search_bar
{
width:532px;
height:72px;
position:absolute;
top:180px;
left:270px;
background-image:url(../images/index/search_input.gif);
background-repeat:no-repeat;
}
#q
{
border:none;
width:453px;
height:60px;
color:#0068b7;
font:40px "黑体", Arial;
line-height:60px;
margin-left:8px;
padding-top:10px;
*padding:0px;
background-color:transparent;
}
.try_key
{
left:306px;
top:45px;
color:#000000;
position:absolute;
}
.try_key a
{
font-size:14px;
color:#000000;
}
.try_key a:hover
{
color:#FF9900;
}
.search_button,.search_button_over,.search_button_clicked
{
cursor:pointer;
width:71px;
height:72px;
background-image:url(../images/index/search_button.gif);
}
.search_button_over
{
background-position:-71px 0px;
}
.search_button_clicked
{
background:url(../images/index/search_button.gif);
}

/*--栏目区----------------------------------*/
.subjects_bar
{
border-top:5px solid #57b1b2;
margin-top:3px;
line-height:24px;
padding:35px 0 75px;
}
#subjects
{
width:932px;
padding-left:58px;
overflow:hidden;
z-index:1;
}
#subjects div
{
width:133px;
padding-top:50px;
float:left;
}
#subjects span
{
display:block;
float:left;
width:32px;
height:45px;
margin-right:28px;
background:#FFFFFF url(../images/index/arrow.gif) no-repeat;
}
#subjects .sbj1
{
background:#FFFFFF url(../images/index/sbj01.gif) no-repeat;
}
#subjects .sbj2
{
background:#FFFFFF url(../images/index/sbj02.gif) no-repeat;
}
#subjects .sbj3
{
background:#FFFFFF url(../images/index/sbj03.gif) no-repeat;
}
#subjects .sbj4
{
background:#FFFFFF url(../images/index/sbj04.gif) no-repeat;
}
#subjects .sbj5
{
background:#FFFFFF url(../images/index/sbj05.gif) no-repeat;
}
#subjects li
{
background:url(../images/index/lico.gif) no-repeat 10px center;
text-indent:22px;
border:1px solid #FFFFFF;
height:24px;
position:relative;
}
#subjects a
{
color:#000000;
}
#subjects a:hover
{
color:#000000;
}
#subjects .topic
{
background:url(../images/index/topic.gif) no-repeat 0 0;
}
#subjects .special11
{
background:url(../images/index/topic.gif) no-repeat 0 -24px;
}
#subjects .special21
{
background:url(../images/index/topic.gif) no-repeat 0 -48px;
}
#subjects .special27
{
background:url(../images/index/topic.gif) no-repeat 0 -144px;
}
#subjects .special28
{
background:url(../images/index/topic.gif) no-repeat 0 -192px;
}
#subjects .special31
{
background:url(../images/index/topic.gif) no-repeat 0 -72px;
}
#subjects .special33
{
background:url(../images/index/topic.gif) no-repeat 0 -168px;
}
#subjects .special38
{
background:url(../images/index/topic.gif) no-repeat 0 -96px;
}
#subjects .special42
{
background:url(../images/index/topic.gif) no-repeat 0 -120px;
}
#subjects li:hover,#subjects .liover
{
background-color:#f8ffff; border:1px solid #1a9a9b;
}
#subjects img
{
padding:7px 0 7px 3px;
position:absolute;
top:0px;
}

/*--底部----------------------------------*/
#footer
{
min-width:990px;
margin-top:-35px;
line-height:35px;
height:35px;
text-align:center;
background:url(../images/index/footer_bk.gif) repeat-x;
}
.foot_box
{
-width:990px;
background:url(../images/index/footer_bk.gif) repeat-x;
}