.business {
  height: 17.6rem;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden; }
  .business h1 {
    font-weight: 400;
    text-align: center;
    font-size: 2.82rem;
    padding-top: 5.5rem;
    color: #fff; }

.pt6 {
  padding-top: 6rem; }

.title {
  text-align: center;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  margin-bottom: 2.5rem; }
  .title h2 {
    font-size: 1.88rem;
    font-weight: normal; }
  .title .english {
    font-size: 0.94rem;
    color: #999; }
  .title .more {
    position: absolute;
    right: 0;
    top: 2rem;
    color: #999;
    font-size: 0.82rem; }

.industryList {
  overflow: hidden;
  text-align: center;
  padding-top: 1.5rem; }
  .industryList li {
    width: 800px;
    text-align: center;
    display: inline-block; }
    .industryList li:nth-of-type(3), .industryList li:nth-of-type(6), .industryList li:nth-of-type(9) {
      margin-right: 0; }
    .industryList li .img {
      width: 100%;
      overflow: hidden;
      display: block;
      height: 290px; }
    .industryList li img {
      width: 100%;
      display: block;
      transition: transform 400ms ease;
      -o-transition: transform 400ms ease;
      -ms-transition: transform 400ms ease;
      -moz-transition: transform 400ms ease;
      -wenkit-transition: transform 400ms ease; }
    .industryList li:hover img {
      transform: scale(1.4);
      -o-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -webkit-transform: scale(1.4); }
    .industryList li .more {
      height: 2.23rem;
      line-height: 2.23rem;
      display: inline-block;
      width: 7.64rem;
      border: 1px solid #969696;
      color: #222;
      font-size: 0.82rem;
      overflow: hidden; }
      .industryList li .more span {
        width: 60%;
        transition: width 400ms ease;
        -o-transition: width 400ms ease;
        -ms-transition: width 400ms ease;
        -moz-transition: width 400ms ease;
        -wenkit-transition: width 400ms ease;
        display: inline-block; }
      .industryList li .more:hover span {
        background: #1a71d8;
        color: #fff;
        width: 100%; }
  .industryList .product {
    padding: 1.3rem 1.5rem;
    background: #eaf1f6;
    line-height: 2;
    position: relative;
    height: 9.53rem; }
  .industryList .bgB {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: #1a71d8;
    transition: bottom 400ms ease;
    -o-transition: bottom 400ms ease;
    -ms-transition: bottom 400ms ease;
    -moz-transition: bottom 400ms ease;
    -wenkit-transition: bottom 400ms ease;
    z-index: 2; }
  .industryList .word {
    color: #666;
    position: relative;
    text-align: left;
    margin: 1.5rem 0 2rem;
    line-height: 1.8;
    text-indent: 2em; }
  .industryList h3 {
    overflow: hidden;
    font-weight: 400;
    font-size: 1.41rem;
    padding-bottom: 1rem;
    z-index: 3;
    position: relative;
    padding-right: 6rem;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .industryList h3 a {
      color: #1a71d8;
      font-size: 0.82rem;
      line-height: 2.7rem;
      float: right;
      margin-right: -6rem; }

.pb6 {
  padding-bottom: 6rem; }

/*# sourceMappingURL=mainBusiness2.css.map */
