﻿body, html, input {
    font-family: "微软雅黑";
}

.qhead {
    background-color: #096;
    height: 50px;
}

    .qhead p {
        display: block;
        text-align: center;
        font-size: 1.3em;
        font-weight: 600;
        color: #fff;
        line-height: 50px;
    }

.qnotice {
    position: absolute;
    top: 50px;
    left: 20px;
    height: 40px;
    line-height: 30px;
}

.qprodimg {
    margin-top:5px;
}
.qbody{
    margin-bottom:60px;
}
.qbody h1{
    text-align: left;
    margin-left: 5px;
    font-size: 18px;
    margin: 5px;
    color: #096;
}
.qbody table {
    width: 98%;
    margin: 0 auto 10px auto;
    border: 1px solid #bbb;
}

.qbody h3 {
    color: #444;
    margin: 10px;
    font-weight: bold;
}

.qbody table tr {
    color: #333;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border: 1px solid #bbb;
}

    .qbody table tr td {
        padding: 0 10px;
        border-right: 1px solid #bbb;
    }

.qbody table thead tr td {
    background-color: rgba(101,209,146,0.84);
    font-weight: bold;
    color: #000;
}

.colspan2 {
    text-align: left;
    line-height: 23px;
}
.colspan4 {
    text-align: left;
    line-height: 23px;
    text-indent:28px;
    margin:10px auto;
}
.prodtech {
    width: 80%;
    margin: auto;
    height: 115px;
}
td img{
    height:26px;
    width: auto;
}
.nparallelogram {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
}

    .nparallelogram p {
        margin-left: 5px;
        -webkit-transform: skew(350deg);
        -moz-transform: skew(350deg);
        -o-transform: skew(350deg);
        transform: skew(350deg);
        height: 19px;
        overflow: hidden;
    }

    .nparallelogram img {
        height: 100%;
        -webkit-transform: skew(350deg);
        -moz-transform: skew(350deg);
        -o-transform: skew(350deg);
        transform: skew(350deg);
        left: -10px;
        position: relative;
    }

.uparallelogram {
    -webkit-transform: skew(350deg);
    -moz-transform: skew(350deg);
    -o-transform: skew(350deg);
    transform: skew(350deg);
}

    .uparallelogram p {
        margin-left: 8px;
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
        -o-transform: skew(10deg);
        transform: skew(10deg);
        height: 19px;
        overflow: hidden;
    }

    .uparallelogram img {
        height: 100%;
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
        -o-transform: skew(10deg);
        transform: skew(10deg);
        left: -10px;
        position: relative;
    }
.qbody p{
    text-align:left;
    margin-left:5px;
    font-size:18px;
    margin:5px;
    color:#096;
}
.percent25 {
    color: #ffb820;
    height: 100px;
    background: #c72222;
    width: 23%;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

.width98 {
    width: 98%;
    margin: auto;
}

.width100 {
    width: 100%;
    margin: auto;
}

.qbody h4{
    text-align:center;
    font-size:1.2em;
    margin:10px auto;
    color:#000;
}









.trhead{
    background-color:#096;
    
}
.trhead td{
    color:#fff;
}
.qbottom {
    width: 100%;
    height: 50px;
    background-color: #009966;
    position:fixed;
    left:0;
    bottom:0;
}

    .qbottom p {
        color: #fff;
        line-height: 50px;
        width: 25%;
        float: left;
        text-align: center;
        font-size: 1.1em;
    }

        .qbottom p img {
            width: 25%;
        }
.mbottom {
    width: 100%;
    height: 50px;
    background-color: #009966;
    position:fixed;
    left:0;
    bottom:0;
}

    .mbottom p {
        color: #fff;
        line-height: 50px;
        width: 33%;
        float: left;
        text-align: center;
        font-size: 1.2em;
    }

        .mbottom p img {
            width: 33%;
        }
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    width:100%;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: ".";
        width: 0;
        height: 0;
        visibility: hidden;
        display: block;
        clear: both;
        overflow: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.dialog {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    z-index: 1000;
    font-size: 1.2em;
    display: none;
}
.dialog .d-main {
    width: 100%;
    overflow: hidden; 
    position: absolute;
    top: 15%;
    background: #096;
    padding:20px;
}
.dialog .d-main p {
    width: 100%;
    line-height: 22px;
    color: #fff;
    font-weight:bold;
}
.dialog .d-main .btn-w {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.dialog .d-main .btn-w a.btn {
    width: 38%;
    height: 36px;
    line-height: 36px;
    color: red;
    background: rgba(101,209,146,0.84);
    display: inline-block;
    text-align: center;
}
.dialog .d-main table tr td{
    background-color:#fff;
    font-size:small;
}