
/* 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:60px;}
.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(../image/icom.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}

/* 底部图标 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1.1rem;
	left: 0;
	display: none;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #1048a0;
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 1.1rem;
	line-height: 0.24rem;
	font-size: 0.26rem;
	padding-top: 0.2rem;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #0185d0;
}

@media screen and (max-width:768px){
#toolbar {display:block;}	
}
