@charset "UTF-8";
.banner {
  width: 100%; }
  .banner img {
    display: block;
    width: 100%; }

.main {
  width: 1200px;
  margin: 0 auto; }

.mainTitle {
  width: 100%;
  font-size: 36px;
  color: #00a4eb;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  position: relative; }
  .mainTitle:after {
    position: absolute;
    bottom: 0;
    background-color: #797979;
    width: 180px;
    height: 3px;
    display: block;
    content: '';
    left: 50%;
    margin-left: -90px; }

.mainInfo {
  font-size: 16px;
  color: #787878;
  text-align: center;
  margin: 14px 0 30px 0; }

.product {
  padding: 14px 0 26px 0; }
  .product .container {
    display: flex; }
  .product .title {
    width: 218px;
    position: relative; }
    .product .title .telBox {
      position: relative; }
      .product .title .telBox .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        box-sizing: border-box;
        padding: 26px 0 0 22px; }
        .product .title .telBox .txt p:nth-child(1) {
          font-size: 14px;
          vertical-align: middle; }
        .product .title .telBox .txt p:nth-child(2) {
          font-size: 30px;
          font-family: "黑体", "宋体", "微软雅黑", sans-serif;
          margin-top: 13px;
          font-weight: bold; }
        .product .title .telBox .txt i {
          font-size: 20px; }
    .product .title .titleBox {
      width: 100%;
      height: 100px;
      background-color: #00a0e7;
      box-sizing: border-box;
      padding: 30px 0 0 60px; }
      .product .title .titleBox h4, .product .title .titleBox p {
        text-align: left;
        color: #fff; }
      .product .title .titleBox h4 {
        font-size: 24px; }
      .product .title .titleBox p {
        color: #6ecff9;
        font-size: 14px;
        text-align: left; }
    .product .title li {
      width: 100%;
      height: 54px;
      line-height: 54px;
      background: #fff;
      margin-top: 2px;
      box-sizing: border-box;
      padding-left: 54px;
      background: #ececec;
      position: relative; }
      .product .title li:hover a, .product .title li:hover i {
        color: #ff6600; }
      .product .title li.active a, .product .title li.active i {
        color: #ff6600; }
      .product .title li i {
        position: absolute;
        right: 16px;
        top: 0;
        display: block;
        color: #666666;
        z-index: 100; }
      .product .title li a {
        font-size: 16px;
        display: block;
        color: #454545;
        font-family: "黑体", "宋体", "微软雅黑", sans-serif; }
  .product .proContent {
    position: relative;
    padding-bottom: 26px; }
    .product .proContent .pagination {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .product .proContent .pagination .pagePrev, .product .proContent .pagination .pageNext {
        width: auto !important;
        padding: 0 5px; }
      .product .proContent .pagination a {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ccc;
        transition: all .3s; }
        .product .proContent .pagination a.active {
          background: #ff6600;
          color: #fff; }
        .product .proContent .pagination a:hover {
          background: #ff6600;
          color: #fff; }
    .product .proContent .proItem a {
      float: left;
      margin-left: 27px;
      margin-bottom: 28px; }
      .product .proContent .proItem a:hover h6 {
        color: #ff6600; }
      .product .proContent .proItem a:hover p {
        color: #ababab; }
    .product .proContent .proItem li {
      float: left;
      margin-left: 27px;
      margin-bottom: 28px; }
      .product .proContent .proItem li:hover h6 {
        color: #ff6600; }
      .product .proContent .proItem li:hover p {
        color: #ababab; }
    .product .proContent .proItem .txt-2 {
      padding: 6px 0; }
      .product .proContent .proItem .txt-2 h6 {
        margin-bottom: 4px;
        color: #454545; }
      .product .proContent .proItem .txt-2 h6, .product .proContent .proItem .txt p {
        text-align: center;
        font-weight: 600;
        font-size: 14px; }
    .product .proContent .proItem img {
      width: 300px;
      height: 228px;
      display: block; }
    .product .proContent .proItem .txt {
      background: #ececec;
      padding: 6px 0; }
      .product .proContent .proItem .txt h6 {
        margin-bottom: 4px;
        color: #454545; }
      .product .proContent .proItem .txt h6, .product .proContent .proItem .txt p {
        text-align: center;
        font-weight: 600;
        font-size: 14px; }
.product .proContent .proItem-2 a {
      float: left;
      margin-left: 27px;
      margin-bottom: 28px; }
      .product .proContent .proItem-2 a:hover h6 {
        color: #ff6600; }
      .product .proContent .proItem-2 a:hover p {
        color: #ababab; }
    .product .proContent .proItem-2 li {
      float: left;
      margin-left: 27px;
      margin-bottom: 28px; }
      .product .proContent .proItem-2 li:hover h6 {
        color: #ff6600; }
      .product .proContent .proItem-2 li:hover p {
        color: #ababab; }
    .product .proContent .proItem-2 .txt-2 {
      padding: 6px 0; }
      .product .proContent .proItem-2 .txt-2 h6 {
        margin-bottom: 4px;
        color: #454545; }
      .product .proContent .proItem-2 .txt-2 h6, .product .proContent .proItem .txt p {
        text-align: center;
        font-weight: 600;
        font-size: 14px; }
    .product .proContent .proItem-2 img {
      width: 200px;
      height: 152px;
      display: block; }

@media screen and (max-width: 768px) {
  .location {
    display: none; }
  .banner {
    width: 100%;
    min-height: 75px;
    margin-top: 60px; }
    .banner img {
      display: block;
      width: 100%;
      min-height: 75px; }
  .mainInfo {
    font-size: 16px;
    color: #787878;
    text-align: center;
    margin: 14px 0 30px 0; }
  .product {
    padding: 6px 0 12px 0; }
    .product .container {
      display: flex;
      flex-direction: column; }
    .product .title {
      width: 100%;
      position: relative; }
      .product .title .telBox {
        display: none; }
      .product .title .titleBox {
        display: none; }
      .product .title li {
        float: left;
        width: 20%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #fff;
        margin-top: 2px;
        box-sizing: border-box;
        padding-left: 0px;
        background: #ececec;
        position: relative; }
        .product .title li.active a, .product .title li.active i {
          color: #ff6600; }
        .product .title li i {
          display: none; }
        .product .title li a {
          font-size: 12px;
          display: block;
          color: #454545;
          font-family: "黑体", "宋体", "微软雅黑", sans-serif; }
    .product .proContent {
      position: relative;
      padding-bottom: 26px; }
      .product .proContent .pagination {
        position: absolute;
        bottom: 0;
        left: 0%;
        width: 100%;
        transform: translateX(0);
        display: flex;
        justify-content: center; }
        .product .proContent .pagination a {
          width: 30px;
          height: 30px;
          display: inline-block;
          line-height: 30px;
          text-align: center;
          border: 1px solid #ccc;
          transition: all .3s; }
          .product .proContent .pagination a.active {
            background: #ff6600;
            color: #fff; }
          .product .proContent .pagination a:hover {
            background: #ff6600;
            color: #fff; }
      .product .proContent .proItem a {
        float: left;
        margin: 14px auto;
        display: block; 
        width: 48%;
        margin-right: 2%;
        }
        .product .proContent .proItem a:hover h6 {
          color: #ff6600; }
        .product .proContent .proItem a:hover p {
          color: #ababab; }
      .product .proContent .proItem img {
        width: 100%;
        height: auto;
        display: block; }
      .product .proContent .proItem .txt {
        background: #ececec;
        padding: 6px 0; }
        .product .proContent .proItem .txt h6 {
          margin-bottom: 4px;
          color: #454545; }
        .product .proContent .proItem .txt h6, .product .proContent .proItem .txt p {
          text-align: center;
          font-weight: 600;
          font-size: 14px; 
            white-space: nowrap;}
        .product .proContent .proItem-2 a {
        float: none;
        margin: 14px auto;
        display: block; }
        .product .proContent .proItem-2 a:hover h6 {
          color: #ff6600; }
        .product .proContent .proItem-2 a:hover p {
          color: #ababab; }
      .product .proContent .proItem-2 img {
        width: 100%;
        height: auto;
        display: block; }
      .product .proContent .proItem-2 .txt {
        background: #ececec;
        padding: 6px 0; }
        .product .proContent .proItem-2 .txt h6 {
          margin-bottom: 4px;
          color: #454545; }
        .product .proContent .proItem-2 .txt h6, .product .proContent .proItem .txt p {
          text-align: center;
          font-weight: 600;
          font-size: 14px; } 
  .product .proContent .proItem-2 li {
      float: left;
    width: 45%;
    margin-left: 1%;
      margin-right: 3%;
      margin-bottom: 5px; }
      .product .proContent .proItem-2 li:hover h6 {
        color: #ff6600; }
      .product .proContent .proItem-2 li:hover p {
        color: #ababab; }
}
