#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0.1rem 0.2rem;
	z-index: 1000;
}
#header .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
#header .nav .box{
	position: relative;
	z-index: 10;
}
#header .nav .logo{
	font-size: 0;
}
#header .nav .logo img{
	vertical-align: middle;
}
#header .nav .logo span{
	margin-left: 0.18rem;
	font-size: 0.22rem;
	color: #fff;
	vertical-align: middle;
}
#header .nav .icon{
	margin-top: 0.08rem;
	width: 25px;
	height: 25px;
	background: url(../images/elecSignature/menu.png) center/100% 100% no-repeat;
}
#header .nav .icon.close{
	background: url(../images/elecSignature/close.png) center/20px 20px no-repeat;
}
#header .nav .box.black .logo span{
	color: #333;
}
#header .nav .box.black .icon{
	background: url(../images/elecSignature/menu_b.png) center/100% 100% no-repeat;
}
#header .nav .box.black .icon.close{
	background: url(../images/elecSignature/close_b.png) center/20px 20px no-repeat;
}
#header .nav .menu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 60px 20px 0;
	color: #fff;
	background: rgba(0,2,27,0.8);
	overflow: auto;
}
#header .nav .menu>li a{
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	border-bottom: 1px solid #363A74;
	font-size: 14px;
	color: #fff;
}
#header .nav .menu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

#banner{
	height: 4.2rem;
}
#banner .contentBox{
	padding: 1.3rem 0.2rem 0;
	color: #fff;
}
#banner .contentBox .title{
	font-size: 0.46rem;
	font-weight: bold;
}
#banner .contentBox .text{
	margin: 0.2rem 0 0.4rem;
	font-size: 0.2rem;
}
#banner .contentBox .tagList{
	display: flex;
}
@media only screen and (max-width: 320px) {
	#banner .contentBox .tagList{
		transform: scale(0.9);
		transform-origin: left top;
	}
}
#banner .contentBox .tagList li{
	display: flex;
	align-items: center;
	margin-left: 0.15rem;
}
#banner .contentBox .tagList li:first-child{
	margin-left: 0;
}
#banner .contentBox .tagList li .icon{
	float: left;
	font-size: 0;
}
#banner .contentBox .tagList li .icon img{
	width: 30px;
}
#banner .contentBox .tagList li .textBox{
	margin-left: 0.1rem;
	float: left;
}
#banner .contentBox .tagList li .textBox .name{
	font-size: 0.22rem;
	font-weight: 500;
}
#banner .contentBox .tagList li .textBox .englishName{
	font-size: 0.11rem;
}

.section{
	padding: 0.5rem 0.2rem;
}
.section>.title{
	margin-bottom: 0.2rem;
	font-size: 0.24rem;
	text-align: center;
	font-weight: bold;
}
.section>.title span{
	color: #FE5561;
}