nav li{
	position:relative;
}
.assignSubMenu{
	
	
	
    /* font-size: 16px; */
    position: absolute;
    left: 0px;
    top: 40px;
    text-align: center;
    /* background-color: #9dd0ca; */
    color: #ffffff;
	    z-index: 5;
}
.assignSubMenu li{
	min-width: 200px;
	padding:0px 10px;
	display:block;
	position:relative;
    margin: 0px;
	color:#ffffff;
	  white-space: nowrap;
	  text-align:left;
}

.assignSubMenu li a:before{
	content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: #803773;
    opacity: .3;
    position: absolute;
    z-index: -1;
}
.assignSubMenu li a{
	font-size:16px;
	line-height:40px;
	color:#ffffff;
}
.assignSubMenu li a:hover{
	color:#ffffff;
}
.assignSubMenu li a:hover:before{
	opacity: .8;
}
.hlogo img{
	    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
	height:80px;
	
}
.a_cu_Faculty_of_Medicine_logo img{
	background-image:url('/20230403154931oe_/https://www.cumissc.com/images/logo_cuhk_v6.png');
	background-image:url('/20230403154931oe_/https://www.cumissc.com/images/logo_medicine_v6.png');
	
	width:80px;
}
.a_hkmissc_logo img{
	background-image:url('/20230403154931oe_/https://www.cumissc.com/images/logo_hkmissc_v6b.png');
		width:230px;
}
@media only screen and (max-width:960px){
	.pagebanner img, .swiper-autoheight, .swiper-autoheight .swiper-slide,.pagebanner{
		min-height: 280px !important;
		height:280px;
	}
}
@media only screen and (max-width:768px){
	.pagebanner img, .swiper-autoheight, .swiper-autoheight .swiper-slide,.pagebanner{
		min-height: 220px !important;
		height:220px;
	}
}
@media only screen and (max-width:600px){
	.header .hlogo{
		height:50px;
	}
	.hlogo img{
		max-height:100%;
	}
	.mmenuicon{
		top:5px;
	}
	.a_cu_Faculty_of_Medicine_logo img{
	width:50px;
}
	.header .hlogo a{
		width:unset;
		height:50px;
		max-width: 50%;
	}
	header .maxw{
		max-width: calc( 100% - 50px ) !important;
	}
	.pagebanner img, .swiper-autoheight, .swiper-autoheight .swiper-slide,.pagebanner{
		min-height: 180px !important;
		height:180px;
	}
	
	
	.pagebanner img{
		object-fit: cover;
	}
	.swiper-pagination-bullet{
		width:10px !important;
		height:10px !important;
	}
}

@media only screen and (max-width:480px){
	.bannerinfo .bdesc{
		max-width:200px;
	}
}