﻿* {
    margin: auto;
    font-size: 14px;
    font-family: "微软雅黑",Arial;
}

body{
    white-space: nowrap;
}

.body {
    /*display:block;*/
    width: 1200px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.cls-pro {
    display: inline-block;
}

.cls-contact {
    float: left;
}

/*联系我们*/
.index-contact {
    width: 220px;
    height: 250px;
    border-radius: 20px 20px;
    background: linear-gradient(white, #e1f7ff);
    margin-left: 0px;
}

    .index-contact h1 {
        font-size: 19px;
        height: 39px;
        line-height: 39px;
        margin: 10px 0 10px 15px;
        padding-left: 47px;
        background: url(../image/contactUs.jpg) no-repeat;
        background-size: 39px 37px;
    }

    .index-contact p {
        height: 25px;
        line-height: 25px;
        margin-left: 15px;
        padding-left: 28px;
    }

    .index-contact a {
        color: black;
        text-decoration: none;
    }

        .index-contact a:hover {
            color: red;
        }

/*产品种类*/
.cls {
    width: 220px;
    min-height: 735px;
    background: linear-gradient(#52cdff, #01b5ff);
    border-radius: 20px 20px;
    margin-top: 15px;
}

.cls-title {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #7ddaff;
    border-radius: 25px;
    text-align: center;
}

    .cls-title span {
        font-size: 21px;
    }

#productClass {
    padding: 15px 0 15px 0;
}

.cls-box {
    display: block;
    width: 205px;
    font-size: 15px;
    color: #4e4a49;
    text-decoration: none;
    margin: 15px 0 15px 15px;
}

    .cls-box:hover {
        color: red;
    }

    .cls-box span {
        display: inline-block;
        width: 180px;
        font-size: 15px;
        color: #4e4a49;
        margin-left: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

        .cls-box span:hover {
            color: red;
        }

    /*.cls-box a {
        font-size: 15px;
        color: #4e4a49;
        text-decoration: none;
    }*/

/*.cls-box {
    display: none;
    width: 220px;
    min-height: 40px;
    border: 2px solid #7ddaff;
    border-radius: 10px 10px;
    background: white;
    margin: -40px 0 0 220px;
    position: absolute;
    z-index: 3;
}

    .cls-box a {
        display: block;
        color: #4e4a49;
        text-decoration: none;
        width: 195px;
        margin: 10px 0 10px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .cls-box a:hover {
            color: #ff0000;
        }*/

/*产品展示*/
.pro {
    display: inline-block;
    width: 965px;
    min-height: 1000px;
    background: linear-gradient(white, #e1f7ff);
    border-radius: 20px 20px;
    margin: 0 0 0 15px;
}

.pro-title {
    height: 59px;
}

    .pro-title h1 {
        font-size: 19px;
        height: 39px;
        line-height: 39px;
        margin: 10px 0 10px 25px;
        position: absolute;
    }

/*#product {
    width: 945px;
    margin-left: 5px;
    float: left;
}*/

.pro-box {
    width: 200px;
    height: 260px;
    margin: 15px 0 0 32px;
    text-align: center;
    float: left;
}

    .pro-box a {
        text-decoration: none;
    }

.pro-img {
    width: 200px;
    height: 150px;
    line-height: 0px;
    display: table-cell;
    vertical-align: middle;
    background: white;
    border: 1px solid #cdcece;
}

    .pro-img img {
        max-width: 200px;
        max-height: 150px;
    }

.pro-number {
    width: 200px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-name {
    width: 200px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-price {
    color: red;
    width: 90px;
    margin-left: 5px;
    margin-top: 12px;
    float: left;
}

.pro-cart {
    color: black;
    font-size: 13px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px 3px;
    margin-left: 100px;
    margin-top: 10px;
    background: #1bbdff;
}

/*产品分页*/
#page {
    width: 964px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    float: left;
}

    #page a {
        color: white;
        text-decoration: none;
        border-radius: 3px 3px;
        background: url(../Image/btn.jpg);
        margin: 0 6px 0 6px;
        padding: 4px 10px 4px 10px;
    }

/*水印*/
.water {
    color: black;
    width: 200px;
    height: 150px;
    z-index: 2;
    position: absolute;
    overflow: hidden;
    opacity: 0.5;
}
/*图片放大*/
.pictureBig {
    line-height: 0px;
    box-shadow: 2px 2px 20px 0;
    position: absolute;
    z-index: 3;
}

    .pictureBig img {
        max-width: 400px;
        max-height: 300px;
    }
