﻿/* 公共元素 */
*
{
    margin: 0;
    padding: 0;
}


img
{
    border: 0px;
}
a
{
    text-decoration: none;
    color: #0000ff;
}
a:hover
{
    text-decoration: underline;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
/* 通用元素 */


h1, h2, h3, h4
{
    font-family: "微软雅黑" , "宋体" , "verdana" , "tahoma";
}
hr
{
    width: 100%;
    margin: 10px 0px 10px 0px;
    color: #ccc;
    height: 1px;
}
h1
{
    font-size: 1.6em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1em;
}


body
{
    font-size: 14px;
    text-align: center;
    font-family: Arial;
    background: #333;
}

/* 页面布局 */
.full
{
    clear: both;
    margin: 0px auto;
}
.content
{
    clear: both;
    z-index: 1;
    width: 100%;
}
.main
{
    float: left;
    width: 70%;
}
.side
{
    float: right;
    width: 30%;
}
.side h3
{
    padding: 5px;
}
.side .box
{
    margin: 5px 0px 5px 0px;
    padding: 5px;
    line-height: 20px;
    clear: both;
}


.Wrapper
{
    margin: 0px auto;
    text-align: left;
    width: 780px;
    background: #fff;
    padding-top: 5px;

}


.Footer
{
    font-family: "微软雅黑" , "宋体" , "verdana" , "tahoma";
    padding-top: 20px;
    clear: both;
    text-align: center;
    margin: 0px auto;
    margin-top: 10px;
    width: 100%;
    background: #fff;
}
.Footer p
{
    clear: both;
    line-height: 30px;
}

.ToolBar
{
    height: 70px;
    line-height: 40px;
}
.ToolBar .left
{
    text-align: left;
    margin-left: 2px;
    margin-top: 10px;
}
.ToolBar .right
{
    text-align: right;
    margin-right: 2px;
    padding-top: 5px;
}
.ToolBar span
{
    float: left;
}



.Header
{
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FF8726,endColorStr=#FFAB50,gradienttype=0);
    background: #FF8726;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 2px;
}



.nav
{
    width: 100%;
    float: left;
    clear: both;
    background: url(/Images/nav_bg.png) repeat-x;
}
.nav .left
{
    width: 5px;
    background: url(/Images/nav_left.png) no-repeat;
    height: 46px;
    margin-right: 10px;
}
.nav .right
{
    width: 5px;
    background: url(/Images/nav_right.png) no-repeat;
    float: right;
    height: 46px;
    margin-left: 10px;
}
.nav ul
{
    float: left;
}
.nav .item
{
    z-index: 9;
    list-style: none;
    float: left;
    position: relative;
    float: left;
}
.nav .item a
{
    display: block;
    float: left;
    text-decoration: none;
    background: none;
    padding-left: 1px;
    padding-right: 1px;
}
.nav .item a span
{
    cursor: pointer;
    color: #fff;
    line-height: 46px;
    float: left;
    padding: 0px 10px 0px 10px;
}
.nav .item a:hover
{
    background: url(/Images/nav_spacer.png) repeat-x;
}
.nav .item a:hover span, .nav .hover a span
{
    color: #fff;
    background: url(/Images/nav_hover.png) repeat-x;
}
.nav .active
{
    background: url(/Images/nav_spacer.png) repeat-x;
}
.nav .active a span
{
    font-weight: bold;
    background: url(/Images/nav_hover.png) repeat-x;
}

.dropitem
{
    display: none;
    z-index: 10;
    position: absolute;
    width: 130px;
    background: url(/Images/nav_dropbg.png);
    top: 42px;
    left: 1px;
    overflow: hidden;
}

.dropitem li
{
    list-style: none;
    float: left;
    width: 100%;
    background: url(/Images/nav_dropbg.png);
    border-bottom: solid 1px #A36903;
}

.dropitem li a
{
    width: 100%;
}
.dropitem li a span
{
    line-height: 30px !important;
    height: 30px !important;
    font-weight: normal !important;
    padding: 0px 5px 0px 5px;
    background: none !important;
}
.dropitem li a:hover
{
    background: #6F4101 !important;
}

#service
{
}
#service a
{
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#search
{
    margin-top: 10px;
    position: relative;
    float: right;
    z-index: 10;
    background: url(/Images/search1.gif) no-repeat;
    padding-left: 23px;
}
#searchtext
{
    width: 160px;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    border: 0px;
    border-top: solid 2px #E0E0E0;
    border-bottom: solid 2px #E0E0E0;
    border-right: solid 2px #E0E0E0;
}
.searchbox
{
    background: url(/Images/search_left.png) no-repeat left;
    position: absolute;
}
#search .empty
{
    font-size: 14px;
    color: #999;
}
#searchmenu
{
    position: absolute;
    width: 183px;
    top: 24px;
    left: 0px;
    background: #fff;
    border: solid 1px #ccc;
    display: none;
    z-index: 5;
}
#searchmenu li
{
    list-style: none;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    color: Blue;
}
#searchmenu li:hover
{
    background-color: #0066FF;
    color: #f0f0f0;
}
#searchmenu li
{
    float: left;
}
#searchmenu li .url
{
    float: right;
}
#searchbutton
{
    height: 26px;
    margin: 0px;
    float: left;
    line-height: 26px;
}
s .step
{
    height: 27px;
    margin: 10px 0px 10px 0px;
}
.step li
{
    line-height: 27px;
    width: 33%;
    float: left;
    text-align: center;
    list-style: none;
    overflow: hidden;
}
.step li a
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: url(/Images/step_bg.png) repeat-x;
    width: 100%;
    display: block;
    color: #666;
    text-decoration: none;
}


.step .start
{
    background: #000;
    color: #fff;
    font-weight: bold;
}
.step .first
{
    border-left: solid 1px #ccc;
}
.step .first .active
{
    border-left: solid 1px #FFAB0A;
}

.step .last
{
    border-right: solid 1px #ccc;
}
.step .active
{
    border-top: solid 1px #FFAB0A;
    border-bottom: solid 1px #FFAB0A;
    background: url(/Images/step_activebg.png) repeat-x;
    color: #AB4400;
    font-weight: bold;
}


