﻿@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    font-family: "Microsoft YaHei",simsun,Arial,sans-serif,Mingliu,Verdana,Helvetica,Lucida;
}
html.gray {
    filter: grayscale(95%);
    -webkit-filter: grayscale(95%);
    -moz-filter: grayscale(95%);
    -ms-filter: grayscale(95%);
    -o-filter: grayscale(95%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=.95);
    -webkit-filter: grayscale(.95)
}
body, code, form, fieldset, legend, input, button, textarea, blockquote {
    font-family: "Microsoft YaHei",simsun,Arial,sans-serif,Mingliu,Verdana,Helvetica,Lucida;
    font-size: 14px;
}

    input[type='button'], input[type='submit'], .select-file {
        background: #eee;
        border: 1px solid #aaa;
        padding: 3px 10px;
        cursor: pointer;
        outline: none;
        font-weight: lighter;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.select-file {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    font-size: 13px;
}

    .select-file input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        opacity: 0;
        filter: alpha(opacity=0);
    }

input[type='button'].active, input[type='submit'].active, .select-file {
    background: #199EE9;
    color: #fff;
    border: 1px solid #199EE9;
}

    input[type='button'].active:hover, input[type='submit'].active:hover, .select-file:hover {
        opacity: .8;
    }

a {
    text-decoration: none;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

ul, ol {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
}

a img {
    border: none;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

.w1190 {
    width: 1190px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-r {
    text-align: right;
}

.red {
    color: red;
}

.center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.wrap {
    min-width: 1190px;
    margin: 0 auto;
}

.header {
    width: 1190px;
    height: 60px;
    overflow: hidden;
    margin: 10px auto;
}

.head-left img {
    height: 60px;
}

.head-left > div {
    vertical-align: bottom;
    margin-left: 5px;
}

    .head-left > div b {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .head-left > div p {
        font-size: 12px;
    }

.head-right b {
    font-size: 16px;
}

.head-right p {
    font-size: 12px;
}

.head-right b span {
    margin: 0 8px 5px 20px;
}

.text-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*swiper 2x*/
.swiper-container {
    box-shadow: 0 0 5px #ccc;
}

.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper2 .swiper-slide img {
    width: 100%;
}

.pagination {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 20;
}

.pagination1 {
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #288FD1;
}

.swiper1 {
    height: 308px;
}

.swiper3 {
    height: 277px;
    width: 546px;
    padding: 10px;
}

    .swiper3 .swiper-slide {
        height: 100%;
        opacity: 0.4;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

        .swiper3 .swiper-slide img {
            width: 100%;
            height: 100%;
        }

    .swiper3 .swiper-slide-visible {
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .swiper3 .swiper-slide-active {
        top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.arrow-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 1000
}

.arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    left: 5px;
}

.arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    right: 5px;
}

/*nav*/
.nav-wrap {
    margin: 20px 0;
    box-shadow: 0 0 5px #ccc;
}

.nav > li {
    position: relative;
    float: left;
    width: 11.1111%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #3BA9F2;
}

    .nav > li a {
        display: block;
        color: #fff;
    }

    .nav > li.active, .nav > li:hover {
        background: #288FD1;
        font-weight: bold;
    }

.second-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 10px #666;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

    .second-nav > li {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #ccc;
    }

        .second-nav > li:last-child {
            border-bottom: none;
        }

        .second-nav > li a {
            display: block;
            color: #000;
            font-size: 15px;
            font-weight: normal;
        }

        .second-nav > li:hover a {
            color: #0097f7;
        }

.nav > li:hover .second-nav {
    display: block;
}

.swiper2 .swiper-slide {
    position: relative;
}

.company-new {
    margin-bottom: 30px;
}

.company-new-left {
    width: 500px;
    height: 425px;
    box-shadow: 0 0 5px #ccc;
}

.swiper2 {
    height: 100%;
    width: 100%
}

.pagination2 {
    left: auto;
    right: 5px;
    bottom: 78px;
}

    .pagination2 .swiper-pagination-switch {
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 0;
    }

.new-title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 54px;
    padding: 8px 10px;
    line-height: 28px;
    width: 480px;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.3);
    overflow: hidden;
}

.company-new-right {
    width: 670px;
    height: 425px;
}

.title-top {
    height: 35px;
    line-height: 35px;
    overflow-y: hidden;
}

    .title-top span {
        display: inline-block;
        width: 128px;
        height: 35px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: #3BA9F2;
        margin-left: 12px;
        border-radius: 4px 4px 0 0;
        cursor: pointer;
    }

        .title-top span:hover, .title-top span.active {
            background: #288FD1;
        }

    .title-top a {
        color: #b9bfca;
        font-size: 18px;
        padding-left: 12px;
        background: url(../images/more_icon.png) no-repeat left 8px;
    }

        .title-top a:hover {
            color: #4CB9FF;
        }

.new-container-wrap > div {
    display: none;
}

.new-container-wrap {
    height: 368px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    overflow-y: hidden;
}

.new-details a {
    position: relative;
    display: block;
    color: #000;
    width: 618px;
    height: 21px;
    margin-bottom: 13px;
    font-size: 16px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .new-details a:before {
        position: absolute;
        left: 16px;
        top: 50%;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%;
        content: ""
    }

    .new-details a:hover {
        color: #278fd1;
        text-decoration: underline;
    }

.company-info-left {
    width: 500px;
    height: 420px;
    overflow-y: hidden;
}

    .company-info-left > div {
        display: inline-block;
        width: 225px;
        height: 198px;
        border-radius: 8px;
        overflow: hidden;
        margin: 5px;
    }

        .company-info-left > div:hover {
            opacity: .8
        }

        .company-info-left > div a {
            display: block;
            font-size: 18px;
            color: #fff;
            height: 100%;
        }

        .company-info-left > div:nth-child(1) {
            background: #F7AE49;
        }

        .company-info-left > div:nth-child(2) {
            background: #B1D569;
        }

        .company-info-left > div:nth-child(3) {
            background: #2F9BDA;
        }

        .company-info-left > div:nth-child(4) {
            background: #ef9153;
        }

        .company-info-left > div img {
            margin-top: 37px;
        }

        .company-info-left > div:nth-child(4) img {
            margin-top: 20px;
        }

.company-info-right {
    width: 670px;
    height: 420px;
    overflow: hidden;
}

.company-info-container {
    height: 358px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    overflow-y: auto;
}

    .company-info-container p {
        font-size: 16px;
        color: #32353b;
        line-height: 32px;
    }

    .company-info-container > div {
        display: none;
    }

.business-container {
    position: relative;
    width: 588px;
    height: 275px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    overflow-y: hidden;
    margin-bottom: 30px;
}

.business-nav a, .business-nav p {
    display: block;
    font-size: 16px;
    color: #32353b;
    margin: 10px 0;
    padding: 0 10px 0 25px;
}

.business-nav {
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

    .business-nav p {
        font-weight: bold;
        background: url(../images/nav_icon.png) no-repeat 8px center;
    }

    .business-nav a:hover {
        color: #2589c8;
        text-decoration: underline;
    }

.business-container > div:nth-child(1), .business-container > div:nth-child(3) {
    margin-right: 40px;
}

.business-container:before {
    position: absolute;
    left: 47%;
    top: 22px;
    width: 1px;
    height: 250px;
    background: #ccc;
    content: ""
}

.business-honor-right {
    width: 565px;
}

.honor-box {
    position: relative;
    height: 296px;
    border-top: 1px solid #ccc;
}

.service-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .service-container img {
        width: 100%;
        height: 100%;
        transition: all 1s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .service-container a {
        display: inline-block;
        width: 216px;
        height: 304px;
        box-shadow: 0 0 5px #ccc;
        margin: 25px 35px 30px;
        overflow: hidden;
    }

        .service-container a:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

.link h2 {
    font-size: 30px;
    color: #32353b;
    font-weight: normal;
    margin: 25px 0 5px;
}

.link p {
    font-size: 18px;
    color: #b9bfca;
}

.link {
    margin-bottom: 30px;
}

.link-wrap a {
    display: inline-block;
    margin: 10px 42px;
}

.footer {
    padding-top: 30px;
    height: 132px;
    background: #353741;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-family: 宋体;
}

.footer-nav a {
    color: #fff;
}

.footer p > span {
    margin-right: 35px;
}

.footer-nav span {
    margin: 0 8px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.container-wrap {
    min-height: 500px;
}

.container-left {
    position: relative;
    width: 230px;
}

    .container-left:before {
        position: absolute;
        right: 0;
        top: 0px;
        width: 1px;
        height: 450px;
        background: #c0d3dd;
        content: ""
    }

.container-right {
    width: 930px;
    min-height: 500px;
    padding-top: 20px;
}

.conmon-title {
    position: relative;
    padding-left: 20px;
}

    .conmon-title:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        background: #36A2E9;
        content: ""
    }

    .conmon-title h3 {
        font-size: 30px;
        color: #32353b;
        font-weight: normal;
        margin-bottom: 8px;
    }

    .conmon-title p {
        font-size: 18px;
        color: #b9bfca;
    }

.conmon-nav {
    margin-top: 30px;
}

    .conmon-nav li {
        width: 200px;
        height: 30px;
        line-height: 30px;
        background: url(../images/nav_bg01.png) no-repeat left center;
        margin-bottom: 10px;
    }

        .conmon-nav li a {
            display: block;
            color: #fff;
            font-size: 18px;
            text-indent: 1em;
        }

        .conmon-nav li.active, .conmon-nav li:hover {
            background: url(../images/nav_bg02.png) no-repeat left center;
        }

.party-new-info a, .party-new-info li {
    font-size: 18px;
    line-height: 32px;
    color: #32353b;
}

    .party-new-info a:hover {
        color: #2589c8;
        text-decoration: underline;
    }

.party-new-info li {
    position: relative;
    overflow: hidden;
}

    .party-new-info li:hover span {
        color: #2589c8
    }

.party-new-info a {
    width: 780px;
    height: 32px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.party-new-info li:hover a {
    text-decoration: underline;
}

.party-new-info li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2689cb;
    content: "";
}

.page-box a {
    display: inline-block;
    font-size: 18px;
    color: #32353b;
    padding: 0 8px;
}

.page-box {
    margin: 40px 0 30px;
}

    .page-box a.active, .page-box a:hover {
        color: #2589c8;
    }

    .page-box a.on {
        pointer-events: none;
        cursor: default;
        opacity: .6;
    }

    .page-box a:first-child, .page-box a:last-child {
        font-size: 22px;
    }

.common-bg {
    height: 202px;
    margin-bottom: 40px;
    background: url(../images/common_bg.png) no-repeat right bottom;
}

.service-book-box li {
    display: inline-block;
    width: 280px;
    height: 380px;
    overflow: hidden;
    margin: 12px;
    box-shadow: 0 0 5px #ccc;
}

    .service-book-box li img, .my-gallery {
        width: 100%;
        height: 100%;
    }

.honor-wrap {
    padding: 10px;
}

.honor-title {
    position: relative;
    font-size: 18px;
    color: #32353b;
    border-bottom: 1px solid #c0d3dd;
    padding: 0 0 2px 25px;
}

    .honor-title:before {
        position: absolute;
        left: 8px;
        top: 50%;
        margin-top: -5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2689cb;
        content: "";
    }

.honor-container li {
    display: inline-block;
    width: 256px;
    height: 363px;
    margin: 12px;
    overflow: hidden;
    line-height: 363px;
}

    .honor-container li img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.honor-container {
    padding: 20px 0;
}

.customer-form {
    display: block;
}

    .customer-form label > span {
        display: inline-block;
        width: 110px;
        font-size: 18px;
        color: #292c32;
        text-align: right;
    }

    .customer-form input[type="text"] {
        width: 355px;
        height: 28px;
        padding: 0 5px;
    }

    .customer-form textarea {
        width: 357px;
        padding: 5px;
        vertical-align: middle;
        height: 50px;
        resize: none;
    }

    .customer-form > div {
        margin-bottom: 16px;
    }

.recruit-wrap {
    padding-left: 40px;
}

.customer-form input[type="submit"], .customer-form input[type="button"] {
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff;
    border: none;
    background: #3E8ECB;
    outline: none;
    cursor: pointer;
}

.recruit-wrap li {
    position: relative;
    float: left;
    width: 400px;
    margin: 0 40px 40px 0;
}

    .recruit-wrap li a {
        display: block;
        color: #27272d;
        font-size: 16px;
        line-height: 25px;
    }

    .recruit-wrap li .recruit-title {
        color: #292b33;
        font-size: 18px;
        line-height: 30px;
        height: 30px;
    }

    .recruit-wrap li:before {
        position: absolute;
        left: -15px;
        top: 11px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2689cb;
        content: ""
    }

    .recruit-wrap li a:hover, .recruit-wrap li a:hover .recruit-title {
        color: #2689cb;
    }

    .recruit-wrap li a > div {
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.bidding-title span {
    display: inline-block;
    width: 106px;
    height: 32px;
    font-size: 0;
}

    .bidding-title span.active {
        background: url(../images/bidding01.jpg) no-repeat center center;
    }

    .bidding-title span.on {
        background: url(../images/bidding02.jpg) no-repeat center center;
    }

.bidding-title a {
    display: inline-block;
    width: 53px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.search-wrap {
    margin: 30px 0 20px;
    font-size: 18px;
    color: #171515;
}

    .search-wrap label {
        display: inline-block;
        margin-right: 10px;
    }

    .search-wrap input[type="text"] {
        width: 173px;
        height: 15px;
        padding: 5px;
    }

    .search-wrap input[type="button"], .search-wrap input[type="submit"] {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 3px;
        color: #fff;
        border: none;
        background: #36A2E9;
        outline: none;
        cursor: pointer;
    }

.common-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
.common-table textarea{width:100% !important;height:50px;resize:none;}

.common-table table,
.common-table table tr th,
.common-table table tr td {
    border: 1px solid #000;
    padding: 4px;
}

.bidding-table table {
    width: 95%;
}

.bidding-table thead tr {
    background: #33a2e9;
    color: #fff;
}

.bidding-table thead th, .bidding-table tbody td {
    border-right: 1px solid #c0d3dd;
}

.bidding-table th, .bidding-table td {
    padding: 10px;
}

.bidding-table tbody {
    border-left: 1px solid #c0d3dd;
}

    .bidding-table tbody tr > td:last-child, .bidding-table thead tr > th:last-child {
        border-right: none;
    }

.bidding-table table {
    border-left: 1px solid #c0d3dd;
    border-right: 1px solid #c0d3dd;
    border-bottom: 1px solid #c0d3dd;
}

.bidding-table tbody tr:nth-child(even) {
    background: #D9ECF8;
}

.bidding-table tbody tr:nth-child(odd) {
    background: #FFF;
}

.bidding-table a {
    text-decoration: underline;
}

.project-wrap ul {
    font-size: 0;
    margin: 30px 0 40px;
}

.bidding-detail-title {
    display: inline-block;
    width: 105px;
}

.bidding-detail {
    line-height: 25px;
}

    .bidding-detail h3 {
        line-height: 40px;
    }

.add-bidding .bidding-detail-title {
    width: 102px;
    text-align: right;
}

.project-wrap li {
    position: relative;
    display: inline-block;
    width: 380px;
    height: 220px;
    margin: 8px;
    overflow: hidden;
}

.common-btn {
    margin: 30px;
}

.project-wrap li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .8s;
}

.project-wrap li > div {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    width: 360px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: rgba(50,53,59,.6);
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 5
}

.project-wrap li:hover img {
    transform: scale(1.3);
}

.detect-service-info li a {
    display: block;
    width: 908px;
}

.detect-process {
    margin-bottom: 40px;
}

    .detect-process p {
        font-size: 18px;
        color: #222529;
        margin-bottom: 40px;
    }

    .detect-process img {
        max-width: 100%;
    }

.bidding-box li {
    margin: 10px 0;
}

    .bidding-box li span {
        display: inline-block;
        width: 85px;
        vertical-align: middle;
        text-align: right;
    }

    .bidding-box li b {
        color: red;
    }

    .bidding-box li input[type="text"], .bidding-box li textarea {
        width: 400px;
        vertical-align: middle;
        padding: 3px;
    }

    .bidding-box li textarea {
        height: 80px;
    }

.divfile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background-color: #000;
    text-align: center;
}

    .divfile > div {
        display: inline-block;
        vertical-align: middle;
    }

.previmg {
    width: 62px;
    padding-left: 25px;
    cursor: pointer;
    background: url(../images/pre.png) no-repeat left;
}

.nextimg {
    width: 62px;
    cursor: pointer;
    background: url(../images/next.png) no-repeat left;
}

.lj-img {
    display: inline-block;
    height: 90%;
    margin-top: 20px;
}

    .lj-img img {
        height: 100%;
    }

.divnum {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 60px;
    margin-left: -36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.closeimg {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
    background-position: 0 -44px;
    opacity: 0.75;
    overflow: visible;
}

.expert-team li {
    float: left;
    width: 440px;
    margin: 0 20px 20px 0;
    height: 245px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
}

.expert-img > div {
    width: 135px;
    height: 175px;
    overflow: hidden;
}

    .expert-img > div img {
        width: 100%;
        height: 100%;
    }

.expert-img {
    width: 137px;
    height: 195px;
    margin: 25px 20px 25px 25px;
}

.expert-team li > div {
    display: inline-block;
}

.expert-img p {
    font-size: 18px;
    color: #32353b;
    text-align: center;
    padding-top: 8px
}

.expert-container {
    width: 225px;
    padding: 25px 10px 10px 0px;
    vertical-align: top;
}

    .expert-container p {
        font-size: 15px;
    }

    .expert-container > div {
        font-size: 15px;
        text-indent: 2em;
        width: 100%;
        height: 180px;
        line-height: 22px;
        overflow: hidden;
    }

.company-product li {
    width: 860px;
    height: 170px;
    padding: 22px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
}

.company-product-img {
    width: 175px;
    height: 170px;
    overflow: hidden;
    margin-right: 22px;
}

    .company-product-img img {
        width: 100%;
        height: 100%;
    }

.company-product-info {
    overflow: hidden;
}

.company-product-info {
    font-size: 16px;
    color: #140f0b;
}

    .company-product-info p {
        text-indent: 2em;
        height: 150px;
        line-height: 19px;
        overflow: hidden;
    }
/*钢筋焊接样式*/
.stee {
    font-size: 10.5pt;
    line-height: 150%;
    margin: 0pt;
    orphans: 0;
    text-align: justify;
    widows: 0
}

.intpus {
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.entrust-num-zw{padding:0 14px;font-size:15px;}
.title-zw{margin-bottom:20px;}
.title-zw h3{font-size:20px;margin-bottom:15px;}
.search-wrap-zw{font-size:15px;border:1px solid #000;padding:14px;margin-top:5px;}
.search-wrap-zw>div{margin-bottom:10px;}
.entrust-wrap-zw li{margin-bottom:10px;}
.entrust-wrap-zw input[type="text"]{width:253px;border:none;border-bottom:1px solid #ccc;}
.search-wrap-zw textarea{width:644px;height:50px;resize:none;vertical-align:middle;}
.instructions-zw{width:624px;border:1px solid #ccc;padding:10px;vertical-align:middle;}
.instructions-zw em{color:red;}
.w75{width:75px !important;}
.w92{width:92px !important;}
.w105{width:105px !important;}
.w120{width:120px !important;}
.w128{width:128px !important;}
.w131{width:131px !important;}
.w134{width:134px !important;}
.w140{width:140px !important;}
.w141{width:141px !important;}
.w159{width:159px !important;}
.w223{width:223px !important;}
.w145{width:145px !important;}
.w208{width:208px !important;}
.w241{width:241px !important;}
.w263{width:263px !important;}
.w269{width:269px !important;}
.w328{width:328px !important;}
.w370{width:370px !important;}
.w372{width:372px !important;}
.w433{width:433px !important;}
.w445{width:445px !important;}
.w544{width:544px !important;}
.w570{width:570px !important;}
.w606{width:606px !important;}

/*按钮样式*/
.oncliks {
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    border: none;
    background: #36A2E9;
    outline: none;
    cursor: pointer;
}
.oncliks:hover{opacity:.8}