/*Header*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10
}
/*clearfix*/

.clearfix {*zoom: 1}
.clearfix:before,  .clearfix:after {
	display: table;
	content: "";
	line-height: 0
}
.clearfix:after {
	clear: both
}
.container {
	margin: 0 auto;
	width: 1170px;
	height:70px;
}
.container .alpha {
	margin-left: 0px
}
.container .omega {
	margin-right: 0px
}

.l {
	float: left
}
.r {
	float: right
}
.m_t5 {
	margin-top: 5px
}
.m_b5 {
	margin-bottom: 5px
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes fadeInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
 @-o-keyframes fadeInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

 @-webkit-keyframes bounceIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(.3);
}
 50% {
 opacity: 1;
 -webkit-transform: scale(1.05);
}
 70% {
 -webkit-transform: scale(.9);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
 opacity: 0;
 -moz-transform: scale(.3);
}
 50% {
 opacity: 1;
 -moz-transform: scale(1.05);
}
 70% {
 -moz-transform: scale(.9);
}
 100% {
 -moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
 opacity: 0;
 -o-transform: scale(.3);
}
 50% {
 opacity: 1;
 -o-transform: scale(1.05);
}
 70% {
 -o-transform: scale(.9);
}
 100% {
 -o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
 opacity: 0;
 transform: scale(.3);
}
 50% {
 opacity: 1;
 transform: scale(1.05);
}
 70% {
 transform: scale(.9);
}
 100% {
 transform: scale(1);
}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
 
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.animated.hinge {
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

nav {
	position: relative;
	z-index: 2;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: ""
}
.sf-menu:after {
	clear: both
}
.sf-menu {
	zoom: 1
}

.sf-menu a {
	font-size: 14px;
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 2px
}


.sf-menu li {
	float: left;
	margin: 0 10px;
}
.sf-menu a {
	color: #ccc;
	font-size: 16px;
	display: block
}
.sf-menu a:hover {
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sf-menu li:last-child:hover:after {
	top: 10px
}
.sf-menu ul {
	visibility: hidden;
	background: #000;
	border-radius: 3px;
	position: absolute;
	top: 48px;
	left: 190px;
	padding: 16px 0 16px 20px;
	z-index: 999;
	text-align: center;
	width: 160px;
	transition: all 0.2s ease-in-out 0.2s;
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
}
.sf-menu li:hover> ul {
	visibility: visible;
}
.sf-menu ul a {
	font-size: 16px;
	line-height: 30px;
}
.sf-menu > li:hover ul a {
	color: #999898;
}
.sf-menu > li:hover ul a:hover {
	color: #c20000;
}