/*浏览路径 start*/
.pathbox {
	width: 1860px;
    z-index: 100;
    line-height: 50px;
    height: 50px;
    color: #333;
    background: #f8f8f8;
}
.pathbox a:hover {
    color: #308bd8;
}
/*浏览路径 end*/
/*主要内容 开始*/
/*顶部信息*/
.topBox .imgBox{
    display: block;
    width: 515px;
    height: 327px;
    background-color: #f8f8f8;
}
.topBox .imgBox img{
    display:inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.topBox .textInfo{
    width: 645px;
}
.topBox .textInfo h2{
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 21px;
}
.topBox .textInfo .infoBox p{
    line-height: 28px;
    color: #969696;
}
.topBox .textInfo .upload{
    display: block;
    width: 106px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background: #f1811d url(../images/icons/upload.png) no-repeat 15px center;
    color: #FFFFFF;
    padding-left: 44px;
    margin-top: 67px;
}
/*分享*/
.sub_Title > span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    vertical-align: middle;
}
.sub_Title a.collect {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/icons/littleStar.png) no-repeat center center;
}
.sub_Title a.hasCollected {
    background: url(../images/icons/littleBlueStar.png) no-repeat center center;
}
/*底部信息*/
.bottomBox .hd div{
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #328bd8;
    background: #f8f8f8;
}
.bottomBox .hd div a{
    height: 40px;
    padding: 0 32px;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    margin-right: 15px;
}
.bottomBox .hd div a:hover,.bottomBox .hd div a.on{
    color: #fff;
    background-color: #328bd8;
}
.product-detail-box .detail-title span{
    display: block;
    padding-left: 10px;
    height: 16px;
    line-height: 16px;
    border-left: 2px solid #328bd8;
}
.product-detail-box .detail-txt{
    line-height: 26px;
}
/*主要内容 结束*/