/************************
/************************
/**********公共CSS样式*******
/************************
/************************/
html{overflow:hidden;overflow-y:auto;}
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #222222;
	overflow:hidden;
	overflow-y:auto;
					
}
DIV {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-WIDTH: 0px;
}

FORM {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-WIDTH: 0px
}

IMG {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-WIDTH: 0px
}

UL {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-WIDTH: 0px
}

LI {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BORDER-RIGHT-WIDTH: 0px
}
.red{
	color:#ff0000;
}


/***********公共链接样式**************/

a{
	color: #003366;
	text-decoration: none;
}

a:link{
	color: #003366;
	text-decoration: none;
}

a:visited{
	color: #003366;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
	cursor:pointer;
}
 /* 网站中所有单选和多选项的样式 */
.boxes{  
	border:0px;
}
.clear{
	clear:both;
}

/*****************************************************/

/********************					
/********************
/********************
/* 网站顶部样式表 */
/*********************/

#top{
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/Top_bg.gif);
	background-repeat:repeat-x;
	width:800px;
	
}
#topNav{
	float:left;
	background-color:#1576bd;
	height:15px;
	width:220px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	padding:7px 0px 2px 0px;
	letter-spacing:1px;
	font-size:11px;
    display:inline;

}

#nav{
	
	float:right;
	
}
#topLink{
	width:100%;
	height:56px;
	text-align:right;
	letter-spacing:1px;
	color:#666666;
	padding:2px 2px 0px 0px;
	font-size:11px;
	overflow:hidden;
}
.topLine{
	background-image:url(/images/top_line_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:6px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}
.TopLogo{
	background-image:url(../images/Title_logo.gif);
	background-repeat:no-repeat;
	float:left;
	width:254px;
	height:83px;
}
.RightLogo{
	float:right;
	text-align:right;
	height:83px;
	width:260px;
	background-image:url(../images/Right_logo_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}.ent_TopLogo{
	background-image:url(../images/Title_logo_ent.gif);
	background-repeat:no-repeat;
	float:left;
	width:349px;
	height:83px;
	cursor:pointer;
}
.ent_RightLogo{
	float:right;
	text-align:right;
	height:83px;
	width:260px;
	/*background-image:url(/images/ent_right_log.gif);*/
	/*background-image:url(/images/Right_logo_bg.gif);*/
	background-position:right;
	background-repeat:no-repeat;
}
#topNav a{
	color:#ffffff;
}
.navimg{
	border:0px;
	width:40px;
	height:24px;
	float:left;
}
.topNav2{
	background-image:url(../images/nav_per.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:28px;
	text-align:right;
	padding-left:120px;
	color:#ffffff;
	letter-spacing:1px;
	float:left;
	line-height:25px;
	position:relative;
}

.topNav2 a{
	color:#ffffff;
	text-decoration:none;
	margin:1px 1px 1px 1px;
	width:120px;
	text-align:center;
	text-decoration:none;
}

.topNav2 a:visited{
	color:#ffffff;
	text-decoration:none;
	margin:1px 1px 1px 1px;
	width:120px;
	text-align:center;
	text-decoration:none;
}
.topNav2 a:hover{
	color:#000000;
	margin:1px 1px 1px 1px;
	width:120px;
	text-align:center;
	text-decoration:none;
	background-color: #99c9e9;
	padding-top:4px;
	padding-bottom:3px;
}
.topNav2 .change{
	position:absolute;
	left:3px;
	top:0;
	line-height:28px;
}
.topNav2 .change a{
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:underline !important;
}
.topNav2 .change a:hover{
	color:#FF0000 !important;
	text-decoration:underline !important;
	background:none;
}
/************************************************/
/********************					
/********************
/********************
/* 网站中部样式表 */
/*********************/
/*************主模块显示层样式****************/
.mainDiv{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	height:100%;
	border:1px solid #bbbbbb;
	margin-top:2px;
	margin-bottom:2px;	
}
/****************主广告********************/
.bigAdv{
	width:577px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px solid #d6ebff;
	
}
/*********************登入区***************/
.loginDiv{
	border:1px solid #77b1d7;
	background-repeat:repeat-y;
	background-position:right;
	width:215px;
	font-size:0px;
	
}
/***************新闻列表区*****************/
.new {
	font-style:oblique;
	font-weight:bold;
	font-size:0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:30px;
	color:#ff0000;
}
.mainNews{
	padding:1px 1px 1px 1px;
	height:230px;
}
.newsLi{
	text-decoration:none;
	background-image:url(/images/news_Arrow.gif);
	background-repeat:no-repeat;
	border-bottom:1px dashed #bbbbbb;
	padding:2px 3px 2px 18px;
	margin-right:5px;
	margin-left:3px;
	
}
.newsTab{
	float:left;
	/*background-image:url(/images/News_Tabs_bg.gif);*/
	background-repeat:no-repeat;
	height:22px;
	width:55px;
	text-align:center;
	padding:5px 5px 0px 5px;
	margin-left:5px;
}
.More{
	float:right;
	background:url(/images/Title_More.gif) no-repeat bottom right;
	height:15px;
	text-align:right;
	padding:4px 0px 0px 0px;
	width:575px;
	border-right:1px solid #d6ebff;
	border-left:1px solid #d6ebff;
	border-bottom:1px solid #d6ebff;
}

/********************************表格内字体样式*****************************/
.serList_Title{
	color:#000000;
	padding:10px 0px 0px 8px;
}
.serList_Content{
	line-height:1.5;
	font-size:12px;
	color:#666666;
	padding:0px 0px 4px 2px;
	
}
.serList_Content a{
	color: #666666;
	text-decoration: none;
}

.serList_Content a:link{
	color: #666666;
	text-decoration: none;
}

.serList_Content a:visited{
	color: #666666;
	text-decoration: none;
}

.serList_Content a:hover{
	color: #205AA7;
	text-decoration: none;
}
.serList_Content tr{
	vertical-align:text-top;
}


.right_product_tab{
	background-image:url(../images/product_right_tab_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-position:center;
	width:100%;
	color:#ffffff;
	height:23px;
	padding-top:10px;
	margin-bottom:-9px;
	cursor:pointer;
}
#label_ent_fr{
	padding:10px 5px 4px 5px;
	width:205px;
	font-weight:bold;
	
}
.label_ent{
	width:215px;
	float:left;
	padding-top:15px;
}
.label_ent_a{
	border:1px solid #bbbbbb;

	float:left;
	margin:0px 0px 2px 0px;
}
.select_comm{
	width:150px;
	color:#666666;
}

#productRight{
	background-color:#e9f8ff;
	
}
.gototop{
	margin:20px 10px 0 10px;
	float:right;

}
.not_08{
	color:#E60203;
	font-size:11px;
	margin:5px;
}
.specail{
	color:#E33539;
}

/********************					
/********************
/********************
/* 网站底部样式表 */
/*********************/
#foot{
	width:100%;
	float:left;
	text-align:center;
	
}
.foot{
	width:805px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/Foot_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:15px 0px 5px 0px;
	line-height:1.6;
	height:62px;
	
}
.right_test{
	padding:6px 0 0 2px;
	text-align:center;
	display:none;
}
/***************内页文字****************/
.MainTitel{
	font-size:120%;
	color:#0E1C6F;
	text-align:center;
	font-weight:bolder;
	padding:25px 10px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:4px;
	
}
.Maincontent{
	color:#000000;
	padding:5px 10px 10px 10px;	
}
.Maincontent p{
	text-indent:2em;
	line-height:1.5;
	letter-spacing:1px;
}
.Maincontent p{
	text-indent:2em;
	line-height:1.5;
	letter-spacing:1px;
}

