body,
html {
  /* height: 100%;*/
  /*overflow: hidden;*/
}

.container-fluid {
  width: 100%;
  padding-bottom: 10px;
}

.carect {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 6px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

/*
    导航组件
*/



/* 2019/9/26 ======= 新增CSS  fc */

/* 安装服务块 */

#installation-guide,
#installation-guide-app {
  background: url('/images/bg.jpg') no-repeat center;
  background-size: cover;
}

#installation-guide h1,
#installation-guide-app h1{
  padding-top: 3%;
  letter-spacing: 0;
}

#installation-guide .thumbnail:hover .brand-img-s,
#installation-guide .thumbnail:hover .brand-img-l,
#installation-guide .thumbnail:hover .brand-img-r{
  transform: scale(1.2);
}

.thumbnail{
  position: relative;
  margin-bottom: 0 !important;
}

.text-title-fff{
  color: #fff;
}

.brand-img-l{
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -30px;
  margin-left: -45px !important;
  transition: all .4s;
}
.brand-img-l1{
  left: 40%;
}

.brand-img-r{
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -30px;
  margin-left: -56px !important;
  transition: all .4s;
}

.brand-img-s{
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -30px;
  margin-left: -52px !important;
  transition: all .4s;
}

.brand-text-l{
  font-size:22px;
  font-family:Microsoft YaHei;
  font-weight:400;
  margin-bottom:28px;
}

.brand-text-s{
  position: relative;
  top: -30px;
  font-size:22px;
  font-family:Microsoft YaHei;
  font-weight:400;
}

.brand-btn-more{
  display: block;
  margin: 40px auto 60px;
  width: 131px;
  height: 42px;
  line-height: 42px;
  background: url('/public/static/home/img/index_fc_img/more.png') no-repeat center;
  background-size: cover;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(212,222,244,1);
}

.brand-btn-more:hover{
  color: rgba(212,222,244,1);
}


/* APP  */

.brand-img-app{
  position: absolute;
  top: 50%;left:42%;
  margin-left: -19px !important;
  margin-top: -24px;
}

.brand-img-app-sx{
  position: absolute;
  top: 50%;left: 25%;
  margin-left: -19px !important;
  margin-top: -24px;
}


.installation-guide-app .col-xs-12{
  margin-bottom: 20px;
}

/* 最新资讯 模块 */

.text-color-e66{
  color: #1f3c4e;
}

#Latest-information{
  padding-bottom: 120px;
}

.Latest-information h1,#Cooperative-partner h1{
  padding-top: 5% !important;
  letter-spacing: 0 !important;
}

.Latest-1{
  margin-left: 0 !important;
  margin-bottom: 83px;
}

.Latest-2{
  margin-right: 0 !important;
}

.latest-box{
  position: absolute;
  top: 91px;left: 77px;
  height: 416px;
}

.latest-box h3,
.latest-box-2 h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-box-2{
  position: absolute;
  top: 91px;right: 77px;
  height: 416px;
}

.latest-item-cont{
  padding: 0 0 1px 0 !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.latest-item-cont>h3,
.latest-item-cont>p{
  padding-left: 23px;
}

.latest-item-cont>h3{
  padding-top: 30px;
  padding-bottom: 17px;
}

.latest-item-cont>p{
  margin-bottom: 15px;
  padding-right: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.latest-top-tile{
  width: 89%;
  height: 90px;
  position: absolute;
  top: 0; left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.latest-top-tile-2{
  width: 89%;
  height: 90px;
  position: absolute;
  top: 0; right: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.latest-top-tile-2>div>img{
  margin-left: 46px;
  cursor: pointer;
}

.latest-top-tile>div>img{
  margin-left: 46px;
  cursor: pointer;
}

.latest-top-tile-2>p{
  font-size: 22px;
  color: #fff;
}

.latest-top-tile>p{
  font-size: 22px;
  color: #fff;
}

.latest-top-tile-2>p>span{
  font-size: 48px;
}

.latest-top-tile>p>span{
  font-size: 48px;
}


/* 合作伙伴 */

#Cooperative-partner{
  background: url("/images/hz_bj.png") repeat;
  
}

.cooperative-box>div{
  margin-bottom: 5%;
}

.img-176-90{
  width: 176px;
  height: 90px;
}