﻿@charset "utf-8";
/* CSS Document */

body {
    font-family: "微软雅黑";
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    color: #555555;
}

ul, form, p, div, h1, h2, h3, h4 h5, h6, input, text, textarea, dl, dt, dd {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #555555;
    text-decoration: none;
}

    a:hover {
        color: #e77817;
    }

i, em {
    font-style: normal;
}

.clear {
    clear: both;
}

.wb_bg {
    background: #000;
    width: 100%;
    padding-bottom: 44px;
}

.wb_head {
    width: 1200px;
    margin: 0 auto;
    min-height: 125px;
    line-height: 140px;
    background: url(../images/ipt_gy.jpg) no-repeat 38% 60%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.waybill {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

    .waybill .Waybill_cenner {
        margin: 0 42px;
    }

    .waybill .Waybill_top {
        height: 3px;
        background: url(../images/bg.jpg) no-repeat center top;
    }

    .waybill .Waybill_bot {
        height: 3px;
        background: url(../images/bg.jpg) no-repeat center bottom;
    }

    .waybill .wb_hd {
        min-height: 186px;
        border-bottom: 1px dashed #dedede;
        margin-top: 30px;
    }

.wb_table {
    padding-top: 64px;
    clear: both;
    overflow: hidden;
}

    .wb_table h1 {
        font-size: 24px;
        color: #000;
        display: block;
        padding-bottom: 8px;
    }

    .wb_table p {
        font-size: 18px;
        color: #d84c45;
        font-family: Arial;
    }

    .wb_table .wb_tta {
        width: 620px;
        height: 60px;
        line-height: 29px;
        border: 1px solid #000;
        font-size: 14px;
        vertical-align: sub;
        color: #ccc;
        padding: 0 10px;
    }

    .wb_table .wb_sub {
        width: 263px;
        height: 60px;
        border: 1px solid #da251d;
        background: #da251d;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        vertical-align: sub;
        cursor: pointer;
    }

.wb_top_left {
    float: left;
    width: 168px;
}

.wb_top_center {
    float: left;
}

.wb_top_right {
    float: left;
    margin-left: 28px;
}

.wb_bd {
    padding-top: 38px;
}

    .wb_bd h1 {
        font-size: 22px;
        color: #333;
        display: block;
        padding-bottom: 8px;
        font-weight: normal;
    }

    .wb_bd p {
        font-size: 16px;
        color: #333;
        font-family: Arial;
    }

.wb_list {
    border-bottom: 1px solid #edebeb;
    font-size: 16px;
    font-weight: normal;
    padding: 18px 0;
    color: #666;
    clear: both;
    overflow: hidden;
    position: relative;
}

.wb_list_left {
    float: left;
    width: 20%;
}

.wb_list_center {
    float: left;
    width: 20%;
    text-align: center;
}

.wb_list_right {
    float: left;
    width: 58%;
    text-align: center;
}

.wb_img {
    text-align: center;
    width: 100%;
    padding: 75px 0;
}

    .wb_img b {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 22px;
        color: #999;
        line-height: 38px;
        padding-top: 8px;
    }


.wb_list em {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.wb_list i {
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}

.wb_list p {
    display: inline-block;
    font-size: 16px;
}

#wb_i {
    color: #da251d;
}

.wb_list font {
    display: block;
    padding-left: 68px;
    min-height: 62px;
    text-align: left;
}

#bg {
    background: url(../images/bj.jpg) no-repeat;
}

#bj {
    background: url(../images/bj1.jpg) no-repeat;
    color: #000;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {

    .wb_head {
        width: 100%;
    }

    .waybill {
        width: 100%;
    }

        .waybill .Waybill_cenner {
            margin: 0 8px;
        }

    .wb_top_left {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .wb_top_center {
        width: 100%;
        float: none;
    }

    .wb_table .wb_tta {
        width: 92%;
    }

    .wb_top_right {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 28px;
    }

    .wb_table .wb_sub {
        width: 100%;
    }

    .wb_list font {
        padding-left: 20px;
    }

    .wb_list_left {
        display: none;
    }

    .wb_list_center {
        width: 28%;
    }
}
