﻿.product-info{ background-color: #fff; padding:20px; border-radius:10px;}
.product-info:after{display: table; content: ''; clear: both;}
/*轮播图样式*/
.product-thumb{float:left; width: 400px; height: 300px; overflow: hidden;}
.product-thumb{ overflow:hidden; position:relative; margin-bottom: 20px;}
.product-thumb .hd{ overflow:hidden; }
.product-thumb .hd .prev,
.product-thumb .hd .next{ display:block; position: absolute; top:133px; left:0; width:35px; cursor: pointer;}
.product-thumb .hd .next{ right:0; left:unset; }
.product-thumb .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; display: none; }
.product-thumb .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.product-thumb .hd ul li.on{ background-position:0 0; }
.product-thumb .hd img{display: block; width:100%;}
.product-thumb .bd{ }
.product-thumb .bd ul{ overflow:hidden; zoom:1; }
.product-thumb .bd ul li{ margin:0 15px 0 0; float:left; width:400px; _display:inline; overflow:hidden; text-align:center;  }
.product-thumb .bd ul li img{display: block; width:400px; height: 300px;}

.product-intro{margin-left: 430px;}
.product-intro h2{font-size:22px; font-weight: 400; color:#333; line-height: 50px; margin:0 0 10px; padding:0;}
.product-label{font-size: 14px; color: gray; margin-bottom: 20px; line-height: 1;}
.product-label .item-label{display: inline-block; margin-right: 20px;}

.panel-company{background-color: #f2f2f2; padding:15px; margin-bottom: 20px; border-radius:4px;}
.panel-company h3{font-size:16px; color:#000; margin-bottom:10px;}
.panel-company p{margin:0; padding:0; line-height:2.5; font-size:14px; color:gray;}

.product-btn{}
.btn{display: inline-block; margin-right: 15px; border-radius:30px; padding:0 30px; line-height:35px; font-size:16px; border:1px solid #f60; color:#f60; cursor: pointer;}
.btn.btn-danger{color:#fff; background-color:#f60; }

.product-header{font-size:22px; color:#000; font-weight: bold; margin-bottom: 20px;}
.product-header:after{display: block; border-bottom:3px solid #f60; width: 50px; content: ''; margin:10px 0 0 22px;}

.product-content{ padding:20px; background-color: #fff; border-radius:10px; margin: 20px 0;}
.product-content-body{ line-height: 2; font-size: 16px;}
.product-content-body image{max-width: 100%;}
