@charset "utf-8";
/* CSS Document */
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
}

.data_nav {
	font-size: 14px;
	width: 100%;
	height: 48px;
	background: #0e1736;
}
.data_inner {
	width: 1200px;
	margin: 0 auto;
}
.data_logo {
	padding-top: 8px;
	float: left;
}
.nav_center ul {
	line-height: 48px;
	float: left;
}
.nav_center ul li {
	float: left;
}
.nav_center ul li a {
	color: #ffffff;
	padding: 0 20px;
}
.nav_center ul li a:hover {
	color: #217aff;
}
.data_zx {
	line-height: 48px;
	float: left;
	margin-left: 50px;
}
.data_zx p {
	color: #ffffff;
	float: left;
}
.qq_zx {
	margin-right: 20px;
	margin-left: 10px;
}
.login {
	line-height: 48px;
	/*margin-left: 50px;*/
	float: left;
}
.login ul {
	float: left;
}
.login ul li {
	color: #ffffff;
	padding-right: 18px;
	float: left;
}
.login ul li a {
	color: #ffffff;
}
.zhuce {
	background: url(../images/zuce.png) no-repeat left center;
	padding-left: 18px;
}
.login-in {
	cursor: pointer;
	background: url(../images/denglu.png) no-repeat left center;
	padding-left: 20px;
}
.download {
	background: url(../images/xaizai.png) no-repeat left center;
	padding-left: 18px;
	cursor: pointer;
}
.login p {
	/*margin-right: 40px;*/
	position: relative;
	padding-top : -10px;
	color: #ffffff;
	float: left;
}
.erwei_app {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
}
/*--------------右侧资讯导航---------------*/
.t_nav {
	font-size:14px;
    height: 190px;
    width: 138px;
    background: #171f3d;
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 111;
    padding-top: 10px;
}
.t_nav ul li {
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-top: 5px;
    width: 118px;
    color: #171f3d;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    position: relative;
}
.t_nav ul li:hover{
	background: #e8e9ec;
}
.t_nav ul li a{
	color:#171f3d;}