
/* CSS Document */
.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 123412;}
.mo_top .mot{ width:100%; padding:0 2%; height:60px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2); display:flex; align-items:center; justify-content: space-between;}
.mo_top .mot .molo{ float:left; display:inline-block; height:60px;}
.mo_top .mot .molo img{ height:50px; margin-top:5px;}
.mo_top .mot .mot_right{ display:flex; align-items:center;}
.mo_top .mot .mot_right dd{ margin-right: 5px;}
.mo_top .mot .mot_right dd a i{ font-size:26px; color:#004a91;}
.mo_top .mot .mot_right dt{ position:relative; width:60px; height:60px;}
.mo_top .mot .mot_right dt .cd-nav-trigger{ top:0; right:0;}

@media screen and (max-width:768px){
.mo_height{ height: 60px;}
.mo_top{ display:block;}
.mo_top{ height:60px; overflow:hidden;}
.navigation-is-open .mo_top{ height:auto;}
}


.mo_top .mot{ position:relative;}
.mo_top .mot .Language{ position:absolute; right:55px; display:inline-block; font-size:14px; color:#fff; padding:2px 6px; border-radius:4px; background:#156aa9;}

.icon {
	background: url(../images/icom.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
