@charset "utf-8";
/* CSS Document */



html
{
    height: 100%;
	
}
body
{
    font-size: 12px;
    font-family: "ËÎÌå" ,Arial, Helvetica, sans-serif;
    color: #000;
    height: 100%;
	 padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, li, span, img, input, select, dl, dt, dd
{
    padding: 0;
    margin: 0;
}
ul, ol
{
    list-style-type: none;
}
.clear
{
    font-size: 0px;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.clearBoth:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearBoth {
    height:0;
    width:0;
    line-height:0;
    display: inline-block;
    overflow:hidden;
}
* html .clearBoth {height: 0%;}

.left
{
    float: left;
}
.right
{
    float: right;
}
.hide
{
    display: none;
}
a
{
    color: #0862A3;
    text-decoration: none;
}
a:visited
{
    color: #0862A3;
    text-decoration: none;
}
a:hover
{
    color: #0862A3;
    text-decoration: underline;
}
a:active
{
    color: #0862A3;
    text-decoration: none;
}
a img
{
    border: 0px none;
}
input, select
{
    vertical-align: middle;
}
a, input, label
{

    outline: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    border:none;
}
.center{ text-align:center;}



#wrapper
{
    width: 100%;
    margin: 0 auto;
}
#header
{
    width:100%;
    margin: 0 auto;
	height: 55px;
    background: url(../images/header_bg.jpg) repeat-x;
}
#menu
{
    width:100%;
    margin: 0 auto;
	height: 32px;
    background: url(../images/index_r5_c4-3.jpg) repeat-x;
}
#menu_inner{width:1002px; margin:0 auto; text-align:center; padding-top:11px; text-align:center;}

#contain{ width:1002px; margin:0 auto;}
.welcome { padding-left:80px;padding-top:50px;}
.welcome ul{ clear:both;}
.welcome ul li{ float:left; margin:10px 10px; text-align:center;}
.welcome ul li span{color:#F00;}
.welcome ul li a{background: url(../images/wsb_bg.jpg) no-repeat; width:165px; height:63px; line-height:63px; display:block;width:165px; height:63px;  text-align:center; font-size:13px; font-weight:bold; color:#02569;}

#footer{  margin:20px auto; text-align:center; border-top:#d1d1d1 solid 2px; padding:30px 0 0 0;}