﻿/*全局*/

#gla{
	
	overflow:hidden;
	margin:0 auto;
	position:relative;

	height:600px;
}
.bac{
	position:absolute;
	bottom:0;
	left:50px;
}
#gla_box{
	width:1200px;
	margin:auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;
}


.gla_inbox img{
	width:100%;
	height:100%;
}
.roundabout-holder {
	height: 600px;
	width: 1200px;
}
.roundabout-moveable-item {
	display:block;
	height:350px;
	width:390px;;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}
.img{ width:512px; height:512px;

-webkit-animation:circle 5s infinite linear;/*匀速 循环*/
}
@-webkit-keyframes circle{
0%{ transform:rotate(0deg)}

100%{ transform:rotate(-360deg) }