﻿

/*tianjia */
body {
    color: #333;
    font-size: 14px;
    min-width: 1440px;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
textarea {
    font-family: 'microsoft yahei', simsun, tahoma, Srial, helvetica, sans-serif;
    outline: medium;
    box-sizing: content-box;
}

input,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

    table td {
        empty-cells: show;
        word-break: break-word;
    }

img {
    border: none;
    padding: 0px;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #258cf1;
    }

.fl {
    float: left;
}

.fr {
    float: right;
    color: #999;
    padding: 0;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.redcolor {
    color: #ff0f0f;
}

.bluecolor {
    color: #258cf1;
}

.whitecolor {
    color: #fff;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.block {
    display: block
}

.whitesp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t_input {
    height: 32px;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    margin-left: -1px;
    padding: 0 8px;
    width: 180px;
}

.t_textarea {
    border: solid 1px #e5e5e5;
    padding: 8px;
    width: 720px;
    height: 140px;
}

    .t_textarea:focus {
        border: 1px solid #258cf1;
    }

.t_input:focus {
    border: 1px solid #258cf1;
}

.boxshow {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.minheight {
    min-height: 480px;
}

.bgwhite {
    background: #fff;
}

input.bghui {
    background: #c2c2c2;
    color: #333;
}

    input.bghui:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.bghui {
    background: #f9f9f9;
}

.bgf2 {
    background-color: #f2f2f2;
}

.line30 {
    line-height: 30px;
}

i.iconfont {
    margin-right: 5px;
}

.textleft {
    text-align: left;
}

/*.t_Jumpcolor {
    overflow: hidden;
}*/

.padding50 {
    padding-top : 50px;
}

.paddingbt {
    padding-bottom: 50px;
}

.paddingtop {
    padding-top: 20px;
}

.paddingleft {
    padding-left: 50px;
}

.padding15 {
    padding: 15px;
}

.marginleft {
    margin-left: 20px;
}

.box {
    clear: both;
    overflow: hidden;
}

.border {
    border: solid 1px #f7f8fa;
}



.t_width {
    width: 1200px;
    margin: 0px auto;
}

.t_menu ul.t_width {
    display: flex;
    justify-content: space-between;
}

.t_title font {
    font-weight: normal;
}

.t_title img.fl {
    margin: 0 8px 0 0;
}

.t_tbbg {
    width: 52px;
    height: 53px;
    background: #fff0f0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.bgblue {
    background: #eff5ff;
}

.bgyello {
    background: #fffee4;
}


.focusBox {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    min-width: 1440px;
}

    .focusBox .pic {
        position: relative;
        z-index: 0;
    }

        .focusBox .pic li {
            height: 380px;
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

    .focusBox .hd {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

        .focusBox .hd li {
            margin: 0 5px;
            background: #fff;
            height: 6px;
            overflow: hidden;
            width: 20px;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        .focusBox .hd .on {
            background: #258cf1;
        }

    .focusBox .prev,
    .focusBox .next {
        width: 60px;
        height: 90px;
        margin: -45px 0 0;
        display: none;
        background: url(/Content/store/ad_ctr.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        filter: alpha(opacity=20);
        opacity: 0.2;
    }

    .focusBox .prev {
        left: 0;
    }

    .focusBox .next {
        background-position: 0 -90px;
        right: 0;
    }

        .focusBox .prev:hover,
        .focusBox .next:hover {
            filter: alpha(opacity=50) !important;
            opacity: 0.5 !important;
        }

.t_comcont {
    padding-top: 15px;
    overflow: hidden;
}

.t_comtable {
    text-align: center;
    table-layout: fixed;
}

    .t_comtable thead th {
        height: 48px;
        background: #f0f3f8;
        color: #999;
        font-weight: normal;
    }

    .t_comtable td {
        height: 48px;
        line-height: 22px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .t_comtable tr:nth-child(odd) {
        background: #f7f8fa;
    }

    .t_comtable tr:nth-child(even) {
        background: #fff;
    }

    .t_comtable tr:hover {
        background: #f6faff;
    }

.t_comcoltl ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.t_comcoltl li {
    cursor: pointer;
    line-height: 30px;
    padding: 0 15px;
}

    .t_comcoltl li span {
        display: block;
        height: 2px;
        width: 45px;
        margin: 0 auto;
    }

    .t_comcoltl li.hover {
        color: #258cf1;
    }

        .t_comcoltl li.hover span {
            display: block;
            height: 2px;
            background: #258cf1;
        }

.t_listzb ul {
    margin-left: -5px;
    clear: both;
    overflow: hidden;
}

.t_listzb li {
    width: 280px;
    float: left;
    margin-left: 25px;
    line-height: 40px;
}

.t_listzb a.t_ingpit {
    position: relative;
    display: block;
    height: 280px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .t_listzb a.t_ingpit img {
        height: 100%;
    }

.t_listzb a span.t_compostion {
    position: absolute;
    width: 270px;
    padding-left: 10px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.t_listzb a span.bghei {
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

.t_commore {
    clear: both;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

    .t_commore a:hover {
        text-decoration: none;
    }

        .t_commore a:hover i {
            position: relative;
            animation: mymove 1s infinite;
            -webkit-animation: mymove 1s infinite;
            /*Safari and Chrome*/
        }

.t_comtitle {
    height: 62px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    padding: 40px 0 10px 0;
}

    .t_comtitle span {
        display: block;
        height: 20px;
        line-height: 20px;
        background: url('/Content/store/titlebg.png') no-repeat center;
    }

.t_comjbxx {
    position: relative;
    right: 208px;
    bottom: 313px;
    width: 290px;
    padding: 10px 30px;
    background: url("/Content/store/qyjix.png") no-repeat center;
    height: 290px;
    color: #fff;
}

    .t_comjbxx h2 {
        text-align: center;
        line-height: 50px;
    }

    .t_comjbxx table td {
        height: 40px;
    }

.t_comgsjj {
    min-height: 310px;
}

.t_qyjetle {
    background: #258cf1;
    color: #fff;
    padding: 25px;
    float: left;
    margin: -18px 20px 0px -55px;
    display: block;
    /*width: 100px;
    height: 50px;*/
    text-indent: 0;
    text-align: center;
    line-height: 24px;
}

.t_comgsjj p {
    /*float: left;*/
    width: 698px;
    line-height: 30px;
    text-indent: 2rem;
    /*padding: 40px;*/
    word-break: break-word;
    padding-left: 22px;
    padding-top: 22px;
}

.t_comjbxx a:hover {
    color: #fff
}

.lxfsbg {
    background: url('/Content/store/contact.png') no-repeat center;
    background-size: cover;
}

    .lxfsbg .t_comtitle {
        color: #fff;
    }

        .lxfsbg .t_comtitle span {
            background: url('/Content/store/titlebgwhite.png') no-repeat center;
        }

    .lxfsbg .t_commore a {
        color: #fff;
    }

.picScroll-left {
    position: relative;
    padding: 15px 0;
}

    .picScroll-left .hd .prev,
    .picScroll-left .hd .next {
        display: block;
        width: 29px;
        height: 55px;
        cursor: pointer;
        position: absolute;
        cursor: pointer;
        top: 114px;
        z-index: 99;
    }

    .picScroll-left .hd .prev {
        background: url("/Content/store/left.png") no-repeat center;
        left: 0px;
    }

    .picScroll-left .hd .next {
        background: url("/Content/store/right.png") no-repeat center;
        right: 0px;
    }

    .picScroll-left .bd {
        width: 1110px;
        margin: 0 auto;
    }

        .picScroll-left .bd ul {
            zoom: 1;
        }

            .picScroll-left .bd ul li {
                float: left;
                background: #fff;
                width: 510px;
                height: 276px;
                margin-right: 84px;
                box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
                border: solid 1px #f7f8fa;
            }

.t_tcxx dl dt {
    display: block;
    width: 45%;
    float: left;
    line-height: 36px;
    color: #666;
    padding-left: 5%;
}

    .t_tcxx dl dt i {
        color: #cfcfcf;
        font-size: 18px;
        position: relative;
        top: 2px;
    }

.t_lxrname {
    background: #f4f4f4;
    height: 40px;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    margin: 40px 0 30px 0;
    padding-left: 115px;
}

    .t_lxrname span {
        padding: 0 10px;
    }

    .t_lxrname i {
        display: block;
        width: 77px;
        height: 77px;
        background: #fff;
        border-radius: 77px;
        left: 30px;
        top: -10px;
        position: absolute;
        font-size: 60px;
        line-height: 77px;
        text-align: center;
        color: #e2e2e2;
    }

.t_bottom {
    background: #383838;
    padding: 15px 0 10px 0;
}

    .t_bottom h2 {
        color: #fff;
        font-weight: normal;
        letter-spacing: 2px;
    }

    .t_bottom span {
        color: #fff4ef;
        line-height: 35px;
        padding-right: 34px;
    }

    .t_bottom a {
        color: #fff4ef;
    }

        .t_bottom a.color999 {
            color: #999;
        }

    .t_bottom span.fr {
        color: #999;
        padding: 0;
    }

.t_bgblk {
    background: #343434;
    padding: 20px 0;
}

    .t_bgblk span {
        line-height: 30px;
        color: #999;
    }

.picScroll-left .t_lxfslist {
    width: 1200px;
}

    .picScroll-left .t_lxfslist ul {
        margin-top: -50px;
        padding: 5px 0;
    }

        .picScroll-left .t_lxfslist ul li {
            margin: 50px 5px 0px 5px;
            position: relative;
        }

            .picScroll-left .t_lxfslist ul li:nth-child(even) {
                float: right;
            }

.t_ewmtpimg {
    padding: 10px;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 234px;
}

    .t_ewmtpimg img {
        width: 100px;
        height: 100px;
    }

.t_dwmap {
    line-height: 30px;
    margin-top: 20px;
}

.t_page {
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    clear: both;
    height: 32px;
    overflow: hidden;
}

    .t_page a {
        padding: 5px 10px;
        border: 1px solid #e8e9ed;
    }

    .t_page span {
        color: #666;
    }

    .t_page .l_input_w {
        border: 1px solid #e8e9ed;
        height: 30px;
        line-height: 30px;
        width: 40px;
        padding: 0 5px;
        text-align: center
    }

    .t_page input[type="button"] {
        border: 1px solid #e8e9ed;
        color: #999;
        font-size: 14px;
        background: none;
        padding: 5px 10px;
    }

.t_contnr {
    padding: 60px 55px;
    margin: 20px 0;
    word-break: break-all;
    overflow: hidden;
    line-height: 180%;
}

/*.t_contnr p {
    line-height: 30px;
    text-indent: 2em;
}*/

.t_nointroduction {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .t_nointroduction h2 {
        text-align: center;
        font-weight: normal;
        line-height: 80px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .t_nointroduction h2 input {
            margin: 0 0 0 40px;
        }

    .t_nointroduction ul {
        padding: 0 30px;
        display: flex;
        display: -webkit-flex;
        flex-grow: 3;
        flex-wrap: wrap;
    }

        .t_nointroduction ul li {
            display: block;
            width: 28%;
            line-height: 40px;
            white-space: nowrap;
        }

.t_cpname {
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.t_xqcont {
    margin: 15px 0;
}

    .t_xqcont td {
        height: 35px;
        padding: 5px 0;
    }

.bordertop {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
}


/*详情采购*/

.y_txt_buy {
    width: 100%;
    height: 52px;
    background: #ffecec;
    margin: 20px auto;
    text-align: center;
    line-height: 52px;
    padding-left: 0px;
    clear: both;
}

    .y_txt_buy span {
        display: block;
        float: left;
        padding-left: 30px;
        font-size: 14px
    }

        .y_txt_buy span img {
            display: block;
            float: left;
            margin-top: 13px;
        }

        .y_txt_buy span b {
            font-size: 20px;
            font-weight: normal
        }

        .y_txt_buy span a.y_ancg {
            display: block;
            width: 94px;
            height: 33px;
            color: #fff;
            text-align: center;
            line-height: 33px;
            margin-top: 10px;
            background: #258cf1;
            float: right;
        }

        .y_txt_buy span a:hover {
            text-decoration: none;
        }

        .y_txt_buy span a.y_ancg:hover {
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -khtml-opacity: 0.8;
            opacity: 0.8;
        }

        .y_txt_buy span a.y_andan {
            display: block;
            width: 94px;
            height: 33px;
            border: 1px solid #258cf1;
            color: #258cf1;
            text-align: center;
            line-height: 33px;
            margin-top: 10px;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
        }

            .y_txt_buy span a.y_andan:hover {
                background: #258cf1;
                color: #fff;
            }

.j_zbgd {
    width: 810px;
    float: left
}

.t_xqpj {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-top: 40px;
}

    .t_xqpj li {
        cursor: pointer;
        display: block;
        float: left;
        line-height: 40px;
        margin: 0 15px;
    }

        .t_xqpj li.hover {
            color: #258cf1;
            border-bottom: 2px solid #258cf1;
        }

.t_ztpj {
    background: #fdeded;
    height: 45px;
    margin: 20px 0;
}

.t_evaluate li {
    display: block;
    margin-top: 20px;
}

    .t_evaluate li .t_cpcomp {
        line-height: 50px;
        padding-left: 10px;
    }

        .t_evaluate li .t_cpcomp span.color666 {
            padding-left: 30px;
        }

    .t_evaluate li .t_bghui {
        background: #fbfbfb;
        line-height: 30px;
        padding: 0 10px;
    }

.t_prodimg {
    width: 360px;
}

.t_bcproducs {
    width: 700px;
    margin-left: 30px;
}

.t_contlist {
    padding: 20px;
    margin: 20px 0;
    padding-bottom: 0px;
}

.t_contlist1 {
    padding: 20px;
    margin: 20px 0;
}

.t_shaixuan ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.t_shaixuan li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-right: 20px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.t_shaixuan span {
    padding: 0 5px;
}

.t_shaixuan li select,
.t_shaixuan li input {
    height: 32px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    margin-left: -1px;
}

.t_shaixuan li input {
    width: 183px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    margin-left: -1px;
    padding-left: 5px;
}

    .t_shaixuan li input.width100 {
        width: 100px;
    }

a.t_btonserch {
    width: 50px;
    height: 32px;
    text-align: center;
    background-color: #258cf1;
    margin-left: -1px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

    a.t_btonserch i {
        font-size: 16px;
    }

    a.t_btonserch:hover {
        text-decoration: none;
    }

.t_whzhiba {
    margin: 0;
    padding: 10px 0;
}

    .t_whzhiba td {
        height: 35px;
        border-bottom: 1px solid #f7f7f7;
    }

    .t_whzhiba tr:last-child td {
        border: 0;
    }

.t_zbcanshu {
    clear: both;
    overflow: hidden;
    line-height: 35px;
}

    .t_zbcanshu span {
        padding: 4px 8px;
        margin: 0 10px;
    }

    .t_zbcanshu a {
        padding: 4px 8px;
        margin: 0 10px;
        color: #333;
    }

        .t_zbcanshu a.on,
        .t_zbcanshu a:hover {
            color: #258cf1;
            text-decoration: none;
        }

.t_bghuiright {
    background: #f9f9f9;
    text-align: right;
    padding-right: 20px;
}

.t_listsmall li {
    width: 212px;
    height: 260px;
    text-align: center;
}

.t_listsmall a.t_ingpit {
    height: 212px;
}

    .t_listsmall a.t_ingpit img {
        height: 100%;
    }

.t_listsmall a span.t_compostion {
    width: 202px;
}

.picScroll-left .bd ul li.nofloat {
    float: none;
    margin: 0 auto;
}

.t_nologin {
    text-align: center;
}

    .t_nologin i {
        font-size: 60px;
        display: block;
        margin: 55px auto;
        line-height: 120%;
    }

        .t_nologin i.icon-quesheng_chawuxinxizanwuxinxi {
            font-size: 150px;
            margin-bottom: 0px;
        }

.nocontent {
    padding-bottom: 114px;
}

.t_lxrphone {
    background: #f7f8fa;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    .t_lxrphone span {
        padding: 0 30px;
    }

.t_btn {
    background: #258cf1;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    cursor: pointer;
    margin: 10px auto;
}

.t_bj_btn {
    background: #258cf1;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .t_bj_btn:hover,
    .t_btn:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        color: #fff
    }

.width200 {
    width: 380px;
}

.height40 td {
    height: 60px;
}

.t_xqcont td.padding120,
.padding120 {
    padding-left: 120px;
}

.t_contimg img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.t_bcproducs .t_cpname {
    text-align: left;
}

.animate img {
    transition: transform 0.6s;
}

    .animate img:hover {
        transform: scale(1.05)
    }

.t_ztcpcnlist ul {
    margin-left: -20px;
}

.t_ztcpcnlist li {
    display: block;
    width: 193px;
    float: left;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    line-height: 30px;
    height: 60px;
    margin: 15px 0 5px 21px;
}

.t_xsjlw li {
    width: 255px;
    height: 102px;
    line-height: 28px;
    position: relative;
    margin-left: 20px;
}

    .t_xsjlw li div.font18 {
        height: 40px;
    }

.height140 li {
    height: 140px;
}

.t_xsjlw i.lvse {
    color: #76bd47;
    margin-left: 5px;
    cursor: pointer;
}

.t_xsjlw li .boxshow {
    position: absolute;
    background: #fff;
    z-index: 10;
    left: 14px;
    top: 40px;
    width: 100px;
    text-align: center;
    line-height: 18px;
    padding: 8px;
    font-size: 12px;
    color: #717171;
}

    .t_xsjlw li .boxshow img {
        display: block;
        margin: 0 auto;
    }

.t_whzhiba td.l_sx1 {
    background: #f9f9f9;
}

.t_fabutime {
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

    .t_fabutime span {
        margin: 0 15px;
    }


/*新闻*/

.t_qyxwbg {
    background: url("/Content/store/manhattan-336708_1920.png") no-repeat top center;
}

.t_newslist li {
    display: block;
    margin: 8px 10px;
    float: left;
    line-height: 30px;
    padding: 10px 15px;
    width: 550px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

    .t_newslist li:hover {
        background: #258cf1;
        color: #fff;
    }

    .t_newslist li span.t_data {
        width: 70px;
        float: left;
        display: block;
        line-height: 20px;
    }

        .t_newslist li span.t_data font {
            display: block;
            font-size: 48px;
            line-height: 50px;
        }

    .t_newslist li div {
        line-height: 35px;
        width: 480px;
    }

        .t_newslist li div span {
            display: block;
        }

    .t_newslist li a {
        display: block;
    }

        .t_newslist li a:hover {
            text-decoration: none;
        }

    .t_newslist li:hover a,
    .t_newslist li:hover div span {
        color: #fff;
    }


/*信用*/

table.businessInformationTable {
    border-collapse: collapse;
    background: #fff;
}

    table.businessInformationTable td {
        height: 24px;
        line-height: 24px;
        padding: 11px 8px;
        border: 1px solid #ececec;
    }

td.tdBack {
    background: #f6faff;
}

.t_cpxqjj {
    padding: 15px 30px;
}

.textjzxs {
    text-align: center;
    padding: 10px 0
}

.height75 td {
    height: 75px;
}

.t_cpxqcot p {
    padding-top: 10px;
}

.l_sx td {
    font-size: 14px;
}

.border0 {
    border: 0;
}

.addproduct {
    width: 120px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    display: block;
    margin-top: 10px;
}

.imagelist {
    overflow: hidden;
    padding-top: 10px;
    line-height: 20px;
    float: left;
}

    .imagelist .upfile {
        margin-right: 30px;
        border: 1px solid #eee;
        padding: 3px 5px;
        float: left;
    }

        .imagelist .upfile .remove {
            float: right;
            color: #258cf1;
            padding-left: 10px;
            cursor: pointer;
        }

.t_scfjcont span a {
    line-height: 30px;
}

.t_nojumptsbodr tbody td {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.t_pjxx {
    line-height: 30px;
    padding: 5px 15px;
}

    .t_pjxx.paddingleft {
        padding-left: 100px;
    }

    .t_pjxx span {
        padding-left: 25px;
    }

.margintop {
    margin-top: 25px;
}
/* 15.8修改css */
.t_qiyxtb {
    margin: 20px auto;
    background: url('/Content/store/9234220.png') no-repeat center;
    background-size: cover;
}

.mt0 {
    margin-top: 0px
}









/* 15.8修改添加 */
#relationalMap {
    width: 100%;
    height: 532px;
    border: 1px solid #e3e1e2;
    overflow: hidden;
    background: url('/Content/store/9234220.png') no-repeat left top;
    background-size: 100% 100%;
}

.noAccess {
    width: 100%;
    height: 222px;
    background: url(../images/unlogin1.png) no-repeat center center;
    box-sizing: border-box;
    padding-top: 46px;
}

.pb40 {
    padding-bottom: 40px
}

.mt10 {
    margin-top: 10px
}

.t_nologin i.icon-quesheng_chawuxinxizanwuxinxi.f100 {
    font-size: 100px;
    line-height: 70%;
    margin-top: 10px
}











.t_wssfxx {
    background: url('/Content/store/unlogin1.png') no-repeat center;
    background-size: cover;
    text-align: center;
    line-height: 30px;
    padding: 20px;
}

.width135 {
    width: 135px;
}

.layui-layer-btn a:hover {
    text-decoration: none;
}

.y_time font {
    display: inline-block;
    padding: 0px 5px;
    background: #258cf1;
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

.timeimg {
    margin-top: 2px;
    margin-right: 8px;
}

.t_nojumptsbodr tbody td.bgfa {
    background-color: #fafafa;
    padding: 0 20px;
}

    .t_nojumptsbodr tbody td.bgfa span {
        padding-right: 25px;
    }

.t_qyxytb .bd {
    width: 1200px;
}

    .t_qyxytb .bd ul li {
        width: 212px;
        height: 200px;
        margin-right: 25px;
        box-shadow: none;
        border: 0;
    }

    .t_qyxytb .bd li .pic {
        width: 212px;
        height: 168px;
        position: relative;
        overflow: hidden;
    }

        .t_qyxytb .bd li .pic a {
            display: flex;
            display: -webkit-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

    .t_qyxytb .bd li img {
        display: block;
        height: 100%;
    }

    .t_qyxytb .bd li .shoutitle {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 212px;
        height: 168px;
        background: #000;
        opacity: 0.8;
        color: #fff;
        text-align: center;
    }

        .t_qyxytb .bd li .shoutitle i {
            font-size: 60px;
            padding-top: 50px;
            display: block;
        }

    .t_qyxytb .bd li .title {
        line-height: 30px;
        text-align: center;
    }

.t_qyxytb .hd .prev,
.t_qyxytb .hd .next {
    width: 30px;
    height: 45px;
    top: 73px;
    opacity: 0.6;
}

    .t_qyxytb .hd .prev:hover,
    .t_qyxytb .hd .next:hover {
        opacity: 1;
    }

.t_qyxytb .hd .prev {
    background: url('/Content/store/ad_ctr.png') no-repeat 0 0;
    background-size: 100%;
}

.t_qyxytb .hd .next {
    background: url('/Content/store/ad_ctr.png') no-repeat 0 -45px;
    background-size: 100%;
}

.t_photos .bd ul li {
    width: 350px;
    height: 323px;
    box-shadow: none;
    border: 0;
    text-align: center;
    line-height: 30px;
    margin-right: 30px;
}

.t_listnews ul {
    margin-bottom: 5px;
    overflow: hidden;
}

.t_listnews li {
    width: 1110px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 10px;
    padding: 20px 15px;
}

    .t_listnews li:hover {
        background: #f6faff;
    }

        .t_listnews li:hover a {
            color: #258cf1;
        }

.t_fabutime {
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

    .t_fabutime span {
        margin: 0 15px;
    }

@keyframes mymove {
    from {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/
{
    from {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

.t_table_tit td {
    background: #ececec;
    text-align: center;
}

.blue-back td {
    background: #f9f9f9;
}

.j_import li {
    float: left;
    padding: 0 2px;
}

.t_comcoltl {
    margin-top: 15px
}

.layui-layer-btn a {
    background: #258cf1
}

.b_flish {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.mt40 {
    margin-top: 40px;
}

.t_listbtle {
    color: #fd4f4e;
    font-size: 1rem;
    line-height: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    padding: 0.8rem 0;
}

    .t_listbtle span {
        width: 4px;
        height: 1rem;
        border-radius: 2px;
        display: block;
        float: left;
        background: #fd4f4e;
        margin: 0.15rem 0.5rem 0;
    }

.t_listbrand ul li a {
    line-height: 1.4rem;
    color: #4e4e4e;
    display: -webkit-box;
    text-align: center;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
}

.t_listbrand {
    background: #fff;
    margin-top: 3rem;
}

    .t_listbrand ul li a.t_brandbox {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dedede;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        height: 7rem;
    }

    .t_listbrand ul li img {
        height: 100%;
    }

.ynl_icon {
    background: #E50112;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 3px;
}

/* 15.9添加 */
.p0 {
    padding: 0px;
}

@keyframes mymove {
    from {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/
{
    from {
        left: -5px;
    }

    to {
        left: 5px;
    }
}

.tc {
    text-align: center;
}

.colorGray9 {
    color: #999;
}

.pt10 {
    padding-top: 10px
}

.lh34, .t_bottom span.lh34 {
    line-height: 34px
}

.inlineBlock {
    display: inline-block;
}

.ml8 {
    margin-left: 8px;
}
/*公用样式*/
.b-margin-bottom-30 {
    margin-bottom: 30px
}

.b-padding-top-30 {
    padding-top: 30px
}

.ell1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fourWord {
    display: inline-block;
    width: 56px;
    text-align: justify;
    text-align-last: justify;
}