@charset "UTF-8";
.page-content {
  min-height: 650px; }
  .page-content.product {
    background: #f9f4e7 url(../img/bg-product.png) center top no-repeat;
    background-attachment: fixed;
    background-size: 100%; }
    .page-content.product.list {
      background-position: center 400px; }

.product-category-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  .product-category-list li {
    padding: 0 5px;
    border-right: 1px solid #13254c;
    line-height: 10px; }
    .product-category-list li:last-child {
      border-right: 0; }
    .product-category-list li a {
      font-size: 14px;
      color: #13254c !important;
      display: block;
      border-radius: 3px;
      padding: 3px 12px;
      line-height: 24px; }
      .product-category-list li a.active {
        background-color: #ddb567;
        color: #fff !important; }

.product-item-list {
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0; }
  .product-item-list li a {
    display: block;
    width: 335px;
    height: 430px;
    margin: 10px 20px 40px;
    border: 1px solid #ab9982;
    background: url(../img/bg-productitem.jpg) center top no-repeat;
    background-color: #f9f4e7;
    background-size: 102%;
    position: relative;
    padding-top: 20px;
    transition: all 0.3s 0s; }
    .product-item-list li a img {
      width: 100%; }
    .product-item-list li a p {
      width: 100%;
      font-size: 22px;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 60px;
      color: #13254c; }
    .product-item-list li a::after {
      content: "";
      display: block;
      width: 32px;
      height: 34px;
      background: url(../img/ico-arrow1.png) center bottom no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: 15px;
      left: 50%;
      margin-left: -13px; }
    .product-item-list li a:hover {
      background-color: #dfbe88;
      transition: all 0.8s 0s; }
      .product-item-list li a:hover p {
        color: #fff; }
      .product-item-list li a:hover::after {
        background-position: center top; }

.product-show-detail {
  padding: 40px 0 80px; }
  .product-show-detail h2 {
    font-size: 36px;
    color: #13254c;
    text-align: center; }
  .product-show-detail .big-img {
    display: flex;
    justify-content: center; }
    .product-show-detail .big-img img {
      width: 620px; }
  .product-show-detail .detail-img {
    display: flex;
    justify-content: center;
    margin: 20px 0; }
    .product-show-detail .detail-img li {
      width: 182px;
      height: 182px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #dfbe88;
      margin: 0 50px; }
      .product-show-detail .detail-img li img {
        width: 100%; }
  .product-show-detail .intro-txt {
    color: #3e3a39;
    font-size: 18px;
    text-align: center;
    padding: 60px 0 30px;
    line-height: 40px;
    font-family: '宋体', '微软雅黑';
    font-weight: 700;
    letter-spacing: 4px; }
  .product-show-detail .guige-txt {
    display: flex;
    justify-content: center;
    padding: 30px 0; }
    .product-show-detail .guige-txt > div {
      width: 50%;
      font-size: 16px;
      line-height: 30px; }
      .product-show-detail .guige-txt > div strong {
        font-weight: 700; }
  .product-show-detail .split-line {
    border-bottom: 1px solid #ddb567; }
  .product-show-detail .param-list {
    width: 100%;
    margin: 50px 0; }
    .product-show-detail .param-list th, .product-show-detail .param-list td {
      padding: 10px;
      text-align: center;
      font-size: 18px;
      width: 16.666666%; }
    .product-show-detail .param-list th {
      color: #ddb567;
      font-weight: 700; }

.float-bar {
  display: block;
  width: 105px;
  height: 327px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: 545px;
  margin-top: -120px;
  z-index: 8;
  background: url(../img/floatdiv.png) center center no-repeat;
  background-size: 100%;
  padding: 30px 8px 0 12px;
  transition: opacity .3s 0s; }
  .float-bar.doshow {
    opacity: 1 !important;
    transition: opacity .5s 0s; }
  .float-bar > a {
    position: relative;
    z-index: 3;
    width: 80px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .float-bar > a span {
      display: block;
      text-indent: -9999px;
      width: 60px;
      height: 45px;
      background-position: center top;
      background-repeat: no-repeat; }
      .float-bar > a span.jm {
        background-image: url(../img/ico-fm-jiameng.png);
        background-size: 100%; }
      .float-bar > a span.zp {
        background-image: url(../img/ico-fm-zhaopin.png);
        background-size: 100%; }
      .float-bar > a span.rx {
        background-image: url(../img/ico-fm-rexian.png);
        background-size: 100%; }
    .float-bar > a:hover span {
      background-position: center bottom; }
  .float-bar .item-popup {
    position: absolute;
    z-index: 1;
    height: 150px;
    width: 280px;
    top: 90px;
    right: 90px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: none; }
    .float-bar .item-popup::after {
      content: "";
      display: block;
      width: 10px;
      height: 20px;
      background: url(../img/float-ararow.png) center center no-repeat;
      background-size: 100%;
      position: absolute;
      right: -10px;
      top: 16px; }
    .float-bar .item-popup.show {
      display: flex !important; }
    .float-bar .item-popup.item-telephone {
      height: 60px;
      width: 180px;
      top: 230px;
      right: 115px;
      line-height: 60px;
      justify-content: center;
      align-items: center; }
    .float-bar .item-popup.item-qrcode {
      height: 150px;
      width: 150px;
      top: 170px;
      right: 115px;
      justify-content: center;
      align-items: center; }
      .float-bar .item-popup.item-qrcode img {
        width: 140px;
        height: 140px; }

@media (max-width: 767px) {
  .page-content {
    min-height: 650px; }
    .page-content.product {
      background-position: center 100px; }
      .page-content.product.list {
        background-position: center 240px; }

  .product-category-list {
    margin-bottom: 0; }
    .product-category-list li a {
      line-height: 18px;
      padding: 8px 10px 8px 15px; }

  .product-show-detail {
    padding: 20px 5px 40px; }
    .product-show-detail h2 {
      font-size: 28px;
      margin-bottom: 30px; }
    .product-show-detail .big-img img {
      width: 100%; }
    .product-show-detail .detail-img li {
      width: 100px;
      height: 100px;
      margin: 0 5px; }
      .product-show-detail .detail-img li img {
        width: 100%; }
    .product-show-detail .intro-txt {
      font-size: 16px;
      padding: 30px 0 30px;
      line-height: 30px; }
    .product-show-detail .guige-txt > div {
      width: 80%; }
    .product-show-detail .param-list {
      margin: 30px 0; }
      .product-show-detail .param-list th, .product-show-detail .param-list td {
        padding: 2px; }
      .product-show-detail .param-list th {
        font-size: 14px;
        white-space: nowrap; }
      .product-show-detail .param-list td {
        font-size: 12px; } }

/*# sourceMappingURL=style2.css.map */
