/* banner */
.title-center-upDown {
  padding: 170px 0;
}

/* video */
.tab-content {
    margin-top: 17px;
}

.tab-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.tab-content .left {
    font-size: 18px;
}

.tab-content .left p:first-child {
    margin-bottom: 40px;
}

.nav-tabs .nav-item-percent {
	width: 25%!important;
}

.nav-item .nav-link {
  width: 100%;
  height: 100%;
  background-color: transparent;
  line-height: 20px;
  padding: 10px;
  border-radius: 0;
  position: relative;
}

#video .img-fluid {
	height: 100%;
}

.video-gallery {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-gallery .video-img {
  width: 67px;
  height: 67px;
}

.video-gallery .overlay-gallery {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery .icon-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.video-gallery .icon-holder .icon {
  display: table-cell;
  vertical-align: middle;
}

.video-gallery .icon-holder .icon i {
  font-size: 80px;
  color: #fff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery:hover .icon i {
  color: #fff;
}

/* 用户信赖 */
#product {
    padding-bottom: 50px;
}
#product .media-body .subtitle a{
    font-weight: 500;
    font-size: 20px;
}

/* 数据 */
.work-counter-section {
    background: #1677FF;
}
.work-counter-section .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 35px 0;
}
.work-counter-section .timer-wrap {
    display: flex;
    align-items: baseline;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.work-counter-section .timer,
.work-counter-section .percent {
    font-size: 38px;
    font-weight: 700;
    margin-right: 6px;
}
.work-counter-section .percent {
    margin-left: -6px;
}

/* 资质认可 */
.single-blog-post {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.single-blog-post:hover, .single-blog-figure:hover {
  -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
  cursor: pointer;
}

.single-blog-post .featured-image img {
  width: 100%;
}

.single-blog-post .post-meta {
  padding: 10px 20px;
}

.single-blog-post .post-meta .read-more-icon {
  bottom: 100px;
  right: 40px;
}

.single-blog-post .post-meta a {
  color: #222;
}

.single-blog-post .post-meta a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.single-blog-post .meta-tags {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 19px 20px;
}

.single-blog-post .meta-tags .comments a{
	color: #555;
}

.single-blog-post .meta-tags .comments i {
  font-size: 15px;
  margin-right: 5px;
}

.single-blog-post .meta-tags .btn-round {
  float: right;
  border-radius: 28px;
  font-size: 24px;
  height: 40px;
  margin: -7px auto;
  min-width: 40px;
  width: 40px;
}

/* 服务网络 */
.map-image a img{
    width: 100%;
    height: 100%;
}


/*
 @media
 container1920=1400  other=1140
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
@media (min-width: 992px) {
   #serviceNetworkPC {
       display: block;
   }
   #serviceNetworkPhone {
       display: none;
   }
   .banner-pc {
     background: url(../../images/aboutUs/banner.png) no-repeat scroll center center;
     position: relative;
     background-size: cover;
     margin-top: 60px;
     box-sizing: content-box;
   }
}


/* h5 */
@media (max-width: 991.5px) {
    .banner-h5 {
      background: url(../../images/aboutUs/h5Banner.png) no-repeat scroll center center;
      position: relative;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
    .title-center-upDown {
      padding: 30px 0 301px;
      text-align: center;
    }
    #video .img-fluid {
    	height: 450px;
    }
    .page-title-section .title-center {
      padding-top: 300px;
    }
    #contactUs .title {
      font-size: 24px;
    }
    #contactUs .enjoy {
      font-size: 14px;
    }
    #serviceNetworkPC {
        display: none;
    }
    #serviceNetworkPhone {
        display: block;
    }
}

/* 比Ipad小屏 */
@media (max-width: 767.5px) {
    #video .img-fluid {
    	height: 250px;
    }
}
