/* 全局样式 */
*{
    padding: 0px;
    margin: 0px;
    border-style:none;

}
.show{
    display: inline-block !important;
}
html,body{
    height: 100%;
}
a{
    text-decoration: none;
    border: none; 
    color: #333333;
}

ol, ul {
  list-style: none;
}
.mainbox{
    width: 1120px;
    margin: 0 auto;
    height: 30px;
    position: relative;
}
.ck-slideboxAll{
    position: absolute;
    bottom: 38px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.PrivacyAll >.f_input {
    position: absolute;
    bottom: 120px;
}
.PrivacyAll >.footerAll {
    position: absolute;
    bottom: 0px;
}
.SiteMapAll>.footerAll {
    position: absolute;
    bottom: -250px;
}
.SiteMapAll>.f_input {
    position: absolute;
    bottom: -110px;
}
/* cash列表导航 */
.cashContentAll{
    width: 1120px;
    margin: 40px auto;
    padding-bottom: 100px;

}
.cashListTitle{
    background:  #004EAA;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
    height: 52px;
    width: 300px;

    background-image: linear-gradient(180deg, #0062DB 0%, #004EAA 100%);
}
.cashListAll{
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    
}
.cashListbox{
    border: 1px solid #C9C9C9;
    width: 220px;
    padding:8px 16px 0 16px;
    display: inline-block;
    margin-left: 16px
}
.cashListtext{
    font-size: 14px;
    color: #333333;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid  #D8D8D8;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.range{
    width: 0px;
    height: 0px;
    position: absolute;
    border-top: 12px solid #0A2C5C;
    border-left: 16px solid transparent;
}
.cashListtext a:hover{
    color: #003779;
    font-weight:bold
}

.cashListAll .cashListbox li.cashListtextAtv a{
	color: #003779;
    font-weight:bold
}	
.cashListAll .cashListbox li:last-child{
	border-bottom:0px
}
/*  */
.cashInfotAll{
    width: 730px;
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
}
.cashInfoTText{
    font-size: 16px;
    color: #003779;
    margin-top: 15px;
    line-height: 30px;
    border-bottom: 1px solid #003779;
	padding: 0px 75px 0px 10px;
	display: inline-block;
}
.cashInfotitle{
    border-bottom: 1px solid #C9C9C9;
}
.cashInfotext{
    margin-top: 17px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding:  0 10px;
    word-break:break-all;
}
.cashInfoimg img{
    width: 100%;
    height: 180px;
    margin-top: 24px;
}


/*********************************************/
/***************** 首页banner ***************/
/*******************************************/

@media screen and (max-width: 1004px){ 
	.top-benner.ck-slide {
		width: 1120px;
	}
}
.top-benner.ck-slide {
    margin-top: -50px;
    height: 425px;
    position: relative;
}

.top-benner ul {
    list-style: none;
}

.top-benner ul.benner-change{
    position: absolute;
    z-index: 1;
    height: 425px;
    width: 100%;
}

.top-benner ul.benner-change li{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
	transition: all 3s ease;
}

.top-benner ul.benner-change li.show {
    opacity: 1;
    z-index: 1;
    filter: alpha(opacity=100);
}

.top-benner ul.benner-change li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ck-slidebox {
    z-index: 3;
    width: 150px;
    display: inline-block;
    position: relative;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
    border-radius: 3px;
    height: 24px;
    text-indent: -9999px;
    margin-top: 1px;
    width: 24px;
    z-index: 2;
    margin-left: -28px;
}

.ck-slide .ck-prev {
    background: url(../images/icon/page_left.png) no-repeat scroll 50% center;
    display: block;
    position: absolute;
    left: 32px;
}

.ck-slide .ck-next{
    background: url(../images/icon/page_right.png) no-repeat scroll 50% center;
    float: left;
}

.ck-slidebox ul {
    border-radius: 25px;
    height: 24px;
    float: left;
    background: rgba(0,0,0,0.5);
    padding: 1px 31px;
}

.ck-slidebox ul li {
    float: left;
    height: 15px;
    margin: 4px 5px;
}

.ck-slidebox ul li em {
    background: url(../images/icon/doc.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 15px;
    text-indent: -999px;
    width: 15px;
}

.ck-slidebox ul li.current em {
    background: url(../images/icon/doc_s.png) no-repeat;
}

/*********************************************/
/***************** 导航栏 ****************/
/*******************************************/


 .headerAll{
    width: 100%;
    height: 104px;
    z-index: 700;
    background: url('../images/pic_top_bg.png') no-repeat center;
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
}
.secheaderAll{
    width: 100%;
    height: 104px;
    background: #ffffff;
    z-index: 700;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    position: relative;

}
.secheaderAll .headerTop{
    padding-top: 10px;
}
.secheaderAll .Headerimg{
    margin-top: 20px;
}
.secheaderAll .headerTop_l{

position: relative;
top: 15px;
}

.secheaderAll  .headerCenterNav{
    padding-top: 25px;

}
.all{
    position: relative;
  
}
.PrivacyAll{
    min-height: 100%;
    position: relative;
}
.a3{
}
.seNav{
    position: absolute;
    background: #ffffff;
    min-width: 170px;
    padding:10px 24px;
    top: 28px;
    z-index: 20000;
    display: inline-block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    left: -10px;
    display:none;
}
.seNavText a{
    display: inline-block;
    font-size: 12px;
    text-align: left ;
    padding: 10px 0px 10px 10px;
    color: #333330;
}
.seNavtext{
    display: inline-block;
    line-height: 30px;
}
.headerTop{
    width: 1120px;
    margin: 0 auto;
    padding-top:  5px;
}
.hraderCenter{
    width: 1120px;
    margin: 0 auto;
    height: 56px;
}

.atv i {
    background-position: -20px 0px !important;
    /* background: url(../images/benner_bg.png) no-repeat !important;  */
}
.headerCenterNav{
    display: inline-block;
    vertical-align: top;
    /* margin-left: 50px; */
    width: 750px;
    float: right;
    margin-top: 10px;    
}
.all{
    font-size: 14px;
    color: #8B95A3;
    /* text-align: center; */
    position: relative;
    display: inline-block;
    
}
.a1,.a1 i{
    width: 81px;
    text-align: right;
    padding-right: 20px;
    /* padding-left: 20px; */
    display: inline-block;
}

.allbox:nth-child(5){
    width: 50px;
    padding-left: 0px;
}

.a2,.a3,.a2 i,.a3 i{
    width: 160px;
    display: inline-block;
}
.a4,.a4 i{
    width: 200px;
    text-align: right;
    display: inline-block;
}
.headerCenterNav .a2:nth-child(6){
    background: red;
}
.all i{
    height: 10px;
    display: inline-block;
    /* display: block;*/
    position: absolute;
    bottom: -10px;
    left: 0px;
    /* background: url(../images/benner_bg.png) center -12px no-repeat; */
}

.Headerimg{
    vertical-align: top;
    display: inline-block;
    margin-top: 10px;
    float: left;
}
.atv{
    font-size: 14px;
    color: #E30B20;
    font-weight: bold;
}
.Privacytext {
    word-break: break-all;
    padding: 0 30px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.Privacytitle {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    padding-bottom: 35px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #979797;
}
.Privacycontent {
    margin: 0 auto;
    width: 1120px;
    padding-top: 35px;
    padding-bottom: 300px;
}
.atv2{
    font-size: 14px;
    color: #E30B20 !important;
    font-weight: bold;
}
.Headerimg img{
    width: 320px;
    height: 36px;
}

.SiteMapAll{
    position: relative;
    min-height: 70%;
}
.headerTop_r{
    font-size: 12px;
    color: #00377A;
    display: inline-block
}
.headerTop_l {
    font-size: 12px;
    padding:  0 20px;
    color: #333333;
    float: right;


}
.headerTop_l a {
    font-size: 12px;
    color: #333333;

}
.headerTop_l a:hover {
    color: #00377A;

}
.allbox{
    position: relative;
    text-align:left !important;
    padding-left: 27px;
}

/* 地图样式 ***********************/
/* 地图页面内容 */

.siteMapBoxall{
    width: 1120px;
    margin: 40px auto;
    padding-bottom: 300px;
}
.siteMapBoxtext a{
    font-size: 12px;
    color: #003779;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 30px;
}
.siteMapBoxtext a:hover{
    font-weight: bold;
    color: #E30B20;
}
.siteMapBox{
    width: 330px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
.siteMapBoxTitle{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}
.siteMapBoxtitleC{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    height:30px;
    display: inline-block;
    width: 200px;
    border-bottom: 1px solid  #003779;

}

/*******************************************/
/*********************************************/
/***************** 首页公告 by cairp ***************/
/*******************************************/
.notice {
    clear: both;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    z-index: 2;
}

.notice .notice_bg {
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: -1;
}

.notice .main {
    width: 1120px;
    margin: 0 auto;
    height: 100%;
}

.notice span {
    background: url(../images/icon_notice.png) no-repeat;
    display: block;
    position: absolute;
    top: 3px;
    height: 25px;
    width: 27px;
    font-weight: bold;
    color: #fff;
}

.notice .notice-overflow {
    height: 30px;
    left: 30px; 
    display: block;
    top: 0px;
    position: absolute;
    overflow: hidden;
    width: 775px;
    color: #fff;
}

.notice .notice-overflow ul {
    position: absolute;
    display: block;
    width: 775px;
}

.notice .notice-overflow li {
    width: 775px;
    line-height: 30px;
    height: 30px;	
}

.notice .notice-overflow a{
	color:#fff;
	font-size:12px;
}

.notice .notice-more {
    float: right;
    line-height: 30px;
	font-size:12px;
    color: #fff;
}

/*********************************************/
/***************** 登陆按钮by cairp ***************/
/*******************************************/

.login-box {
    margin-top: 65px;
    height: 210px;
    width: 240px;
    position: absolute;
    left: 50%;
    margin-left: 165px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 20px;
	padding: 24px;
}

.login-box .tab-bar{
	font-size: 16px;
    color: #333333;
    padding:10px 0 7px 0;
    text-align: center;
    border-bottom: 1px solid #979797;
}

.login-box .loginBtn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin: 50px 0;
    color: #FFFFFF;
    background: #003B7D ;
    background-image: linear-gradient(180deg, #0056BC 0%, #003B7D 100%);
    border-radius: 4px;

}
.login-box .loginBtn a{
    display: inline-block;
    color: #FFFFFF;
    width: 100%;
}

.login-box .loginMsg{
    font-size: 12px;
    color: #E60012;
    word-break: break-all;

}


/********************************************************************/
/***************** 首页竖向居中内容by cairp ********************************/
/******************************************************************/
.homeContents{
    margin:40px auto;
    width: 1120px;
    padding-bottom: 200px;
}


 
   /********************************************************************/
/***************** FOREIGN EXCHANGE RATE by cairp ********************************/
/******************************************************************/
.interest_rate_border{
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    width: 350px;
}

  /********************************************************************/
/***************** INTEREST RATES by cairp ********************************/
/******************************************************************/
.rateNav{
	font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 350px;
    vertical-align: text-top;
    padding-left: 24px;
}

.InterestRatesTitle{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #333333;
}
.InterestRatesLink{
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    margin-bottom: 24px;
    height: 90px;
}

.InterestRatesLink img{
    width: 50px;
    height: 55px;
    padding: 0 30px;
   padding-top: 20px;
  
}
.InterestRatesLink div{
    text-align: center;
    display: inline-block;
    font-weight: 500;
position: relative;
color: #333333;

top:-20px;
  }

  
  /********************************************************************/
/***************** BANKING NEWS by cairp ********************************/
/******************************************************************/

.index-news-list {
    /*float: left;*/
    width: 350px;
	display: inline-block;
    vertical-align: text-top;
}

.newsTitle {
    border-bottom: 1px solid #C9C9C9;
    height: 30px;
    margin-bottom: 10px;
}

.index-news-list .newsTitle .title-ul{
	font-size: 16px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    border-bottom: 2px solid #E60012;
    padding-left: 5px;
    padding-right: 20px;
}

.index-news-list .more {
    color: #333;
    margin-left: 15px;
    padding-right: 20px;
    background: url(../images/icon/icon_11.png) 32px 10px no-repeat;
	float:right;
	display:block;
	font-size:12px;
	line-height:33px;
}

.tzzgx-conter> a:hover{
    color: #1655a3;
}

/* 新闻标题超长隐藏样式 20210120*/
.newsText {
	height: 28px;
    line-height: 28px;
}

.newsText span {
    display: inline-block;
    width: 15px;
    position: relative;
    height: 20px;
    background: url(../images/icon/icon_12.png) no-repeat;
}

.nameEllipsis{
	width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 12px;
    display: inline-block;
}

.NewsDate {
    font-size: 12px;
    color: #094D9F;
    display: inline-block;
    text-align: right;
    line-height: 28px;
    float: right;
	padding-right: 10px;
}



  /********************************************************************/
/***************** 底部导航样式 ********************************/
/******************************************************************/

.f_input{
    border-top: 1px solid #EEEEEE ;
    border-bottom: 1px solid #EEEEEE ;
    text-align: center;
    padding: 20px 0;
    width: 100%;
	min-width:1120px;
}
.f_inputBox{
    line-height: 36px;
    width: 270px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    margin: 0 auto ;
    position: relative;
    height: 36px;
 
}
.f_input_link div{
    width: 270px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto ;
    border-top: 1px solid #C9C9C9;
	
}
.f_input_link {
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    width: 270px;
    margin: 0 auto ;
    position: absolute;
    background: #ffffff;
    display: none;
    bottom: 40px;
}
.f_inputtext{
    border: none;
    height: 100%;
    text-align: left;
    float: left;
    width: 220px;
    line-height: 36px;
    padding-left: 15px;
}
.f_inputBox img{
    width: 16px;height: 8px;
	margin-top: 15px;
}

  /********************************************************************/
/***************** 页尾模板 ********************************/
/******************************************************************/

.footerAll{
    margin: 24px auto;
    min-width: 1120px;
    text-align: center;
    font-size: 12px;
    height: 100px;
    color: #333333;
  
    width: 100%;

}

.f_link {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 10px;
}
.f_link a{
    color: #333333;
    text-decoration: none;
}

.f_address{
    color: #094D9F;
    padding-bottom: 10px;
    text-align: center;
}
.f_text{
    text-align: center;
    padding-bottom: 24px;
}

/*列表页样式 addby tsh 20200615 start*/
.ListAll{
    width: 1120px;
    margin: 0 auto;
    
}
.listtitle{
    border-bottom: 1px solid #C9C9C9;
}
.ListsText{
    display: inline-block;
    padding:0 10px 10px 10px;
    font-size: 16px;
    color: #003779;
    margin-top: 15px;
    
    line-height: 30px;
    border-bottom: 1px solid #003779;;

}
.listinfo{
    padding: 10px ;
    font-size: 12px;

    border-bottom: 1px solid #C9C9C9;
}
.listname{
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;

}
.pagechange{
    font-size: 14px;
    color: #333333;
    width: 1120px;
    margin: 30px auto;
    text-align: center;
    
}
.pagechange div{
    display: inline-block;
    margin-right: 10px;
}
.listtime{
    float: right;
    color: #333333;
}
.pageactive{
   background: #004EAA  !important;
   color: #ffffff;
}
.toome{


}
.pagenow{
    width: 30px;
    background: #eee;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
}
/*列表页样式 addby tsh 20200615 end*/

/*被覆盖后的导航样式补充 start*/
.secondNavAll{
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	color: #8B95A3;
	line-height: 40px;
	height: 40px;
}
.navbox{
    width: 1120px;
    margin: 0 auto ;
}
.secondNavAll span{
    color: #E30B20;
}
.secondNavAll img{
   width: 10px;
   height: 10px;
   margin: 0 2px;
}
/*被覆盖后的导航样式补充 end*/

/*重要公告模板 start*/
.infoAll{
    background: rgba(0,0,0,0.5);
    margin-top: -30px;
    z-index: 10000;
    position: relative;

}
.infoBox{
    width: 1120px;
    margin:0 auto;
    font-size: 12px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
}

.infoR img{
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}
.infotext{
    display: inline-block;
    line-height: 30px;
    width: 85%;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.img{
    display: inline-block
}
.infoR{
    width: 90%;
    display: inline-block;

}
.infoL{
    display: inline-block;
    float: right;
}

.Privacycontent {
    width: 1120px;
    margin: 20px auto;
}
/*重要公告模板 end*/