@charset "gb2312";
/**
 * CSS Document * 
 */


/* ==公用样式== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a
{
    margin: 0;
    padding: 0;
    font: 12px "微软雅黑",Arial, Helvetica, sans-serif;
    color: #333;
}

html
{
    width: 100%;
    text-align: center;
    background: #0051b3;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
    cursor: pointer;
}

strong
{
    font-weight: bold;
}

ul, ol, li, dt, dd
{
    list-style: none;
}

em
{
    font-style: normal;
}

.clear
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.dis-in-b
{
    display: inline-block;
}

.mt10
{
    margin-top: 10px;
}

.mt20
{
    margin-top: 20px;
}
/* ==头部样式== */
#header
{
    width: 1060px;
    margin: 0 auto;
    text-align: left;
    padding-top: 26px;
}

#header h1
{
    padding: 20px 0 6px 0;
}

#header .r-box
{
    width: 718px;
}

#header .search-box
{
    height: 30px;
	/*padding-left: 158px;*/
	position:relative;
}

.gdbs-ico
{
    position:absolute;
	top:-6px;
	right:0px;
}

#header .form-box
{
    background: url(index_form_bg01.png) no-repeat left center;
    padding-left: 10px;
}

#header .rr
{
    width: 272px;
    height: 30px;
    background: #fff;
    border: none;
    padding: 0 5px;
    font: 14px/25px "微软雅黑";
    color: #333;
}

#header .btn
{
    width: 73px;
    height: 30px;
    margin-right: 15px;
    background: url(index_btn_bg01.png) no-repeat;
    border: none;
    cursor: pointer;
}

#header .bb-box
{
    padding-left: 2px;
}

#header .bb-box a
{
    display: inline-block;
    float: left;
    padding: 0 5px;
    font: 12px/25px "微软雅黑";
    color: #fff;
}

#header .bb-box a:hover
{
    color: #46aae9;
}

#header .nav
{
    background: url(index_nav_left.png) no-repeat left center;
    padding-left: 5px;
    position: relative;
}

#header .nav ul
{
    background: url(index_nav_right.png) no-repeat right center;
    padding-right: 5px;
}

#header .nav li
{
    display: inline-block;
    float: left;
    width: 78px;
    background: url(index_nav_bg.png) repeat-x left center;
    text-align: center;
}

#header .nav li a
{
    display: inline-block;
    width: 78px;
    font: 16px/46px "微软雅黑";
    color: #0051b3;
}

#header .nav li a:hover
{
	background-color: #83cfff;
}

.nav_hover 
{
    display: inline-block;
    float: left;
    width: 88px;
    height: 46px;
    background-color: #83cfff;
}

/* ==底部== */
.footer
{
    background: #fff;
}

.footer .main
{
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
	font-size:14px;
    text-align: center;
	line-height:26px;
	position:relative;
}

.footer .red
{
    display: inline-block;
	position:absolute;
	left:0;
	top:20px;
}
.footer .searchBug
{
    display: inline-block;
	position:absolute;
	right:0;
	top:25px;
}