@charset "UTF-8";

#top_panle {
    position: relative;
    height: 168px;
    width: 1000px;
    margin: 0 auto;
}

#header .header_box {
    padding-left: 65px;

}
#header {
    height: 168px;
    background: url(../images/top.png) no-repeat 0 40px;
    -ms-behavior: url("../htc/backgroundsize.min.htc");
    behavior:url("../htc/backgroundsize.min.htc");
}
#logo{
    float: left;
    width: 570px;
    color: #fff;
    font-size: 26px;
    padding-top: 45px;
    margin-left: 20px;
}
#backIndex{
    float: right;
    color: #fff;
    margin: 5px 0 0 0;
    font-size: 16px;
}
#help span{
    color: #fff;
    display: inline-block;
    height: 33px;
    line-height: 23px;
}
#phone{
    padding-left: 30px;
    padding-right: 30px;
}
#mail{
    padding-left: 30px;
}
#backIndex a{
    float: right;
    padding-left: 30px;
    color: #fff;
    background: url(../images/house.png) no-repeat;
}
#logo .logo_box {

}
#logo_worming {
    float: right;
    padding-top: 32px;
}
#logo_worming span{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
}
#nav {
    height: 50px
}
#menu {
    height: 41px;
}
#menu .menu_box {
    height:40px;
}

#menu .menu_box .menu_left{
    float:left;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 40px;
}
#menu .menu_box .menu_left a{
    color: #FFFFFF;
    font-size: 18px;
    /*font-weight: bold; */
    padding: 0 18px;
    text-decoration: none;
    display: block;
    float: left;
    width: 163px;
    /* width: 213px;*/
    text-align: center;
    border-right: 1px dotted #000;
}
#menu .menu_box .menu_left .hover{
    background: #c99d36;
}
#menu .menu_box .menu_left a:hover{
    background: #1E90FF;
}
#menu .menu_box .menu_right {
    float:right;
    color: #FFFF99;
    font-weight: normal;
    line-height: 50px;
}
#menu .menu_box .menu_right a{
    color: #FFFF99;
    font-size: 13px;
    font-weight: normal;
    padding: 0 8px;
}


#buttom_panle {
    padding-top: 10px;
}
#buttom_panle .bottom_box{
    background: none repeat scroll 0 0 #F7F7F7;
    border-top: 1px solid #D9D9D9;
}
#links {
    position: relative;
    width: 1004px;
    margin: 0 auto;
    padding: 5px;
}
#links dl{
    clear: both;
    overflow: hidden;
}
#links dl dt {
    color: #000000;
    float: left;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 100px;
    font-size: 14px
}
#links dl dd {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 860px;
}
#links dl dd span{
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    margin-left: -1px;
    padding: 8px 0;
    white-space: nowrap;
}
#links dl dd span a{
    color: #5F5F5F;
    text-decoration: none;
    border-left: 1px solid #8D8D8D;
    line-height: 15px;
    padding: 0 9px;
    white-space: nowrap;
}
#links dl dd span a:hover{
    color: #00436a;
}
#copyright {
    padding-top: 5px;
}
#copyright .copyright_box {
    border-top: 1px solid #D9D9D9;
}
#copyright .copyright_box .copyright_con {
    width: 1004px;
    margin: 0 auto;
    padding: 10px;
}
#copyright .copyright_box .copyright_con p{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 5px;
}
#copyright .copyright_box .copyright_con a{
    border: 0;
}

.wait_dialog {
    padding: 10px;
}

.wait_dialog p{
    margin: 0;
    line-height: 2em;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

