﻿* {
    margin: auto;
    font-family: Arial;
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;*/
}

body {
    font-size: 13px;
}
/*图片播放*/
.pic {
    width: 1200px;
    height: 350px;
    margin-top: 15px;
}

#picture {
    width: 970px;
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}

    #picture img {
        max-width: 970px;
        max-height: 350px;
        display: none;
        margin: auto;
    }

#number {
    text-align: center;
    margin-top: -45px;
}

    #number a {
        font-size: 0;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 6px;
        background: url(../Content/fla/Images/02.jpg) no-repeat;
    }
/*最新产品*/
.new {
    width: 1200px;
    height: 500px;
    margin-top: 25px;
}

.new-title {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    position: absolute;
}

    .new-title span {
        font-size: 14px;
    }

        .new-title span a {
            color: #ff7426;
        }

.new-day {
    width: 485px;
    height: 40px;
    margin-left: 715px;
}

    .new-day a {
        display: block;
        width: 55px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: white;
        text-decoration: none;
        background: #ff8e43;
        border-radius: 3px 3px;
        margin: 12px 0 0 12px;
        float: left;
    }

.new-hr {
    border: 1px solid #005ca1;
}

.new-pic {
    width: 220px;
    height: 420px;
    background: url(../Content/fla/Images1/1.jpg);
    margin-left: 0px;
    float: left;
}

.newProduct {
    width: 980px;
    height: 422px;
    margin-left: 220px;
}

.new-box {
    width: 195px;
    height: 210px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    float: left;
}

.new-img-box {
    width: 175px;
    height: 130px;
    margin-top: 12px;
}

.new-img {
    width: 180px;
    height: 135px;
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
}

    .new-img img {
        max-width: 180px;
        max-height: 135px;
        margin: auto;
    }

.new-number {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.new-name {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.new-price {
    color: red;
}

.new-cart {
    color: white;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    padding: 3px 7px 3px 7px;
    background: #6bb7f1;
    margin-left: 10px;
}

.new-change {
    width: 80px;
    height: 20px;
    margin: 10px 0 0 1070px;
    background: url(../Image/change.jpg) no-repeat;
    background-position-y: center;
    position: absolute;
}

    .new-change a {
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        margin-left: 15px;
    }

.new-more {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 1150px;
}
/*热销产品*/
.hot {
    width: 1200px;
    height: 500px;
}

.hot-title {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}

.hot-hr {
    border: 1px solid #005ca1;
}

.hot-pic {
    width: 220px;
    height: 420px;
    background: url(../Content/fla/Images1/2.jpg);
    margin-left: 0px;
    float: left;
}

.hotProduct {
    width: 980px;
    height: 422px;
    margin-left: 220px;
}

.hot-box {
    width: 195px;
    height: 210px;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    float: left;
}

.hot-img-box {
    width: 175px;
    height: 130px;
    margin-top: 12px;
}

.hot-img {
    width: 180px;
    height: 135px;
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
}

    .hot-img img {
        max-width: 180px;
        max-height: 135px;
        margin: auto;
    }

.hot-number {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.hot-name {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.hot-price {
    color: red;
}

.hot-cart {
    color: white;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    padding: 3px 7px 3px 7px;
    background: #6bb7f1;
    margin-left: 10px;
}

.hot-change {
    width: 80px;
    height: 20px;
    margin: 10px 0 0 1070px;
    background: url(../Image/change.jpg) no-repeat;
    background-position-y: center;
    position: absolute;
}

    .hot-change a {
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        margin-left: 15px;
    }

.hot-more {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 1150px;
}

/**/
.srarch-links-hr {
    border: 1px solid #dddddd;
}

/*友情链接*/
.links {
    width: 1200px;
    height: 150px;
}

.links-title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}

.links-hr {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
}

#links div {
    max-width: 170px;
    height: 20px;
    margin-left: 30px;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

#links a {
    color: black;
    text-decoration: none;
}

    #links a:hover {
        color: #ff6600;
    }

/*水印*/
.water {
    color: black;
    width: 180px;
    height: 135px;
    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;
    }
