@media screen{
	.right-logo{
		display:none;
	}
	.eng-right-logo{
		display:none;
	}	
}
@media screen and (min-width:1320px){
	.eng-right-logo{
		display: block;
		float:right;
	}	
}

@media screen and (min-width:1080px){
	.right-logo{
		display: block;
		float:right;
	}
}

.banner-menu {
     position: relative;
     top: 0;
     left: 0;
     width: 100%;
     min-width:1080px;
     height: 108px;
     background: linear-gradient(360deg, rgba(13, 50, 131, 0.9) 0%, #0D3283 100%);
     display: flex;
     z-index: 100;
     justify-content:space-between;
 }
 
.logo-wrap{
	float:left;
	margin-top:23px;
	margin-left:45px;
}
.left-logo{
	float:left;
	width: 58;
	height: 58;
	top: 25px;
	left: 45px;
	angle: 0 deg;
	opacity: 1;
	
}

#logo-title1{
	font-family: Source Han Serif CN;
	/*font-weight: 500;*/
	font-size: 26px;
	line-height: 140%;
	color:white;
	line-height: 1;
}
#logo-title2{
	font-family: Source Han Serif CN;
	font-weight:bold;
	font-size: 12px;
	line-height: 140%;
	color:white;
	line-height: 1;
}
#navbar{
	margin-top:23px;
	margin-right:30px;
	display:flex;
}
.navbar-nav{
	float: left;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover .nav>li>a:hover, .nav>li>a:focus{
    font-family: Microsoft YaHei;
	color:white;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 100%;
    background: linear-gradient(360deg, rgba(13, 50, 131, 0.9) 0%, #0D3283 100%);
    border-bottom-color: rgba(199, 217, 255, 1);
}

.dropdown-toggle{
	font-family: Microsoft YaHei;
	color:white;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 100%;
	position: relative; 
  	border-bottom: 3px solid transparent;
  	transition: border-bottom-color 0.3s ease;
}
.dropdown-toggle:hover{
	font-family: Microsoft YaHei;
	color:white;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 100%;
    background: linear-gradient(360deg, rgba(13, 50, 131, 0.9) 0%, #0D3283 100%);
    border-bottom-color: rgba(199, 217, 255, 1);
}