﻿/*轮播图样式*/
.product-thumb{width:100vw; height:75vw; overflow: hidden;}
.product-thumb{ overflow:hidden; position:relative;}
.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:100vw; _display:inline; overflow:hidden; text-align:center;  }
.product-thumb .bd ul li img{display: block; width:100vw; height:75vw;}

.product-intro{ background-color: #fff;}
.product-intro h2{font-size:22px; font-weight: 400; color:#333; line-height: 50px; padding:10px;}
.product-label{font-size: 14px; color: gray; margin:0 10px 20px; line-height: 1;}
.product-label .item-label{display: inline-block; margin-right: 20px;}

.panel-company{background-color: #f2f2f2; padding:10px;}
.panel-company h3{font-size:16px; color:#000; padding:10px 0;}
.panel-company p{margin:0; padding:5px 0; line-height:1.5; font-size:14px; color:gray;}

.product-btn{ text-align: center; padding:15px 0;}
.btn{display: inline-block; border-radius:30px; padding:0 20px; line-height:35px; font-size:15px; border:1px solid #f60; color:#f60; cursor: pointer;}
.btn + .btn{margin-left: 15px;}
.btn.btn-danger{color:#fff; background-color:#f60; }

.product-header{ text-align: center; font-size:22px; color:#000; font-weight: bold; margin-bottom: 20px;}
.product-header:after{display: block; border-bottom:3px solid #f60; width: 50px; margin:10px auto 0; content: '';}

.product-content{ padding:10px; background-color: #fff; margin:10px 0;}
.product-content-body{ line-height: 2; font-size: 14px;}
.product-content-body image{max-width: 100%;}