/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* * { font: 12px '宋体'，Arial, Helvetica, sans-serif;} */

body{
  margin:0px 0px 0px 0px;
  paddign:0px 0px 0px 0px;
  background-color: #FFFFFF;
}

.bg1{
	background-color: #ffffff;
}

/**************************************************/
/*****************大菜单标题***********************/
/**************************************************/

.totalmenutitle{
	padding:0px;
	text-decoration:none;
	display:block;
}

.menutitle{
  width:173px;
  margin:0px;
  padding:0px;
  overflow: hidden;
}

.menutitle img{
  width:173px;
  margin:0px;
  padding:0px;
  overflow: hidden;
}

a#quickmenutitle{
	width:173px;
	padding:0px;
	text-decoration:none;
	display:block;
}
.quickmenu{
	padding:0px;
}

a.quickmenu {
	text-decoration:none;
	color:#174179;
	background:inherit;
}

a.quickmenu:hover {
	color:red;
	background:inherit;
}
.chang{
	text-decoration:none;
	color:red;
	background:none;
	line-height:22px;
}
#totalmenu{
/* 	height:478px; */
}

/****************全部菜单************************/
a#totalmenutitle{
	width:173px;
	padding:0px;
	text-decoration:none;
	display:block;
}
/**************************************************/
/*****************UL ,LI 控制***********************/
/**************************************************/
ul{
	list-style:none;
	margin:0;
	padding:0;
}

.triangle_mark{
	width:173px;
	padding-left:0px;
}

.triangle_mark li{
	width:177px;
	line-height:22px;
	background-image:url(../images/menu_arrow.gif);
	background-position: 15px center;
	background-repeat:no-repeat;
	background-color:#fff;
	text-decoration:none;
	color:#174179 !important;
	border-left:solid 1px #9accff;
	border-right:solid 1px #9accff;
	border-bottom:solid 1px #CCCCCC;
	display:block;
	overflow:hidden;
}
* html .triangle_mark li{
	width:179px;
	line-height:22px;
	background-image:url(../images/menu_arrow.gif);
	background-position: 15px center;
	background-repeat:no-repeat;
	background-color:#fff;
	text-decoration:none;
	color:#174179 !important;
	border-left:solid 1px #9accff;
	border-right:solid 1px #9accff;
	border-bottom:solid 1px #CCCCCC;
	display:block;
	overflow:hidden;
}
.arrow_mark li{
	background:url(../images/menu01.gif) no-repeat;
	height:24px;
	width:173px;
	padding-top:5px;
	float:left;
}

.circle_mark li{
	background:url(../images/menu02.gif) no-repeat;
	height:24px;
	width:173px;
	padding-top:5px;
	margin-bottom:-5px;
	float:left;
}

.circle_mark_selected{
	background: no-repeat;
}

/**************************************************/
/***************** 子菜单样式 *********************/
/**************************************************/

#subtotalmenutitle{
}

#subtotalmenu{
	max-height:50px;
}

.submenu{
	margin-top:2px;
}


/**************************************************/
/***************** 通用样式 ***********************/
/**************************************************/
.hidden{
	display:none;
}

/**************************************************/
/***************** 菜单 style *********************/
/**************************************************/
#nav {
	 list-style-type: none;
	 text-align:left;
	 overflow:hidden;
	 width:600px;
	 /* display: none; */
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
	 padding-left:20px;
	 display: block;
	 padding-top:0px;
	 padding-bottom:0px;
	 overflow:hidden;
	 text-decoration: none;
	 color: rgb(7,37,91);
/* 	 width: 147px; */
}

#nav li {
	 float:left;
	 /*float：left,本不应该设置，但由于在Firefox不能正常显示
	 继承Nav的width,限制宽度，li自动向下延伸*/
}
.subMenuTitle{
	background-image:url(../images/icon_menutip_small_new3.png);
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 50%;
	font-size: 14px;
	color: rgb(7,37,91);
	font-weight: bold;
	width:140px;
	cursor: text;
}

