﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,div,ul,li,ol,dl,dt,dd,p,pre, form, fieldset, input, textarea, blockquote, th, button,em,select{ padding:0; margin:0;}
img,border,select,li{border:none; vertical-align:top;}
ul,dl,li{ list-style:none;}
body{color:#666; font-size:13px; font-family:'Microsoft YaHei',Arial; line-height:22px; background:url(../images/bg.gif) center top repeat-y; }

/*共用*/
a{text-decoration:none;}
a:link { color: #4800ff; }
a:hover { color: #ff6a00; }
.left{ float:left;}
.right{ float:right;}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}
/* new clearfix */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
h1 { font-size: 16px; color: #4800ff; }
.w190 { width: 190px; }
.w210 { width: 210px; }
.w230 { width: 230px; }
.w750 { width: 750px; }
.w760 { width: 760px; }
.round
{
    padding: 10px;
    border: 5px solid #dedede;
    -moz-border-radius: 15px; /* Gecko browsers */
    -webkit-border-radius: 15px; /* Webkit browsers */
    border-radius: 15px; /* W3C syntax */
}
.jb
{
    background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f02), color-stop(1, #8f2c00)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0'); /* IE*/
}
.shadow
{
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    box-shadow: 3px 3px 4px #ccc;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}
/*共用结束*/
#Top, #Content, #Footer
{
    margin: 0 auto;
}
#Top {
    background:url(../images/bg.jpg) center top no-repeat;
}
#Content {
    width:990px; margin-bottom:15px;
}
#Footer
{
    background: url(../images/bottombg.gif) center top no-repeat;
    height: 75px;
}
/*菜单导航*/
#menu {
    padding: 0px;
    height: 45px;
    width: 1000px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background: url(../images/menubg.png) 0 0 no-repeat;
}
    #menu ul {
        padding: 0;
        list-style: none;
        font-size: 15px;
        width: 990px;
        margin-right: 0;
        margin-left: 0;
    }
        #menu ul li {
            margin: 0;
            padding: 0;
            overflow: hidden;
            float: left;
            height: 36px;
            width: 120px;
            display: block;
            text-align: center;
            margin-right: 1px;
        }
            #menu ul li a, #menu ul li span {
                font-family: 微软雅黑;
                float: left;
                text-decoration: none;
                color: #fff;
                clear: both;
                width: 100%;
                height: 20px;
                line-height: 20px;
                padding-top: 8px;
                padding-right: 0px;
                padding-bottom: 12px;
                padding-left: 0px;
            }
            #menu ul li a {
                color: #fff;
                background: transparent url(../images/lh_hover.png) repeat-x left top;
            }

#current{ background:url(../images/lh_hover.png) repeat-x left top;}
#current a{ color:#ffffff;}
/*底部*/
#Footer .content {
    text-align:center;color:#ffffff; padding-top:20px;
}