﻿@charset "utf-8";

.bs_innav {
    position: absolute;
    bottom: -35px; /* right: 0; */
}

    .bs_innav .bs_innav_1 {
        float: left;
        width: 117px;
        height: 80px;
        background-color: #fda51f;
        text-align: center;
        margin-top: 0px;
    }

        .bs_innav .bs_innav_1 img {
            margin-top: 10px;
        }

        .bs_innav .bs_innav_1 a {
            color: #fff;
            display: block;
            font-size: 16px;
            margin-top: 10px;
        }

    .bs_innav .bs_innav_co {
        float: left;
        background-color: rgba(0,0,0,0.78);
        height: 80px;
        border-right: 1px solid rgba(255,255,255,.1);
        padding: 16px 30px;
    }

    .bs_innav .bs_innav_2 {
        padding: 24px 30px;
    }

        .bs_innav .bs_innav_2 a {
            background-color: #fff;
            display: block;
            color: #fda51f;
            padding: 4px 20px 4px 50px;
            border-radius: 100px;
            background: url(../images/innav_ico02.png) no-repeat 20px 4px #fff;
            font-size: 14px;
        }

    .bs_innav a:hover {
        text-decoration: underline;
    }

    .bs_innav .bs_innav_3 {
        position: relative;
    }

        .bs_innav .bs_innav_3 a {
            display: block;
            color: #fff;
            font-size: 14px;
        }

.inbanner .bs_innav .bs_innav_3 .innav_er {
    position: absolute;
    z-index: 99999999;
    top: -143px;
    left: -26px;
    display: none;
}

    .inbanner .bs_innav .bs_innav_3 .innav_er img {
        width: 143px;
        height: 143px;
    }

