/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/*******开始内页产品列表*****/
.p-left {
  width: 190px;
  float: left;
  margin-top: 10px;
}
.p-sort {
  width: 100%;
  float: left;
}
.p-sort > h1 {
  width: 100%;
  float: left;
  color: #111;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  text-transform: uppercase;
  background: #eeeeee url(../images/sort-tbg.png) 156px center no-repeat;
}
.p-sort > ul {
  width: 100%;
  float: left;
  margin-top: 3px;
  background: #fff;
}
.p-sort > ul li {
  width: 100%;
  float: left;
  margin-top: 1px;
  background: #eeeeee url(../images/sortlist-bg.png) 20px center no-repeat;
  line-height: 34px;
  color: #333;
  font-size: 13px;
  padding-left: 42px;
}
.p-sort > ul li a {
  display: block;
}
.p-sort > ul li.active,
.p-sort > ul li:hover {
  background: #1789b9 url(../images/sortlist-hoverbg.png) 20px center no-repeat;
  color: #fff;
}
.p-sort > ul li.active a,
.p-sort > ul li:hover a {
  color: #fff;
}
.p-right {
  width: 800px;
  float: right;
  padding-left: 10px;
  border-left: #eee solid 1px;
}
.p-right-t {
  width: 100%;
  float: left;
  border-bottom: #e3dfdf solid 1px;
  margin-top: 10px;
  line-height: 34px;
}
.p-right-t > .fl {
  color: #1789b9;
  font-size: 15px;
}
.p-right-t > .fr {
  padding-left: 18px;
  color: #333;
  background: url(../images/location.png) left center no-repeat;
}
.p-right-t > .fr a {
  padding: 0 5px;
}
.p-prolist {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.p-prolist dl {
  float: left;
  width: 230px;
  border: #e8e8e8 solid 1px;
  margin: 0 16px;
  margin-top: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.p-prolist dl:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-prolist dl dt {
  width: 100%;
  float: left;
  padding: 12px;
}
.p-prolist dl dt a {
  background: #eee;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: 182px;
}
.p-prolist dl dt a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-prolist dl dd {
  text-align: center;
  height: 30px;
  width: 100%;
  float: left;
}
/*******结束内页产品列表*****/
/***************开始内页翻页*************/
.page {
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: center;
}
.page a {
  width: 38px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #696969;
  background: #ececec;
  margin: 0px 2px;
  font-size: 14px;
  border-radius: 3px;
}
.page a.first {
  width: 70px;
}
.page a:hover,
.page a.active {
  background: #1789b9;
  color: #fff!important;
}
/***************结束内页翻页*************/
/***************开始内页产品详细页*************/
.p-products-view {
  width: 100%;
  padding: 0 15px;
  float: left;
}
.products-info {
  width: 100%;
  float: left;
  margin-top: 36px;
  margin-bottom: 20px;
}
.big {
  float: left;
  width: 405px;
}
.big img {
  width: 403px;
  height: 346px;
  border: #dfdfdf solid 1px;
}
.products-info-box {
  float: right;
  width: 305px;
}
.ppro-t {
  width: 100%;
  float: left;
  border-bottom: #dddddd solid 1px;
  height: 42px;
  line-height: 42px;
  color: #333;
  font-size: 16px;
}
.ppro-t span {
  float: left;
  color: #777;
}
.product-info02 {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.product-info02-t {
  width: 100%;
  float: left;
  border-bottom: #dddddd solid 1px;
  line-height: 30px;
}
.product-info02-t span {
  display: inline-block;
  width: 94px;
  background: #1789b9;
  text-align: center;
  color: #fff;
}
.product-view-left {
  width: 405px;
  float: left;
}
/*放大镜*/
.pos-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.demo-img {
  width: 405px;
  height: 346px;
  border-radius: 5px;
}
.descrip {
  font-size: 15px;
  line-height: 0;
  color: #D66A00;
}
.code-view {
  width: 245px;
  font-size: 14px;
}
/*放大镜结束*/
/***************结束内页产品详细页*************/