.Maincontent  ul{
	margin-left:20px;
}
.Maincontent  ul li {
	margin-top:3px;
}
.Maincontent  ul li a{
	color:#00ff00;
}
.Maincontent h3{
	  font-size: 90%;
  font-weight: bold;
  color: #FA5A06;
  text-indent:2em;
	
}
.Maincontent h4{
	 font-size: 100%;
 font-weight: bold;
 color: #184785;

}
.Maincontent h3 a{
  font-size: 90%;
  font-weight: bold;
  color: #FA5A06;
	margin-left:10px;

}
.Maincontent h2s{
 font-size: 120%;
 color: #FA5A06;

}

.spdiv{
	width:100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.imgli{
	padding:13px 10px 12px 0px;
	margin:10px 0px 10px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #184785;
	text-align:left;
}
.imgli a{ 
	font-weight: bold;
	color: #184785;
	text-decoration:none;
}
.imgli a:hover{ 
	font-weight: bold;
	color: #184785;
	text-decoration:none;
}
.imgli a:link{ 
	font-weight: bold;
	color: #184785;
	text-decoration:none;
}
.imgli a:visited{ 
	font-weight: bold;
	color: #184785;
	text-decoration:none;
}
.imgli1{
	padding:0px 10px 0px 0px;
	margin:10px 0px 10px 0px;
	font-size: 100%;
	text-align:left;
	height:90px;
}
.testbg{
	background-image:url(../images/per_product_title3.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:26px;
	text-align:right;
	padding-top:6px;

}
.testbg_1{
	background-image:url(/images/per_product_title2.jpg);
	background-repeat:no-repeat;
	width:215px;
	height:24px;
	text-align:right;
	padding-top:3px;

}
.newslistUL{
	float:left;
	width:565px;
	text-decoration:none;
	text-align:left;
	padding:15px 5px 15px 5px;
	list-style:none;
	
}
.newslistLi{
	text-decoration:none;
	border-bottom:1px dashed #bbbbbb;
	padding:5px 8px 5px 8px;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	width:540px;
}
/********理财频道xml样式***************/
.newslistLi_1{
	text-decoration:none;
	background-image:url(/images/news_Arrow.gif);
	background-repeat:no-repeat;
	border-bottom:1px dashed #bbbbbb;
	padding:5px 3px 5px 20px;
	margin-right:5px;
	margin-left:3px;
	margin-top:4px;
	margin-bottom:4px;

}
/***********理财频道xml样式结束************/
.newsLi{
	text-decoration:none;
	background-image:url(/images/news_Arrow.gif);
	background-repeat:no-repeat;
	border-bottom:1px dashed #bbbbbb;
	padding:5px 3px 5px 20px;
	margin-right:5px;
	margin-left:3px;
	margin-top:4px;
	margin-bottom:4px;	
}

.newsLi a{
	color: #003333;
	font-size:12px;
	text-decoration: none;
}

.newsLi a:link{
	color: #003333;
	text-decoration: none;
	font-size:12px;
}

.newsLi a:visited{
	color: #003333;
	text-decoration: none;
	font-size:12px;
}

.newsLi a:hover{
	color: #ff0000;
	text-decoration: none;
	font-size:12px;
}

.newsdata{
	float:right;
	width:64px;
	margin-left:-20px;
	margin-top:-16px;
}

/**个人网银、公司网银 模板内容 备注层**/
.ps_0117_con{
   background-color:#ffffff; width:100%; 
   margin:0 auto;
   text-align:center;}
.ps_0117_top{
   width:99%;
   height:2px;
   background-color:#8ac8f1;
   overflow:hidden;}
.ps_0117_top2{
   width:100%;
   height:1px;
   background-color:#cccccc;
   overflow:hidden;}
.ps_0117_word{
   width:99%;
   background-color:#e9f8ff;
   margin-top:5px;}
.ps_0117_word2{
   width:97%;
   font-size:12px;
   line-height:200%;
   margin:5px 0px 10px ;
   color:#545454;
   text-align:left;}
 
 /******************************** 新首页表格样式 ***************************************/
 
.table_Common{
	text-align:center;
	clear:both;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	color:#666666;
	background:#f0faff;
	
	
}
.table_Common .table_border{
	border:1px solid #CCCCCC;
	padding:3px 1px 0px 1px;
}
.table_Title{
	font-weight:bold;
	line-height:24px;
	border:1px solid #CCCCCC;
	padding-top:3px;
	color:#3e4870;
}
 

 
 /*********************** 临时使用的样式*****************************/
 .tabel_common{
	width:96%;
	text-align:center;
	padding:1px 1px 1px 1px;
	color:#666666;
	border:1px solid #999999;
}
.tabel_common_td{
	width:45%;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.tabel_common_td_freewidth{
line-height:20px;
width:38%;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.tabel_common_td_1{
width:30%;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
.tabel_common_right{
	border-right:1px solid #999999;
}
.tabel_common_bottom{

	border-bottom:1px solid #999999;
}

 /*********************** 手机银行（企业版）*****************************/
.MobileTitel{
	font-size:16.0pt;
	color:#C00000;
	text-align:center;
	font-weight:bolder;
	padding:25px 10px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:4px;
	
}
.MobileContent{
	color:#1F497D;
	padding:5px 10px 10px 10px;	
}

.MobileContent p{

	text-indent:2em;
	line-height:150%;
	letter-spacing:1px;
	font-size:11.0pt;

}

/************人民币基础利率*****************/
.base_loadbg{
	background-image:url(/images/2013/ent_product_list6.png);
	background-repeat:no-repeat;
	width:215px;
	height:26px;
	text-align:right;
	padding-top:6px;	
}

.serList_Content1{
	line-height:1.5;
	font-size:12px;
	color:#666666;
	padding:0px 0px 55px 2px;
	
}


#redlink a{
    color: #003377;
    text-decoration:none;
}

#redlink a:visiteid  {
   color:red;
   text-decoration:none;
}
   
#redlink a:hover{
	color: #ff0000;
	text-decoration: underline;
	cursor:pointer;
}

.loginIcon{
	background-image:url(/images/login_new_tip.png);
	background-repeat:no-repeat;
	width:215px;
	height:54px;
}

.executiveIcon{
	background-image:url(/images/executive_new_tip.png);
	background-repeat:no-repeat;
	width:215px;
	height:54px;
}

.fmallIcon{
	background-image:url(/images/fmall_new_tip.png);
	background-repeat:no-repeat;
	width:215px;
	height:54px;
}