

/*index css*/
@media (min-width: 1300px){
  .container {
    width: 1230px;
  }
}




/*banner*/
.banner{
	margin: 0 auto;
  position: relative;
}


@media (min-width: 992px){
  
  .carousel-inner > .item > img{
  	width: 1920px;
  	height: 500px;
  }
  

  .carousel-indicators li{
  width: 35px;
  height: 5px;
  border-radius: 0px;
 }
 .carousel-indicators li.active{
  width: 35px;
  height: 5px;
  left: 60%;
 }
 .gg {
     width: 100%;
     height: 500px;
     position: relative;
     z-index: 1;
     overflow: hidden;
     margin: 0 auto;
  }
  .ggs {
    width: 200%;
    height: 500px;
    left: -50%;
    top: 0;
    position: absolute;
 }
  .ggBox {
    width: 1920px;
    height: 500px;
    margin: 0 auto;
   }

.carousel-indicators{
  left: 60%;
}
}
@media screen and (min-width: 768px){
   .carousel-indicators {
    bottom: 5px;
  }  
}

.carousel-indicators li{
  background: #d7d4cc;
  border:none; 
}
.carousel-indicators li.active{
	background: #ff7300;
}


.tips{
	width: 100%;
	margin: 0 auto;
	height: 60px;
	background: #eaf5fa;
	border-bottom: 1px solid #fff;
}




/* 首页热点资讯公告无缝隙向左滚动 */
.tip-message{
	color: #666;
}
.tip-icon{
	width: 4%;
	margin-top:18px;
	color: #666;
}
.qimo8{ overflow:hidden; width:100%;}
.qimo8 .qimo {width:8000%; height:60px;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; height:60px; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left; line-height:60px; list-style:none;margin:0 15px;}
.qimo8 li a{font-size:14px; color: #666;}



/*楼层*/
.floor {
  margin: 0 auto;
  margin-top: 40px;
}
.floor h4{
  margin-top: 0px;
}
.floor .fh-tit a{
  color: #666;
  padding:  5px;
  display: inline-block;
}

.floor .flo-tit{
  font-size: 20px;
  color: #149be9;
  padding-right: 5px;
}






