@charset "UTF-8";
/* 文本居中*/
/* 块元素*/
.newsList li .newBox .newsTime {
  display: block; }

/* 行内元素*/
/*左浮动*/
/*右浮动*/
.newsList li .newBox .newsTime {
  float: right; }

/* 清除浮动*/
/*上下居中*/
/*超出省略号*/
.newsList li .newBox .newsTitle {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.newImgBox .newImg img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* scss */
.indexFocus {
  position: relative; }
  .indexFocus .hd {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0; }
    .indexFocus .hd ul {
      font-size: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0.5rem; }
      .indexFocus .hd ul li {
        width: 1rem;
        height: 1rem;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #bcc6cf;
        border-radius: 50%; }
        .indexFocus .hd ul li.on {
          background-color: #d3b169; }
  .indexFocus .bd {
    width: 100%; }
    .indexFocus .bd ul {
      width: 100%; }
      .indexFocus .bd ul li {
        width: 100%; }
        .indexFocus .bd ul li img {
          width: 100%; }

/*新闻列表页*/
.newsList li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd; }
  .newsList li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .newsList li:hover .newBox .newsTitle {
    color: #d3b169; }
  .newsList li .newBox .newsTitle {
    color: #333;
    line-height: 25px;
    height: 25px; }
  .newsList li .newBox .newsTime {
    width: 90px;
    line-height: 25px;
    color: #333;
    text-align: right; }
  .newsList li .newBox .newDetail {
    clear: both;
    max-height: 40px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-align: justify;
    color: #666; }

/*图文列表样式*/
.newImgBox .newImg {
  float: left;
  margin-right: 15px;
  width: 150px;
  height: 65px;
  /*新闻标题标题高度（25）+ 新闻内容高度（max-height:40）*/
  box-sizing: border-box;
  border: 1px solid #cacaca;
  overflow: hidden; }
  .newImgBox .newImg img {
    width: 100%;
    height: 100%; }
  .newImgBox .newImg:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.newImgBox .newBox {
  overflow: hidden; }

.zoomPad {
  position: relative;
  z-index: 99;
  cursor: crosshair; }

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px; }

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair; }

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110; }

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110; }

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101; }

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.clearfix-big {
  width: 320px;
  height: 171px;
  border: 2px solid #666; }
  .clearfix-big .showImg {
    width: 100%;
    height: 100%; }
  .clearfix-big .zoomPad {
    width: 100%;
    height: 100%; }

.clearfix-small li {
  width: 78px;
  height: 41px;
  border: 1px solid #666; }
  .clearfix-small li img {
    width: 100%;
    height: 100%; }

.imgTitle img {
  width: 100%; }

.title2 {
  background-color: #d3b169;
  color: #fff;
  text-align: center;
  padding: 1rem 0; }
  .title2 span {
    display: block;
    font-size: 1.7rem; }
  .title2 i {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }

.pContent {
  padding: 0.5rem; }
  .pContent .title1 {
    text-align: center;
    margin: 0 -0.5rem; }
    .pContent .title1 span {
      display: block;
      font-size: 1.5rem;
      line-height: 2rem;
      height: 2rem;
      background-color: #d3b169;
      color: #fff; }
    .pContent .title1:after {
      display: block;
      width: 0;
      height: 0;
      border-left: 1rem solid transparent;
      border-top: 1rem solid #d3b169;
      border-right: 1rem solid transparent;
      content: "";
      margin: 0 auto; }

.video {
  width: 100%;
  height: 20rem; }

.productList {
  overflow: hidden;
  margin-top: 0.5rem; }

.productList ul {
  margin: 0 -0.5rem; }

.productList li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0.5rem;
  margin-bottom: .4rem; }

.productList li .imgBox {
  width: 100%;
  padding-bottom: 46%;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box; }
  .productList li .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.productList li span {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #484848; }

.caseList {
  overflow: hidden;
  margin-top: 0.5rem; }
  .caseList ul {
    margin: 0 -0.5rem; }
    .caseList ul li {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 0 0.5rem;
      margin-bottom: .4rem; }
      .caseList ul li .imgBox {
        width: 100%;
        padding-bottom: 75%;
        position: relative; }
        .caseList ul li .imgBox img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .caseList ul li span {
        font-size: 1.4rem;
        line-height: 1.4;
        overflow: hidden;
        white-space: nowrap;
        display: block; }

.footer {
  position: relative;
  z-index: -1;
  margin-top: -4rem; }
  .footer img {
    width: 100%; }

.bigPImg {
  padding: 20px 0; }
  .bigPImg img {
    width: 100%; }

.detailImg img {
  width: 100%; }

.detailCase img {
  width: 100%; }
