﻿/*公共样式引用*/
* {
    margin: 0;
    padding: 0
}

em, i {
    font-style: normal
}

li {
    list-style: none
}

button {
    cursor: pointer
}

a {
    color: #999;
    text-decoration: none
}

    a:hover {
        color: #e33333
    }

button, input {
    font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,\\5B8B\4F53,sans-serif
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
    /*font: 12px/1.5 Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif ;*/
    margin: 0;
    padding: 0;
}

a {
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

div {
    box-sizing: border-box;
}

/*页面头部固定样式*/
.page-top {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    background: #f2f2f2;
}

.index-top {
    height: 30px;
    line-height: 30px;
}

.welcoming {
    display: inline-block;
    color: #999;
}

    .welcoming a {
        margin-left: 6px;
    }

.index-nav {
    height: 80px;
    background: #fff;
    margin-top: 30px;
}

.logo {
    cursor: pointer;
    margin-top: 10px;
}

    .logo img {
        float: left;
        width: 45px;
        margin-right: 12px;
        padding-top: 6px;
    }

    .logo div {
        float: left;
        display: inline-block;
        padding-top: 12px;
    }

        .logo div span {
            color: #999;
        }

.nav-right {
    height: 36px;
    padding: 20px 0;
}

    .nav-right a {
        display: inline-block;
        color: #333;
        font-size: 14px;
        width: 75px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        margin-left: 10px;
    }

.selected {
    border-width: 2px;
    border-style: solid;
    border-color: #d7010f;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    font-family: '微软雅黑';
    font-weight: 600;
    color: #d7010f !important;
}

.foot {
    float: left;
    background: #1b1b1b;
    width: 100%;
    padding: 20px 0;
}

.page-foot {
    color: #999;
}

    .page-foot p {
        padding-top: 12px;
    }
/*首页banner区域*/
.banner {
    width: 100%;
    height: 320px;
    background-image: url('/images/sylbt2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.login-dw {
    position: relative;
}

    .login-dw .mainlogindiv {
        position: absolute;
        top: -290px;
        left: 0;
    }

.login {
    width: 300px;
    padding: 15px;
    z-index: 1;
    background: #fff;
    border-radius: 15px;
    display: none;
}

.loginsuccess {
    height: 261px;
}

    .loginsuccess .top {
        height: 80px;
        font-size: 15px;
        line-height: 16px;
    }

        .loginsuccess .top .topleft {
            float: left;
            width: 23%;
            height: 100%;
            padding: 0px 3px 20px 3px;
        }

            .loginsuccess .top .topleft img {
                width: 50px;
                height: 50px;
            }

        .loginsuccess .top .topright {
            float: left;
            width: 77%;
            padding-top: 5px;
        }

    .loginsuccess .time {
        color: #d7010f;
        margin-bottom: 10px;
    }

    .loginsuccess .center {
        height: 80px;
        text-align: center;
    }

        .loginsuccess .center .count {
            color: #d7010f;
            margin-bottom: 5px;
            font-size: 40px;
            font-weight: bold;
        }

        .loginsuccess .center .info {
            font-size: 14px;
            color: #999;
        }

    .loginsuccess .bottom .borderbtn a {
        display: block;
        width: 100px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #d7010f;
        border-radius: 20px;
        color: #d7010f;
        margin: 0 auto;
    }

    .loginsuccess .bottom .noborderbtn {
        text-align: center;
        margin-top: 15px;
    }

.sign-in {
    width: 100%;
    margin-bottom: 20px;
}

    .sign-in h2 {
        display: inline-block;
    }

    .sign-in span {
        float: right;
        line-height: 27px;
        font-size: 13px;
    }

        .sign-in span a {
            color: #d7010f;
        }

            .sign-in span a:hover {
                text-decoration-line: underline;
            }

.itxt {
    width: 96%;
    height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 6px;
}

.memberPass {
    vertical-align: middle;
}

.pass-item {
    margin-bottom: 15px;
}

.J_Submit {
    width: 100%;
    height: 40px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #d7010f;
    border-radius: 3px;
    cursor: pointer;
}
/*公告、消息版块*/
.information-box {
    margin-top: 20px;
    height: 350px;
}

.information {
    float: left;
    width: 32%;
    height: 345px;
    font-size: 13px;
    color: #5E5E5E;
}

.information2 {
    margin: 0 20px;
}

.information h2 {
    font-size: 17px;
    margin-bottom: 8px;
}

    .information h2 a {
        font-size: 14px;
        font-weight: normal;
        float: right;
        line-height: 25px;
        color: #d7010f;
        position: relative;
    }

.information-img {
    width: 100%;
}

    .information-img img {
        width: 352px;
        height: 133px
    }

.information li {
    padding: 3px 0;
    height: 25px;
    cursor: pointer;
}

    .information li:hover {
        color: #d7000f;
    }

    .information li em {
        float: left;
        height: 18px;
        line-height: 18px;
        padding: 0 3px;
        background: #d7010f;
        color: #fff;
        border-radius: 4px;
        margin-right: 6px;
    }

    .information li .times {
        float: right;
    }

    .information li .information-tit {
        float: left;
        max-width: 280px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .information li .information-newstit {
        float: left;
        max-width: 285px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.line-h {
    width: 100%;
    height: 2px;
    background: #333333;
}

.information-line ul {
    width: 94%;
    display: inline-block;
    border-left: 2px solid #d7010f;
    padding-left: 10px;
    height: 305px;
    margin-top: -35px;
    padding-top: 40px;
    margin-left: 10px;
}

.information-line table tbody {
    width: 100%;
    /*height: 305px;
    margin-top: -35px;
    padding-top: 40px;*/
}

    .information-line table tbody tr {
        line-height: 20px;
    }

.h-pad {
    padding-left: 20px;
}

.tendering {
    display: inline-block;
    width: 19%;
    height: 100px;
    margin: 30px 4px;
    background: #f2f2f2;
    font-size: 16px;
    color: #999999;
    background-image: url('../images/ycl.png');
    background-position: 86px 25px;
    background-repeat: no-repeat;
}

    .tendering span {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 60px;
    }

    .tendering:hover {
        color: #fff;
        background: #d7010f;
        background-image: url('../images/ycl2.png');
        background-position: 86px 25px;
        background-repeat: no-repeat;
    }

.equipment {
    background-image: url('../images/qcpj.png');
}

    .equipment:hover {
        background-image: url('../images/qcpj2.png');
    }

.engineering {
    background-image: url('../images/gcks.png');
}

    .engineering:hover {
        background-image: url('../images/gcks2.png');
    }

.service {
    background-image: url('../images/fw.png');
}

    .service:hover {
        background-image: url('../images/fw2.png');
    }

.other {
    background-image: url('../images/qt.png');
}

    .other:hover {
        background-image: url('../images/qt2.png');
    }
/*区域投标信息版块*/
.region {
    width: 49%;
    height: 388px;
    display: inline-block;
    margin: 0 4px;
}

.region-title {
    background: #d7000f;
    color: #fff;
    font-size: 17px;
    padding: 3px 35px;
}

.region-more {
    font-size: 14px;
    font-weight: normal;
    float: right;
    color: #d7000f;
}

.bid-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #444;
}

    .bid-table th {
        border: 1px solid #ddd;
        height: 32px;
        background: #f2f2f2;
    }

    .bid-table td {
        border: 1px solid #ddd;
        height: 30px;
        padding: 0 5px;
    }

.region-a {
    color: #444;
    width: 338px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .region-a:hover {
        color: #d7000f;
    }

.region-times {
    text-align: center;
}

.region-state {
    text-align: center;
}

    .region-state a {
        background: #d7000f;
        color: #fff;
        font-size: 9px;
        text-align: center;
        border-radius: 4px;
        padding: 2px 6px;
    }
/*长期采购产品*/
.purchase {
    width: 110px;
    color: #fff;
    background: #d7000f;
    height: 27px;
    font-size: 17px;
    line-height: 27px;
    padding-left: 10px;
}

.product-box {
    width: 100%;
    /*border:1px solid #ddd;*/
    margin-bottom: 60px;
}

.product {
    width: 20%;
    display: inline-block;
    float: left;
    /*background:#f2f2f2;*/
    /*margin:10px 0 10px 7px;*/
}

.product-img {
    width: 100%;
}

    .product-img img {
        width: 210px;
        height: 210px;
        margin: 7px 4px;
        ;
    }

.product h3 {
    padding: 0 7px;
    font-size: 15px;
    color: #D7010F;
}

.product p {
    padding: 0px 7px;
    color: #666666;
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*注册页面*/
.page-bg {
    width: 100%;
    background: #f2f2f2;
    min-height: 500px;
    padding-bottom: 20px;
}

.registration-title {
    padding: 16px 0;
    text-align: center;
    color: #666666;
}

.registration-box {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
}

.registration-success .info {
    font-size: 16px;
}

.registration-success .btnarea {
    padding-top: 80px;
}

.itxt-zc {
    width: 55%;
    height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 6px;
    margin-right: 20px;
}

.openeyes {
    position: relative;
    float: right;
    display: inline-block;
    width: 30px;
    height: 25px;
    background-image: url(/Images/openeyes.png);
    right: 364px;
    top: 6px;
}

.closeeyes {
    position: relative;
    float: right;
    display: inline-block;
    width: 30px;
    height: 25px;
    background-image: url(/Images/closeeyes.png);
    right: 364px;
    top: 6px;
}

.itxt-zcobtain {
    width: 40%;
    margin-right: 3px;
}

.obtain {
    width: 150px;
    display: block;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #d7000f;
    border-radius: 3px;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
}

    .obtain:hover {
        background: #f74855;
        color: #fff;
    }

.itxt-zc::-webkit-input-placeholder {
    color: #b1aeae;
}

.registration-form {
    font-size: 14px;
    color: #666666;
}

.form-header {
    text-align: right;
    float: left;
    width: 100px;
    line-height: 40px;
}

.registration-form .tagging {
    line-height: 40px;
}

    .registration-form .tagging e {
        color: #d7000f;
        margin-right: 7px;
        font-weight: bold;
    }

.registration-yz {
    float: right;
    width: 110px;
    position: absolute;
    /* border: 1px solid #ddd; */
    top: 5px;
    height: 30px;
    right: 302px;
}

.registration-form .errorarea {
    padding: 0 20px;
    color: red;
    text-align: center;
    margin-top: 20px;
    height: 25px;
}

.zc-Submit {
    width: 40%;
    margin: 40px 315px;
}

/*协议样式*/
.iframe-box {
    width: 100%;
    height: 460px;
    border: 1px solid #ddd;
}

.pass-item2 {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
}

.xy-Submit {
    width: 40%;
    margin: 0px 315px;
}

.itxt-zc2 {
    width: 85%;
}
/*页码样式*/

.l-btn-plain-selected, .l-btn-plain-selected:hover {
    background: #ff3d57;
    color: #fff;
}

.l-btn-selected, .l-btn-selected:hover {
    background: #ff3d57;
    filter: none;
}

.project {
    width: 100%;
    margin-bottom: 30px;
}

.pagination {
    margin: 10px 0 0px 0;
}
