/* banner */
.page-title-section {
  position: relative;
  background: linear-gradient(90deg, rgba(22, 119, 255, 1) 0%, rgba(9, 88, 217, 1) 100%);
  margin-top: 60px;
  box-sizing: content-box;
}

.title-center-upDown {
    padding: 166.5px 0;
    text-align: center;
    background-image: url(../../images/fingerprint.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.hero-heading {
    font-size: 38px;
    color: #fff;
    margin-bottom: 30px;
}

.hero-sub-heading {
    max-width: 100%;
    color: #fff;
    font-size: 38px;
    font-weight: 400!important;
    line-height: 50px;
}

/* 海南飞晟科技有限公司 */
#navbarLogin {
    padding: 50px 0;
}
#navbarLogin .section-title {
    text-align: left;
}
.find-widget {
    display: flex;
    align-items: center;
}
.find-widget h5 {
    font-size: 20px;
    margin-bottom: 4px;
}
.find-widget p {
    margin-bottom: 0;
    font-size: 16px;
}
.find-widget img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

/* 位置 */
#location {
    padding-bottom: 50px;
}


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

/* pc */
@media (min-width: 992px) {
   .contactUs .fadeInCenter {
       display: flex;
       flex-wrap: wrap;
   }
   .contactUs .find-widget {
       width: 50%;
       word-break: break-all;
   }
}


/* h5 */
@media (max-width: 991.5px) {
    .title-center-upDown {
        padding: 114px 0;
    }
    .find-widget:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .hero-heading {
        max-width: 100%;
    }
}
