

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.product-content-box{

    padding:90px 0;
}
.product-content {
    
    min-width: 1200px;
    max-width: 1440px;
    margin: 0 auto;
}

.product-content li{
    float: left;
    width: 295px;
    height: 100px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    margin: 10px;
    padding: 20px;
}

.product-content li a{
	width: 100%;
    height: 140px;
    display: block;
}

.item-img01 {
    background: url(../images/item-img-01.png) center no-repeat
}

.item-img02 {
    background: url(../images/item-img-02.png) center no-repeat
}

.item-img03 {
    background: url(../images/item-img-03.png) center no-repeat
}

.item-img04 {
    background: url(../images/item-img-04.png) center no-repeat
}

.item-img05 {
    background: url(../images/item-img-05.png) center no-repeat
}

.item-img06 {
    background: url(../images/item-img-06.png) center no-repeat
}

.item-img07 {
    background: url(../images/item-img-07.png) center no-repeat
}

.item-img08 {
    background: url(../images/item-img-08.png) center no-repeat
}

.item-img09 {
    background: url(../images/item-img-09.png) center no-repeat
}

.item-img10 {
    background: url(../images/item-img-10.png) center no-repeat
}

.item-img11 {
    background: url(../images/item-img-11.png) center no-repeat
}


.item-img12 {
    background: url(../images/item-img-12.png) center no-repeat
}

.item-img13 {
    background: url(../images/item-img-13.png) center no-repeat
}


.item-img14 {
    background: url(../images/item-img-14.png) center no-repeat
}


.item-img15 {
    background: url(../images/item-img-15.png) center no-repeat
}


.item-img16 {
    background: url(../images/item-img-16.png) center no-repeat
}


.product-content li.active {
    position: relative;
    top: -4px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    box-shadow: 0 3px 20px rgba(0,0,0,.1)
}

.product-title{
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    color: #333;
}

.product-explain{
    margin-top: 26px;
    margin-bottom: 82px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999;
}