header{
	width:100%;
	position:absolute;
	z-index:999;
}
header section{
}
header section .topbar{
	overflow: hidden;
}
header section .topbar #cis{
    float: left;
}
header section .topbar #cis h2{
	margin: 20% 0 10% 20%;
}
header section .topbar .other{
    float: right;
	padding: 1%;
}
header section .topbar .other a{
}
header section .bigmenu{
}
header section .bigmenu .menu{
}
header section .bigmenu .menu ul{
	 list-style: none;
}
header section .bigmenu .menu ul li{
	 display: inline;
}
header section .bigmenu .menu ul li a{
}
header .nav2,
header .nav2 #list-menu{
	display:none;
}
@media screen and (max-width: 900px) {
	header .nav2{
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #fff;
		box-shadow: 1px 1px 1px #CECCCC;
		display:block;
		position: fixed;
		top:0;
	}
	header .nav2 > a{
		display: block;
		font-size: 20px;
		width: 40px;
		text-align: center;
		float: right;
	}
	header .nav2 #list-menu{
		background: #fff;
		text-align: center;
		position: absolute;
		width: 200px;
		top: 40px;
		right: 0;
		box-shadow: 1px 1px 1px #CECCCC;
	}
	header .nav2 #list-menu ul{
		list-style:none;
	}
	header .nav2 #list-menu ul li{
		padding:5px 0;
	}
	header .nav2 #list-menu ul li a:hover{
		color:#db7f97;
	}
	header section .topbar{
		padding-top: 40px;
	}
}
