﻿a {
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.bodyDiv {
    overflow: hidden;
    background-color: #e7e7e7;
}

.mainDiv {
    width: 944px;
    min-height: 498px;
    padding: 0px 40px;
    /*width: 21cm;
    min-height: 29.7cm;*/
    margin: 0px auto;
    background-color: #fff;
}

.Introduction {
    width: 100%;
    height: 498px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}

    .Introduction > img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0px auto;
    }

    .Introduction > .Lg {
        width: auto;
        height: auto;
        overflow: hidden;
        position: absolute;
        left: 30px;
        top: 67px;
    }

        .Introduction > .Lg > span {
            font-family: 微软雅黑;
            font-size: 20px;
            color: #3a3a3a;
            display: block;
            float: right;
            line-height: 38px;
            margin-left: 15px;
        }

        .Introduction > .Lg > img {
            display: block;
            float: left;
        }

    .Introduction > .Name {
        width: 100%;
        font-family: 微软雅黑;
        font-size: 20px;
        color: #3a3a3a;
        position: absolute;
        bottom: 20px;
        left: 0px;
        text-align: center;
    }


.Parameters {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 60px;
}

    .Parameters > span {
        width: auto;
        height: auto;
        overflow: hidden;
        display: block;
        font-size: 13px;
        color: #3a3a3a;
        font-family: 微软雅黑;
        margin-bottom: 5px;
    }

    .Parameters > ul {
        width: 250px;
        height: auto;
        overflow: hidden;
        float: right;
        /*background: url(/images/Products/ba.png) repeat;*/
        /*padding: 9px 0px 8px 0px;*/
    }

        .Parameters > ul > li {
            width: auto;
            overflow: hidden;
            font-family: 微软雅黑;
            font-size: 12px;
            color: #3a3a3a;
            text-align: center;
            border: solid 1px #777777;
            border-top: none;
            /*letter-spacing:-1px;*/
        }

            .Parameters > ul > li > span {
                width: 70%;
                float: right;
                display: block;
                overflow: hidden;
                text-align: center;
                border-left: solid 1px #777777;
                line-height: 20px;
                padding: 0px 1%;
            }

            .Parameters > ul > li > .ls {
                width: 25%;
                float: left;
                border: none;
            }

.proInfo {
    width: 100%;
    height: 86px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 18px 0px 22px 0px;
}

    .proInfo > .wordLeft {
        width: 778px;
        float: left;
        overflow: hidden;
    }

        .proInfo > .wordLeft > p {
            width: 100%;
            color: #898989;
            font-size: 13px;
            line-height: 39px;
            margin-bottom: 8px;
        }

            .proInfo > .wordLeft > p > .Bar {
                margin: 0px 15px;
            }

    .proInfo > .proBtn {
        width: 162px;
        float: right;
    }

        .proInfo > .proBtn > a {
            width: 100%;
            display: block;
            overflow: hidden;
            color: #fff;
            font-size: 13px;
            text-align: center;
            line-height: 39px;
            margin-bottom: 8px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

.Products_Details {
    width: auto;
    overflow: hidden;
}


    .Products_Details > table {
        margin-top: 10px;
        border: 1px solid #ccc;
        border-collapse: collapse;
        overflow: hidden;
        text-align: center;
    }

        .Products_Details > table > tbody > tr {
            border: 1px solid #ccc;
        }

            .Products_Details > table > tbody > tr > td {
                border: 1px solid #ccc;
            }
