/* 产品中心*/
.productCenter-content{
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}
/*搜索信息*/
.productCenter-content .search-result{
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.productCenter-content .search-result span{
    color: #888;
    font-size: 14px;
}
.productCenter-content .search-result span.last{
    float: right;
}
/*产品列表*/
.productCenter-lists{
    width: 100%;
}
.productCenter-product-list thead tr{
    height: 46px;
    background-color: #5d9cec;
}
.productCenter-product-list thead tr th{
    color: #fff;
    font-size: 14px;
}
.productCenter-product-list thead tr th.first{
    width: 120px;
}
.productCenter-product-list tbody tr{
    height: 110px;
    background-color: #fff;
    border-top: 10px solid #f5f5f5;
}
.productCenter-product-list tbody tr td{
    position: relative;
    font-size: 14px;
}
.productCenter-product-list .cas-img{
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border: 1px solid #e8e8e8;
}
.productCenter-product-list .btn-icon{
    display: inline-block;
    width: 13px;
    height: 14px;
    margin-right: 3px;
    background: url(../images/icon-hideShows.png) no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
.productCenter-product-list .icon-show .btn-icon{
    background-position: -13px 0;
}
.productCenter-product-list .icon-show:hover .btn-icon{
    background-position: -13px -14px;
}
.productCenter-product-list .icon-hide .btn-icon{
    background-position: 0 0;
}
.productCenter-product-list .icon-hide:hover .btn-icon{
    background-position: 0 -14px;
}
.productCenter-product-list .icon-qq{
    margin: 0 10px 0 0;
}
.productCenter-product-list .sub-table{
    background: none;
    border-top: none;
    border-right: 15px solid #f5f5f5;
    border-left: 15px solid #f5f5f5;
}
.productCenter-product-list .sub-table table{
    background-color: #eaf4f7;
}
.productCenter-product-list .sub-table table thead tr{
    height: 50px;
    background: none;
    border-top: none;
}
.productCenter-product-list .sub-table table thead tr th{
    color: #151515;
}
.productCenter-product-list .sub-table table tbody tr{
    height: 50px;
    background: none;
    border-top: none;
    border-bottom: 1px solid #e0ebee;
}

/*分页*/
.productCenter-page{
    padding: 50px 0 50px;
}

/*猜你想买*/
.recommend-product{
    margin-top: 10px;
}
.recommend-product .title .btn-refresh{
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #68a5e1;
}
.recommend-product .title .btn-refresh:hover{
    color: #488ce1;
}
.recommend-product .title .btn-refresh .icon2{
    margin-right: 5px;
    vertical-align: middle;
}
.recommend-product .lists{
    margin-top: 10px;
}
.recommend-product .lists ul{
    width: 1215px;
}
.recommend-product .lists ul li{
    position: relative;
    float: left;
    width: 185px;
    min-height: 237px;
    margin-right: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
.recommend-product .lists ul li .pic{
    width: 175px;
    height: 170px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    line-height: 170px;
}
.recommend-product .lists ul li h3{
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 100;
    text-indent: 15px;
}
.recommend-product .lists ul li .span-cas{
    margin-left: 15px;
}

/*====== 产品中心详情页面 ======*/
/*产品详情*/
.productCenter-productInfo{
    width: 100%;
    height: 252px;
    margin-top: 20px;
    background-color: #fff;
}
.productCenter-productInfo .pic{
    width: 253px;
    height: 252px;
    text-align: center;
    line-height: 252px;
    border-right: 1px solid #e8e8e8;
}
.productCenter-productInfo .infos{
    position: relative;
    width: 560px;
    margin-left: 20px;
}
.productCenter-productInfo .infos h2{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
}
.productCenter-productInfo .infos .txt_1{
    margin-top: 5px;
    font-size: 14px;
}
.productCenter-productInfo .infos .lists{
    width: 100%;
    margin-top: 40px;
}
.productCenter-productInfo .infos .lists li {
    float: left;
    width: 30%;
    min-height: 44px;
    border-right: 1px solid #e8e8e8;
    font-size: 14px;
    text-align: center;
}
.productCenter-productInfo .infos .lists li.first{
    width: 20%;
    text-align: left;
}
.productCenter-productInfo .infos .lists li.last{
    width: 20%;
    border-right: none;
    text-align: right;
}
.productCenter-productInfo .infos .lists strong{
    display: block;
    font-weight: 100;
}
.productCenter-productInfo .infos .lists span{
    display: block;
    color: #666;
}
.productCenter-productInfo .infos .btns{
    margin-top: 30px;
}
.productCenter-productInfo .infos .btns .btn{
    display: inline-block;
    width: 240px;
    height: 42px;
    margin-right: 14px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
}
.productCenter-productInfo .infos .btns a.btn-pay{
    background-color: #ffb320;
    color: #fff;
}
.productCenter-productInfo .infos .btns a.btn-pay:hover{
    background-color: #f1a005;
}
.productCenter-productInfo .infos .btns a.btn-buy{
    line-height: 38px;
    border: 2px solid #ffb320;
    color: #ffb320;
}
.productCenter-productInfo .infos .btns a.btn-buy:hover{
    background-color: #ffb320;
    color: #fff;
}
.productCenter-productInfo .infos .find-error{
    font-size: 12px;
    color: #5d9cec;
}
.productCenter-productInfo .infos .find-error:hover{
    color: #65b3ff;
}
.productCenter-productInfo .infos .find-error .icon{
    margin-right: 5px;
    font-size: 12px;
}
.productCenter-productInfo .infos .tips-number{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
}

/*信息公共样式*/
.productCenter-infs{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

/*现货信息*/
.stock-goods{
    padding-bottom: 10px;
}
.stock-goods .lists{
    padding: 10px 30px 0;
}
.stock-goods-table{
    font-size: 14px;
}
.stock-goods-table thead tr{
    height: 50px;
}
.stock-goods-table tbody tr{
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.stock-goods-table tbody tr:last-child{
    border-bottom: none;
}

/*传化物质*/
.productCenter-physicalProperties .lists{
    padding: 15px 30px 0;
}
.productCenter-physicalProperties .lists li{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.productCenter-physicalProperties .lists li strong{
    color: #333;
}

/*安全信息*/
.productCenter-safetyInformation .lists{
    margin: 10px 30px 0;
}
.productCenter-safetyInformation .lists li{
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.productCenter-safetyInformation .lists li strong{
    color: #333;
}
.productCenter-safetyInformation .lists li.li-img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.productCenter-safetyInformation .lists li.li-img .img,.productCenter-safetyInformation .lists li strong{
    float: left;
}
.productCenter-safetyInformation .lists li.li-img .img{
    margin-top: 8px;
}

/*产品描述 产品用途*/
.productCenter-section-text{
    margin: 15px 30px 0;
    line-height: 25px;
    color: #666;
    font-size: 14px;
}

/*化学数据*/
.productCenter-chemicalData .texts{
    line-height: 28px;
    margin: 15px 0 0 30px;
    font-size: 14px;
}

/*历史报价*/
.historical-quote{
    width: 100%;
    height: 252px;
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
}
.historical-quote .lists-tab{
    margin: 0 15px;
    height: 30px;
    color: #5d9cec;
}
.historical-quote .lists-tab span,.historical-quote .lists span{
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.historical-quote .lists-tab span.first,.historical-quote .lists span.first{
    text-align: left;
}
.historical-quote .lists-tab span.last,.historical-quote .lists span.last{
    text-align: right;
}
.historical-quote .lists{
    height: 175px;
    margin: 0 15px;
    overflow: hidden;
}
.historical-quote .lists ul li{
    height: 35px;
}

/*猜你喜欢*/
.aside-recommend-product{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}
.aside-recommend-product .lists{
    margin: 10px 15px 0;
}
.aside-recommend-product .lists li{
    float: left;
    width: 50%;
    height: 190px;
    margin-bottom: 10px;
    text-align: center;
}
.aside-recommend-product .pic{
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 128px;
    border: 1px solid #f4f4f4;
}
.aside-recommend-product h4{
    margin: 15px 0 10px;
}

/*热门试剂*/
.hot-reagent{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}
.hot-reagent .lists{
    margin: 10px 15px 0;
    height: 360px;
    overflow: hidden;
}
.hot-reagent .lists li{
    height: 60px;
    overflow: hidden;
}
.hot-reagent .lists li .pic{
    float: left;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #e8e8e8;
}
.hot-reagent .lists li .text{
    float: left;
    margin-left: 20px;
}
.hot-reagent .lists li .text h4{
    margin: 3px 0;
    font-size: 14px;
}
.hot-reagent .lists li .text span{
    color: #666;
}

/*我要采购浮动窗口*/
.myBuy-floatFrame{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #fff;
    box-shadow: 1px -1px 5px #d0d0d0;
    z-index: 999;
}
.myBuy-floatFrame .floatFrame-left{
    float: left;
    width: 50%;
}
.myBuy-floatFrame .floatFrame-left .img{
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #f4f4f4;
}
.myBuy-floatFrame .floatFrame-left .txt{
    float: left;
    margin-left: 20px;
}
.myBuy-floatFrame .floatFrame-left .txt h4{
    padding-top: 3px;
    font-size: 16px;
}
.myBuy-floatFrame .floatFrame-right{
    float: right;
    line-height: 45px;
    font-size: 14px;
}

.myBuy-floatFrame .floatFrame-right .icon{
    margin: 0 8px 0;
}
.myBuy-floatFrame .floatFrame-right .a-link{
    display: inline-block;
    width: 226px;
    height: 45px;
    margin-left: 20px;
    background-color: #ffb320;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.myBuy-floatFrame .floatFrame-right .a-link:hover{
    background-color: #f1a005;
}




