body {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    /*	background-image: url(about:blank);*/
    background-attachment: fixed;
    height: 100%;
  }

  html,
  body,
  div,
  span,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  em,
  img,
  strong,
  blockquote,
  sub,
  sup,
  tt,
  i,
  b,
  dd,
  dl,
  dt,
  form,
  label,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  ul,
  li,
  p,
  a,
  ol {
      margin: 0;
      padding: 0;
  }

  body, html {
    width: 100%;
    min-width: 1240px;
}

.headBox {
    background-image: url(./img/pic25.png);
    margin-top: 0px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
    position: relative;
    /* background-attachment: fixed; */
}
.headBox .title {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 130px;
}
.headBox .title h1 {
    font-size: 48px;
    padding-bottom: 6px;
    font-weight: 400;
}
.headBox .title p {
    font-size: 19px;
    position: relative;
}

.product {
    position: relative;
    height: 550px;
}
.product .txt2 {
    width: 350px;
    height: 420px;
    background: #fff;
    padding: 70px 80px 80px 450px;
    position: absolute;
    left: auto;
    right: 0;
    top: 30px;
    font-size: 16px;
    line-height: 30px;
    box-shadow: 0 0 30px #ebebeb;
}
.product .txt2 p {
    line-height: 25px;
    margin-left: 30px;
}

