@charset "UTF-8";
/* 文本居中*/
.productList ul > li span, .photoList ul > li span, .projectList ul > li span, .caseList ul > li span {
  text-align: center; }

/* 块元素*/
.newsList li .newBox .newsTime, .illustratedList li .newBox .newsTime, .innerBox .rightContent .innerContent .pubTime, .categoryContainer .category > ul > li > a, .productList ul > li span, .photoList ul > li span, .projectList ul > li span, .caseList ul > li span {
  display: block; }

/* 行内元素*/
/*左浮动*/
.innerBox .innerNav .innerTitle, .innerBox .innerNav .innerLocation, .innerBox .leftNav {
  float: left; }

/*右浮动*/
.newsList li .newBox .newsTime, .illustratedList li .newBox .newsTime {
  float: right; }

/* 清除浮动*/
.productList ul, .photoList ul, .projectList ul, .caseList ul {
  /* for IE6 IE7 */
  /*zoom: 1;*/ }
  .productList ul:after, .photoList ul:after, .projectList ul:after, .caseList ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/*上下居中*/
/*超出省略号*/
.newsList li .newBox .newsTitle, .illustratedList li .newBox .newsTitle, .productList ul > li span, .photoList ul > li span, .projectList ul > li span, .caseList ul > li span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.newImgBox .newImg img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.productList ul > li:hover img, .productList ul > li .pic:hover img, .photoList ul > li:hover img, .photoList ul > li .pic:hover img, .projectList ul > li:hover img, .projectList ul > li .pic:hover img, .caseList ul > li:hover img, .caseList ul > li .pic:hover img {
  box-shadow: 2px 2px 10px #888; }

/* scss */
/*新闻列表页*/
.newsList li, .illustratedList li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #ddd; }
  .newsList li:first-child, .illustratedList li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .newsList li:hover .newBox .newsTitle, .illustratedList li:hover .newBox .newsTitle {
    color: #5b3b30; }
  .newsList li .newBox .newsTitle, .illustratedList li .newBox .newsTitle {
    font-weight: bold;
    color: #333;
    line-height: 25px;
    height: 25px;
    font-size: 16px; }
  .newsList li .newBox .newsTime, .illustratedList li .newBox .newsTime {
    width: 90px;
    line-height: 25px;
    color: #333;
    text-align: right;
    margin-left: 210px; }
  .newsList li .newBox .newDetail, .illustratedList li .newBox .newDetail {
    clear: both;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-align: justify;
    color: #666;
    margin-top: 10px; }
    .newsList li .newBox .newDetail i, .illustratedList li .newBox .newDetail i {
      margin-left: 4px;
      color: red; }

/*图文列表样式*/
.newImgBox .newImg {
  float: left;
  margin-right: 15px;
  width: 117px;
  height: 95px;
  /*新闻标题标题高度（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.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: #5b3b30; }
    .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;
  * width: 100px;
  * height: 49px; }

.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: 186px;
  border: 2px solid #666; }
  .clearfix-big .showImg {
    width: 100%;
    height: 100%; }
  .clearfix-big .zoomPad {
    width: 100%;
    height: 100%; }

.clearfix-small li {
  width: 78px;
  height: 45px;
  border: 1px solid #666; }
  .clearfix-small li img {
    width: 100%;
    height: 100%; }

.innerDetail {
  min-height: 440px; }

.innerBox {
  margin-bottom: 30px;
  width: 1100px;
  padding-left: 100px;
  margin: 20px auto 0; }
  .innerBox .innerNav {
    height: 20px;
    line-height: 20px;
    padding: 7px 0;
    border-bottom: 2px solid #aeaeae;
    margin-bottom: 15px; }
    .innerBox .innerNav .innerTitle {
      height: 34px;
      font-size: 18px;
      border-bottom: 3px solid #5b3b30;
      margin-bottom: -2px; }
    .innerBox .innerNav .innerLocation {
      padding-left: 1em;
      border-left: 2px solid #ce911d; }
      .innerBox .innerNav .innerLocation .lastA {
        color: #5b3b30; }
  .innerBox .leftNav {
    margin-right: 30px;
    width: 200px; }
  .innerBox .rightContent {
    overflow: hidden; }
    .innerBox .rightContent .innerContent {
      min-height: 300px;
      color: #333;
      line-height: 26px;
      font-size: 16px; }
      .innerBox .rightContent .innerContent > p, .innerBox .rightContent .innerContent .innerDetail > p, .innerBox .rightContent .innerContent .content > p {
        margin-bottom: 16px;
        text-indent: 2em; }
      .innerBox .rightContent .innerContent img {
        max-width: 100%;
        margin: 0 auto; }
      .innerBox .rightContent .innerContent .detailTitle {
        color: #333;
        font-size: 20px;
        margin-top: 30px;
        font-weight: bold;
        line-height: 32px;
        text-align: center; }
      .innerBox .rightContent .innerContent .pubTime {
        text-align: center;
        color: #666; }
  .innerBox .nextBtn, .innerBox .prevBtn {
    margin-top: 15px; }
  .innerBox .nextBtn {
    float: right; }
  .innerBox .prevBtn {
    float: left; }

.categoryContainer {
  margin-bottom: 25px; }
  .categoryContainer .categoryTitle {
    background-color: #5e3f34;
    padding: 10px 10px;
    text-align: center;
    color: #fff; }
    .categoryContainer .categoryTitle small {
      display: block;
      font-size: 15px; }
    .categoryContainer .categoryTitle span {
      font-size: 18px; }
  .categoryContainer .category > ul > li {
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff; }
    .categoryContainer .category > ul > li.on {
      border-bottom: 1px solid #d6a453; }
      .categoryContainer .category > ul > li.on > a {
        background-color: #d6a453;
        color: #000 !important; }
      .categoryContainer .category > ul > li.on:after {
        content: "";
        position: absolute;
        display: block;
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-right: 6px solid transparent;
        bottom: 3px;
        left: 50%;
        margin-left: -6px; }
    .categoryContainer .category > ul > li > a {
      background-color: #e1e1e1;
      text-align: center;
      color: #000; }
      .categoryContainer .category > ul > li > a:hover {
        color: #d6a453; }
  .categoryContainer .category2 {
    background-color: #e1e1e1;
    margin-top: 45px; }
    .categoryContainer .category2 img {
      width: 100%;
      height: 69px; }
    .categoryContainer .category2 .company-name {
      font-size: 15px;
      margin-top: 15px;
      padding: 0 6px; }
    .categoryContainer .category2 .company-txt {
      padding: 0 6px;
      font-size: 14px;
      margin-bottom: 10px;
      line-height: 2; }

.productList {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .productList ul {
    margin-left: -9px;
    margin-right: -9px; }
    .productList ul > li {
      float: left;
      width: 278px;
      margin-right: 9px;
      margin-left: 9px; }
  .productList ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .productList ul > li .pic {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 162px;
      overflow: hidden;
      border: 1px solid #cacaca;
      padding: 2px; }
      .productList ul > li .pic .insidePic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .productList ul > li .pic img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .productList ul > li .pic img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
    .productList ul > li span {
      height: 30px;
      line-height: 30px; }
  .productList ul li {
    margin-top: 15px;
    margin-bottom: 10px; }

.photoList {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  .photoList ul {
    margin-left: -17px;
    margin-right: -17px; }
    .photoList ul > li {
      float: left;
      width: 260px;
      margin-right: 17px;
      margin-left: 17px; }
  .photoList ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .photoList ul > li .pic {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 190px;
      overflow: hidden;
      border: 1px solid #cacaca;
      padding: 2px; }
      .photoList ul > li .pic .insidePic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .photoList ul > li .pic img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .photoList ul > li .pic img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
    .photoList ul > li span {
      height: 30px;
      line-height: 30px; }
  .photoList ul li {
    margin-top: 15px;
    margin-bottom: 10px; }
    .photoList ul li span {
      margin-top: 4px;
      font-size: 16px;
      color: #fff;
      background-color: #bfbfbf; }

.projectList {
  width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden; }
  .projectList ul {
    margin-left: -16px;
    margin-right: -16px; }
    .projectList ul > li {
      float: left;
      width: 260px;
      margin-right: 16px;
      margin-left: 16px; }
  .projectList ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .projectList ul > li .pic {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 190px;
      overflow: hidden;
      border: 1px solid #cacaca;
      padding: 2px; }
      .projectList ul > li .pic .insidePic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .projectList ul > li .pic img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .projectList ul > li .pic img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
    .projectList ul > li span {
      height: 30px;
      line-height: 30px; }
  .projectList ul li {
    margin-top: 15px;
    margin-bottom: 10px; }

.caseList {
  width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  overflow: hidden; }
  .caseList ul {
    margin-left: -24px;
    margin-right: -24px; }
    .caseList ul > li {
      float: left;
      width: 250px;
      margin-right: 24px;
      margin-left: 24px; }
  .caseList ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .caseList ul > li .pic {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 200px;
      overflow: hidden;
      border: 1px solid #cacaca;
      padding: 2px; }
      .caseList ul > li .pic .insidePic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .caseList ul > li .pic img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .caseList ul > li .pic img:hover {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
    .caseList ul > li span {
      height: 30px;
      line-height: 30px; }
  .caseList ul li {
    margin-top: 15px;
    margin-bottom: 10px; }

.productDetail .productSmallImg .productTilt {
  text-align: center;
  color: #5b3b30;
  font-weight: bold; }
.productDetail .productSmallImg .productImg img {
  display: block;
  max-width: 80%;
  border: 1px solid #969696;
  margin: 0 auto; }
.productDetail_title {
  background-color: #d5d5d5;
  color: #5b3b30; }
  .productDetail_title span {
    display: inline-block; }
.productDetail .productIntroduction p {
  display: inline-block;
  color: #ec1b24; }
  .productDetail .productIntroduction p span {
    color: #000; }
.productDetail .productShow img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.contactMap {
  height: 500px; }

.msgForm {
  width: 400px; }

.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; }

/* 产品详细 */
.clearfix-small {
  margin-top: 10px; }

.imgContainer {
  float: left; }

.imgContainer .showBigImg a {
  display: block;
  width: 320px;
  height: 210px;
  position: relative; }

.imgContainer .showBigImg a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.imgContainer .showBigImg .zoomPad {
  border: 1px solid #ddd;
  float: none;
  width: 100%;
  height: 100%; }

.imgContainer .smallImg {
  margin-top: 10px; }

.imgContainer .smallImg div {
  width: 78px;
  height: 78px;
  position: relative;
  border: 1px solid #ddd; }

.imgContainer .smallImg div img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.imgContainer .smallImg .showBig {
  margin: 5px 0 0; }

.imgLine {
  clear: left; }

.pdtDetail {
  float: left;
  margin-left: 25px;
  color: #747474;
  height: 40px;
  line-height: 40px;
  /* 分享插件 */ }

.pdtDetail h1.pdtName {
  color: #5b3b30;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #d9d9d9 dashed 1px;
  height: 30px;
  line-height: 30px; }

.pdtDetail .buyBtn {
  margin-top: 30px; }

.pdtDetail .buyBtn span {
  cursor: pointer;
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background: #5b3b30;
  border: 2px solid #ddd; }

.pdtDetail .jiathis_style_32x32 a {
  display: inline-block; }

.ptdInfo {
  clear: left;
  border-bottom: #5b3b30 solid 2px;
  margin-top: 30px; }

.ptdInfo span.title {
  padding: 5px 10px;
  background-color: #5b3b30;
  font-size: 16px;
  color: #fff;
  display: inline-block; }

.buyPdt {
  background-color: #f0f0f0;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-indent: 1em;
  color: #5b3b30;
  font-size: 16px; }

.buyPdt .title {
  color: #5b3b30;
  line-height: 40px; }

/*分页控件*/
.divSplitPage {
  margin: 20px 0; }

.pageInformation {
  float: left; }

.MvcPagerCtrl {
  margin-top: 30px;
  float: right;
  text-align: center; }

.pageTotal i, .pageCurrent i {
  color: red; }

.MvcPagerCtrl {
  font-family: 微软雅黑; }

.MvcPagerCtrl a {
  color: #000;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  text-decoration: none;
  padding: 1px 5px; }

.MvcPagerCtrl a:hover {
  color: #fff !important;
  background-color: #5b3b30; }

/*分页控件结束*/
