.bgproduct {
  background: url(../img/product/productBg.png) no-repeat center 0/1920px 100%;
  height: 384px; }

.bgproduct1 {
  background: url(../img/product/product1.png) no-repeat center 0/1920px 100%;
  height: 384px; }

.bgproduct2 {
  background: url(../img/product/product2.png) no-repeat center 0/1920px 100%;
  height: 384px; }

.bgproduct3 {
  background: url(../img/product/product3.png) no-repeat center 0/1920px 100%;
  height: 384px; }

.productBody .productContent {
  width: 1200px;
  margin: auto;
  overflow: hidden; }
  .productBody .productContent h1, .productBody .productContent h2, .productBody .productContent h3, .productBody .productContent h4, .productBody .productContent h5, .productBody .productContent h6 {
    text-align: center;
    font-weight: normal; }
  .productBody .productContent h1 {
    font-size: 24px;
    color: #1B92E0;
    margin-top: 70px; }
  .productBody .productContent h2 {
    font-size: 36px;
    color: #333;
    margin-top: 10px; }
  .productBody .productContent h3 {
    font-size: 30px;
    margin-top: 80px; }
  .productBody .productContent h4 {
    font-size: 16px;
    color: #666;
    margin-top: 10px; }
  .productBody .productContent .productBox {
    display: flex;
    width: 1000px;
    margin: 80px auto;
    justify-content: space-between;
    flex-wrap: wrap; }
    .productBody .productContent .productBox .productItem {
      width: 280px;
      height: 350px; }
      .productBody .productContent .productBox .productItem img {
        display: block;
        margin: auto;
        width: 64px;
        height: 64px; }
      .productBody .productContent .productBox .productItem h6 {
        font-size: 20px;
        margin: 25px 0; }
      .productBody .productContent .productBox .productItem p {
        font-size: 14px;
        color: #666; }
  .productBody .productContent .productRow {
    width: 1200px;
    height: 260px;
    margin: 0 auto 90px; }
    .productBody .productContent .productRow h1, .productBody .productContent .productRow h2, .productBody .productContent .productRow h5 {
      text-align: left; }
    .productBody .productContent .productRow h2 {
      margin-bottom: 80px; }
    .productBody .productContent .productRow h5 {
      font-size: 18px;
      margin-top: 55px; }
      .productBody .productContent .productRow h5 i {
        display: inline-block;
        width: 5px;
        height: 20px;
        border-radius: 2.5px;
        background: #1B92E0;
        margin-right: 15px;
        vertical-align: middle; }
    .productBody .productContent .productRow:first-child {
      height: 460px; }
      .productBody .productContent .productRow:first-child > img {
        height: 414px; }
      .productBody .productContent .productRow:first-child p {
        padding-left: 20px;
        font-size: 16px;
        color: #666;
        width: 340px;
        margin-top: 20px;
        line-height: initial; }
    .productBody .productContent .productRow.imgR > img {
      float: right;
      margin-right: 0; }
    .productBody .productContent .productRow > img {
      float: left;
      display: block;
      width: 460px;
      height: 260px;
      margin-right: 75px; }
    .productBody .productContent .productRow p {
      line-height: 50px;
      vertical-align: middle;
      color: #666; }
      .productBody .productContent .productRow p span {
        display: inline-block;
        line-height: 30px; }
        .productBody .productContent .productRow p span:first-child {
          margin-right: 2em; }
      .productBody .productContent .productRow p img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle; }
      .productBody .productContent .productRow p em {
        font-style: normal;
        color: #1B92E0;
        margin-right: 5px; }
        .productBody .productContent .productRow p em.ml20 {
          margin-left: 20px; }
    .productBody .productContent .productRow .icons {
      padding-top: 20px; }
      .productBody .productContent .productRow .icons .iconBox {
        display: inline-block;
        width: 70px;
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-right: 40px; }
        .productBody .productContent .productRow .icons .iconBox img {
          display: block;
          width: 40px;
          height: 40px;
          margin: 0 auto 10px; }
