/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/*******开始内页新聞列表*****/
.p-banner {
  height: 424px;
}
.news-sort {
  margin-top: 30px;
  background: #f4f4f4;
  padding: 35px 0;
  text-align: center;
}
.news-sort a {
  width: 150px;
  height: 43px;
  line-height: 43px;
  background: #fff;
  font-size: 15px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.news-sort a.active,
.news-sort a:hover {
  background: #1064a9;
  color: #fff;
}
.p-news {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.p-news .i-news {
  margin-top: 20px;
}
.p-news .i-news dl {
  margin-top: 40px;
}
.p-news-t {
  width: 100%;
  float: left;
  border-bottom: #ddd solid 1px;
  line-height: 36px;
}
.p-news-t .news-t-box {
  float: left;
  padding: 0 25px;
  text-align: center;
  font-size: 16px;
  background: #868787;
  color: #fff;
}
.location {
  float: right;
  padding-left: 30px;
  font-size: 14px;
  background: url(../images/location.png) left center no-repeat;
}
.location a {
  display: inline-block;
  padding: 0 5px;
  color: #333;
}
.location a:hover {
  color: #0d6fcc;
}
/*******結束内页新聞列表*****/
/***************开始内页翻页*************/
.page {
  width: 100%;
  float: left;
  margin: 40px 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: #1556a4;
  color: #fff!important;
}
/***************结束内页翻页*************/
/***************開始内页產品詳細頁*************/
.p-pro {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.p-pro-img {
  float: left;
  padding-left: 80px;
  width: 470px;
}
.big {
  border: #dfdfdf solid 1px;
  padding: 10px;
  width: 100%;
  float: left;
  width: 404px;
  height: 300px;
}
.big img {
  width: 384px;
  height: 279px;
}
.p-pro-slide {
  width: 100%;
  float: left;
  margin: 20px 6px;
}
.p-pro-slide .slide img {
  width: 62px;
  height: 44px;
  border: #dfdfdf solid 1px;
  cursor: pointer;
}
.p-pro-slide .slide img.active {
  border: #0d6fcc solid 1px;
}
.p-pro-slide .bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 45px;
  margin-top: -22px;
}
.p-pro-slide .bx-wrapper .bx-prev {
  background: url(../images/pre.jpg) no-repeat;
  left: -16px;
}
.p-pro-slide .bx-wrapper .bx-next {
  background: url(../images/next.jpg) no-repeat;
  right: -14px;
}
.p-pro-right {
  float: right;
  padding-right: 80px;
  width: 680px;
}
.p-pro_t {
  width: 100%;
  float: left;
  border-bottom: #dddddd solid 1px;
  font-size: 16px;
  color: #111;
  line-height: 42px;
}
.p-pro_t span {
  color: #777;
}
.pro-tab {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 0 78px;
}
.pro-tab-t {
  width: 100%;
  float: left;
  border-bottom: #d2d4d5 solid 1px;
  line-height: 30px;
  height: 30px;
}
.pro-tab-t span {
  display: inline-block;
  background: #d2d4d5;
  padding: 0 25px;
  border-right: #fff solid 1px;
  cursor: pointer;
  color: #333;
}
.pro-tab-t span.active {
  background: #1064a9;
  color: #fff;
}
/***************结束内页產品詳細頁*************/
