@charset "UTF-8";
.banner {
  width: 100%;
  height: 491px;
  background: url("../img/banner2.png") no-repeat;
  position: relative; }
  .banner .searchBar {
    padding: 15px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(56, 149, 212, 0.8); }
    .banner .searchBar .search {
      width: 1195px;
      margin: 0 auto; }
      .banner .searchBar .search .searchMain {
        float: right;
        width: 560px;
        height: 35px;
        background-color: #fff;
        border-radius: 10px;
        padding-left: 20px;
        text-align: left;
        box-sizing: border-box;
        line-height: 35px;
        position: relative; }
        .banner .searchBar .search .searchMain input[type="text"] {
          width: 90%;
          outline: none;
          border: 0; }
          .banner .searchBar .search .searchMain input[type="text"]::-webkit-input-placeholder {
            /* placeholder棰滆壊  */
            color: #3399E9;
            /* placeholder瀛椾綋澶у皬  */
            font-size: 14px;
            /* placeholder浣嶇疆  */ }
        .banner .searchBar .search .searchMain .srhIcon {
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          cursor: pointer; }
      .banner .searchBar .search .searchBtn {
        display: block;
        float: right;
        line-height: 35px;
        margin-left: 30px;
        color: #fff;
        letter-spacing: 10px;
        cursor: pointer; }

.productList {
  width: 1195px;
  margin: 0 auto; }
  .productList > ul {
    text-align: left;
    overflow: hidden; }
    .productList > ul > li {
      padding: 50px 0;
      width: 44%;
      border-bottom: 1px dashed #ccc;
      display: inline-block;
      float: left; }
      .productList > ul > li:nth-child(n+1) {
        padding-right: 40px; }
      .productList > ul > li:nth-child(2n+2) {
        padding-left: 40px; }
      .productList > ul > li > img {
        display: inline-block;
        cursor: pointer; }
      .productList > ul > li .title {
        display: inline-block;
        vertical-align: top;
        width: 360px; }
        .productList > ul > li .title > p {
          font-size: 18px;
          margin: 0 0 20px 10px;
          padding-top: 5px;
          text-align: left;
          color: #333333;
          padding-left: 20px;
          border-left: 5px solid #3895d4;
          cursor: pointer; }
        .productList > ul > li .title > h6 {
          color: #B3B3B3;
          font-size: 14px;
          font-weight: 500;
          text-align: left;
          padding-left: 10px;
          margin-bottom: 20px; }
        .productList > ul > li .title > h1 {
          color: #808080;
          text-align: left;
          font-size: 14px;
          font-weight: 500;
          line-height: 22px;
          padding-left: 5px; }

/*# sourceMappingURL=product.css.map */
