table{margin:0 auto;}

.prodetail {
  margin: 15px 0;
}
.prodetail .detail-right {
  width: 900px;
  float: right;
}
.prodetail .detail-right .top {
  overflow: hidden;
  margin: 7px 0;
}
.prodetail .detail-right .top img {
  display: block;
  float: left;
  width: 210px;
  border: 1px solid #dedede;
}
.prodetail .detail-right .top .t-box {
  margin-left: 30px;
  float: left;
  width: 650px;
}
.prodetail .detail-right .top .t-box .title {
  font-size: 20px;
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
}
.prodetail .detail-right .top .t-box p,
.prodetail .detail-right .top .t-box span {
  line-height: 35px;
}
.prodetail .detail-right .top .t-box span {
  float: left;
}
.prodetail .detail-right .top .t-box .bdsharebuttonbox {
  float: right;
}
.prodetail .detail-right .top .t-box .t-m {
  padding: 10px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.prodetail .detail-right .top .t-box .t-m p {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.prodetail .detail-right .top .t-box .btn {
  border-radius: 6px;
  width: 165px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #006db8;
  color: #fff;
  float: left;
  margin-right: 30px;
}
.prodetail .detail-right .top .t-box .btn i {
  float: left;
  margin-left: 15px;
  margin-right: 5px;
}
.prodetail .detail-right .top .t-box .btn span {
  line-height: 40px;
}
.prodetail .detail-right .top .t-box .imp {
  float: left;
  margin-right: 5px;
  display: block;
  line-height: 35px;
}
.prodetail .detail-right .hot {
  margin-bottom: 30px;
  position: relative;
}
.prodetail .detail-right .hot .title {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #067bcb;
  border-bottom: 1px solid #dedede;
}
.prodetail .detail-right .hot .hotbox {
  height: 220px;
  width: 850px;
  margin: 20px auto;
  overflow: hidden;
}
.prodetail .detail-right .hot ul li {
  float: left;
  margin: 0 11px;
}
.prodetail .detail-right .hot ul li img {
  width: 145px;
  height: 185px;
  border: 1px solid #dedede;
}
.prodetail .detail-right .hot .next,
.prodetail .detail-right .hot .pre {
  width: 25px;
  height: 40px;
  position: absolute;
  top: 125px;
  cursor: pointer;
}
.prodetail .detail-right .hot .next {
  right: 0;
  background: url("/images/honor02.png") no-repeat;
}
.prodetail .detail-right .hot .pre {
  left: 0;
  background: url("/images/honor.png") no-repeat;
}
.prodetail .detail-right .p-bottom {
  margin-bottom: 50px;
}
.prodetail .detail-right .p-bottom .title {
  line-height: 40px;
  border-top: 2px solid #006db8;
}
.prodetail .detail-right .p-bottom .title span {
  height: 40px;
  display: block;
  width: 200px;
  text-align: center;
  background: #006db8;
  color: #fff;
}
.prodetail .detail-right .p-bottom .box {
  line-height: 30px;
  padding: 20px 10px;
}
