body{
	padding-top: 144px;
}
.topbar {
	background-color: #1a5fa8;
}

.topbar .container {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.top-info {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: #fff;
	flex: 1;
	min-width: 0;
}
.top-info:hover {
	color: #fff;
	text-decoration: none;
}
.top-info img {
	height: 56px;
	max-height: 56px;
	flex-shrink: 0;
}
.meeting-name {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	line-height: 1.35;
	white-space: normal;
	word-break: break-word;
}

.top-link {
	display: flex;
	align-items: center;
}

.top-link li:nth-child(2) {
	margin: 0 50px 0 30px;
}

.top-link li a {
	display: block;
}

.top-right{
	display: flex;
	align-items: center;
}

.header {
	position: fixed;
	left: 0;top: 0;
	z-index: 99;
	background-color: #FFFFFF;
	width: 100%;
}

.header-bar {
	padding: 16px 0;
	background-color: #0051aa;
}

.navbar-ny {
	background-color: #FFF;
}


.navbar-nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-nav>li {
	min-width: 0;
	position: relative;
	display: block
}



.navbar-nav>li>a {
	position: relative;
	display: block;
	padding: 20px;
	line-height: 24px;
	color: #333333;
	font-size: 18px;
	white-space: nowrap;
	text-transform: uppercase;
}

.navbar-nav>li:first-child>a,.navbar-nav>li:last-child>a{
	padding: 20px 0;
}

.c-switch {
	margin: 0 15px;
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
	z-index: 19;
}

.c-switch i {
	float: left;
	position: relative;
	display: block;
	height: 2px;
	width: 24px;
	background: #dc522a;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-head-hide .c-switch i,
.c-open .c-switch i {
	background: #FFFFFF;
}

.c-switch i:nth-child(1) {
	top: 0;
}

.c-switch i:nth-child(3) {
	bottom: 0;
}

.c-switch i:nth-child(2) {
	margin: 6px 0;
}

body.c-open .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.c-open .navbar-collapse {
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


/* footer */
.footer {
	background-color: #028aa0;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
}

.footer-item {
	font-size: 21px;
	display: inline-block;
	margin: 0 30px;
	line-height: 40px;
}

@media (max-width:1430px) {
	.navbar-nav .navbar-nav>li>a {
		font-size: 16px;
	}

	.navbar-nav .dropdown-menu>li>a {
		font-size: 16px;
	}
}




@media (max-width:1200px) {
	.navbar-nav .navbar-nav>li>a {
		font-size: 14px;
	}
	
	.navbar-nav .dropdown-menu>li>a {
		font-size: 14px;
	}
	
	.caret .iconfont{
		font-size: 14px;
	}
	
	.footer-item{
		font-size: 20px;
	}
}


@media (max-width: 1024px) {
	body{
		padding-top: 60px;
	}
	.topbar .container{
		height: 60px;
	}
	
	
	.navbar-nav>li>a {
		padding: 10px 6px;
	}

	.c-switch {
		display: block;
	}

	.navbar-ny {
		background-color: #004697;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 60%;
		height: 100%;
		z-index: 9998;
		margin: 0;
		padding: 0;
		transform: translateX(-100%);
		display: block !important;
		transition: .3s all;
		margin: 0 !important;
		overflow: hidden;
		overflow-y: auto;
	}

	body.c-open .c-switch {
		position: fixed;
		right: auto;
		left: 0;
		z-index: 9999;
		top: 20px;
	}

	.c-head-hide .c-switch i,
	.c-open .c-switch i {
		background-color: #dc522a;
	}

	body.c-open .navbar-ny {
		background-color: #028aa0;
	}

	.c-open .navbar-ny {
		transform: translateX(0);
	}

	.navbar-nav {
		display: block;
		padding-top: 40px;
	}

	.navbar-nav>li {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.navbar-nav>li>a {
		color: #FFFFFF;
	}
	
	.top-info img{
		height: 40px;
	}
	
	.top-link li a img{
		height: 50px;
	}
	
	.top-link li:nth-child(2){
		margin: 0 30px;
	}

}

@media (max-width:750px) {
	body{
		padding-top: 50px;
	}
	.top-link {
		display: none;
	}

	.top-info img {
		height: 32px;
	}

	.topbar .container{
		height: 50px;
	}

	.meeting-name {
		font-size: 14px;
	}
	
	.footer-item{
		margin: 0;
		font-size: 16px;
		line-height: 30px;
	}
}


