@charset "gb2312";

*{margin: 0; padding: 0; font-family: "Microsoft YaHei";}
a{text-decoration: none;}
img{border: none;}
li{list-style: none;}
body{background-color: #0066b2;}

.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;
}

/*Í·²¿*/
.top
{
	width:100%;
	height:135px;
	background: url(headbg.png) left bottom repeat-x;
}
#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: 12px;
}

#header .rr
{
    width: 270px;
    height: 30px;
    background: #fff;
    border: none;
    padding: 0 5px;
    font: 14px/25px "Î¢ÈíÑÅºÚ";
    color: #333;
}

#header .mbtn
{
    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;
}
/* ==Ö÷Ìå== */
#content
{
    width: 1018px;
    margin: 10px auto 0;
	background-color:#fff;
	padding-top:2px;
}

/* ==µ×²¿== */
.footer
{
    background: #fff;
	margin-top:15px;
}

.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;
}