.inbanner .bs_innav .bs_innav_3:hover .innav_er {
    display: block;
}
/*innav*/
.zj_innav {
    background-color: #eee;
    padding: 10px 0 10px 0;
    position: relative;
}

    .zj_innav ul {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .zj_innav ul li {
            float: left;
            color: #fff;
            margin: 13px 0;
        }

            .zj_innav ul li.on a {
                background-color: #fda51f;
                color: #fff;
            }

            .zj_innav ul li a {
                color: #333;
                padding: 4px 20px 6px 20px;
                font-size: 16px;
                margin-right: 40px;
            }

            .zj_innav ul li:hover a {
                background-color: #fda51f;
                color: #fff;
            }

.zj_main {
    padding: 30px;
}

    .zj_main h2 {
        text-align: center;
        margin-top: 20px;
    }

        .zj_main h2 span {
            font-size: 34px;
            padding-bottom: 15px;
            margin-bottom: 20px;
            display: inline-block;
            position: relative;
            color: #333;
        }

            .zj_main h2 span:before {
                content: "";
                position: absolute;
                display: block;
                width: 50px;
                height: 2px;
                background-color: #fda51f;
                left: 50%;
                bottom: -10px;
                margin-left: -25px;
            }
/*innew*/
.innews ul li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .innews ul li .newleft {
        position: relative;
        width: 200px;
        height: 136px;
    }

        .innews ul li .newleft .pic {
            width: 100%;
            height: 133px;
        }

            .innews ul li .newleft .pic:after {
                padding-bottom: 67%;
            }

            .innews ul li .newleft .pic img {
                transition: 0.3s;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .innews ul li .newleft .date {
            width: 64px;
            color: #fff;
            position: absolute;
            right: 0;
            bottom: 2px;
            margin-top: -22px;
        }

            .innews ul li .newleft .date span {
                display: block;
                background: rgba(0,0,0,.8);
                height: 36px;
                font-size: 22px;
                text-align: center;
                line-height: 36px;
            }

            .innews ul li .newleft .date em {
                font-family: arial;
                font-size: 10px;
                background: rgba(253,165,31,.8);
                display: block;
                text-align: center;
            }

    .innews ul li .newright {
        width: 79%;
        padding: 30px 20px 0 0;
    }

        .innews ul li .newright a.innewscontit {
            font-size: 16px;
            color: #333;
            font-weight: 600;
            display: inline-block;
            height: 22px;
            overflow: hidden;
            transition: 0.3s;
        }

        .innews ul li .newright p {
            height: 46px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .innews ul li:hover a.innewscontit {
        color: #2b59a4;
    }

    .innews ul li:hover img {
        transform: scale(1.2);
    }

.innewshow .innewshowtit {
    text-align: center;
    margin-top: 55px;
    border-bottom: 1px dotted #bfbebe;
}

    .innewshow .innewshowtit h1 {
        font-size: 22px;
        color: #333;
    }

    .innewshow .innewshowtit .date {
        line-height: 65px;
        font-size: 12px;
        color: #999;
    }

.innewshow .innewshowtxt p {
    margin-top: 25px;
    line-height: 25px;
}

.innewshow .innewshowimg {
    text-align: center;
    margin: 65px 0;
}

.prev-next {
    float: left;
    margin-top: 10px;
}

    .prev-next a {
        display: block;
        color: #999;
        line-height: 25px;
        transition: 0.3s;
    }

        .prev-next a b {
            color: #666;
        }

        .prev-next a:hover {
            color: #2b59a4;
        }

        .prev-next a.prev {
            border-bottom: 1px dashed #d4d4d4;
        }

.pic {
    position: relative;
    overflow: hidden;
}

.innews ul li .newright a.newscontit {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
}

.innews ul li:hover .newright a.newscontit {
    color: #fda51f;
}
/* 新闻分页样式 */
.page {
    text-align: center;
    font-size: 14px;
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
}

    .page a {
        margin: 0 5px 0 0;
        padding: 8px 14px;
        background: #f1f1f1;
        color: #666;
        font-size: 14px;
    }

        .page a:hover {
            text-decoration: underline;
        }

        .page a.active {
            background: #fda51f;
            color: #fff !important;
        }

/* 文章页 */
.article {
}

    .article .a-title {
        padding-bottom: 14px;
        text-align: center;
        /* border-bottom: 4px solid #f5f5f5; */
    }

        .article .a-title .h1 {
            width: 100%;
            line-height: 24px;
            font-size: 28px;
            margin-bottom: 8px;
            color: #333;
            padding: 10px 10px;
            font-weight: bold;
        }

        .article .a-title .info {
            width: 100%;
            line-height: 20px;
            font-size: 12px;
            color: #999;
        }

            .article .a-title .info em {
                margin-right: 18px;
            }

    .article .a-dd {
        padding: 10px;
        background: #f5f5f5;
        color: #666;
        font-size: 13px;
        line-height: 1.6em;
        border-radius: 4px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }

    .article .a-body {
        padding: 10px;
    }

.page_control {
    width: 100%;
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px dashed #ddd;
}

    .page_control .button {
        width: 66px;
        height: 36px;
        line-height: 34px;
        margin: 0 auto;
        font-size: 14px;
        padding: 0;
        text-align: center;
        margin-top: -18px;
        background: #fff;
    }

    .page_control .page_go {
        width: 50%;
        font-size: 12px;
    }

        .page_control .page_go a {
            line-height: 33px;
            font-size: 13px;
            color: #666;
        }

            .page_control .page_go a:hover {
                color: #f08200;
            }



.con_rig p {
    line-height: 24px;
    font-size: 14px;
}

.con_rig h1, .con_rig h2, .con_rig h3, .con_rig h4, .con_rig h5, .con_rig h6 {
    font-size: revert;
    font-weight: bold;
    /* text-align: initial; */
    margin: 0;
}

/* track result */
.search-content {
    width: 100%;
    position: relative;
    padding: 40px 71px;
    margin: auto;
    text-align: center;
}

.notfind {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

    .notfind .notfind-body {
        padding: 10px 20px;
        border: 0;
        background-color: #f2f2f2;
        margin-top: 10px;
        line-height: 22px; /*! width: 768px; */
        position: relative;
        text-align: center;
        margin: auto;
    }

.select-com {
    margin-bottom: 20px; /*padding-left: 7px;*/
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.select-node {
    position: relative;
    padding-right: 15px;
    font-size: 17px;
}

    .select-node a {
        color: #448ef3;
    }

.result-top {
    height: 55px;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 5px;
}

    .result-top .col1 {
        margin-left: -6px;
        width: 176px;
        text-align: center;
        font-weight: bold;
        color: #333;
    }

    .result-top .col2 {
        text-align: center;
        font-weight: bold;
        color: #333;
        width: 59%;
    }

    .result-top span, .result-top a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        font-size: 16px;
    }

#select-data {
    z-index: 4;
    display: block;
    position: relative;
}

.result-info2 {
    margin-top: 10px;
    border: 0;
    width: 100%;
    border: 1px #bacff9 solid;
}

    .result-info2 td {
        padding: 15px;
        color: #000;
        background-color: #fff;
        font-size: 12px;
        text-align: left;
    }

    .result-info2 tr:nth-child(even) td {
        border-bottom: 1px solid #e4eaf2;
        border-top: 1px solid #e4eaf2;
    }

    .result-info2 .status {
        width: 30px;
        padding: 0;
        background: url("../images/ico_status.gif") -60px center no-repeat;
    }

    .result-info2 .status-first {
        background: url("../images/ico_status.gif") -11px center no-repeat;
    }

    .result-info2 .status-check {
        background: url("../images/ico_status.gif") -160px center no-repeat;
    }

    .result-info2 .status-wait {
        background: url("../images/ico_status.gif") -110px center no-repeat;
    }

    .result-info2 .last td {
        color: #FF8c00;
        border-bottom: none;
        background-color: #ffffff
    }

    .result-info2 .row1 {
        width: 170px;
        text-align: right;
    }

.error-tip {
    display: block;
    padding: 8px;
    line-height: 24px;
    background-color: #FFFAE2;
    border: 1px solid #F5E190;
    margin-top: 10px;
    font-size: 12px;
}

.error-tip-close {
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    margin-top: -3px;
    margin-right: -3px;
}

.phonetip {
    text-decoration: none;
    outline: none;
    display: inline-block;
}

    .phonetip:hover {
        text-decoration: underline;
    }
/**/

/*设置qu1属性*/
.qu1_blo {
    width: 800px;
    overflow: hidden;
    margin: 10px auto 30px auto;
}

    .qu1_blo input {
        height: 50px;
        border: 0;
        background-color: transparent;
        float: left;
        outline: none;
        font-size: 16px;
    }

        .qu1_blo input:nth-child(1) {
            background-color: #fff;
            width: 670px;
            padding-left: 10px;
            font-size: 16px;
            border: 1px solid #fda51f;
            box-sizing: border-box;
            border-right: none;
        }

        .qu1_blo input:nth-child(2) {
            width: 80px;
            color: white;
            border: 1px solid #fda51f;
            border-left: none;
            background: url(../images/ss.png) no-repeat #fff center;
        }

.qu1_no {
}

.qu1_no_d {
    font-size: 15px;
    color: #333;
    text-align: center;
    margin: 10px 0 20px 0;
}

    .qu1_no_d span {
        color: #fda51f;
        font-size: 18px;
    }

.qu1_no_x {
    width: 1200px;
    margin: 0 auto;
}

    .qu1_no_x ul li {
        float: left;
        width: 60%;
        padding: 10px 0;
        color: #666;
        font-size: 14px;
    }

    .qu1_no_x .ml100 {
        width: calc(35% - 100px);
        margin-left: 100px;
        background: url(../images/q_bg.jpg) no-repeat 156px center;
    }

.qu1_no_xr {
    color: #fda51f;
}

/*查价样式*/
.price_con {
    margin: 0 70px;
    color: #666;
    font-size: 15px;
}

.p_item {
    float: left;
    margin: 15px 0;
    width: 50%;
}
.p_item {
border:none;
}

    .p_item span {
        width: 30%;
        text-align: right;
        display: inline-block;
    }

    .p_item .p_txt {
        width: 65%;
        height: 30px;
        border: 1px solid #e8e8e8;
        outline: none;
        border-radius: 3px;
        padding-left: 10px;
        font-size: 15px;
    }

        .p_item .p_txt:focus {
            border-style: solid;
            border-color: #fda51f;
        }

    .p_item .p_txt1 {
        width: 80px;
    }

.p_input {
    padding: 10px 50px;
    outline: none;
    border-radius: 10px;
    /*background-color: #fda51f;*/
    color: #fff;
    font-size: 16px;
    border: none;
    margin-top: 20px;
}

    .p_input:hover {
        opacity: 0.8;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.biao1 {
    width: 1100px;
    text-align: center;
    margin: 20px auto;
}

    .biao1 tr {
    }

    .biao1 th {
        font-size: 14px;
        border: 0;
        padding: 10px 0;
        background-color: #333;
        color: #fff;
    }

    .biao1 td {
        font-size: 14px;
        border: 1px solid #ddd;
        padding: 10px 0;
    }

    .biao1 tr:hover {
        background-color: #f3f3f3;
    }


/*自提点查询*/
.tidiancha {
    margin: 0 120px;
}

    .tidiancha span {
        color: #666;
        font-size: 15px;
        margin-right: 10px;
        float: left;
        margin-top: 8px;
    }

    .tidiancha select {
        width: 250px;
        height: 40px;
        border: 1px solid #e8e8e8;
        outline: none;
        border-radius: 3px;
        float: left;
        margin: 0 2px;
        font-size: 15px;
    }

    .tidiancha button {
        background-color: #fda51f;
        width: 120px;
        margin-left: 20px;
        line-height: 38px;
        border-color: none;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -khtml-border-radius: 4px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        font-size: 16px;
    }

        .tidiancha button:hover {
            opacity: 0.8;
        }
/*feedback*/
.q_ask {
    width: 100%;
    padding: 20px;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
}

    .q_ask .q_inp {
        width: 100%;
        height: 48px;
        line-height: 26px;
        border: 1px solid #ccc;
        padding: 10px 18px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .q_ask label#q_tips {
        color: #999;
        position: absolute;
        top: 627px;
        left: 50%;
        margin-left: -406px;
        font-size: 14px;
        cursor: text;
        *top: 630px;
    }

    .q_ask em {
        padding-left: 10px;
        line-height: 38px;
        font-style: normal;
        float: left;
    }

    .q_ask .q_area {
        width: 100%;
        min-height: 66px;
        line-height: 26px;
        padding: 10px 18px;
        border: 1px solid #ccc;
        margin-top: 10px;
        box-sizing: border-box;
    }

    .q_ask label#q_tips {
        color: #999;
        position: absolute;
        top: 627px;
        left: 50%;
        margin-left: -406px;
        font-size: 14px;
        cursor: text;
    }

.q_btn {
    position: relative;
    *z-index: 1;
}

.q_tj, .q_qx {
    width: 170px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
    font-family: "微软雅黑";
    *line-height: 40px;
}

.q_tj {
    background: #fda51f;
    border: 1px solid #fda51f;
    color: #fff !important;
}

    .q_tj:hover {
        background: #D40510;
        color: #fff !important;
        border: 1px solid #D40510;
    }

.q_qx {
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
}
