@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);

#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*.tagBall {
	overflow: hidden;
}*/
.jquery-script-center {
	width: 100%;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float: left;
	line-height: 45px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.jquery-script-center a {
	text-decoration: none;
}
.jquery-script-clear {
	clear: both;
	height: 0;
}
.tagBall {
	padding-top:15px;
	width: 100%;
	height:526px;
	position: relative;
/*	background:url(../images/bg_1px.png) repeat;*/
}
.tag {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #283891 !important;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	cursor:default;
}
.tag:hover {
	border:none;
}

.intro_logo_bg{
	width:100%;
	height:68px;
	position:fixed;
	bottom:0;
	float:left;
	background-color: rgba(0, 0, 0, .8);
}
.intro_logo{
	width:282px;
	height:auto;
	position:absolute;
	bottom:-4px;
	left:494px;
}
.intro_button{
	width:100px;
	height:30px;
	background-color:#000;
	float:right;
	margin:20px 100px 0 0;
	padding:0 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	line-height:28px;
	border-radius:15px;
}