

/* 必要布局样式css */
.product-content-box{
    background:#fff;
    padding:30px 0;
}
.product-content {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-content li{
    float: left;
    width: 240px;
    height: 120px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.product-content li a{
	width:100%;
	height:240px;
	display:block;
}

.item-img01 {
    background: url(../jpg/001.jpg) center no-repeat
}

.item-img02 {
    background: url(../jpg/002.jpg) center no-repeat
}

.item-img03 {
    background: url(../jpg/003.jpg) center no-repeat
}

.item-img04 {
    background: url(../jpg/004.jpg) center no-repeat
}

.item-img05 {
    background: url(../jpg/005.jpg) center no-repeat
}

.item-img06 {
    background: url(../jpg/006.jpg) center no-repeat
}

.item-img07 {
    background: url(../jpg/007.jpg) center no-repeat
}

.item-img08 {
    background: url(../jpg/008.jpg) center no-repeat
}

.item-img09 {
    background: url(../jpg/009.jpg) center no-repeat
}

.item-img10 {
    background: url(../jpg/010.jpg) center no-repeat
}
.item-img11 {
    background: url(../jpg/011.jpg) center no-repeat
}

.item-img12 {
    background: url(../jpg/012.jpg) center no-repeat
}
.item-img13 {
    background: url(../jpg/013.jpg) center no-repeat
}

.item-img14 {
    background: url(../jpg/014.jpg) center no-repeat
}
.item-img15 {
    background: url(../jpg/015.jpg) 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: 42px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999;
}