.floorOne {
    box-shadow: 0 0 8px #eee;
    height: 475px;
}
.com-floor {
    background: #FFF;
    border-top: 2px solid #FFF;
}
.floor {
    width: 1200px;
    margin: 20px auto 0;
}
/*木工辅材*/
.com-floor .title {
    width: 100%;
    height: 45px;
}
.com-floor .title-name {
    float: left;
    width: 190px;
    height: 45px;
}
.com-floor .title-name p.name {
    margin-left: 75px;
    font: bold 18px/40px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
}
.com-floor .title-name p {
    float: left;
    color: #FFF;
}
.com-floor .keyword {
    float: right;
    margin: 14px 18px 0 0;
}
.com-floor .keyword a {
    float: left;
    margin-left: 12px;
    font: 14px/20px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    color: #666;
    text-decoration: none;
}
.com-floor .keyword a:hover{
	color: rgb(80 124 225);
}
.com-floor .content {
    width: 100%;
    height: 380px;
    margin-top: 0px;
}
.com-floor .left-img {
    float: left;
    position: relative;
    width: 190px;
    height: 380px;
    cursor: pointer;
}
.com-floor .left-img img {
    display: block;
    width: 190px;
    height: 380px;
}
.lazy-loading, img.err-product {
    /*background: url(mm2.jpg) 50% 50% no-repeat;*/
}

.com-floor .left-img .cover {
    position: absolute;
    width: 190px;
    height: 90px;
    left: 0;
    bottom: 0;
    opacity: .6;
    filter: alpha(opacity=60);
}
.com-floor .left-img p.img-name {
    position: absolute;
    top: 315px;
    left: 55px;
    width: 160px;
    height: 30px;
    overflow: hidden;
    color: #FFF;
    font: bold 15px/30px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
}
.com-floor .left-img p.img-desc {
    position: absolute;
    top: 345px;
    left: 8px;
    color: #FFF;
    /* width: 167px; */
    height: 22px;
    overflow: hidden;
    font: 14px/22px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
}
.com-floor .left-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url(../image/blank.gif);*/
}

.com-floor .img-list {
    position: relative;
    float: left;
    width: 1000px;
    height: 380px;
    overflow: hidden;
}
.com-floor .img-list li {
    position: relative;
    display: none;
    float: left;
    width: 199px;
    height: 189px;
    border-width: 0 0 1px 1px;
    border-color: #EEE;
    border-style: solid;
    overflow: hidden;
}
.com-floor .img-list li a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}
.com-floor .img-list li p.img-name {
    width: 180px;
    height: 24px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 0;
    font: 14px/24px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
    color: #333;
}
.com-floor .img-list li p.img-desc {
    width: 180px;
    height: 20px;
    color: #f10000;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    font: 14px/20px "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";
}
.com-floor .img-list li img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    transition: transform .5s;
    padding: 10px;
}
.com-floor .bottom-list ul li:hover img, .com-floor .img-list li:hover img{
	transform: scale(1.05);
}

.com-floor .brand-logo {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #fff;
}
.com-floor .brand-logo ul li {
    float: left;
    width: 80px;
    height: 30px;
    /*margin: 9px 9px 0 10px;*/
   	margin: 9px 50px 0 41px;
}
.com-floor .brand-logo ul li img {
    display: block;
    width: 80px;
    height: 30px;
}















