﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑"; outline:none; }
*{-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0); -webkit-text-size-adjust:none;} 
html{-webkit-text-size-adjust:100%; -webkit-touch-callout:none; -webkit-user-select:none; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend, caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;}
a{text-decoration:none; outline:none; blr:expression(this.onFocus=this.blur()); background: transparent; /*修正win8系统IE连接灰色背景*/ }
a:focus {outline: 0; -moz-outline-style: none; /* FF */}
a:active, a:hover { outline: 0; }
a div,a span{ cursor:pointer; }
img, input{ border:0;}
img{ -ms-interpolation-mode:bicubic}
input,textarea,select { border:0; outline:none; } 
textarea{ resize:none;}/*防止textarea放大时，三个斜线被放大*/
ul li{ list-style:none;}
.qing{ overflow:hidden; display:block; clear:both;}
.c:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.c{*+height:1%;}
.center{ width:95%; overflow:hidden; display:block; margin-left:auto; margin-right:auto;}
.lf{ overflow:hidden; display:block; float:left;}
.rf{ overflow:hidden; display:block; float:right;}
.song{ font-family:"宋体" !important;}
.tupian img{ width:100% !important; height:auto !important;}

/*圆角半径6px*/
.yj100{ border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; }

/*底部固定开始*/
#footer{width:100%; overflow:visible;position:fixed;left:0;bottom:0; zoom:1;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
/*底部固定结束*/


