/* CSS Document */
* {
    margin: 0;
    padding: 0px;
    list-style: none outside none;
    font-family: 'Microsoft YaHei';
}
/*color:#834c20;*/
li, span, font, em, table, tr, td, button, dt, kl, ol, li, i {
    overflow: hidden;
}

a {
    text-decoration: none;
}

body {
    padding-bottom: 55px;
}

.top {
    width: 100%;
    height: 150px;
    background: url(../images/top_bg.jpg) repeat-x;
    overflow: hidden;
}

    .top img {
        display: block;
    }
    
.mid {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.mid_con {
    clear: both;
    width: 250px;
    height: auto;
    padding: 0px 10px;
    margin: 0 auto;
}

.nav {
    width: 300px;
    height: 25px;
    padding: 20px 0px 20px 0px;
}

.mid_p {
    width: 300px;
    height: 30px;
    padding-top: 15px;
}

.mid_te {
    border: none;
    width: 263px;
    height: 30px;
    /*border: 1px solid #834c20;*/
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mid_bt_p {
    padding: 30px 0px 20px 0px;
}

.mid_bu {
    border: none;
    width: 93px;
    height: 26px;
    cursor: pointer;
    background-color: #4399ca;
    color: white;
    border-radius: 5px;
    text-align: center;
    /*font-size: larger;*/
    padding-top: 3px;
    margin-top: 12px;
}

    .mid_bu:hover {
        background-color: #2a6496;
    }

/*background:url(../images/bu_11.jpg) no-repeat;*/
.mid_ul {
    width: 300px;
    height: auto;
    padding-top: 0px;
}

    .mid_ul li {
        height: 30px;
        line-height: 30px;
        margin: 8px auto;
    }

.bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 52px;
    /*color: #fff;*/
    /*background: #834c20;*/
    background: url(../images/body_bg1.gif) repeat-x;
}

.bot_con {
    width: 320px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
}

    .bot_con p {
        width: 320px;
        height: 38px;
        /*color: #fff;*/
        padding-top: 10px;
    }
