.dropbtn {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size: 12px;
	color: #485154;
	text-decoration: none;
    border: none;
    cursor: pointer;
	height: 46px;
    line-height: 46px;
	display:block;
	padding: 0px 22px 0px 22px;
    text-transform: uppercase;
}
.dropbtn_o {
    font-family: 'Montserrat', sans-serif;
	font-weight:500;
	font-size: 12px;
	color: #c60751;
	text-decoration: none;
    border: none;
    cursor: pointer;
	height: 46px;
    line-height: 46px;
	display:block;
	padding: 0px 22px 0px 22px;
	text-transform: uppercase;
	border-radius: 5px;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #c60751;
    min-width: 260px;
    z-index: 1;
	border-radius: 5px;
}

.dropdown-content a {
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 14px;
	color: #ffffff;
	text-align:left;
	text-decoration: none;
    padding: 12px 16px;
    display: block;
}

.dropdown-content a:hover {
	color: #ffffff;
    background-color: #fcb034;
	border-radius: 5px;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn { color: #ffffff;
	background-color:#c60751;
	border-radius: 5px;}


.menu_dot {
	width: 1px;
	height: 13px;
	background-color:#FFF;
	display:inline-block;
	margin: 0px 0px 0px 0px;
}


.collapsible {
    background-color: #fcb034;
    color: white;
    cursor: pointer;
    padding: 18px;
    width:40px;
	height: 40px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
	background-image:url(/images/menu.svg);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 1;
	
}

.active, .collapsible:hover {
	background-image:url(/images/menu_o.svg);
	background-repeat:no-repeat;
	background-position:center;
    background-color: #c60751;
}

.collapsible:after {
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
}

.menu_content {
    padding: 0 0px;
	margin:10px 0px 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	text-align: left;
}


.lxmenu	{
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color:#fcb034;
	padding:10px 10px 10px 10px;
	display:block;
}
.lxmenu:link	{
	color: #ffffff;
	text-decoration: none;
}
.lxmenu:visited{
	color: #ffffff;
	text-decoration: none;

}
.lxmenu:hover {
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffeebc;
	text-decoration: none;
	background-color:#fcb034;
}
.lxmenu_o	{
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffeebc;
	text-decoration: none;
	background-color:#fcb034;
	padding:10px 10px 10px 10px;
	display:block;
	background-color:#fcb034;
}
.lxmenu_o:link	{
	color: #ffeebc;
	text-decoration: none;
}
.lxmenu_o:visited{
	color: #ffeebc;
	text-decoration: none;

}
.lxmenu_o:hover {
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffeebc;
	text-decoration: none;
	background-color:#fcb034;
}


.lxsubmenu	{
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color:#ffc853;
	padding:10px 10px 10px 20px;
	display:block;
	border-bottom-color:#fcb034;
	border-bottom-style: solid;
    border-width: 1px;
}
.lxsubmenu:link	{
	color: #ffffff;
	text-decoration: none;
}
.lxsubmenu:visited{
	color: #ffffff;
	text-decoration: none;

}
.lxsubmenu:hover {
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color:#c60751;
}

.lxsubmenu_o	{
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color:#f3c73e;
	padding:10px 10px 10px 20px;
	display:block;
	border-bottom-color:#fcb034;
	border-bottom-style: solid;
    border-width: 1px;
}
.lxsubmenu_o:link	{
	color: #ffffff;
	text-decoration: none;
}
.lxsubmenu_o:visited{
	color: #ffffff;
	text-decoration: none;

}
.lxsubmenu_o:hover {
	font-family: Helvetica, Microsoft YaHei, SimHei;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	background-color:#f3c73e;
}





.menu {
	width: auto;
	height: 12px;
	text-align: right;
	margin-top: 40px;
	margin-left:auto;
	margin-right: 200px;
}
.menu_bar {
	width: 100%;
	height: 14px;
	background-color: #fc416e;
	text-align:center;
	display:none;
}
.menu_respon_bg {
    position: absolute;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	text-align:right;
	right: 0px;
  z-index: 31;
}
.menu_respon {
    position: relative;
}
.submenu_la {
	background-color:#dbb670;
    display: block;
	padding:10px 10px 10px 10px;
	text-align:right;
}
.top_bar {
	width: 100%;
	height: 7px;
	background-color:#fcb034;
}

@media (min-width: 800px) {

	.menu_respon_bg {
		width: 55%;
		display: none;
	}

	.menu_respon {
		width: 100%;
	}

	.top_bar {
		display: none;
	}
}

@media (min-width: 1200px) {
	
}

@media screen and (max-width: 1140px) {
	.menu {
		display: none;
	}

	.menu_bar {
		display: block;
	}

	.menu_respon_bg {
		width: 55%;
		display: block;
	}

	.menu_respon {
		top: 34px;
		width: 100%;
	}

	.submenu_la {
		display: none;
	}

	.top_bar {
		display: block;
	}
}


@media screen and (max-width: 920px) {

	.menu_respon_bg {
		width: 55%;
		display: block;
	}

	.menu_respon {
		top: 0px;
		width: 100%;
	}

	.submenu_la {
		display: block;
	}

	.top_bar {
		display: block;
	}
}



@media screen and (max-width: 800px) {

	.menu_respon_bg {
		width: 55%;
		display: block;
	}

	.menu_respon {
		top: 0px;
		width: 100%;
	}

	.submenu_la {
		display: block;
	}

	.top_bar {
		display: block;
	}
}

@media screen and (max-width: 582px) {

	.menu_respon_bg {
		width: 95%;
		display: block;
	}

	.menu_respon {
		top: 0px;
		width: 100%;
	}

	.submenu_la {
		display: block;
	}

	.top_bar {
		display: block;
	}
}


.banner_bg{
	display: none!important;
}

.home_photo_align_right img{
	display: none;
}

.home_photo_align_left img{
	display: none;
}

.home_sbanner{
	display: none
}

.banner_about, .banner_bus, .banner_ir, .banner_media, .banner_contact, .banner_general{
	display: none!important;
}

.must-on img{
	display: block!important;
}