/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/**************内页产品列表 开始**************/
.p-container {
  width: 100%;
  float: left;
  margin-top: 26px;
}
.p-left {
  width: 196px;
  float: left;
}
.p-left > h1 {
  height: 52px;
  background: #008080;
  width: 100%;
  float: left;
  color: #fff;
  margin-top: 16px;
}
.p-left > h1 em {
  font-size: 18px;
  margin-left: 13px;
  margin-top: 5px;
  display: block;
}
.p-left > h1 i {
  display: block;
  font-size: 12px;
  margin-left: 13px;
}
.p-left > ul.p-sort {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: #d0d0d0 solid 1px;
  margin-top: 19px;
  padding: 7px;
}
.p-left > ul.p-sort > li {
  width: 100%;
  float: left;
  line-height: 36px;
  padding-top: 3px;

}
.subsort02 ol li{    padding-left: 6px;border-bottom: #000000 dotted 1px;}
.p-left > ul.p-sort > li > a {
  color: #FFFFFF;
  background: url(../images/icon/icon01.jpg) #2F8C8C left center no-repeat;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
  border-bottom: #FFFFFF  dotted 1px;
}
.p-left > ul.p-sort > li:last-child {
  border-bottom: none;
}
.p-left > ul.p-sort > li > .subsort {
  width: 96%;
  float: left;
  display: none;
}
.p-left > ul.p-sort > li > .subsort > ol > li > a {
  color: #989797;
  font-size: 12px;
  padding-left: 16px
}
.p-left > ul.p-sort > li > .subsort > ol > li > a:hover {
  color: #008080;
}
.p-left > ul.p-sort > li > .subsort > ol > li .subsort02 {
  padding-left: 24px;
  display: none;
      padding-bottom: 10px;
}
.p-left > ul.p-sort > li > .subsort > ol > li .subsort02 a {
  color: #989797;
}
.p-left > dl.contact {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: #d0d0d0 solid 1px;
  margin-top: 10px;
}
.p-left > dl.contact dt img {
  width: 100%;
}
.p-left > dl.contact dd {
  padding: 10px;
  color: #949494;
  line-height: 25px;
}
.p-right {
  width: 990px;
  float: right;
  margin-top: 16px;
  overflow: hidden;
}
.location {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
  border-bottom: #cecece solid 1px;
}
.location > .fl {
  color: #008080;
  font-size: 17px;
      font-weight: bold;
}
.location > .fr {
  color: #6e6e6e;
}
.location > .fr span {
  color: #409797;
}
.location > .fr a {
  color: #6e6e6e;
}
.location > .fr a:hover {
  color: #008080;
}
.p-productlist {
  width: 1000px;
  float: left;
  box-sizing: border-box;
  margin-top: 8px;
}
.p-productlist dl {
  width: 222px;
  float: left;
  box-sizing: border-box;
  border: #d6d6d6 solid 1px;
  margin-right: 26px;
  margin-top: 24px;
  min-height:309px;
  height:335px;
  overflow:hidden;
}
.p-productlist dl dt {
  width: 100%;
  float: left;
  height: 151px;
}
.p-productlist dl dt a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-productlist dl dt a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-productlist dl dt a img {
  max-width: 90%;
  min-height: 90%;
}
.p-productlist dl dd.t1 {
min-height: 189px;
  padding-left: 13px;
}
.p-productlist dl dd.t1 a {
  color: #1e1e1e;
  font-size: 14px;
}
.p-productlist dl dd.t2 {
 min-height: 88px;
  background: url("../images/icon/ico02.png") no-repeat scroll 10px 6px;
  color: #676767;
  font-size: 13px;
  line-height: 22px;
  margin-top: 5px;
  padding: 0 10px 0 30px;
}
.p-productlist dl dd.t3 {
  margin: 10px 0;
  padding-right: 14px;
  text-align: right;
}
/**************内页产品列表结束**************/
/***************开始内页翻页*************/
.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: #2bbaa6;
  color: #fff!important;
}
/***************结束内页翻页*************/
/***************开始产品详细页*************/
.product-view {
  margin: 30px 15px;
  width: 950px;
  border-bottom: #d4d3d3 dotted 1px;
  float: left;
  padding-bottom: 25px;
}
.product-img {
  width: 320px;
  height: 265px;
  box-sizing: border-box;
  border: #c8c8c8 solid 1px;
  position: relative;
  overflow: hidden;
}
.product-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-describing {
  float: left;
  color: #838282;
  padding-left: 34px;
  line-height: 30px;
}
.product-describing p.p1 {
  color: #6d6d6d;
  font-size: 13px;
  height: 40px;
}
/***************结束产品详细页*************/
/***************开始新闻列表页*************/
.p-newslist {
  width: 100%;
  float: left;
  margin-top: 6px;
}
.p-newslist dl {
  width: 100%;
  float: left;
  padding: 22px 0;
  border-bottom: #d4d3d3 dotted 1px;
  transition: all .3s;
}
.p-newslist dl dt {
  float: left;
  width: 100px;
  text-align: center;
}
.p-newslist dl dt em {
  display: block;
  color: #8f8f8f;
  margin-bottom: 5px;
  font-size: 24px;
}
.p-newslist dl dt i {
  color: #c3c3c3;
  display: inline-block;
  padding-top: 5px;
  font-size: 21px;
  border-top: #c3c3c3 solid 1px;
}
.p-newslist dl dd.t1 {
  width: 880px;
  float: left;
  height: 24px;
}
.p-newslist dl dd.t1 a {
  float: left;
  font-size: 13px;
  color: #6d6d6d;
}
.p-newslist dl dd.t1 a:hover {
  color: #008080;
}
.p-newslist dl dd.t1 span {
  float: right;
  color: #409797;
}
.p-newslist dl dd.t2 {
height: 67px;
    width: 880px;
    overflow: hidden;
  color: #838282;
  line-height: 28px;
}
/***************结束新闻列表页*************/

.hover-bg dl:hover {
  background: #2F8C8C;
  color: #fff !important;
}
.hover-bg dl:hover dt em,
.hover-bg dl:hover dt i,
.hover-bg dl:hover dd.t1 a {
  color: #fff;
}
.hover-bg dl:hover dt i {
  border-color: #fff;
}
.hover-bg dl:hover dd.t2 span {
  color: #fff !important;
}
.hvbg:hover {
  background: #f5f5f5;
}
.jointab .dltop dd{
	float: left;
	font-size: 15px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.jointab .dltop{
	height:60px;
	background:#E6E6E6;
}
.jointabt1{
	width: 165px;
}
.jointabt2{
	width: 165px;
}
.jointabt3{
	width: 165px;
}
.jointabt4{
	width: 165px;
}
.jointabt5{
	width: 165px;
}
.jointabt6{
	width: 165px;
}
.jointab .dlbody{
	height: 28px;
	cursor: pointer;
}
.jointab .dlbody:hover{
	background: #f2f2f2;
}
.jointab .dlbody dd{
	font-size: 13px;
	color: #767676;
	float: left;
	height: 50px;
	line-height: 39px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}
.fenyewb2{
	padding:30px 0 0 0;
	margin-bottom: 50px;
}
.mt50wb{
	margin: 5px auto 0 auto;
}
.czlclist ul li .sublist {
	display: none;
}
.czlclist ul li .sublist a {
	display: block;
	background: #f9f9f9;
	height: .6rem;
	line-height: .6rem;
	border-top: .01rem solid #efefef;
}
.czlclist ul li:hover {
	height: auto;
}
.czlclist ul li:hover .sublist {
	display: block;
}