/**{*/
    /*font-family: 'Microsoft YaHei', arial, sans-serif;*/
/*}*/
.category{
    display: none;
}

.scroll-fixed-list{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 1190px;
	z-index:1;
}
.scroll-fixed-list.scroll-fixed{
    position: fixed;
    top: 0;
    border: 1px solid #eeeeee;
    box-shadow: 5px 5px 5px #999999;
    background: #fff;              /*兼容ie8的背景色*/
    background: rgba(255,255,255,1);
}
.scroll-fixed-list a{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333333;
    border-radius: 5px;
    padding: 0px 10px 0px 10px;
    margin: 10px 5px 0px 5px ;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.scroll-fixed-list a:hover,.scroll-fixed-list a.selected{
    background: #00a7cc;
    color: #ffffff;
}


.middle-product-list{
    height: auto;
    width: 1200px;
}
.middle-product-list-leftPart{
    height: auto;
    width: 600px;
    float: left;
    padding-top: 15px;
}
.middle-product-list-rightPart{
    height: auto;
    width: 600px;
    float: right;
    padding-top: 15px;
}
.single-product-frame{
    padding: 0px 20px 10px 15px;
    width: 550px;
    /*padding-bottom: 10px;*/
    /*padding-top: 10px;*/
    vertical-align: top;
    background: #f5f5f5;
    margin-top: 16px;
    margin-left: 10px;
    float: left;
    display: inline;
}
.single-product-frame h2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
.single-product-frame h3{
    margin-top: 10px;
    /*padding-top: 2px;*/
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.single-product-frame h3 a{
    color: #00a6cc !important;
}
.single-product-frame h3 a:hover{
    color: #0088a8 !important;
}
.single-product-frame .hr{
    height: 1px;
    width: 99.6%;
    margin-left: 0.2%;
    /*margin-bottom: 10px;*/
    background: #00a7cc;
}
.single-product-frame .single-product-list a{
    display: inline-block;
    padding:0;
    margin: 5px 15px 5px 0;
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid transparent;
}
.single-product-frame .single-product-list a:hover{
    color: #00a7cc;
}
