﻿@charset "utf-8";
/* CSS Document */

#header{
	height:400px;
	background-color:#EFF4F7;
}
#header *{
	z-index:10;
}

/*首页*/
/*首页图片滚动*/
#gla{
	
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:404px;
}
.bac{
	position:absolute;
	bottom:0;
	left:50px;
}
#gla_box{
	
}
.gla_inbox{
	overflow:hidden;
	position:relative;
}
#gla_box ul{ width:850px; margin:0 auto;}
.gla_inbox p{
	text-align:center;
	text-indent:1em;
	font-size:22px;
	width:100%;
	color:#000;
	line-height:50px;
	
}
.gla_inbox a{
	padding:5px;
	display:block;
	position:absolute;
	top:220px;
	left:90px;
	background:#0066CC;
	color:#FFF;
}
.gla_inbox img{
	width:100%;
	height:100%;
}
.roundabout-holder {
	height: 404px;
	width: 700px;
}
.roundabout-moveable-item {
	display:block;
	height: 300px;
	width: 500px;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}