
/* logowall CSS */
.product-content-box{
   /* background:#f5f5f5;*/
    padding:90px 0;
}
.product-content {
    width: 1200px;
	padding-top:100px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-content li{
    float: left;
    width: 240px;
    height: 140px;
    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(../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
}

.item-img17 {
    background: url(../images/item-img-17.png) center no-repeat
}

.item-img18 {
    background: url(../images/item-img-18.png) center no-repeat
}

.item-img19 {
    background: url(../images/item-img-19.png) center no-repeat
}

.item-img20 {
    background: url(../images/item-img-20.png) center no-repeat
}
.item-img21 {
    background: url(../images/item-img-21.png) center no-repeat
}

.item-img22 {
    background: url(../images/item-img-22.png) center no-repeat
}

.item-img23 {
    background: url(../images/item-img-23.png) center no-repeat
}

.item-img24 {
    background: url(../images/item-img-24.png) center no-repeat
}

.item-img25 {
    background: url(../images/item-img-25.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: 40px;
    color: #333;
}

.product-explain{
    margin-top: 26px;
    margin-bottom: 82px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    color: #999;
}