@charset "utf-8";
/* CSS Document */
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
}
/*-----导航栏、登录框、找回密码--*/
.yuandan_header{
	height:48px;
	width:100%;
	background:url(../images/dashuju/header_bg.png) repeat-x left top;
	background-color: #0e1736;
}
.header_body{
	width:1180px;
	margin:0 auto;
	height:46px;
}
.header_body .log{
	float:left;
}

.header_body ul {
    width: 360px !important;
    height: 46px !important;
    float: left !important;
    margin-right: 0px !important;
    cursor: pointer;
    list-style-type: none;
}
.header_body ul li{
	float:left;
	height: 46px;
	line-height: 46px;
	margin:0px;
	margin-top:0px !important;
}
.header_body ul li a:hover{
	background: #15224f;
}
.header_body ul li a{
	width:60px;
	height: 46px;
    line-height: 46px;
	text-align:center;
	float:left;
	color:#eee;
	cursor:pointer;
}
.header_body ul li:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.header_kefu{
	width:340px;
	float:left;
	margin-left:40px;
}
.header_kefu p{
	width:200px;
	line-height:46px;
	color:#eee;
	float:left;
}
.header_kefu .qq{
	width:110px;
	margin-right:10px;
	border-right:1px solid #050915;
	margin-top:14px;
	line-height:12px;
	cursor:pointer;
	height:15px; 
}
.header_kefu .qq img{
	margin-top:-17px;
}
.header_body .login{
	height:46px;
	width:300px;
	float:left;
}
.app_down{
	width: 100px;
	height: 46px;
	line-height: 46px;
	float: left;
}
.header_body .login p{
	
	color:#eee;
}
.app_down{
	width:90px;  
	height:46px;
	float:left;
	line-height:46px;
	cursor:pointer; 
	color:#eee;
	position:relative;
}
.app_down img{
	float:left;
}
.erweima{
	position:absolute;
	top: 33px;
	display:none;
    left: -13px;
    z-index:999;
}
.banner{
	padding:0px !important;
}
/*--------------右侧资讯导航---------------*/
.t_nav {
	font-size:14px;
    height: 190px;
    width:85px;
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 111;
}
.t_nav ul li {
    height: 32px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 2px;
}
.t_nav ul li a{
	display: block;
	height: 32px;
	color:#fff;
	font-size: 12px;
	line-height: 32px;
	background:#212530;
	text-align: center;
}
.t_nav ul li a:hover{
	transform: scale(1.2);
	-webkit--transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.t_nav ul li:nth-child(1) a:hover{
	background: #ff955b;
}
.t_nav_1{
	transform: scale(1.2);
	-webkit--transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	background: #ff955b;
}
.t_nav ul li:nth-child(1) a.cur {
	background-color: #ff955b;
	color: #fff;
	transform:scale(1.2,1.2);
}
.t_nav ul li:nth-child(2) a:hover{
	background: #313ddf;
}
.t_nav_{
	transform: scale(1.2);
	-webkit--transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	background: #313ddf;
}
.t_nav ul li:nth-child(2) a.cur {
	background-color: #313ddf;
	color: #fff;
	transform:scale(1.2,1.2);
}
.t_nav ul li:nth-child(3) a:hover{
	background: #ff5b5c;
}
.t_nav_4{
	transform: scale(1.2);
	-webkit--transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	background: #ff5b5c;
}
.t_nav ul li:nth-child(3) a.cur {
	background-color: #ff5b5c;
	color: #fff;
	transform:scale(1.2,1.2);
}
.t_nav ul li:nth-child(5) a:hover{
	background: #c452ff;
}
.t_nav ul li:nth-child(5) a.cur{
	background: #c452ff;
	color: #fff;
	transform:scale(1.2,1.2);
}
.t_nav ul li:nth-child(4) a:hover{
	background: #31b9ff;
}
.t_nav_5{
	transform: scale(1.2);
	-webkit--transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	background: #c452ff;
}
.t_nav ul li:nth-child(4) a.cur {
	background-color: #31b9ff;
	color: #fff;
	transform:scale(1.2,1.2);
}
.t_nav ul li:nth-child(6) a:hover{
	background: #0cccc1;
}
.t_nav ul li:nth-child(7) a{
	background:#0caad1;
}
