/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/*******开始内页会员风采*****/
.p-content {
  width: 100%;
  float: left;
}
.p-left {
  width: 190px;
  float: left;
  margin-bottom: 20px;
  margin-top: 15px;
}
.p-sort {
  width: 100%;
  float: left;
}
.p-sort > ul {
  width: 100%;
  float: left;
  margin-top: 5px;
  background: #f7f7f7;
}
.p-sort > ul li {
  border-bottom: #fff solid 1px;
  width: 100%;
  float: left;
  line-height: 34px;
  padding-left: 46px;
  color: #333;
  font-size: 12px;
  background: #f7f7f7 url(../images/icon/ico05.png) 23px center no-repeat;
}
.p-sort > ul li:hover,
.p-sort > ul li.active {
  background: #1a8937 url(../images/icon/ico06.png) 23px center no-repeat;
}
.p-sort > ul li:hover a,
.p-sort > ul li.active a {
  color: #fff;
  background: url(../images/icon/ico07.png) 116px center no-repeat;
  display: block;
  transition: none;
}
.sort-t {
  width: 100%;
  float: left;
  background: #f7f7f7 url(../images/icon/ico04.png) 155px center no-repeat;
  height: 55px;
  padding-left: 17px;
}
.sort-t em {
  display: block;
  font-size: 20px;
  color: #222;
  margin-top: 18px;
  height: 24px;
}
.sort-t i {
  color: #999;
  display: block;
  font-size: 14px;
}
.p-right {
  width: 800px;
  float: right;
  padding-left: 5px;
  border-left: #eeeeee solid 1px;
}
.location {
  width: 100%;
  float: left;
  border-bottom: #e3dfdf solid 1px;
  height: 48px;
  line-height: 48px;
}
.location > .fl {
  padding-left: 20px;
  color: #1a8937;
  font-size: 15px;
}
.location > .fr {
  padding-left: 20px;
  font-size: 13px;
  color: #333;
  background: url(../images/icon/ico08.png) left center no-repeat;
}
.location > .fr a {
  padding: 0 5px;
}
.p-teamlist {
  width: 100%;
  float: left;
  padding-left: 15px;
  margin-top: 10px;
}
.p-teamlist dl {
  float: left;
  border: #e4e4e4 solid 1px;
  margin: 28px 10px 5px ;
  padding: 10px;
  text-align: center;
  -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-teamlist 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-teamlist dl dt img {
  width: 213px;
  height: 186px;
}
.p-teamlist dl dd {
  text-align: center;
  line-height: 30px;
}
/*******结束内页会员风采*****/
/***************开始内页翻页*************/
.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: #1a8937;
  color: #fff!important;
}
/***************结束内页翻页*************/
/*******开始内页新闻列表*****/
.p-newslist {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.p-newslist li {
  width: 100%;
  float: left;
  border-bottom: #ddd solid 1px;
  line-height: 32px;
}
.p-newslist li a {
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
  width: 680px;
  padding-left: 15px;
  background: url(../images/icon/ico09.png) 10px center no-repeat;
}
.p-newslist li a:hover {
  color: #2d4689;
}
.p-newslist li span {
  float: right;
  color: #999;
  font-size: 13px;
}
/*******结束内页新闻列表*****/

/***************开始内页产品详细页*************/
.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: 340px;
}
.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: 10px;
}
.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: #1a8937;
  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;
}
/*放大镜结束*/
/***************结束内页产品详细页*************/
/*修改-2-28*/
.pro_top{margin-bottom:20px;}
.pro_list{}
.pro_list li{height:48px;line-height: 48px;background: #fff;text-align: center;cursor: pointer;}
.pro_list li .proT2{width:20%;float:left;box-sizing: border-box;border-left: 1px solid #fff;height:48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_list li .proT1{width:15%;float:left;box-sizing: border-box;border-left: 1px solid #fff;height:48px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_list li.title_li{background: #adb8b0;margin-bottom: 10px;}
.pro_list li:nth-child(odd){background:#e3e8e4;}
/*9-12修改*/
.case_show_one{width:230px;float:left;margin: 0 14px;}
.case_show_one .case_show_img{width:230px;height:202px;}
.case_show_one .case_show_img img{width:100%;height:100%;}
.case_show_one .case_show_name{width:100%;line-height: 40px;text-align: center;}