@charset "UTF-8";
/* 文本居中*/
/* 块元素*/
.newsList li .newBox .newsTime, .innerDetail .detailTitle, .innerDetail .pubTime {
  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 */
/*新闻列表页*/
.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; }

.msgForm p input, .msgForm p textarea {
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: text-top;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.msgForm p {
  position: relative;
  margin-bottom: 18px;
  padding-left: 4em;
  padding-right: 1em; }
  .msgForm p span {
    position: absolute;
    display: block;
    top: 0;
    left: 1em; }
  .msgForm p textarea {
    height: 100px; }
  .msgForm p.must_text:before {
    content: "*";
    color: #f99e00;
    position: absolute;
    right: 0;
    top: 0; }
  .msgForm p label {
    font-weight: normal; }
  .msgForm p label.error {
    position: absolute;
    left: 3em;
    top: 30px;
    color: red; }
.msgForm .btn-box {
  text-align: center; }
  .msgForm .btn-box input.msg_btn {
    height: 30px;
    line-height: 30px;
    width: 90px;
    border-radius: 12px;
    border: 0;
    margin: 0 pxFrem(10);
    color: #fff;
    cursor: pointer;
    font-size: pxFrem(30); }
    .msgForm .btn-box input.msg_btn[type="button"], .msgForm .btn-box input.msg_btn[type="submit"] {
      background-color: #d3b169; }
    .msgForm .btn-box input.msg_btn[type="reset"] {
      background-color: #6f6f6f; }
      .msgForm .btn-box input.msg_btn[type="reset"]:hover {
        background-color: #a2a2a2; }

.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: 160px;
  border: 2px solid #666; }
  .clearfix-big .showImg {
    width: 100%;
    height: 100%; }
  .clearfix-big .zoomPad {
    width: 100%;
    height: 100%; }

.clearfix-small li {
  width: 78px;
  height: 39px;
  border: 1px solid #666; }
  .clearfix-small li img {
    width: 100%;
    height: 100%; }

.inner-banner {
  width: 100%;
  padding-bottom: 26%;
  background-size: cover; }

@media (min-width: 1346px) {
  .inner-banner {
    padding-bottom: 350px; } }
.location {
  border-bottom: 1px solid #cbcbcb;
  height: 45px;
  margin-bottom: 25px; }
  .location .location_l {
    position: relative;
    line-height: 45px;
    font-size: 24px; }
    .location .location_l:after {
      position: absolute;
      content: "";
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #d3b169; }
  .location .location_r {
    color: #5e5e5e;
    margin-top: 20px; }
    .location .location_r a {
      color: #5e5e5e; }
.innerContent {
  padding-top: 6px;
  line-height: 1.8;
  font-size: 14px;
  color: #333; }
  .innerContent p {
    text-indent: 2em; }
  .innerContent img {
    margin: 0 auto;}
.contentbody img,.pdtInfoImg img,.innerContent2 img{
	max-width:100% !important;
	height:auto !important;
}
.contentbody,.pdtInfoImg,.innerContent2{padding:6px;}
div .nextBtn, div .prevBtn {
  margin-top: 15px; }
div .nextBtn {
  float: right; }
div .prevBtn {
  float: left; }

@media (min-width: 768px) {
  .innerContent {
    padding-top: 15px;
    min-height: 300px; }
    .innerContent img {
      width: auto;
      max-width: 100%;
	  } }
@media (min-width: 992px) {
  .innerContent {
    padding-top: 30px; } }
.innerDetail .detailTitle, .innerDetail .pubTime {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
.innerDetail .detailTitle {
  color: #d3b169;
  font-size: 20px; }
.innerDetail .pubTime {
  color: #666;
  font-size: 15px; }

.side {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0; }

.side-nav {
  font-size: 20px; }
  .side-nav .side-title {
    border-right: 2px solid #959595;
    padding-right: 1em; }
  .side-nav .side-content {
    text-align: left;
    margin-top: 0.4em; }
    .side-nav .side-content a {
      padding: 0.25em 0.6em;
      border-radius: 0.25em;
      font-size: 0.7em;
      display: inline-block;
      margin: 0 0.7em; }
      .side-nav .side-content a:hover, .side-nav .side-content a.on {
        color: #fff;
        background-color: #d3b169; }

@media (max-width: 1200px) {
  .side-nav {
    font-size: 18px; } }
@media (max-width: 992px) {
  .side-nav {
    font-size: 16px; } }
@media (max-width: 768px) {
  .side-nav {
    font-size: 14px; }
    .side-nav .side-title {
      display: none; }
    .side-nav .side-content {
      text-align: center; }
      .side-nav .side-content a {
        margin-bottom: 0.5em; } }
.productList {
  font-size: 20px; }
  .productList ul li {
    width: 50%;
    margin-bottom: 1em;
    box-sizing: border-box;
    padding: 0 0.75em;
    float: left; }
    .productList ul li .imgBox {
      width: 100%;
      padding-bottom: 50%;
      position: relative;
      border: 1px solid #f3f3f3; }
      .productList ul li .imgBox img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .productList ul li span {
      display: block;
      height: 2.5em;
      line-height: 2.5em;
      overflow: hidden;
      text-align: center;
      font-size: 14px;
      color: #333333; }

@media (max-width: 1200px) {
  .productList {
    font-size: 18px; } }
@media (max-width: 992px) {
  .productList {
    font-size: 16px; } }
@media (max-width: 768px) {
  .productList {
    font-size: 14px; }
    .productList .side-title {
      display: none; }
    .productList .side-content {
      text-align: center; } }
.caseList {
  overflow: hidden;
  font-size: 20px; }
  .caseList li {
    width: 25%;
    padding: 0 0.2em 0.75em;
    float: left; }
    .caseList li .imgBox {
      box-sizing: border-box;
      border: 1px solid #dddedc;
      width: 100%;
      padding-bottom: 70%;
      position: relative; }
      .caseList li .imgBox img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .caseList li span {
      display: block;
      height: 2em;
      line-height: 2em;
      overflow: hidden;
      text-align: center;
      color: #333;
      font-size: 14px; }

@media (max-width: 1200px) {
  .caseList {
    font-size: 18px; } }
@media (max-width: 992px) {
  .caseList {
    font-size: 16px; } }
@media (max-width: 768px) {
  .caseList {
    font-size: 14px; }
    .caseList li {
      width: 50%;
      padding: 0 0.75em 0.75em; } }
.projectList {
  overflow: hidden;
  font-size: 20px; }
  .projectList li {
    width: 25%;
    padding: 0 0.2em 0.75em;
    float: left; }
    .projectList li .imgBox {
      box-sizing: border-box;
      border: 1px solid #dddedc;
      width: 100%;
      padding-bottom: 65%;
      position: relative; }
      .projectList li .imgBox img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .projectList li span {
      display: block;
      height: 2em;
      line-height: 2em;
      overflow: hidden;
      text-align: center;
      color: #333;
      font-size: 14px; }

@media (max-width: 1200px) {
  .projectList {
    font-size: 18px; } }
@media (max-width: 992px) {
  .projectList {
    font-size: 16px; } }
@media (max-width: 768px) {
  .projectList {
    font-size: 14px; }
    .projectList li {
      width: 50%;
      padding: 0 0.75em 0.75em; } }
.news_content {
  font-size: 20px; }
  .news_content .news_list ul {
    overflow: hidden; }
    .news_content .news_list ul li {
      width: 100%;
      overflow: hidden;
      margin-bottom: 1em; }
      .news_content .news_list ul li a {
        height: 100%; }
        .news_content .news_list ul li a .newsTime {
          float: left;
          width: 5.4em;
          padding-top: 0.25em;
          padding-bottom: 0.25em;
          border-right: 1px solid #969696; }
          .news_content .news_list ul li a .newsTime .year, .news_content .news_list ul li a .newsTime .day {
            display: block;
            text-align: center; }
          .news_content .news_list ul li a .newsTime .day {
            font-size: 1.25em;
            height: 1.5em;
            line-height: 1.5em; }
          .news_content .news_list ul li a .newsTime .year {
            font-size: 0.6em;
            height: 1em;
            line-height: 1em; }
        .news_content .news_list ul li a .newsTitle {
          float: left;
          text-indent: 1em; }
  .news_content .news_list a.newMore {
    margin-top: 0.5em;
    float: right; }

.news_content .news_list .topNews {
  margin-bottom: 4em; }
  .news_content .news_list .topNews li {
    width: 33%;
    padding: 0 0.75em;
    box-sizing: border-box;
    float: left; }
    .news_content .news_list .topNews li a {
      color: #333; }
      .news_content .news_list .topNews li a:hover {
        color: #d3b169; }
    .news_content .news_list .topNews li .imgBox {
      position: relative;
      width: 100%;
      padding-bottom: 64%;
      border: 1px solid #ccc;
      box-sizing: border-box; }
      .news_content .news_list .topNews li .imgBox img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .news_content .news_list .topNews li .topNewsTitle {
      margin-top: 1.2em;
      display: block;
      font-size: 0.85em;
      height: 1em;
      line-height: 1em;
      overflow: hidden; }
    .news_content .news_list .topNews li .newsContent {
      margin-top: 1em;
      text-indent: 2em;
      font-size: 0.7em;
      line-height: 1.4em;
      color: #666; }
    .news_content .news_list .topNews li .more {
      display: block;
      text-align: right;
      font-size: 0.7em;
      color: #0372b1; }
.news_content .news_list .otherNews {
  height: auto; }
  .news_content .news_list .otherNews li {
    height: 5em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .news_content .news_list .otherNews li a:hover .day small {
      color: #d3b169; }
    .news_content .news_list .otherNews li .newsTime {
      box-sizing: border-box;
      padding: 0.75em 0 0.75em 0.75em;
      margin-right: 0.5em; }
      .news_content .news_list .otherNews li .newsTime .day, .news_content .news_list .otherNews li .newsTime .year {
        text-align: left; }
      .news_content .news_list .otherNews li .newsTime .day {
        color: #d3b169; }
        .news_content .news_list .otherNews li .newsTime .day small {
          font-size: 0.7em;
          color: #000; }
    .news_content .news_list .otherNews li .newsRight {
      height: 4em;
      overflow: hidden;
      padding-right: 1em; }
      .news_content .news_list .otherNews li .newsRight img {
        width: 7em;
        height: 4em;
        float: left;
        margin-right: 0.8em; }
      .news_content .news_list .otherNews li .newsRight h3 {
        color: #333;
        margin: 0;
        font-size: 0.8em;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .news_content .news_list .otherNews li .newsRight p {
        font-size: 0.7em;
        text-indent: 0;
        overflow: hidden;
        margin-top: 0.5em;
        color: #666; }
    .news_content .news_list .otherNews li .more {
      font-size: 0.6em;
      float: right;
      background-color: #7c7c7c;
      color: #fff;
      padding: 0.05em 0.2em; }

@media (max-width: 1200px) {
  .news_content {
    font-size: 18px; } }
@media (max-width: 992px) {
  .news_content {
    font-size: 16px; } }
@media (max-width: 768px) {
  .news_content {
    font-size: 14px; }
    .news_content .topNews .newsContent {
      display: none; }
    .news_content .news_list {
      padding: 0 0.75em; }
      .news_content .news_list .otherNews .newsTime {
        display: none; } }
/* 产品详细 */
.bdTitle {
  text-align: center;
  font-size: 1.7em; }

.bdImg .imgBox {
  position: relative;
  width: 100%;
  padding-bottom: 50%; }
  .bdImg .imgBox img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.imgLine {
  clear: left; }

.pdtDetail {
  float: left;
  margin-left: 25px;
  color: #747474;
  line-height: 40px
  /* 分享插件 */ }
  .pdtDetail h1.pdtName {
    color: #d3b169;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #d9d9d9 dashed 1px;
    height: 30px;
    line-height: 30px; }
  .pdtDetail .buyBtn {
    margin-top: 30px; }
    .pdtDetail .buyBtn a {
      cursor: pointer;
      display: block;
      width: 70px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border-radius: 5px;
      background: #d3b169;
      border: 2px solid #ddd; }
  .pdtDetail .jiathis_style_32x32 a {
    display: inline-block; }

.ptdInfo {
  margin-top: 1.5em;
  margin-bottom: 1em;
  overflow: hidden; }
  .ptdInfo:after {
    content: "";
    display: block;
    height: 0.1em;
    background-color: #ad0000;
    overflow: hidden;
    margin-top: 0.9em; }
  .ptdInfo .title {
    padding: 0.25em 1em 0.25em 0.5em;
    font-size: 0.8em;
    color: #fff;
    float: left;
    background: #ad0000 url("../images/pdts.jpg") no-repeat right center; }

.cform, .cContact {
  width: 50%;
  float: left; }

@media (max-width: 768px) {
  .cform, .cContact {
    width: 100%;
    margin-bottom: 1em; } }
.contactMap {
  height: 500px; }

@media (max-width: 768px) {
  .contactMap {
    display: none; } }
.msgForm p {
  text-indent: 0; }

.siteMap {
  margin-top: 30px;
  margin-bottom: 30px; }
  .siteMap span {
    font-size: 20px; }
  .siteMap ul {
    font-size: 18px;
    background-color: #f8f8f8;
    border: 1px solid #c9c9c9; }
    .siteMap ul li {
      float: left;
      line-height: 160%;
      padding: 10px 20px; }

/*jqzoom*/
ul#thumblist {
  height: 62px;
  overflow: hidden;
  margin: 10px -11px; }

ul#thumblist li {
  float: left;
  margin-right: 2px;
  width: 18%;
  margin: 0 10px; }

ul#thumblist li a {
  display: block;
  border: 1px solid #CCC; }

ul#thumblist li a.zoomThumbActive {
  border: 1px solid #1c6dc1; }

.clearfix-small-img {
  border-top: 1px solid #e5e5e5; }

.clearfix-box {
  width: 500px;
  border: 1px solid #e5e5e5;
  float: left;
  margin-right: 20px; }

.clearfix-big-img {
  width: 100%;
  height: 240px;
  text-align: center;
  font-size: 0;
  background-color: #d0d0d0; }

.clearfix-big-img a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.clearfix-big-img:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

.clearfix-small-img li a {
  position: relative;
  width: 100%;
  padding-bottom: 61.6%; }

.clearfix-small-img li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.zoomWindow {
  left: auto !important;
  right: -210px; }

.zoomWrapperImage img {
  max-width: none; }

.pdtDetail h1 {
  font-size: 24px;
  color: #d3b169; }
.pdtDetail dt {
  float: left;
  margin-right: 10px;
  font-weight: normal; }
.pdtDetail dd {
  float: left;
  min-width: 1px;
  min-height: 1px;
  margin-right: 3em; }

.pglist{padding: 30px 0;width:100%;text-align: center;clear: both;}
.pglist li{display: inline-block;}
.pglist a,.pglist span{color: #333;padding: 0 15px;margin: 0 4px;display: inline-block;vertical-align: middle;line-height: 34px;background: #fff;border: 1px solid #edebeb;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #3598db;border-color: #3598db;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}