.product .txt2 .titletxt2 {
    position: relative;
    font-weight: bold;
    padding-top: 20px;
    font-size: 32px;
    color: #000;
}
.product .txt2 .titletxt2:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #008aff;
    position: absolute;
    margin-left: -120px;
    bottom: -30px;
}
.product .txt2 .titletxt3 {
    position: relative;
    font-weight: bold;
    padding: 20px 0 0 30px;
    font-size: 32px;
    color: #000;
}
.product .txt2 .titletxt3:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #008aff;
    position: absolute;
    margin-left: -120px;
    bottom: -30px;
    left: 150px;
}
.product .imgtxt1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 653px;
}
.product .imgtxt2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 653px;
    height: 416px;
}
.product .imgtxt3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 302px;
}

  div {
      display: block;
  }

  @-webkit-keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }

  @keyframes fadeInUp {
      0% {
          opacity: 0;
          -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
      }

      100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
      }
  }

  .listtxtbox ul li {
      -webkit-animation: fadeInUp 0.6s ease 0.5s;
      animation: fadeInUp 0.6s ease 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
  }

  .listtxtbox ul li:nth-child(2) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
  }

  .listtxtbox ul li:nth-child(3) {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
  }

  .listtxtbox ul li:nth-child(4) {
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
  }

  .listtxtbox ul li:nth-child(5) {
      -webkit-animation-delay: 1.3s;
      animation-delay: 1.3s;
  }

  .listtxtbox ul li:nth-child(6) {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
  }

  .listtxtbox ul li:nth-child(7) {
      -webkit-animation-delay: 1.7s;
      animation-delay: 1.7s;
  }

  .listtxtbox ul li:nth-child(8) {
      -webkit-animation-delay: 1.9s;
      animation-delay: 1.9s;
  }

  .listtxtbox ul li:nth-child(9) {
      -webkit-animation-delay: 2.1s;
      animation-delay: 2.1s;
  }

  .listtxtbox ul li:nth-child(10) {
      -webkit-animation-delay: 2.3s;
      animation-delay: 2.3s;
  }

  .listtxtbox ul li:nth-child(11) {
      -webkit-animation-delay: 2.5s;
      animation-delay: 2.5s;
  }

  .listtxtbox ul li:nth-child(12) {
      -webkit-animation-delay: 2.7s;
      animation-delay: 2.7s;
  }

  .Wrap {
      width: 100%;
      padding: 50px 0;
      position: relative;
  }

  .Main {
      width: 1200px;
      margin: 0 auto;
      position: relative;
  }

  .listtxtbox {
      margin-top: 50px;
      text-align: left;
  }

  ul,
  menu,
  dir {
      display: block;
      list-style-type: disc;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
  }

  ul,
  ol,
  li {
      list-style-type: none;
      list-style: none;
  }

  .listtxtbox li {
      width: 265px;
      height: 200px;
      box-shadow: 0 0 4px #888888;
      background: #fff;
      display: inline-block;
      margin: 0 10px;
      /*调整ul中li的左右间隔*/
      text-align: center;
      overflow: hidden;
      margin-bottom: 20px;
      /*调整ul中li的上下间隔*/
      position: relative;
  }

  .listtxtbox h3 {
      text-align: center;
      margin-bottom: 87px;
      font-size: 40px;
      font-weight: 400;
  }

  .listtxtbox li .con {
      overflow: hidden;
      height: 130px;
      width: 205px;
      position: absolute;
      left: 30px;
      top: 30px;
  }

  .listtxtbox li h1 {
      font-size: 24px;
      font-weight: normal;
      margin-bottom: 20px;
      margin-top: 10px;
  }

  p {
      display: block;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }

  .listtxtbox li img {
      height: 50px;
      vertical-align: middle;
      text-align: center;
      margin: 15px 0;
  }

  fieldset,
  img {
      border: 0;
  }

  .txtmove {
      height: 240px;
      width: 205px;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.3s ease;
  }

  .txtmove .txt {
      text-align: left;
      line-height: 20px;
  }

  .listtxtbox li:hover .txtmove {
      top: -70px;
  }

  .bgcolor1 {
      background: #fff;
  }

  .titbig {
      text-align: center;
      font-size: 40px;
      color: #000;
      position: relative;
      margin-bottom: 87px;
  }

  .titsmall {
      text-align: center;
      font-size: 28px;
      color: #555;
      position: relative;
  }

  .cfix:after,
  .cfix:before {
      clear: both;
      content: "";
      display: block;
  }

  .Main {
      -webkit-animation: fadeInUp 0.6s ease 0.5s;
      animation: fadeInUp 0.6s ease 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards;
  }

  .hezuo2 li {
      float: left;
      width: 346px;
      height: 235px;
      overflow: hidden;
      text-align: center;
      margin-top: 10px;
      margin: 30px 20px;
      box-shadow: 0 0 5px #888888;
  }

  .hezuo2 li img {
      margin-top: 0px;
      height: 260px;
  }

  div {
      display: block;
  }
  .aboutPage .tab .cons .conAbout .mod:nth-child(even) {
      background: #f8f8f8;
      font-family: PingFangSC-Medium, Microsoft YaHei;
  }

  .aboutPage .tab .cons .conAbout .pattern {
      opacity: 1;
      padding-bottom: 0;
  }

  .aboutPage .tab .cons .conAbout .mod {
      padding: 137px 0 127px;
  }

  .aboutPage .tab .cons .conAbout .pattern h3 {
      margin-bottom: 0;
  }

  .aboutPage .tab .cons .conAbout .mod h3 {
      text-align: center;
      margin-bottom: 87px;
      font-size: 40px;
      font-weight: 400;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat {
      margin-top: 130px;
  }

  .inner {
      width: 1200px;
      margin: 0 auto;
      position: relative;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat .txt strong {
      font-size: 32px;
      color: #332c21;
      display: inline-block;
      position: relative;
      margin-top: 75px;
      font-weight: 400;
      padding-bottom: 18px;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat .txt p {
      color: #544f46;
      font-size: 17px;
      line-height: 30px;
      padding-top: 18px;
      font-family: PingFangSC-Light, Microsoft YaHei;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(1) .txt {
      margin-left: 50%;
      float: right;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(1) img {
      float: left;
      width: 27.43055556%;
      margin-left: 9.72222222%;
      margin-right: -100%;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(2) .txt {
      margin-right: 58.19444444%;
      float: left;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(2) img {
      float: right;
      width: 35%;
      margin-right: 10.41666667%;
      margin-left: -100%;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(3) .txt {
      margin-left: 50%;
      float: right;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat:nth-of-type(3) img {
      float: left;
      width: 33.43055556%;
      margin-left: 9.72222222%;
      margin-right: -100%;
  }

  .aboutPage .tab .cons .conAbout .pattern .pat .txt strong:before {
      content: "";
      display: inline-block;
      width: 67px;
      height: 5px;
      background: #008aff;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .inner:after {
      display: table;
      content: "";
      clear: both;
  }

  .aboutPage .tab .cons .con:after {
      display: table;
      content: "";
      clear: both;
  }

  #content article {
      float: left;
      margin-right: 4%;
      max-width: 236px;
      position: relative;
      width: 22%;
      margin-bottom: 3.5%;
  }

  #content article:nth-child(4n + 4) {
      margin-right: 0;
  }

  .post-format-content {
      position: relative;
  }

  .post-thumbnail {
      max-width: 100%;
      height: auto;
      overflow: hidden;
  }

  .content-wrap {
      padding: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 0;
      bottom: 0;
      display: table-cell;
      vertical-align: middle;
      overflow: hidden;
  }

  .content-wrap h1.entry-title {
      display: table;
      font-size: 110%;
      height: 100%;
      text-transform: uppercase;
      width: 100%;
      margin: 0;
  }

  .edit-link {
      z-index: 2;
  }

  .featured-image {
      display: table-cell;
      position: relative;
      transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
      -webkit-transition: opacity 0.25s ease-in-out,
          background 0.25s ease-in-out;
      vertical-align: middle;
      z-index: 1;
      color: #fff;
      text-decoration: none;
      opacity: 0;
      padding: 10%;
      font-size: 50px;
  }

  .featured-image:hover {
      opacity: 0.9;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
  }

  .post-thumbnail img {
      display: block;
  }

  img {
      max-width: 100%;
      height: auto;
  }