  header{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }

  #carousel-1 {
    background-image:url("../img/磨矿车间.jpg");
    background-color:#ccc;
    text-align: center;
    font-size: 35px;
    padding: 30px 0 30px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #0d0;
	  color:#eee;
  }

  #carousel-2 {
    background-image:url("../img/科技背景.png");
    background-color:#ccc;
    text-align: center;
    font-size: 35px;
    padding: 30px 0 30px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #0d0;
	  color:#eee;
  }

  #carousel-3 {
    background-image:url("../img/光影.png");
    background-color:#ccc;
    text-align: center;
    font-size: 30px;
    padding: 50px 0 30px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #0d0;
	  color:#eee;
  }
  
  #img-bdgca{
	  width:100px;
	  height:100px;
  }

  .description {
    text-align: center;
    font-size: 16px;
  }
  
.img-circle{
	width:60%;
  padding: 0 20% 0;
}

#marquee-box{
	width:100%;
	overflow: hidden;
	height:232px
}
#marquee-con{
	width:500%;
	float:left;
}
#marquee,#marquee-1{
	float:left;
}
.marquee-img{
	float:left;
	height:232px;
	width: 186px;
	margin-left:16px
}


  [v-cloak] {
    display: none;
  }