﻿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: 1024px;
    margin: 0px auto;
    background-color: #fff;
}

/*----------------------------- 顶部图片 -----------------------------*/

.About_Ban {
    overflow: hidden;
    height: 244px;
    box-shadow: 0px 0 0px red, /*左边阴影*/
    0px 0 0px yellow, /*右边阴影*/
    0 0px 0px blue, /*顶部阴影*/
    0 3px 3px #bfbfbf; /*底边阴影*/
    margin-bottom: 19px;
}

    .About_Ban > img {
        width: 100%;
        height: 100%;
    }

/*----------------------------- 公司简介 组织架构 核心理念 公司荣誉 -----------------------------*/

.Subject {
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
    background-color: #fff;
    padding: 19px 0px 0px 0px;
    position: relative;
}

    .Subject > .diyBtn {
        width: 185px;
        overflow: hidden;
        position: absolute;
        top: 383px;
        left: 8px;
        color: #fff;
        font-size: 13px;
        text-align: center;
        line-height: 39px;
        background-color: #5280c7;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }


    .Subject > .Subject_L {
        float: left;
        width: 216px;
        *position: absolute;
        *left: -20px;
        margin-left: -20px;
        *margin-left: 0px;
    }

        .Subject > .Subject_L > li {
            width: auto;
            height: auto;
            overflow: hidden;
            padding-bottom: 11px;
            margin-top: -8px;
        }

            .Subject > .Subject_L > li > span {
                width: 188px;
                line-height: 35px;
                overflow: hidden;
                display: block;
                text-align: center;
                font-family: 微软雅黑;
                font-size: 15px;
                color: #000;
                background: #b5ddff;
                float: right;
                cursor: pointer;
            }

            .Subject > .Subject_L > li > .TS {
                background: #5280c7 !important;
                color: #fff !important;
            }

        .Subject > .Subject_L > .add {
            width: 216px;
            background: url(/images/About/Gradient.png) no-repeat;
        }

            .Subject > .Subject_L > .add > span {
                color: #fff;
                background: none;
            }

    .Subject > .Subject_R {
        overflow: hidden;
        float: right;
        width: 779px;
        min-height: 419px;
        margin-right: 21px;
    }

.Subject_R > div {
    overflow: hidden;
    margin-bottom: 25px;
}

.noData {
    width: 600px;
    font-size: 20px;
    font-family: 微软雅黑;
    color: #888;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
    text-align: center;
}

/*----------------------------- 机器展示 -----------------------------*/

/*.Machine {
    width: 253px;
    height: 228px;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 0px 6px 10px auto;
}

    .Machine > .Img {
        height: 197px;
        overflow: hidden;
    }

        .Machine > .Img > img {
            width: 100%;
            height: 100%;
        }

    .Machine > span {
        width: 100%;
        height: 32px;
        display: block;
        overflow: hidden;
        text-align: center;
        line-height: 32px;
        font-family: 宋体;
        font-size: 14px;
        color: #000;
        background-color: #fff;
        z-index: 10;
        position: relative;
    }

    .Machine > .Details {
        width: 217px;
        position: absolute;
        height: 179px;
        top: 197px;
        z-index: 9;
        opacity: 0.92;
        background-color: #3d619e;
        padding: 18px 18px 0px 18px;
    }

        .Machine > .Details > span {
            display: block;
            font-family: 宋体;
            font-size: 14px;
            color: #fff;
            overflow: hidden;
            margin-bottom: 4.5px;
        }*/

.proItem {
    width: 244px;
    height: 230px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin: 0px 20px 20px 0px;
}

    .proItem > .Images {
        width: 100%;
        height: 189px;
        display: block;
        overflow: hidden;
    }

        .proItem > .Images > img {
            width: 100%;
            height: 100%;
        }

    .proItem > h3 {
        width: 224px;
        overflow: hidden;
        margin: 10px;
    }

        .proItem > h3 > a {
            clear: both;
            display: block;
            float: left;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            line-height: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .proItem > h3 > a:hover {
                color: #5280c7;
            }

    .proItem > span {
        height: 23px;
        display: block;
        overflow: hidden;
        line-height: 23px;
    }

    .proItem > .Price {
        width: 130px;
        float: left;
        color: #5280c7;
        font-size: 15px;
        margin-left: 10px;
    }

    .proItem > .Number {
        width: 80px;
        position: absolute;
        right: 10px;
        bottom: 17px;
        color: #898989;
        font-size: 13px;
        text-align: right;
    }

.End {
    overflow: hidden;
    width: 1024px;
}