.popMenu{
	margin-left: 15px;
	position: relative;
	width: 900px;
	height: 246px;
}
.SafeExit{
	width:12px;
	height:12px;
	background:url(..images/menu_exit.gif) no-repeat;
}

/*==================二级目录===================*/
#nav li ul li{
	height: 23px;
	line-height:23px;
	cursor: pointer;
	font-size: 13px;
	background: url("../images/icon_subMenuTip_false.png");
	background-repeat:no-repeat;
	background-position: 4% 50%;
}
#nav li ul li a{
	width:120px!important;
	width:132px;
	overflow:hidden;
	display:inline-block;
	background: url("../images/icon_subMenuTip_true.png");
	background-repeat:no-repeat;
	background-position: 4% 50%;
	font-size: 13px;
	border:0px;
/* 	color: rgb(92,92,92); */
	color: black;
    /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
#nav li ul li a:link{
	color: black;
	overflow: visible;
	font-size: 13px;
}
#nav li ul li a:hover{
	color: white;
	background-color: rgb(87,154,226);
	text-decoration: none;
	font-weight: bold;
}


#content {
	clear: left; 
}

#PARENT{
	width:173px;
}

.nomal2{
	width:173px;
	background-image:url(../images/menu_arrow1.gif);
	background-repeat:no-repeat;
	background-position:2px top; 
	background-color:#a40011;
	text-decoration:none;
	color:#a40011;
	display:block;
}

/*安全退出，客户留言*/
#tip{
	height: 20px;
	width: 176px;
	line-height: 20px;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-top: 10px;
}

#tip .exit{
	background-image: url(../images/menu_exit.png);
	background-repeat: no-repeat;
	line-height: 26px;
	font-size: 17px;
	margin-left: 15px;
}
#tip .guest{
	background-image: url(../images/iconOnlineService1.png);
	background-repeat: no-repeat;
	line-height: 26px;
	font-size: 17px;
	margin-left: 5px;
}
#tip a{
    font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-align: center;
	margin-left: 4px;
	vertical-align: 15%;
}
.menuDiv{
	margin-top: 10px;
	border: solid 1px rgb(144,144,144);
	width: 176px;
	margin-left: 7px;
}
#menuBorder{
	font-family: '微软雅黑'，Arial, Helvetica, sans-serif;
}

.menuItem{
	width:176px;
	height:46px;
	cursor: pointer;
/* 	border: solid 1px rgb(144,144,144);  */
	border-bottom:0px;
	color: rgb(88, 88, 88);
}

