.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}
.crumbs{
   
    background-color: #757575;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10%;
    line-height: 40px;
    color: #ffffff;
}
.crumbs a{
    color: #ffffff;
}

.products_detail{
    height: 500px;
    padding-top: 20px;
    margin: 0 auto;
    width: 900px;
}
.products_detail p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.zoomWrap{
    width:502px;
    overflow:hidden;
    float: left;
    padding-bottom: 30px;       
}
.zoomWrap h2{
    font-size: 18px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}
.jqzoom{
    float:left;
    border:none;
    position:relative;
    padding:0px;
    cursor:pointer;
    margin:0px;
    display:block;
   
}

.zoomdiv{
    z-index:100;
    position:absolute;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    border:1px solid #aaa;
    background:#ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
.spec-preview{
    width:500px;
    height:333px;
    border:1px solid #DFDFDF;
}
.spec-scroll{
    clear:both;
    margin-top:10px;
    width:502px;
    overflow:hidden;
}
.spec-scroll .prev{
    float:left;
    background:url(../images/default/productLeft.png) right center no-repeat;
}
.spec-scroll .next{
    float:right;
    background:url(../images/default/productsRight.png) left center no-repeat;
}
.spec-scroll .prev,.spec-scroll .next{
    display:block;
    width:24px;
    height:40px; 
    cursor:pointer;
}
.spec-scroll .items{
    float:left;
    position:relative;
    width:432px;
    overflow:hidden;
    height:42px;
    margin-left:10px;
}
.spec-scroll .items ul{
    position:absolute;
    width:999999px;
    height:42px;
}
.spec-scroll .items ul li{
    float:left;
    width:72px;
    height:42px;
    text-align:center;
}
.spec-scroll .items ul li .sb{
    cursor:pointer;
}
.spec-scroll .items ul li img{
    display: inline-block !important;
    width:60px;
    height:40px;
    border:#e5e5e5 1px solid;
}
.spec-scroll .items ul li:hover img{
    border-color:#730302;
}
.products_detail .summary{
    width:350px;
    float:right;
    position:relative;
    height:390px;
}
.products_detail .summary h1{
    font-size:24px;
    line-height:24px;
    padding-bottom:20px;
    color:#000;
    border-bottom:#000 2px solid;
    width:35px;
    margin-bottom:12px;
    overflow:visible;
    white-space:nowrap;
}
.products_detail .summary h2{
    font-size:14px;
    color:#333;
    line-height:32px;
}
.products_detail .summary p{
    margin-top:10px;
    font-size:14px;
    color:#333;
    line-height:25px;
}
.products_detail .summary p span{
    font-weight:bold;
    color:#000;
}
.products_detail .detail{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.products_detail .detail .t{
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #ff0000;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.products_detail .detail p{
    margin: 15px 0;
}
.products_detail .detail img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.products_detail .detail table{
    font-size:12px;
    line-height:24px;
    text-align: center;
    background: #fff;
    width: 100%;
}
.products_detail .detail td{
    padding:5px;
}
.products_detail thead tr{
    background-color:#0e4564;
    color:#fff;
}
.products_detail tbody tr:nth-child(2n){
    background-color:#ddd;
}
.products_detail tbody tr:nth-child(2n+1){
    background-color:#eaeaea;
}

#pageSwitch {
    padding-top: 50px;
    font-size: 16px;
}