.home-intro {
  width: 100%;
  background: #fff;
}

/*--------------首页——泛微客户覆盖各行各业...-------------------*/
.home-title1 {
  text-align: center;
  padding: 100px 0;
}

.home-title2 {
  padding-top: 50px;
  padding-bottom: 40px;
}

.home-title-main {
  font-size: 36px;
  color: #222;
  padding-bottom: 5px;
}

.home-title-sub {
  font-size: 20px;
  color: #aaa;
}

/*--------------首页——2000家客户...-------------------*/
.home-con {
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.home-con .home-con-1, .home-con-content {
  background: #0C75C8;
  margin-bottom: 30px;
  height: 110px;
  line-height: 110px;
  cursor: pointer;
}

.home-con-content {
  width: 97%;
}

.home-con-content a {
  display: inline-block;
  width: 100%;
  height: 116px;
  color: #fff;
}

.home-con-content1 {
  float: left;
}

.home-con-content2 {
  float: right;
}

.home-con .home-con-1:hover, .home-con-content:hover {
  background: #189FD7;
}

.home-con-2 {
  display: inline-block;
  font-family: Roboto-Regular;
  font-size: 54px;
  padding-left: 40px;
  padding-right: 10px;
  vertical-align: middle;
}

.home-con-3 {
  display: inline-block;
  font-size: 18px;
}

/*  首页 --  下拉图标*/

.home-icon-dowm {
  text-align: center;
  padding-top: 118px;
  padding-bottom: 50px;
}

/* 首页---客户介绍  */
.home-customers {
  margin-bottom: 100px;
  background: #189FD7;
}

.home-customers-title {
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: #189FD7;
}

.home-customers .bg-1 {
  background-image: url('../images/home-bg-infor.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-customers .bg-2 {
  background-image: url('../images/home-bg-china.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-customers .bg-3 {
  background-image: url('../images/home-bg-grobal.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-customers .bg-4 {
  background-image: url('../images/home-bg-public.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-customers-title2 {
  background: #0D75C8;
}

.home-customers-title-1 {
  font-size: 24px;
  opacity: .7;
}

.home-customers-title-2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 66px;
}

.home-customers-title-3 {
  font-size: 14px;
  margin: 10px 0 30px 0;
  opacity: .7;
}

.home-customers-title-4 {
  width: 158px;
  height: 40px;
  line-height: 40px;
  margin: 28px  auto 0 auto;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s;
}

.home-customers-title-4 > a {
  color: #fff;
  border-radius: 100px;
  display: block;
  width: 100%;
  height: 100%;
}

.home-customers-title-4:hover {
  background: #fff;
}

.home-customers-title-4:hover a {
  color: #189FD7;
}

.home-customers-detail {
  background: #fff;
  padding: 20px 50px 30px 50px;
  border: 1px solid #E7E7E7;
}

.home-customers-detail .row {
  font-size: 0;
  margin-bottom: 5px;
}

.home-customers-detail-1 {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.home-customers-detail-1 img {
  border: 2px solid transparent;
  cursor: pointer;
  margin-top: 4px;
  display: inline-block!important;
  object-fit: unset!important;
  width: auto!important;
}

.home-customers-detail-1 img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s; /* Firefox 4 */
  -webkit-transition-delay: 0.2s; /* Safari 和 Chrome */
  -o-transition-delay: 0.2s; /* Opera */
}

.home-customers-odd {
  background: #0D76C9;
}

/* 小型设备（平板电脑，768px 起） */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/* 中型设备（台式电脑，992px 起） */
@media screen and (max-width: 1199px) {
  /*     2--首页样式      */
  .home-title1 {
    padding: 40px 0;
  }

  .home-title-sub {
    font-size: 16px;
  }

  .home-title-main {
    font-size: 28px;
    padding-bottom: 8px;
  }

  .home-icon-dowm {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-con .home-con-1, .home-con-content {
    height: 80px;
    margin-bottom: 16px;
    line-height: 80px;
  }

  .home-con-2 {
    font-size: 36px;
    padding-left: 20px;
  }

  .home-customers-title {
    padding: 40px 0;
  }

  .home-customers-title-2 {
    font-size: 36px;
  }

  .home-customers-title-1 {
    font-size: 18px;
  }

  .home-customers-title-3 {
    font-size: 12px;
  }

  .home-customers-detail {
    padding: 15px 30px 20px 30px;
  }

  .home-customers-detail-1 img {
    width: 60%;
  }
}

/* 大型设备（大台式电脑，1200px 起） */
@media screen and (min-width: 1200px) and (max-width: 1399px) {

  .home-title1 {
    padding: 35px 0;
  }

  .home-title-main {
    font-size: 30px;
    padding-bottom: 2px;
  }

  .home-con-2 {
    font-size: 42px;
  }

  .home-customers-title {
    padding: 50px 0;
  }

  .home-customers-detail {
    padding: 15px 30px 20px 30px;
  }

  .home-customers-detail .row {
    margin-bottom: 4px;
  }

  .home-con .home-con-1, .home-con-content {
    height: 90px;
    margin-bottom: 16px;
    line-height: 90px;
  }

}

/* 大型设备（大台式电脑，1366px设备 ） */
@media screen and (min-width: 1400px) and (max-width: 1600px) {

  .home-title1 {
    padding: 45px 0;
  }

  .home-title-main {
    font-size: 32px;
    padding-bottom: 5px;
  }

  .home-con-2 {
    font-size: 44px;
  }

  .home-customers-title {
    padding: 70px 0;
  }

  .home-customers-detail {
    padding: 20px 30px 30px 30px;
  }

  .home-customers-detail .row {
    margin-bottom: 4px;
  }

  .home-con .home-con-1, .home-con-content {
    height: 98px;
    margin-bottom: 20px;
    line-height: 98px;
  }

}

/* 大型设备（大台式电脑，1200px 起） */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .home-icon-dowm {
    padding-top: 70px;
  }

  .home-title-sub {
    font-size: 16px;
  }

  .home-customers-title-1 {
    font-size: 20px;
  }

  .home-customers-title-2 {
    font-size: 36px;
  }

  .home-customers-title-1 {
    font-size: 18px;
  }

  .home-customers-title-3 {
    margin: 5px 0 15px 0;
    font-size: 12px;
  }

  .home-customers-detail-1 img {
    max-width: 60%;
  }

  .home-icon-dowm {
    padding-top: 50px 0;

  }

}