.menu_myPersonBank{
	background: url("../images/icon_myPersonBank_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_myPersonBank_true{	
	background: url("../images/icon_myPersonBank_true.png");
}
.select_myPersonBank{
	background: url("../images/icon_myPersonBank_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}

.menu_account{
	background: url("../images/icon_account_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_account_true{	
	background: url("../images/icon_account_true.png");
}
.select_account{
	background: url("../images/icon_account_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}

.menu_finance{
	background: url("../images/icon_finance_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}

.menu_finance_true{	
	background: url("../images/icon_finance_true.png");
}

.select_finance{
	background: url("../images/icon_finance_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}
.menu_preciousMetal{
	background: url("../images/icon_preciousMetal_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}

.menu_preciousMetal_true{
	background: url("../images/icon_preciousMetal_true.png");
}
.select_preciousMetal {
    background: url("../images/icon_preciousMetal_select.png");
    color: #fff;
	margin-left: 0px;
    border-bottom:none;
}

.menu_transfer{
	background: url("../images/icon_transfer_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_transfer_true{
	background: url("../images/icon_transfer_true.png");
}
.select_transfer{
	background: url("../images/icon_transfer_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}
.menu_faithCentral{
	background: url("../images/icon_faithcentral_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_faithCentral_true{
	background: url("../images/icon_faithcentral_true.png");
}
.select_faithCentral{
	background: url("../images/icon_faithcentral_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}
.menu_lifeService{
	background: url("../images/icon_lifeservice_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_lifeService_true{
	background: url("../images/icon_lifeservice_true.png");
}
.select_lifeService{
	background: url("../images/icon_lifeservice_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}

.menu_foreignMoney{
	background: url("../images/icon_foreignmoney_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}
.menu_foreignMoney_true{
	background: url("../images/icon_foreignmoney_true.png");
}
.select_foreignMoney{
	background: url("../images/icon_foreignmoney_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}

.menu_loan{
	background: url("../images/icon_loan_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}

.menu_loan_true{
	background: url("../images/icon_loan_true.png");
}
.select_loan{
	background: url("../images/icon_loan_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}
.menu_signing{
	background: url("../images/icon_signing_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}

.menu_signing_true{
	background: url("../images/icon_signing_true.png");
}

.select_signing{
	background: url("../images/icon_signing_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}

.menu_safetySetting{
	background: url("../images/icon_safetysetting_false.png");
	border-bottom: 1px solid rgb(232, 236, 243);
}

.menu_safetySetting_true{
	background: url("../images/icon_safetysetting_true.png");
}

.select_safetySetting{
	background: url("../images/icon_safetysetting_select.png");
	color: #fff;
	margin-left: 0px;
	border-bottom:none;
}
.menu_quick{
	background: url("../images/icon_quick_false.png");
}

.menu_quick_true{
	background: url("../images/icon_quick_true.png");
}

.menuIcon{
	line-height: 46px;
	font-size: 15px;	
	height: 46px;
	font-weight: bold;
	text-indent: 30px;
	background-position: -1px 0px;
	background-position-x: -5px;
	width: 176px;
	text-align: center;
	float: left;
}
.subMenuDiv{
	display: none;
	position: relative;
	width:810px;
	font-family: '微软雅黑'，Arial, Helvetica, sans-serif;
}

.subMenuItem{
	margin: 30px;
	margin-top: 22px;
	float: left;
	color: rgb(39, 39, 39);
	font-size: 12px;
	width: 130px;
	height: 175px;
}

.pointAre{
	float: left;
	position: relative;
	background: url("../images/point.png");
	background-repeat:no-repeat;
	margin-left: -11px;
	top: 23px;
	width: 8px;
	height: 16px;
	z-index: 100;
}
.thirdLeverMenu{
	border: none;
	background: url("../images/icon_subMenuTip_small.png") no-repeat;
}

.clear {
	clear: both;
}
.bodyerMenu{
	display: none;
	position: absolute;
	left: 183px;
	height: 412px;
	top: 2px
}
.subMenuTip{
	left: 5px;
	width: 4px;
	height: 4px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 0px;
	float: left;
	background: url("../images/icon_subMenuTip_small.png") no-repeat;
	position: relative;
}
.leftMenu{
	width: 555px;
	height: 348px!important;
	height:364px;
	
}
.sSplit{
	margin-left: 556px;
	margin-top: -310px;
	height: 300px;
}
.contentMenu{
	width: 798px;
	height: 355px;
	display:none;
	position:relative;
	background: white;
	box-shadow: 5px 5px 20px gray;
	-webkit-box-shadow: 5px 5px 20px gray;
	-moz-box-shadow: 5px 5px 20px gray;
	-o-box-shadow: 5px 5px 20px gray;
	float:left;
	margin-left: -4px;
	border: 1px solid grey;
	margin-top: 3px;
	z-index:99;
}
.quickMenuIcon{
	width:11px;
	height:11px;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 10px;
	float:left;
}
.quickContentMenu{
	width: 206px;
	height: 403px;
}
.qucikLeftMenu{
	width: 198px;
	float: left;
	margin: 3px;
}
.quickMenuImg1{
	background: url("../images/icon_quickmenu1.png") no-repeat;
}
.quickMenuImg2{
	background: url("../images/icon_quickmenu2.png") no-repeat;
}
.quickMenuImg3{
	background: url("../images/icon_quickmenu3.png") no-repeat;
}
.quickMenuImg4{
	background: url("../images/icon_quickmenu4.png") no-repeat;
}
.quickMenuImg5{
	background: url("../images/icon_quickmenu5.png") no-repeat;
}
.quickMenuImg6{
	background: url("../images/icon_quickmenu6.png") no-repeat;
}
.quickMenuImg7{
	background: url("../images/icon_quickmenu7.png") no-repeat;
}
.quickMenuImg8{
	background: url("../images/icon_quickmenu8.png") no-repeat;
}
.quickMenuImg9{
	background: url("../images/icon_quickmenu9.png") no-repeat;
}
.quickMenuImg10{
	background: url("../images/icon_quickmenu10.png") no-repeat;
}

.quickMenuTitle{
	padding-top: 5px;
	height: 25px;
	color: rgb(7,37,91);
}

.quickMenuName{
	float:left;
}

.quickMenuName a{
	color:rgb(92,92,92);
	font-size: 13px;
}
.quickMenuName a:hover,.quickMenuName a:active{
	color:rgb(46,97,176);
	font-size: 13px;
}

.recycleIcon{
	margin-top: 0px!important;
	margin-top: -16px;
	width: 12px;
	height: 15px;
	right: 2px;
	position:relative;
	float:right;
	cursor: pointer;
}
.class4QuickMenu {
list-style: none;
}
.subMenuTitleText {
font-weight: bold;
color: #000;
font-size: 14px;
float: left;
}
#newMenu{
	position:absolute;
}
.noneQuickMenuTip{
	margin-top: 202px;
	text-align: center;
	color: rgb(92,92,92);
}
.quickLink {
	color: rgb(92,92,92);
	font-size:13px;
	cursor: pointer;
}
#qucikMenuTip{
	margin-top: -8px;
	font-weight: bold;	
}
.rightRecommend{
	margin-top: -350px!important;
	margin-top: -366px;
	margin-left: 574px;
	width: 186px;
	height: 344px;
}
.recommendOne,.mostUse{
	width: 184px;
	height: 145px!important;
	height:160px;
	margin-top:22px;
}
.title_r,.title_m{
	margin-left: 12px;
	border-bottom: 1px solid rgb(175,175,175);
	font-size: 14px;
	color: rgb(7,37,91);
	font-weight: bold;
	padding-left: 27px;
	padding-bottom: 4px;
	margin-bottom:12px;
}
.title_r{
	background-image:url(../images/icon_menutip_small_new3.png);
	background-repeat: no-repeat;
	background-position-x: 2%;
	background-position-y: 24%;
}
.title_m{
	background-image:url(../images/icon_menutip_small_new3.png);
	background-repeat: no-repeat;
	background-position-x: 2%;
	background-position-y: 24%;
}
.recommendItem,.mostUseItem{
font-size: 12px;
border:0px;
color: rgb(92,92,92);
padding-left: 24px;
margin-left: 18px;
height:20px!important;
height: 22px;
}
.mostUseItem{
	background: url("../images/icon_recommendmenutip2_small.png");
	background-repeat: no-repeat;
	background-position: 2% 32%;
}
.recommendItem{
	background: url("../images/icon_recommendmenutip1_small.png");
	background-repeat: no-repeat;
	background-position: 2% 32%;
}
.recommendItem a:link,.mostUseItem a:link,
.recommendItem a:visited,.mostUseItem a:visited{
	width:150px;
	overflow:hidden;
	display:inline-block;
	color: rgb(92,92,92);
	white-space: nowrap;
}
.recommendItem a:hover,.mostUseItem a:hover{
	color: rgb(46,97,176);
	text-decoration: underline;
	font-weight: bold;
}
#nav .selectM{
	color: rgb(46,97,176);
	font-weight: bold;
}
.navli{
	margin-right:25px;
	margin-left:25px;
	marign-bottom:0px;
	margin-top:22px;
	width: 132px;
	height:145px!important;
	height: 160px;
}
.borderline{
	border-bottom: 1px solid rgb(58,100,175);
	margin-bottom: 6px;
	margin-bottom: 8px;	
	margin-top: 3px;
}
.navli ul li{
	width:100%;
	clear:both;
}