﻿@charset utf-8;

/* 
 * 泰隆个人银行首页样式(黄色)
 * @author:sunsc  
 */
/* #closeAll {

	background-color: #ff8751;
	font-weight: bold;
	
}
#closeAll.hover {
	background: none repeat scroll 0% 0% #e15517;
} */
  #mainWrapper{background:url(images/mainBg.jpg) no-repeat center;background-attachment:fixed; overflow-x:hidden; overflow-y:scroll;} 
/*头部-banner*/
.banner{background:url(images/topbg.jpg) repeat-x scroll 0% 0% #FFF; height:60px;}
.logo{
	float:left;
	display:inline;
	background:url(images/logo.png) no-repeat top left transparent; 
	width:440px; 
	height:60px;
	margin-left: -5px;
}
/*.logo_dy{
	float:left;
	display:inline;
	background:url(images/logo_dy.png) no-repeat top left transparent; 
	width:452px; 
	height:60px;
	margin-left: -5px;
}
.logo_qy{
	float:left;
	display:inline;
	background:url(images/logo_qy.png) no-repeat top left transparent; 
	width:452px; 
	height:60px;
	margin-left: -5px;
}
*/
.logo_vill{
	float:left;
	display:inline;
	width:202px; 
	height:47px;
	background-size: 100%;
}
.search{
	float:left;
	display:inline;
	width:150px;
	height:26px;
	line-height:26px;
	border:1px solid #d8d7d7;
	border-right:none;
	background-color:#fffffd;
}
.search-btn{
	float:left;
	display:inline;
	background:url(images/btn_search.png) no-repeat;
	width:27px;
	height:28px;
	border:none;
}
/*头部-导航*/
.main-nav{background:url(images/main_nav_bg.png) repeat-x;height:68px;}
.main-nav-blue{background:url(images/main_nav_bg_blue.png) repeat-x;}

.main-tab-on .main-tab-left{
	padding:3px 0px 0;
	color:#000;
	background: url('images/menu_background_de.png') repeat-x;
}
.mainNav-cutLine{
	float:left;
	display:inline;
	width:0px;
	height:26px;
	margin-top:6px;
}
.sec-nav-item span a{
	display:block; 
	color:#000000; 
	padding:0px 0px;
}
.sec-nav-item span .sub-nav-item-hover{
	display:block; 
	color:#FF9400; 
	padding:0px 0px;
	background-color:#EEE; 
	text-decoration:none;
}
.sec-nav-item .third-nav-item{
	border:1px solid #424242;
}
.sec-nav-item .third-nav-item span{
	position:static; 
	_margin:0;
	_padding:0; 
	_float:none;
	display:block; zoom:1;
	font-size:12px;
}
.sec-nav-item .third-nav-item span a{
	color:#333;
}
.sec-nav-item .third-nav-item span{
	border-top:1px solid #e5e5e5;
}
.sec-nav-item .third-nav-item span .third-nav-item-hover{
	display:block;
	padding:8px 5px 8px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e5e5e5;
	background-color:#EEE;
	text-decoration:none;
	border-radius:0;
}
.sec-nav-item .forth-nav-item{
	border:1px solid #ad8200;
}
.qm-header-open{background:url(images/quickMenu_headBg.png) repeat-x; border-radius:5px 0 0 5px;}
.qm-header-open h3{
	background:url(images/qm_title_arrow.png) no-repeat;
	background-position:73px 10px;
	text-indent:7px;
	line-height:28px;
	color:#fff;
	font-size:14px;
	width:80px;
	cursor:pointer;
}
.qm-header-close{
	background:url(images/quickMenu_headBg_close.png) repeat-y; 
	border-radius:5px 0 0 5px; 
	width:33px; 
	height:119px;
}
.qm-header-close h3{
	background:url(images/qm_title_arrow.png) no-repeat;
	background-position:13px 88px;
	line-height:20px;
	color:#fff;
	font-size:14px;
	width:15px;
	cursor:pointer;
	padding:5px 0 15px 9px;
}
.qm-footer {
	background:url(images/quickMenu_footBg.gif) no-repeat;
	height:3px; line-height:3px; font-size:0px;
}
/*返回顶部*/
#backToTop{
	position:fixed;
	bottom:40px;
	_position:absolute;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-50);
	_bottom:auto;
}
.to-top a{
	display:block;
	background:url(images/to_top.png) no-repeat;
	width:18px;
	height:79px;
}
.leave-msg a{
	display:block;
	background:url(images/leave_msg.png) no-repeat;
	width:23px;
	height:65px;
}
.leave-msg a:hover{background:url(images/leave_msg_hover.png) no-repeat;}

.quick-menu{background-color:#d0b453; height:35px;}
#footer{
	height:30px;
	border-bottom: 5px solid #FF8751;
	background:#F5F5F5;
}
/*任务栏*/
.taskBar ul li,.taskBar ul li.taskBarItem,.taskBar ul li.taskBarItem_on{
	position:relative;
	z-index:105;
	display:inline;
	float:left;
	width:10%;
	height:30px;
	line-height:26px;
	overflow:hidden;
	padding-right:3px;
	padding-left:9px;
	margin-right:3px;
	/* margin-top:2px; */
}
.taskBar ul li,.taskBar ul li.taskBarItem{
	background:#CCC;
}
.taskBar ul li.taskBarItem_on{
	background:#FF8751;
}
