@charset "UTF-8";
body{
	background: url(../assets/img/body__bg.png) no-repeat center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: justify;
}
div img{
	width: 100%;
}
p{
	line-height: 1.8rem;
}
.fl-col-content{

}
.bg-system-bingo{
	background-color: #0984e3;
}
.btn-system-bingo{
	background-color: #0984e3;
	color: #fff;
	border-color: #0984e3;
}
.bg-system-bingo2{
	background-color: #00b894;
}
.btn-system-bingo2{
	background-color: #00b894;
	color: #fff;
	border-color: #00b894;
}
.bg-system-bingo3{
	background-color: #6c5ce7;
}
.btn-system-bingo3{
	background-color: #6c5ce7;
	color: #fff;
	border-color: #6c5ce7;
}
.single_brand {
    text-align: center;
    margin-bottom: 30px;
}
.navbar-light .navbar-brand {
  color: #0984e3; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #0984e3; }
.scrollspy-example {
    position: relative;
    height: 400px;
    margin-top: 0.5rem;
    overflow: auto;
}
.fl-bg-video {
    overflow: hidden;
	margin: auto;
	width: 100%;	
	max-height: 70rem;
}
.solution .card{
	border: 0;
}
.sol_all{
	
}
.slogan{
	position: absolute;
	top: 18rem;
}
.hero-wrap {
   background-attachment: fixed;
   background-position: center top;
   background-repeat: no-repeat;
   min-height: 300px;
   
   
}
.banner-bg-01{
	background-image:url(../assets/img/banner/w002.jpg);
}
.banner-bg-02{
	background-image:url(../assets/img/banner/w008.jpg);
}
.banner-bg-03{
	background-image:url(../assets/img/banner/w009.jpg);
}
.sol-banner-bg-01{
}
.h-title01{
	background: url(../assets/img/h_t01.png) left bottom no-repeat;
	padding-bottom: 1.25rem;
	font-weight: bold;
}
.h-title02{
	background: url(../assets/img/h_t02.png) left top no-repeat;
	padding-top:0.5rem;
	padding-left: 1.8rem;
	font-weight: bold;
}
.sol-content{
	min-height: 15rem;
}
.c-rich-text{
   vertical-align: middle;
   height: 300px;
   display: table-cell;
}
.c-rich-text2{
   vertical-align: middle;
   height: 20rem;
   display: table-cell;
}
.p_list {
	background-image: radial-gradient(circle at left top, #fff, rgba(125, 243, 161, 0) 70%);
}
.p_list:hover {
	background-image: radial-gradient(circle at left top, #0984e3, rgba(125, 243, 161, 0) 70%);
}
.p_list2 {

	background-image: radial-gradient(circle at left top, #fff, rgba(125, 243, 161, 0) 70%);
}
.p_list2:hover {
	background-image: radial-gradient(circle at left top, #00b894, rgba(125, 243, 161, 0) 70%);
}
.p_list3 {
	background-image: radial-gradient(circle at left top, #fff, rgba(125, 243, 161, 0) 70%);
}
.p_list3:hover {
	background-image: radial-gradient(circle at left top, #6c5ce7, rgba(125, 243, 161, 0) 70%);
}
.btn-link-p {
	font-weight: bold;
    color: #000000;
	padding:2rem;
	font-size: 1.5rem;
	background:none;
	border-bottom: 1px dotted #ccc;
}
.btn-link-p:hover{
	box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
}
  /* 在此处添加小屏幕样式 */
@media (max-width: 767px) {
  .fl-bg-video-mb{
  	background: url(../assets/img/v01.gif) no-repeat center top;
	height: 23rem;
  }
  .fl-bg-video {
    display: none;
  }
  .slogan {
      position: absolute;
      top: 8rem;
  }
  .hero-wrap {
     min-height: 300px;
  }

}
 /* 在此处添加小屏幕样式 */
 




/*!解决方案图*/
.project {
  width: 100%;
  height: 180px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
   }
  .project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .project .overlay {
        opacity: .2; } }
  .project .text {
    width: 100%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .project .text h3 {
      font-size: 24px;
      font-weight: 700; }
      .project .text h3 a { text-decoration: none;
        color: #fff; }
    .project .text span {
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 600; }
    @media (max-width: 767.98px) {
      .project .text {
        opacity: 1; }
        .project .text span {
          color: rgba(255, 255, 255, 0.8); } }
  .project:hover .overlay, .project:focus .overlay {
    opacity: .5; }
  .project:hover .text, .project:focus .text {
    opacity: 1; }


.img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  
