
.product_wrap{
    padding-top:90px;
}

.product_center{
    position: absolute;
    left:216px;
    top:90px;
    display: none;

}
.header a .drop{
    width:12px;
    height:8px;
    background: url("../Images/drop.png") no-repeat;
    position: absolute;
    right:10px;
    top:30px;
    display: none;
}

.product_center a:hover{
    color: #fff !important;
}
.product_center a{
    width: auto;
    height:50px;
    background: #e87470;
    display: block;
    float:left;
    line-height: 50px;
    font-size:14px;
    color:#fff;
}
.product_wrap .banner{
    height:200px;
    background: url("../Images/productCenterBanner.jpg") no-repeat center center;
}
.product_content{
    width:1200px;
    margin:0 auto;
}
.product_content .product_show{
    width:260px;
    height:670px;
    float: left;
    margin:40px 20px;
    background-color:#f6f6f6;
}
.product_content .product_show .product_pic{
    width:260px;
    height:260px;
    overflow:hidden;
}
.product_content .product_show .product_text{
    padding: 20px 24px 40px 24px;
}
.product_text h2{
    padding-bottom: 24px;
}
.product_text p{
    font-size: 16px;
    line-height: 1.8;
    color:#666;
}
.product_introduce{
    background: #f5f5f5;
    height:50px;
    line-height: 50px;
    color:#999999;
    font-size:18px;
    margin-top:20px;
}
.product_introduce li{
    width:230px;
    float:left;
    text-align: center;
    cursor: pointer;
}
.current{
    border-top:1px solid #e11c11;
    color:#e11c11;
    background:#fff ;
}

#picarea{
    width:1200px;
    padding-top:20px;
}

#bigpicarea{
    position:relative;
    width:564px;height:370px;
    overflow:hidden;
    background: #adadad;
}

#bigpicarea div img{
    width:564px;
    height:370px;
}

#smallpicarea{
    padding-top:20px;
}
#smallpicarea p{
    margin-top:30px;
    font-size:16px;
    line-height: 26px;
    color:#666666;
}
#smallpicarea h3{
    font-size:30px;
}
#thumbs{
    width:500px;
    margin-top:150px;
}
#thumbs li{
    margin:0 7px;
    display:inline;
    float:left;
}
.thumbs li a img{
    width:120px !important;
    height:90px !important;
}

#thumbs li.first{
    margin:25px 10px 0 15px;width:9px;
    height:16px;
    cursor:pointer
}
#thumbs li.last{
    width:34px;
    height:62px;
    cursor:pointer;
    margin-left:20px;
}
#thumbs li a{
    border:#fff 2px solid;
    display:block;
    font-size:0;
}

#thumbs li a.current{
    border:2px solid #e11c11;
}



