.w120{
	width: 1200px;
	margin:auto;
}
/*头部*/
html,body{
	width:100%;
	height:100%;
}
.top{
	width:100%;
	height:80px;
	color:#ffffff;
	border-bottom:1px solid #404A6D;
}
.toppostion{
	background:#01011C!important;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
.topnews{
	background:#01011C;
}
.top_title{
	background:#01011C;
	border-bottom:1px solid #404A6D;
}

.top h1{
	width:130px;
	height:39px;
	/* background: url('../images/logo1.png')no-repeat  center center; */
	background-size:130px 39px;
	display:inline-block;
	margin-right:150px;
	margin-top:20px;
}
.top  li{
	float:left;
	width:100px;
	height:80px;
	line-height:80px;
	text-align:center;
}
.top  li.on{
	background:-webkit-linear-gradient(180deg,#040c28 0%,#3973ec 100%);
	background:-o-linear-gradient(180deg,#040c28 0%,#3973ec 100%);
	background:-moz-linear-gradient(180deg,#040c28 0%,#3973ec 100%);
	background:-ms-linear-gradient(180deg,#040c28 0%,#3973ec 100%);
/*	background:linear-gradient(180deg,rgba(149,21,80,0) 0%,rgba(56,114,252,1) 100%);*/
	background:linear-gradient(180deg,#040c28 0%,#3973ec 100%);
}
.top  li a{
	color:#FDFDFE;
	font-size:16px;
	display:block;
}
.titleh2{
	width:402px;
	height:33px;
	font-size:43px;
	margin:0 auto;
	/* background:url("../images/app/downloaad.png")no-repeat; */
	background-size:cover;
	display:block;
	/*margin-top:127px;*/
	color:#ffffff;
}
.titleh2 div{
	position:relative;
	top: -17px;
	left:122px;
}

/*底部*/
.footer{
	width:100%;
	height:195px;
	/* background:url("../images/footer.png")no-repeat,#01011C; */
	background-size:cover;
	display:block;
	color:#888DA6;
	font-size:12px;
}
.footer_ner{
	padding-top:24px;
}

.footre_address p img{
	width:15px;
	height:15px;
	margin-right:5px;
}
.footre_address span{
	margin-right:40px;
}
.footre_address p{
    line-height: 30px;
}
.footre_address p a{
    color:#ffffff;
	margin-right:24px;
	font-size:12px;
}
/* .footerback .erweimaApp{
	margin-left:140px;
} */
.footerback  .footer_ner{
	margin-left:100px;
}

.erweimaApp div{
	margin-left:30px;
	text-align:center;
}
.erweimaApp div p{
	margin-top:6px;
	font-size:10px;
}
.erweimaApp img{
	width:110px;
	height:110px;
}

/*侧边导航*/
.sidetitle{
	position:fixed;
	top:200px;
	left:80px;
	z-index:1000;
}
.sidetitle li{
	border-left:1px solid #535677;
	position:relative;
	padding:0px 0  40px 40px;
}
.sidetitle li a{
	color:#FFFFFF;
}
.sidetitle li:hover a{
	color:#0190FF;
}

.sidetitle li.on  div{
	width:12px;
	height:12px;
	display:inline-block;
	border:1px solid #0190FF;
	position: absolute;
	top: -2px;
	left: -7.5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidetitle li.on strong{
	background:#0190FF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidetitle li.on span{
	color:#0190FF;
}

.sidetitle li strong{
    width:10px;
	height:10px;
	background:#535677;
	display:inline-block;
	position: absolute;
	top: 0px;
	left: -5.5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidetitle li span{
	position:relative;
	top:-6px;
}
.sidetitle .last{
	border:0 none;
}




