header,
.nav,
.nav_btn i {
	transition: all .8s cubic-bezier(.35, .75, .55, 1);
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1);
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1);
}

.nav_btn {
	transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.4s;
	-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.4s;
	-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.4s;
}

header {
	overflow: hidden;
	line-height: 78px;
	box-sizing: border-box;
	height: 78px;
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, .15);
}

.logo {
	margin-left: 40px;
	width: 304px;
	height: 40px;
	background: blue;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/headerlogo-white.png) no-repeat center center;
}

.nav {
	float: right;
	color: white;
	margin-right: 70px;
}

.nav .nav-link {
	margin-right: 20px;
}

.nav .nav-link a {
	color: white;
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
}

.nav .nav-language {
	font-size: 0;
}

.nav .nav-language a {
	width: 39px;
	height: 24px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgba(255, 255, 255, .6);
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	position: relative;
}

.nav .nav-language a.active,
.nav .nav-language a:hover {
	background: #063887;
	border-color: #063887;
	color: #fff;
}

.nav_btn {
	display: inline-block;
	vertical-align: top;
}

header.active .nav {
	transform: translateX(1000px);
}

.nav_btn {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	background: transparent;
	position: fixed;
	top: 15px;
	cursor: pointer;
	right: 10px;
}

.nav_btn i {
	display: inline-block;
	width: 25px;
	margin-top: 11px;
	height: 2px;
	background: white;
}

.nav_btn i:nth-child(1) {
	margin-top: 17px;
}

.nav_btn.active1 {
	opacity: 0;
}

header.active .nav_btn {
	right: 40px;
	opacity: 1;
}

.nav_btn.active i:nth-child(1) {
	transform: rotate(45deg)translateY(10px);
}

.nav_btn.active i:nth-child(2) {
	transform: rotate(-45deg) translateY(-10px);
}

header.active1 .nav_btn i {
	background: #003a5d;
}

/*header.active1{border-bottom: 1px solid lightgray;}*/
header.active1 .logo {
	background: url(../images/headerlogo-black.png) no-repeat center center;
}

header.active1 .nav a,
header.active1 .nav {
	color: #333;
}



.cbl {
	width: 70px;
	position: fixed;
	right: 0;
	top: 44%;
	z-index: 3333;
}

.cbl.active {
	display: none;
}

.cbl li {
	margin-top: 2px;
	transition: 0.4s ease-in-out;
}

.cbl span {
	transition: 0.4s ease-in-out;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	background: rgba(0, 192, 255, .2);
	box-sizing: border-box;
	padding: 15px 0;
	font-size: 12px;
	color: white;
}

.cbl span i {
	transition: 0.4s ease-in-out;
	display: block;
	font-size: 40px;
	color: #00c0ff;
	margin-bottom: 5px;
}

.cbl span p {}

.cbl li aside {
	width: 174px;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 192, 255, 1);
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.cbl li:nth-child(1) {
	width: 250px;
	position: relative;
	left: 0;
	cursor: pointer;
}

.cbl li:nth-child(1):hover {
	left: -176px;
}

.cbl li:hover span {
	background: rgba(0, 192, 255, 1);
}

.cbl li:hover span i {
	color: white;
}


.nav .nav-link a:hover,
.nav .nav-link a.active {
	color: #2e4ba3;
	font-weight: bold;
}
.nav .nav-link a.noActive {

}

.englishas {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	background: #396cbc;
	font-size: 14px !important;
	color: white;
	text-transform: uppercase;
	float: right;
	height: 14px;
	line-height: 14px;
	margin-top: 28px !important;
	margin-right: 20px;
	border-radius: 7px
}

.nav .englishas:hover {
	color: white !important;
	font-weight: initial !important;
}

header.active1 .nav .englishas {
	color: white;
}
