input,button,select,textarea{ 
outline:none; 
border:0; 
-webkit-appearance: none; 
}
*,*:after,*::before{
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
*{
	text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	font-weight:normal;
	font-size:0.7rem;
	border:none;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
blockquote {
    display: block;
    margin-block-start:0px;
    margin-block-end:0px;
    margin-inline-start:0px;
    margin-inline-end:0px;
}
a{
	font-size: 0.7rem;
	text-decoration: none;
}
.bg {
	display: none;
	height:100%;
	width:100%;
	background: rgba(0,0,0,0.7);
	position:fixed;
	z-index: 999;
}
.logo  .icon{
	display: flex;
	background:#fff;
	width:100%;
	height:4rem;
	line-height:4rem;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top:0;
	z-index:998;
}
.logo img{
	max-width: 80%;
	margin:0.5rem;
}
.logo i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	flex-grow: 1;
}
.nav{
	height:100%;
	width:10rem;
	background:#006aaf;
	color:#ffffff;
	position:fixed;
	margin-left: 100%;
	z-index: 1000;
	overflow-y: auto;
}
.nav .close{
	display: flex;
	margin:0 auto;
	width: 100%;
	height: 4rem;
	background: #006aaf;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	top:0;
	z-index: 1001;
}
.nav .close img{
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0px;
	margin-left:0.5rem;
}
.nav .close i{
	position: absolute;
	left:8rem;
	font-size: 1.2rem;
}
.nav .allmenu{
	display: block;
	position: relative;
	margin-top: 4.4rem;
}
.nav .menu span{
	display: flex;
	justify-content: space-between;
	padding:0.5rem;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}
.nav .menu  ul{
	display: flex;
	flex-direction: column;
}
.nav .menu ul li{
	text-indent:1rem;
	padding:0.5rem;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.nav .menu font{
	display:block;
	text-indent:2rem;
	width:100%;
	padding:0.5rem;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.nav .menu .menucur{
	background:rgba(255,255,255,0.1);
	font-weight:bold;
	color:yellow;
}

.nav a{
	color: #ffffff;
}
.language{
	display:flex;
	width:100%;
	height:2.5rem;
	justify-content:center;
	align-items:center;
}
.language a{
	display:flex;
	margin:0 1rem;
}
.language span{
	 display:flex;
	 height:0.5rem;
	 width:1px;
	 background:#fff;
}
/*底部样式*/
footer{
	display:flex;
	flex-direction:column;
	width:100%;
	background:#000;
	margin-top:0.5rem;
	color:rgba(255,255,255,0.7);
	padding:1rem 0;
}
footer a{
	color:rgba(255,255,255,0.7);
}
footer div{
	padding:0 0.5rem;
	height:1.2rem;
	line-height:1.2rem;
}
footer div:first-child{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:4rem;
	border-bottom:1px dashed rgba(255,255,255,0.3);
	margin-bottom:0.5rem;
}
footer .cn{
	font-size:1rem;
	height:2rem;
	font-weight:bold;
	letter-spacing:0.025rem;
}
footer div img{
	width:3rem;
	height:3rem;
	flex-shrink:0px;
	margin-right:0.5rem;
}
footer .en{
	font-size:0.6rem;
	font-weight:normal;
}