/****************************************************- index.html -***************************************************/
.header{ width:100%; height:53px; overflow:visible; position:absolute; top:0; left:0; z-index:99999; background:url(../images/hea_bg.png) left top repeat-x; background-size:100% 53px; }
.logo{ padding-top:5px}
.logo img{ max-height:40px}
/**- 导航 -**/
#headShow { top: 0; }
.navBtn{ transition: -webkit-transform 300ms,transform 300ms,top 400ms;  width:50px; height:50px; overflow:hidden; display:block; position:absolute; top:0; right:3%; }
.navM{ display: none; width: 100%; overflow: hidden; overflow-y: scroll; height:100%; overflow:auto; position:absolute; left:0; top:50px; z-index:99998; }
.navMbox { width: 100%; background:url(../images/nav_bg.jpg) center top no-repeat; background-size:100% 100%; }
.navMbox a{ overflow:hidden; display:block; padding-top:27px; padding-bottom:20px; border-bottom:1px solid #a3a1a0; border-right:1px solid #a3a1a0; font-size:16px; color:#FFF; line-height:30px; text-align:center; }
.navMbox a img{ padding-bottom:5px; }
.navMbox td:last-child a{ border-right:0; }
.navMbox a:visited { color:#FFF; }
.navMbox a:active { color:#FFF; }

/**- banner -**/
.swipe{width:100%; overflow:hidden; display:block; position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe ul a{ overflow:hidden; display:block; }
#pagenavi{position:absolute;right:4%; bottom:12px; text-align:center;width:97%; height:7px; }
#pagenavi a{width:7px; height:7px; overflow:hidden; display:block; float:left; margin:0 2px; background:#b63d2a; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%; }
#pagenavi a.active{ background:#782214; }



.qy a{ width:33.3333333%; height:125px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background:url(../images/qy_hei.png) center top no-repeat; background-size:121px 105px; }
.qy1{	
	animation:qy 0.6s linear 0s both;
	-webkit-animation:qy 0.6s linear 0s both;
	-moz-animation:qy 0.6s linear 0s both;
	-o-animation:qy 0.6s linear 0s both;
	opacity:1; left:0;
}
.qy2{	
	animation:qy 0.6s linear 0.5s both;
	-webkit-animation:qy 0.6s linear 0.5s both;
	-moz-animation:qy 0.6s linear 0.5s both;
	-o-animation:qy 0.6s linear 0.5s both;
	opacity:1; left:0;
}
.qy3{	
	animation:qy 0.6s linear 1s both;
	-webkit-animation:qy 0.6s linear 1s both;
	-moz-animation:qy 0.6s linear 1s both;
	-o-animation:qy 0.6s linear 1s both;
	opacity:1; left:0;
}
@keyframes qy{
0%{ opacity:0; left:60px; }
100%{ opacity:1; left:0; }
}
@-webkit-keyframes qy{
0%{ opacity:0; left:60px; }
100%{ opacity:1; left:0; }
}
@-moz-keyframes qy{
0%{ opacity:0; left:60px; }
100%{ opacity:1; left:0; }
}
@-o-keyframes qy{
0%{ opacity:0; left:60px; }
100%{ opacity:1; left:0; }
}

.qy_img{ width:80px; height:80px; position:relative; z-index:10; margin-left:auto; margin-right:auto; }
.qimg{ width:80px; height:80px; position:relative; z-index:12; }
.qtu{ width:80px; height:80px; position:absolute; top:0; left:0; z-index:12;}
.qtu img{width:80px; height:80px;border-radius: 50%;}
.qy_bt{ padding-top:12px; text-align:center; }


/**- 企业业务 -**/
.yw{ padding:22px 0; background:#FFF; }
.yw_jie{/*padding-left:23px; background:url(../images/yw1.png) left top no-repeat, url(../images/yw2.jpg) 3px top repeat-y*/; }
.biao{ padding-bottom:20px; }
.ti_bt{ font-size:18px; color:#000; line-height:18px; font-weight:bold}
.ti_bt span{ font-size:14px; font-weight:normal; line-height:30px}
.ti_bt:visited{ color:#000; }
.ti_bt:active{ color:#000; }
.ti_bt img{ padding-top:5px; }
.ti_more{ width:68px; height:32px; font-size:14px; color:#FFF; line-height:32px; text-align:center; background:#b7b7b7; }
.ti_more:visited{ color:#FFF; }
.ti_more:active{ color:#FFF; background:#b42b2e; }

/**- 左右切换开始 -**/
.main_visual{height:310px; overflow:hidden; display:block; position:relative; }
.main_image{height:310px; overflow:hidden; display:block; position:relative;}
.main_image ul{width:9999px; overflow:hidden;position:absolute;top:0;left:0;}
.main_image li{float:left;width:100%;height:260px;}

/**- 左右切换结束 -**/
.btn_prev,.btn_next{z-index:20;position:absolute;display:block;width:34px!important;height:31px!important;bottom:0; background-size:34px 31px !important; }
.btn_prev{ background:url(../images/bzuo.jpg) left top no-repeat; left:50%; margin-left:-34px; }
.btn_next{ background:url(../images/byou.jpg) right top no-repeat; left:50%;}


/*增加的产品20170421*/
.yw_pad{ padding:22px 0 10px; }
.yw_pad_list{padding:10px 0 22px;background:#fff;}
.xinyongdai_img{ width:89px; height:89px; position:relative; z-index:10; margin-left:auto; margin-right:auto; }
.xinyongdai_qimg{ width:89px; height:89px; position:relative; z-index:12; }
.xinyongdai_qtu{ width:89px; height:89px; position:absolute; top:0; left:0; z-index:12; }
.xinyongdai_qtu img{width:89px; height:89px;border-radius: 50%;}

.qy_xinyongdai{}
.qy_xinyongdai a{ width:50%; height:260px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background-size:121px 105px; padding-top:10px;}
.qy_xinyongdai a:active{background-color:#f5f5f5;}

.sq_renshu{text-align:center;color:#b42b2e;font-size:12px;}

.daikuan_intro{ clear:both; padding:10px 0px; color:#999; width:90%;margin:0 auto;}
.daikuan_intro_line{ float:left; font-size:0.8em;}
.daikuan_intro_line span{color: #b42b2e;font-size: 12px;/*font-weight: lighter;*/ height:16px; overflow:hidden}
.daikuan_intro_line{ width:50%; float:left;text-align:center;display:block; height:25px;overflow:hidden;padding-top:10px; padding-bottom:15px;}
.dik_1{border-bottom:1px solid #ddd;}
.dik_2{border-right:1px solid #ddd; margin-right:-1px}
.dik_1:first-child{border-right:1px solid #ddd; margin-right:-1px}
#main_visual_jishidai{height:310px; overflow:hidden; display:block; position:relative; }
#main_image_jishidai{height:310px; overflow:hidden; display:block; position:relative;}
#main_image_jishidai ul{width:9999px; overflow:hidden;position:absolute;top:0;left:0;}
#main_image_jishidai li{float:left;width:100%;height:260px;}

.qy_jishidai{margin-left:-1%;}
.qy_jishidai a{ width:49%;margin-left:1%; height:260px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background:none; background-size:121px 105px; background-color:#fff;padding-top:10px;}
.qy_jishidai a:active{background-color:#f5f5f5;}

.jishidai_img{ width:89px; height:89px; position:relative; z-index:10; margin-left:auto; margin-right:auto; }
.jishidai_qimg{ width:89px; height:89px; position:relative; z-index:12; }
.jishidai_qimg img{width:89px; height:89px;}

/*即时贷*/




/*讲师*/
#main_visual_jiangshi{height:310px; overflow:hidden; display:block; position:relative; }
#main_image_jiangshi{height:310px; overflow:hidden; display:block; position:relative;}
#main_image_jiangshi ul{width:9999px; overflow:hidden;position:absolute;top:0;left:0;}
#main_image_jiangshi li{float:left;width:100%;height:260px;}

.qy_jiangshi{margin-left:-1%;}
.qy_jiangshi a{ width:49%;margin-left:1%; height:260px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background:none; background-size:121px 105px; background-color:#fff;padding-top:10px;}
.qy_jiangshi a:active{background-color:#f5f5f5;}

.jiangshi_img{ width:89px; height:89px; position:relative; z-index:10; margin-left:auto; margin-right:auto; }
.jiangshi_qimg{ width:89px; height:89px; position:relative; z-index:12; }
.jiangshi_qimg img{width:89px; height:89px;border-radius:50%; }

.qy_jiangshi{margin-left:-1%;}
.qy_jiangshi a{ width:49%;margin-left:1%; height:260px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background:none; background-size:121px 105px; background-color:#fff;padding-top:10px;}
.qy_jiangshi a:active{background-color:#f5f5f5;}

/*信用卡*/
#main_visual_xinyongka{height:310px; overflow:hidden; display:block; position:relative; }
#main_image_xinyongka{height:310px; overflow:hidden; display:block; position:relative;}
#main_image_xinyongka ul{width:9999px; overflow:hidden;position:absolute;top:0;left:0;}
#main_image_xinyongka li{float:left;width:100%;height:250px;}
.qy_xinyongka{margin-left:-1%;}
.qy_xinyongka .xyk_one{ width:49%;margin-left:1%; height:250px; overflow:hidden; display:inline-block; float:left; position:relative; left:0; background:none; background-size:121px 105px; background-color:#fff;padding-top:0px;}

.qy_xinyongka .qy_bt{overflow:hidden;height:24px;}

.xinyongka_img{ width:128px; height:81px; position:relative; z-index:10; margin-left:auto; margin-right:auto; }
.xinyongka_qimg{ width:128px; height:81px; position:relative; z-index:12; }

.xinyongka_desc{width:92%;font-size:14px;color:#747474;text-align:center;padding:0px 0;height:40px;overflow:hidden;line-height:21px;margin:0 auto;}

.sq_renshu_xinyongka{text-align:center;color:#b42b2e;font-size:12px;padding-top:10px;}

.yw_xinyongka{}


/*重写其他产品业务的动画速率*/

.xinyongka_tools{padding-top:10px;width:90%;margin:0 auto;}
.xinyongka_apply{width:49.5%;height:30px;background-color:#b42b2e;color:#fff;float:left;display:block;text-align:center;line-height:30px;font-size:14px;} 
.xinyongka_chaxun{width:49.5%;height:30px;background-color:#b7b7b7;color:#fff;float:right;display:block;text-align:center;line-height:30px;font-size:14px;} 
.xinyongka_apply2{width:49.5%;height:30px;background-color:#b42b2e;color:#fff;margin:0 auto;display:block;text-align:center;line-height:30px;font-size:14px;} 


.xinyongka_apply:active{background-color:#761719;}
.xinyongka_apply2:active{background-color:#761719;}
.xinyongka_chaxun:active{background-color:#c0770b;}

a.xinyongka_ll{padding:10px 0;}
a.xinyongka_ll:active{background-color:#f5f5f5;}

/*信用卡列表页面*/
#main_visual_xinyongka{height:310px; overflow:hidden; display:block; position:relative; }
#main_image_xinyongka{height:310px; overflow:hidden; display:block; position:relative;}
#main_image_xinyongka ul{width:9999px; overflow:hidden;position:absolute;top:0;left:0;}
#main_image_xinyongka li{float:left;width:100%;height:250px;}





/**- 加盟我们 -**/
.jia{ padding:22px 0; }
.jia_jie{ background:url(../images/jia_bg.png) center center no-repeat; }
.jia_jie td{ padding:12px 0; }
.jia_jie td:last-child a{ border:0; }
.jia_jie a{ padding:8px 15px; border-right:1px solid #9b9b9b; }
.jia_num{ width:37px; height:37px; margin-left:auto; margin-right:auto; border:1px solid #a4a4a4; }
.jia_bt{ text-align:center; padding-top:11px; padding-bottom:6px; }
.jia_jian{ height:66px; text-align:center; }

/**- 客户案例 -**/
.anli{ padding:22px 0; background:#FFF; }
.anli .ti_bt{ width:100%; overflow:hidden; display:block; margin-left:auto; margin-right:auto; text-align:center; }
.ant{ width:43px; height:6px; border-bottom:1px solid #9b9b9b; margin-left:auto; margin-right:auto; }
/**- 渐显开始 -**/
.main{ width:100%; height:292px; position:relative; z-index:10; }
.anli_bai{ width:100%; height:auto; position:relative; z-index:12; }
.cbp-bislideshow{ width:100%; height:auto; position:absolute; top:0; left:0; z-index:14; }
.cbp-bislideshow li{ width:100%; height:auto; position:absolute; top:0; left:0; opacity:0; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; transition: opacity 1s; background:none !important; }
.anli_img{ width:100%; height:128px; background:url(../images/anli_bg.jpg) center center no-repeat; background-size:auto 100%; text-align:center; }
.anli_img span{ display:block; height:128px; width:69.8%; margin:0 auto;  background-size:100% auto !important; background-position:center center !important; background-repeat:no-repeat !important; }

/*.anli_img img{ width:69.8%; height:auto; margin:0 auto; }*/
.anli_bt{ height:24px; text-align:center; padding-top:14px; }
.anli_jian{ padding-top:11px; text-align:center; height:66px; }
.cbp-bicontrols{ width:68px; height:31px; position:absolute; bottom:0; left:50%; z-index:16; margin-left:-34px; }
.cbp-bicontrols span{ width:34px; height:31px; overflow:hidden; display:block; float:left; position:relative; cursor:pointer; }
.cbp-bicontrols span:before { width:34px; height:31px; position: absolute; -webkit-font-smoothing: antialiased; opacity: 0.7; }
/**- 渐显结束 -**/

/**- 资讯中心 -**/
.xw{ padding:22px 0; background:#fff}
.xw li{ padding-top:12px; border-bottom:1px dashed #a4a4a4; }
.xw li:nth-last-child(1){ border:none}
.xw_date{ width:42px; padding-right:12px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#a4a4a4; line-height:22px; text-align:center; background:url(../images/xw_date.png) left 15px no-repeat; }
.xw_date span{ overflow:hidden; display:block; font-size:16px; color:#6b6b6b; text-align:center; }
.xw_bt{ font-size:14px; color:#000; line-height:22px; }
.xw_jian{ padding-top:9px; padding-bottom:11px; }

/**- 底部 -**/
.yan{ font-size:18px; color:#FFF; line-height:50px; background:#b42b2e; }
.yan .center{ background:url(../images/yan.png) right center no-repeat; background-size:29px 29px; }
.yan:visited{ color:#FFF; }
.yan:active{ color:#FFF; }

.copyright{ background:#303030; padding-top:23px; padding-bottom:60px; }
.lx{ padding-bottom:5px; border-bottom:1px solid #5c5c5c; font-size:14px; color:#b1b1b1; line-height:24px; }
.lx td{ padding-bottom:10px; }
.lx a{ font-size:14px; color:#b1b1b1; line-height:24px; }
.lx a:visited{ color:#b1b1b1; }
.lx a:active{ color:#b1b1b1; }
.bq{ padding:13px 0; font-size:14px; color:#747474; line-height:22px; }
.bq a{ font-size:14px; color:#747474; line-height:22px; }
.bq a:visited{ color:#747474; }
.bq a:active{ color:#747474; }

/**- 切换城市 弹出开始 -**/
#detail2{position:fixed; width:100%; height:100%; left:0; display:none; z-index:999996 !important; background:#ebebeb; }
#detail2 .tit{ width:50px; height:37px; position:absolute; top:0; right:0; }
#detail2 .tit i{ overflow:hidden; display:block; width:30px; padding-left:15px; height:30px; padding-top:5px; padding-right:5px; opacity:0.7; filter:alpha(opacity=70); }
/**- 切换城市 弹出结束 -**/

/**- 切换城市 选项卡开始 -**/
.tabPanel{ width:100%; height:100%; margin-left:auto; margin-right:auto; background:#ebebeb; }
.cs{ width:30%; overflow:hidden; display:block; float:left; height:100%; overflow:auto; background:#FFF; }
.tabPanel ul{ width:100%; padding-bottom:60px; }
.tabPanel ul li{ overflow:hidden; display:block; padding:9px 0; font-size:16px; color:#666666; cursor:pointer; line-height:26px; text-align:center; border-bottom:1px solid #dedede; }
.tabPanel .hit{ color:#b42b2e; border-bottom:1px solid #b42b2e; background:#ebebeb; }
.panes{ width:64%; overflow:hidden; display:block; float:right; padding:0 3%; height:100%; overflow:auto; }
.pane{ overflow:hidden; display:none; padding-top:15px; padding-bottom:60px; }
.pane a{ overflow:hidden; display:inline-block; float:left; width:86px; margin:1px 6px; margin-bottom:11px; font-size:14px; color:#565656; line-height:30px; text-align:center; border:1px solid #dedede; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; background:#FFF; }
.pane a:active{ color:#b42b2e; border:2px solid #b42b2e; margin:0 5px; margin-bottom:10px; }
/**- 切换城市 选项卡结束 -**/


/****************************************************- about.html -***************************************************/
/**- 分类 -**/
.title{ width:100%; height:167px; position:relative; z-index:10; }
.tit_bg{ width:100%; height:142px; position:absolute; top:0; left:0; z-index:12; }
.tit_bg span{ width:100%; height:142px; background-size:100% 142px !important; }

.tit_bg span{
	animation:titbg 10s linear 0s infinite alternate;
	-webkit-animation:titbg 10s linear 0s infinite alternate;
	-moz-animation:titbg 10s linear 0s infinite alternate;
	-o-animation:titbg 10s linear 0s infinite alternate;
}
@keyframes titbg{
0%{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); }
100%{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); }
}
@-webkit-keyframes titbg{
0%{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); }
100%{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); }
}
@-moz-keyframes titbg{
0%{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); }
100%{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); }
}
@-o-keyframes titbg{
0%{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); }
100%{ transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); }
}

.tit_jie{ position:relative; z-index:16; padding-top:63px; }
.tit_bt{ font-size:18px; color:#fff; line-height:30px; }
.tit_bt span{ font-size:14px}
.tit_jian{ width:92%; position:absolute; bottom:0; left:4%; z-index:20; background:url(../images/tit_jian.jpg) left bottom repeat-x; box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1); }
.tit_jian td{ width:auto; padding:0 29px; font-size:16px; color:#000; line-height:44px; text-align:center; border-bottom:3px solid #b42b2e; }

/**- 分类开始 -**/
.cin_navig{ width:40px; height:31px; padding:6px 0; text-align:right; }
.cin_navigation{ width:44%; height:0; overflow:hidden; position:absolute; z-index:999; right:0; top:120px; }
.dao{ width:100%; height:auto; padding-top:2px; padding-bottom:5px; overflow:hidden; z-index:26; position: relative; background:#b42b2e; }
.dao li{ overflow:hidden; display:block; padding-left:27px; padding-right:13px; }
.dao a{ overflow:hidden; display: block; padding:13px 0; font-size:16px; color:#FFF; line-height:24px; background:url(../images/dao_bg.png) right center no-repeat; background-size:7px 12px; }
.dao a:visited{ color:#FFF; }
/**- 分类结束 -**/

.about{ background:#FFF; padding:15px; padding-bottom:30px; border-bottom:1px solid #9a9999; }
.about span{ font-size:16px; color:#b42b2e; line-height:30px; padding-top:10px; padding-bottom:7px; }


/****************************************************- ab_cooperation.html -***************************************************/
.hz li{ padding-bottom:15px; }
.hz .lf,.hz .rf{ width:50%; }
.hz a{ border:1px solid #c3c3c3; }
.hz .lf a{ margin-right:10px; }
.hz .rf a{ margin-left:10px; }
.hz_bt{ font-size:14px; color:#000; line-height:30px; text-align:center; background:#dbdbdb; }


/****************************************************- ab_video.html -***************************************************/
.pin li{ padding-bottom:11px; }
.pin .lf,.pin .rf{ width:50%; }
.pin a{ background:#FFF; }
.pin .lf a,.pin .lf .pin_ying{ margin-right:10px; }
.pin .rf a,.pin .rf .pin_ying{ margin-left:10px; }
.pin_img{ padding:12px; padding-bottom:0; }
.pin_tu{ width:100%; background-size:100% 100% !important; }
.pin_bt{ background:#FFF; padding-top:7px; padding-bottom:12px; font-size:14px; color:#000; line-height:22px; text-align:center; }
.pin_bt span{ width:40px; height:7px; overflow:hidden; display:block; margin:0 auto; border-bottom:1px solid #a8a8a8; }


/****************************************************- ab_honor.html -***************************************************/
.honor li{ padding-top:8px; padding-bottom:17px; background:url(../images/jia_bg.png) center bottom no-repeat; }
.honor li:last-child{ background:none; }
.honor .lf,.honor .rf{ width:50%; }
.hon1{ padding-right:21px; border-right:1px solid #9b9b9b; }
.hon2{ padding-left:21px; border-left:1px solid #ededed; }
.honor .tupain{ width:100%; position:relative; z-index:10; background-size:100% 100% !important; }
.honor img{ position:relative; z-index:14; }


/****************************************************- join_VI.html -***************************************************/
.vi_bt{ width:86%; padding:0 7%; padding-top:23px; padding-bottom:10%; position:absolute; bottom:0; left:0; z-index:12; font-size:14px; color:#FFF; line-height:22px; background:url(../images/vi_bt.png) left bottom repeat-x; background-size:10px 52px !important; text-align:center; }


/****************************************************- join_question.html -***************************************************/
.question li{ padding-bottom:12px; }
.que_jie{ width:100%; position:relative; z-index:10; }
.que_num{ width:38px; height:38px; position:absolute; left:0; top:0; z-index:14; text-align:center; }
.que_bt{ padding:8px 0; padding-left:48px; background:#FFF; border-top-left-radius:19px; border-bottom-left-radius:19px; }
.que_jian{ padding-left:48px; padding-bottom:6px; }
.que_shao{ padding-top:11px; }
.que_shao .que_num{ top:11px; }


/****************************************************- join_verfication.html -***************************************************/
.yz_jie td{ padding-bottom:10px; }
.yz_jie tr:last-child td{ padding-top:9px; padding-bottom:0; }
.yz_k{ width:94%; padding:0 3%; font-size:14px; color:#ababab; line-height:34px; border:1px solid #ababab; }
.cx{ width:96px; height:34px; background:#b42b2e; font-size:16px; color:#FFF; line-height:34px; text-align:center; }
.you{ padding-bottom:15px; }
.ys{ font-size:14px; color:#000; line-height:22px; }


/****************************************************- case.html -***************************************************/
.case li{ background:#FFF; padding:15px; padding-bottom:20px; margin-bottom:12px; }
.ca_bt{ padding-top:10px; padding-bottom:6px; }
.ca_jian{ padding-bottom:16px; }
.ca_more{ width:64px; height:24px; margin:0 auto; font-size:14px; color:#000; line-height:24px; text-align:center; border:1px solid #5d5d5d; }
.ca_more span{ font-family:"宋体"; padding-left:3px; }
.ca_more:visited{ color:#000; border:1px solid #5d5d5d; }
.ca_more:active{ color:#b42b2e; border:1px solid #b42b2e; }


/****************************************************- news.html -***************************************************/
.news{ padding-top:15px; padding-bottom:10px; }
.news li{ background:#f5f5f5; padding-top:19px; padding-bottom:15px; margin-bottom:12px; }
.news .tupian{ padding-top:3px; }
.ne_date{ padding-top:10px; font-size:14px; color:#ababab; line-height:16px; }
.ne_jian{ padding-top:10px; padding-left:10px}


/****************************************************- news_view.html -***************************************************/
.news_biao{ padding-top:10px; padding-bottom:15px; font-size:16px; color:#000; line-height:24px; text-align:left;}
.pian{ padding-top:20px; padding-bottom:10px; border-bottom:1px dashed #afafaf;}
.pian a{ font-size:14px; color:#7d7d7d; line-height:24px;}
.pian a:visited{ color:#7d7d7d;}
.pian a:active{ color:#b42b2e;}
.return{ padding-top:15px; padding-bottom:10px;}
.return a{ width:80px; height:30px; border:2px solid #b42b2e; font-size:14px; color:#b42b2e; line-height:30px; text-align:center;}
.return a:visited{ color:#b42b2e;}


/****************************************************- download.html -***************************************************/
.xz_jie li{ padding-top:10px; padding-bottom:13px; }
.xz_bt{ padding:3px 0; border-bottom:1px solid #a6a6a6; }
.xz_more{ width:39px; height:32px; padding-left:36px; font-size:14px; color:#FFF; line-height:32px; text-align:left; background:url(../images/xz_bg.jpg) left top no-repeat; background-size:75px 32px; }
.xz_jie .ab_jian{ padding-top:13px; }


/****************************************************- business.html -***************************************************/
.yewu .center{ padding:18px 0;/* background:url(../images/qy_hei.png) -21px 22px no-repeat; background-size:121px 105px; */}
.yewu .qy_img{ margin:4px 0; }
.ye_bt{ padding-bottom:8px; }

.yewu_jishidai .center{ padding:18px 0;}
.yewu_jishidai .qy_img{ margin:4px 0; }



/**- 弹出窗口开始 -**/
#detail{position:fixed; width:100%; height:100%; left:0; display:none; z-index:9999999 !important; background:#ebebeb; }
#detail .tit{ width:88%; height:26px; padding-top:17px; position:absolute; top:2%; left:6%; z-index:99999999; overflow:hidden; display:block; background:#FFF; border-bottom:1px solid #888888; }
.xd_bt{ padding-left:25px; font-size:16px; color:#000; line-height:22px; background-size:40px 45px !important; }
#detail .tit i{ font-style:normal; overflow:hidden; display:block; width:50px; height:26px; padding-top:17px; position:absolute; top:0; right:0; text-align:right; }
.xd{ width:94%; height:96%; position:absolute; top:2%; left:3%; z-index:99999996; background:#FFF; }
.xd_jian{ height:100%; overflow:auto; padding:0 3%; }
.xd_shao{ padding-top:57px; padding-bottom:40px; }
/**- 弹出窗口结束 -**/


/****************************************************- jobs.html -***************************************************/
.subNavBox{ width:92%; margin-left:auto; margin-right:auto; padding-top:15px; padding-bottom:8px; }
.subNav{ cursor:pointer; padding:10px 15px; background-color:#FFF; font-size:16px; color:#000; line-height:22px; }
.subNav .jobs_bt{ background:url(../images/jobs1.png) right center no-repeat; background-size:11px 11px; }
.currentDd{ background-color:#FFF; }
.currentDd .jobs_bt{ background:url(../images/jobs2.png) right center no-repeat; background-size:11px 11px; }
.currentDt{ background-color:#FFF; }
.currentDt .jobs_bt{ background:url(../images/jobs2.png) right center no-repeat; background-size:11px 11px; }

.navContent{ display:none; background:#FFF; padding:0 15px; padding-bottom:20px; }
.jobs_jian{ padding:8px 0; border-top:1px solid #8b8b8b; }
.jobs_jian span{ color:#363636; }
.jobs_more{ width:86px; height:28px; margin:0 auto; font-size:14px; color:#FFF; line-height:28px; text-align:center; background:#b42b2e; }


/****************************************************- contact.html -***************************************************/
.contact{ padding-top:78px; padding-bottom:30px; background:url(../images/bg_con.jpg) center center no-repeat; background-size:coverl }
.con_bt{ padding:10px 15px; background:#b42b2e; font-size:16px; color:#FFF; line-height:24px; }
.con_jian{ background:#FFF; padding:0 15px; padding-top:18px; padding-bottom:3px; }
.con_jian td{ padding-bottom:22px; font-size:14px; color:#000; line-height:24px; }
.con_jian img{ padding-right:7px; }
.con_jian a{ font-size:14px; color:#000; line-height:24px; }


/****************************************************- about_event.html -***************************************************/
.ThumbPicBorder {width:100%; height:30px; position:relative; z-index:10; }
.jCarouselLite{ width:100%; height:30px; }
#ThumbPic li{ width:33%; height:28px; display:block; cursor:pointer; font-size:16px; color:#0b0505; line-height:28px; text-align:center; border-radius:14px; -webkit-border-radius:14px; -moz-border-radius:14px; -o-border-radius:14px; border:1px solid #b6b6b6; }
#ThumbPic li.active{ color:#FFF; border:1px solid #b42b2e; background:#b42b2e; }
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
#btnPrev{ width:18px !important; height:30px !important; position:relative; z-index:12; }
#btnNext{ width:18px !important; height:30px !important; position:relative; z-index:12;}
.MainBg{ width:100%; }
#OriginalPic{width:100%;overflow:hidden;position:relative;font-size:12px;}
.Hidden{display:none; padding-top:15px; font-size:14px; color:#747474; line-height:24px; }



/**- 通用样式 -**/
.ab_bt{ font-size:16px; color:#000; line-height:24px; height:24px; overflow:hidden}
a.ab_bt:visited{ color:#000; }
a.ab_bt:active{ color:#b42b2e; }
.ab_jian{ font-size:14px; color:#747474; line-height:24px; }
a.ab_jian:visited{ color:#747474; }
a.ab_jian:active{ color:#b42b2e; }

/*申请贷款*/

.shenqing_title{width: 100%;height: 117px;position: relative;z-index: 10;}


.tit_sq{ width: 100%;position: absolute; bottom: 0;left: 0%;z-index: 20;background: url(../images/tit_jian.jpg) left bottom repeat-x;box-shadow: 0px 0px 3px 0px rgba(170, 170, 170, 1);}
.tit_sq td{ width:auto; padding:0 29px; font-size:16px; color:#000; line-height:44px; text-align:center; border-bottom:3px solid #b42b2e; }


.sq_wall{padding-top:15px; padding-bottom:20px;width: 100%;overflow: hidden;display: block;margin-left: auto; margin-right: auto;}

.sq_formbox{font-size: 14px;color: #747474;line-height: 24px;}


.self-btna {
    padding: 15px 15px;
    height: 55px;
}
.self-btnb {
    padding: 15px 15px;
    height: 70px;
}

input.sqbtn,.sqbtn{background-color:#b42b2e;height:40px;border:1px solid #b42b2e;color: #fff;width: 46%;float: left;margin: 2%;}


.remarks span{ font-size:1.4em; display:block; color:#F00;}
.remarkt{ padding:10px 15px 30px; font-size:0.75em; line-height:20px; color:#666;}
.message-box{ background-color:#fff; display:block;}
.message-box h2{ color:#b42b2e; background-color:#FFF; border-bottom:#f5f5f5 1px solid; padding:10px 15px; font-weight:normal; font-size:16px;}
.message-box li{ font-size:0.9em; padding:8px 15px; border-bottom:#f5f5f5 1px solid; background-color:#FFF;}
.message-box span{ color:#ff9800;}
.message-box i{ font-size:0.8em; font-style:normal; display:block; color:#999;}


.mui-input-row{background-color:#fff;}
.mui-input-row:last-child{ background-color:#fff;}


.dropdown { margin: 0;vertical-align: middle;}
.dropdown { display: inline-block;position: relative; overflow: hidden;width: 60%; background: #fff;}
.dropdown  select{ clear:both; padding:0; height:45px; font-size:inherit;font-size:0.9em; }
.dropdown:after { position: absolute;z-index: 2; top: 9px;right: 15px;width: 0;height: 0;pointer-events: none;}
.dropdown-select {height:50px;position: relative;width: 130%;margin: 0;color: #999;background: #fff; /* "transparent" doesn't work with Opera */ background: rgba(0, 0, 0, 0) !important;border: 0;border-radius: 0; -webkit-appearance: none;}
.dropdown-select:focus {border: 0; z-index:0; width: 100%;color: #394349;outline-offset: -1px;}
.dropdown-select > option {padding:10px 15px;text-shadow: none;background: #fff; cursor: pointer; font-size:0.9em;}
.mui-navigate-rightn:after{font-family:Muiicons;font-size:inherit;line-height:1;position:absolute;top:50%;display:inline-block;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-decoration:none;color:#bbb;-webkit-font-smoothing:antialiased}
.mui-navigate-rightn:after{content:url(../images/rightv.png); right:25px; top:18px; }


.mui-input-row select{height:45px;}

.sq_tipmsgbar{margin:0 auto;text-align:center;padding: 15px 15px;background-color:#fff;}
.sq_tipmsgbar span{ font-size:1.8em; display:block; color:#ff9800;margin-bottom:30px;}
.veri-img3{ width:60px; height:60px;margin-top:0px; display:block; margin:30px auto;}


.sq_suc_tips{padding:15px;}


.ye_bt a{color:#000}

.yw_info_cols{}
.yw_info_cols .yw_l_one{font-size:12px;float:left;width:60%;margin-bottom:10px;}
.yw_info_cols .yw_l_one span{color:#999;font-size:12px;}
.yw_info_cols .yw_l_one b{color: #b02923;display:block; font-weight:normal}
.yw_info_cols .yw_l_one_r{width:40%;}

.yw_info_tools{margin-top:10px;text-align:left;}
.yw_info_btn {
    width: 100px;
    height: 30px;
	display:inline-block;
    border: 1px solid #959595;
    font-size: 14px;
    color: #b42b2e;
    line-height: 30px;
    text-align: center;
}

.jishidai_table{padding:10px;}

.yw_info_tools_jishidai{margin-top:10px;text-align:center;margin:20px auto 10px;}

.yw_info_btn_jishidai {
    width: 100px;
    height: 30px;
	display:inline-block;
    border: 2px solid #b42b2e;
    font-size: 14px;
    color: #b42b2e;
    line-height: 30px;
    text-align: center;
}


.yw_info_cols_jishidai{}
.yw_info_cols_jishidai .yw_l_one{font-size:12px;float:left;width:50%;margin-bottom:10px;}
.yw_info_cols_jishidai .yw_l_one span{color:#999;font-size:12px;}
.yw_info_cols_jishidai .yw_l_one b{color: #b02923;display:block;}
.yw_info_cols_jishidai .yw_l_one_r{width:50%;}


/*业务详情*/
.table_bg{color:#333;background-color:#fff;}
.table_bg a{color:#333;}

.cpc-left{ width:100%; float:left;}
.cmj{ margin-top:10px; margin-bottom:20px; width:100%; /*padding:0px 15px;*/}
.cpc-bod{width:30%; max-width:60px;  max-height:41px; float:left;}
.cpc-bod1{width:38%; max-width:80px;  max-height:51px; float:left; margin-top:3px; }
.cpc-bod2{width: 30%;max-width: 60px;max-height: 60px;float: left;}
.cpc-img{ width:100%;border:#dedede 1px solid;}
.cpc-imgs{ width:100%;border:#dedede 1px solid;}
.cpc-hbox{float:left;width:70%; overflow:hidden; padding-left:5px;}
.cpc-hboxs{width:100%; overflow:hidden;/* padding-left:5px;*/text-align:center;}
.cpc-vb{ position:relative;}
.cpc-bottum{position:absolute; color:#000; bottom:0; left:0; width:100%; padding-right:1%; height:30px; line-height:26px; background-color:#e8f7fe;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.cpc-bottum1{ color:#000; bottom:0; left:0; width:100%; line-height:20px; border-top: #dedede 1px solid; padding-top:5px;}
.cpc-bot-span{padding-left:15px; padding-right:15px; font-size:0.9em; color:#666;}
.cpc-bot-span1{font-size:0.9em; color:#666;}
.cpc-h2{ font-size:1.45em; color:#7a270b;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;padding:2px 0px;margin:0;margin-bottom:10px;}
.cpc-h2 a{ font-size:1em; color:#333;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.cpc-h3{ padding:0; font-size:1em; line-height:18px; color:#333;text-overflow:ellipsis;white-space: nowrap;overflow:hidden; font-weight: normal;}
.cpc-h3 span{ display:block; font-size:0.8em; color:#3399cc;}
.cpc-h2a{ font-size:1.1em; text-overflow:ellipsis;white-space: nowrap;overflow:hidden; }
.cpc-h2a b{font-weight:normal; color:#333;display:block; float:left;}
.cpc-h2a img{ margin-left:5px;}
.cpc-span{ font-size:0.85em; color:#FF0000;padding:5px 0;display:block;}
.cpc-spans{ font-size:0.9em; color:#666; font-weight:lighter; display:block; padding:5px 0px 0px 0px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.cpc-spant{ font-size:0.9em; color:#999; font-weight:lighter;}
.cpc-spant i{color:#158de4; font-style:normal; }
.cpc-spans i{color:#F00; font-style:normal; }
.cpc-ul{ clear:both; padding:10px 0px; color:#999;}
.cpc-ul li{float: left;font-size:0.8em; width:25%}
.cpc-ul li span{color:#F00;font-size:1.1em;font-weight: lighter;}
.cpc-li01{ border-right:#dedede 1px solid; padding:0px 3px;}
.cpc-li02{  padding:0px 0px 0px 3px;}
.cpc-ul1{ clear:both; padding:10px 0px; color:#999; width:100%;background-color: #FFF;padding:8px 15px;-webkit-box-shadow:0 1px 4px #dedede;box-shadow:0 1px 4px #dedede;}
.cpc-ul1 li{ float:left; font-size:0.8em;}
.cpc-ul1 li span{color: #b42b2e;font-size: 12px;/*font-weight: lighter;*/}
.cpc-ul1 li{ width:33.33333%; float:left;text-align:center;display:block; border-bottom:#f5f5f5 1px solid; height:60px;padding-top:10px; padding-bottom:10px;}

.Dets{ height:30px; line-height:30px; padding-left:15px; color:#666; display: block;}
.Dett-box{padding:15px;  font-size:12px;}
.Dett{ clear:both;line-height:22px; padding-top:10px; padding-bottom:10px;  font-size:0.75em; color:#666; width:100%;
border-top:#dedede 1px solid; margin-top:10px;}
.Dett img{ width:100%!important; height:auto!important}
.Detz{font-size:12px; color:#666;}
.Detz-span{height: 30px;border-bottom: #f5f5f5 1px solid;width: 100%;display: block;line-height: 30px;margin-bottom: 10px;font-size: 13px;color: #59a42b;}
.Detz li{ width:50%; float:left; line-height:30px; height:30px; display:block; text-overflow:ellipsis;white-space: nowrap; overflow:hidden;}
.Detz_b{color: #b42b2e;font-weight: normal;font-size: 0.9em;}

.m-top{ margin-top:15px;}
.ruzhu1{width: 100%;margin: 0px auto;font-size: 16px;}

.mui-navigate-right:after{position:absolute;top:50%;display:inline-block;font-family:Muiicons;font-size:inherit;line-height:1;color:#bbb;text-decoration:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-font-smoothing:antialiased}
.table_li{padding-right: 65px;background-color: #fff;position: relative;padding: 11px 15px;overflow: hidden;-webkit-touch-callout: none;margin-top: 15px;-webkit-box-shadow:0 1px 4px #dedede;box-shadow:0 1px 4px #dedede;display: block;color: #333;}
.table_li>a:not(.mui-btn){position:relative;display:block;padding:inherit;margin:-11px -15px;overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}
.mui-navigate-righty{float:right;color:#ccc;display:block;font-family:Muiicons;font-size:16px;font-style:normal;font-weight:400;text-decoration: none;}
.mui-navigate-righty:after{content:url(../images/rightu.png); }
.btn-gl-box{ padding:15px; background-color:#fff;}
.btn-gl-box li{ width:48%; float:left; margin:1%;}
.mui-table h4,.mui-table h5,.mui-table .mui-h5,.mui-table .mui-h6,.mui-table p{margin-top: 0;}
.mui-table h4{font-size:1.1em;line-height: 21px;font-weight: 500;}
.mui-table .oa-icon{ position: absolute;right:0;bottom: 0; }
.mui-table .oa-icon-star-filled{color:#f14e41;}
.time-kl-box{width:100%; display:block; padding:0px 0px 5px 0px; line-height:20px;}
.time-kl-box h4{ width:75%; display:block;}
.time-kl-box span{ width:25%;display:block;}
.time-kl{ font-size:0.8em; text-align:right; float:right;}
.mui-bar .mui-btn-nav.mui-pull-left .mui-icon-left-nav1{margin-right:-3px}
.mui-icon-left-nav1{background:url(../images/fha.png) no-repeat center; display:block; background-size:13px 23px; height:44px; width:40px;  }

.xq-ico{font-family:Muiicons;font-size:22px; float:left;font-weight:400; width:4px; height:20px;font-style:normal; margin-right:5px; display:block;background:#b42b2e; }


.feenote_wall{background-color:#fff;margin-top:20px;font-size:14px;}
.feenote_bar{width:92%;margin:0 auto;padding:10px 0;}
.feenote_bar .feenote_tit{color:#999;height:40px;line-height:30px;border-bottom:1px solid #dedede;}
.feenote_bar span{display:block;line-height:24px;padding:10px 0 10px;color:#ff9800;}


.recent_sc_box{background:#fff;font-size:16px;border-bottom:1px solid #ededed;}
.sq_sclist{margin:20px auto;height:40px;line-height:40px;overflow:hidden;}
.sq_sclist li{float:left;padding-right:60px;}
.sq_scbox{overflow:hidden;height:40px;}

.pages{ height:50px; line-height:50px; text-align:center}
.pages a{ color:#333; margin:0 5px}

.lfenlei{ line-height:30px; height:auto}
.lfenlei dl{ clear:both}
.lfenlei dl dt{ width:50px; float:left}
.lfenlei dl dd{width:100%;float:left; font-weight:bold}
.lfenlei dl dd input.inputText {border: 1px solid #d8bcba;height: 26px; width:200px}
.lfenlei dl dd input.inputSub {border: 1px solid #d8bcba;height: 28px;padding: 0 5px;}

.lfenlei a{ font-weight:normal;color:#333; padding:0 1px; margin-right:5px; border:1px solid #ff6600;border-radius: 30px; padding:0 5px;}
.lfenlei a:hover{ background:#ff6600; color:#fff; padding:0 1px}
.lfenlei a.hot{background:#ff6600;border:1px solid #ff6600; color:#fff; padding:0 1px}

.tuandui_list {width: 100%;overflow: hidden;}	
.tuandui_list dl {margin: auto;overflow: hidden;padding: 10px;margin-bottom: 10px;background: #fff;color: #959595; border-bottom:1px #ccc dashed}
.tuandui_list dl dt {width:60px;float: left;height: 50px;}
.tuandui_list dl .name {/* width: 58%; */float: left;overflow: hidden;font-size: 14px;}
.tuandui_list dl .name strong {line-height:30px;color: #000; padding-bottom:20px}
.tuandui_list dl .name span {display: block;width: 100%;height: 15px;line-height: 15px;font-size: 12px;color: #999;overflow: hidden;}
.tuandui_list dl ul {margin: 10px auto;clear: both;border-top: 1px dotted #ccc;}
.tuandui_list dl ul li {width: 50%;float: left;height: 25px;line-height: 25px;}
.anniu{ width:100%; overflow:hidden; margin:auto;}
.anniu a{ color:#ff0000; font-size:14px}

.fenlei2{ line-height:30px}
.fenlei2 a{ color:#333; padding:0 1px; margin-right:12px; border:1px solid #ff6600;border-radius: 30px; padding:0 5px;}
.fenlei2 a:hover{ background:#ff6600; color:#fff; padding:0 1px}
.fenlei2 a.hot{background:#ff6600;border:1px solid #ff6600; color:#fff; padding:0 1px}
.down{ display:block; color:#333; line-height:30px}