/*--公共二级页样式 start--*/
body{background-color:#f7f9fa;}
/*nav导航*/
.nav_box,.foter .foter_cot{max-width:1620px;}
.nav_box .nav>ul > li > a,.nav_top .nav_state>ul > li > a{color:#1c1c1c !important;}
.phone .ph_num .cell-phone{color:#a12229;}

/*外层盒子*/
.Outer-box{position:relative}

/*banner图*/
.banner{height:auto;}
.banner-content{position:relative;height:485px;}
.banner-content>img{width:100%;height:100%;-o-object-fit: cover; object-fit: cover;}
.banner-content .tit{position:absolute;top:40%;left:50%;width: 80%;transform: translate(-50%, -50%);max-width: 1360px;}
.banner-content .tit {color:#fff;}
.banner-content .tit h1{font-size:42px;margin-bottom:30px;}
.banner-content .tit p{font-size:20px;line-height:30px;}

/*body-cont主题内容*/
.body-content{position:relative;width: 80%;margin: 0 auto;position: relative;top: -150px;background-color:#fff;display:flex;display: -ms-flexbox;max-width:1360px;margin-bottom:-150px;}
.body-content .left-list{width:280px;background-color:#f1f4f7}
.body-content .text-part{flex:1;-ms-flex: 1;width:79px;padding: 40px 30px;box-sizing: border-box;}
.pub-tit{margin-top:20px;}
.body-dome{overflow:hidden;}
.body-dome a img{transition:all 0.4s;}
.body-dome:hover a img{transform:scale(1.05)}
.tem-more a,.bx-sd .tem-list li a{transition:all 0.4s;}
.tem-more a:hover{color:#D82025;}
.bx-sd .tem-list li a:hover{color:#ef6c02;}
/*--公共二级页样式结束 end--*/

/*--零售业务 start--*/
.layui-col-md6{height:300px;display: flex;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.self-help {height: auto;}
.layui-col-md6 img{width:100%;height:100%; -o-object-fit: cover;object-fit: cover;transition:all 0.4s;}
.tem-title{display:flex;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.tem-title{height:40px;line-height:40px;margin:20px 0;}
.tem-title h3,.tem-title h3 span{font-size:24px;font-weight:bold;}
.tem-title span{font-size:16px;}

.bx-sd{box-shadow: 0 0 10px #e1e0df;overflow:hidden;}
.bx-sd .tem-list{display:flex;display: -ms-flexbox;flex-wrap:wrap;-ms-flex-wrap: wrap;height: 90%;padding:40px;align-items: center;-ms-flex-align: center;background:url(/uiFramework/commonResource/image/2023110917150591392.png) no-repeat;background-size:cover;margin-left:20px;}
.bx-sd .tem-list li{width:50%;list-style-type: disc;color:#ef6c02;position:relative;}
.bx-sd .tem-list li a{font-size:16px;font-weight:bold;color:#131313}
.bx-sd:hover .layui-col-md6 img {transform:scale(1.05)}
.layui-col-md6:hover img {transform:scale(1.05)}
/*基金代销*/
.fund-distribution{margin:40px 0 0;}
.fund-distribution .fd-dbn{position:relative;}
.fd-dbn>img{width:100%;    height: 100%; -o-object-fit: cover;object-fit: cover;}
.fd-dbn .body-dn{position:absolute;top:50%;/* width:100%; */ padding:0 30px;transform: translate(0, -50%)}
.body-dn h3{font-size:24px;color:#fff;font-weight:500}
.body-dn p{font-size:16px;color:#fff;margin:30px 0;line-height:25px;}
.body-dn .dn-list{display:flex;display: -ms-flexbox;}
.body-dn .dn-list li{position:relative;margin-right:40px;font-size:16px;color:#fff;font-weight:bold;}
.body-dn .dn-list li a{color:#fff;}
.body-dn .dn-list li::after{content:'';position:absolute;top:1.5px;right:-30%;width:1.5px;height:100%;background-color:#fff;}
.body-dn .dn-list li:last-child::after{display:none;}

/*按钮效果*/
.body-dn .dn-btn{display:block;width:120px;height:40px;background-color:#ef6c02;text-align:center;color:#fff;font-size:16px;margin-top:30px;box-sizing: border-box;position: relative;      transition: all .6s linear;line-height: 40px;}
.body-dn .dn-btn:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.body-dn .dn-btn:hover:before { filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.body-dn .dn-btn>span { display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.body-dn .dn-btn:hover>span {filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.body-dn .dn-btn:hover>span:nth-child(1) {-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.body-dn .dn-btn:hover>span:nth-child(2) { -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.body-dn .dn-btn:hover>span:nth-child(3) { -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.body-dn .dn-btn:hover>span:nth-child(4) { -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.body-dn .dn-btn { background: #ff7300; }
.body-dn .dn-btn:hover { background-color: #e83a0c;}
.body-dn .bg-btn:hover { background-color: #ff7300;}

/*贵金属*/
.gjs-img{overflow:hidden;}
.gjs-img a img{width:100%;height:100%;-o-object-fit: cover; object-fit: cover;transition:all 0.4s;}
.gjs-img a{transition:all 0.4s;}
.gjs-img a:hover{color:#ef6c02}
.gjs-img a:hover img{transform:scale(1.05)}
.gjs-img a span{display:inline-block;width:100%;text-align:center;margin-top:20px;font-size:18px;font-weight:bold}
.bank-img .box-it-wljr{padding:20px;box-shadow: 0 0 10px #eee}
.bank-img .box-it-wljr h4{font-size:18px;font-weight:bold;}
.bank-img .box-it-wljr hr{width:10%;height: 1px;;background-color:red;margin-bottom:0px;margin-right: 90%;}
.bank-img .box-it-wljr a{display:flex;display: -ms-flexbox;justify-content:flex-end;-ms-flex-pack: end;transition:all 0.4s;}
.bank-img .box-it-wljr a img{width:75%;height:25%;transition:all 0.4s;border-radius: 10px;}
.bank-img .box-it-wljr a:hover{color:#ef6c02}
.bank-img .box-it-wljr a:hover img{transform:scale(1.05)}
/*--零售业务 end--*/

/*--公司业务 start--*/
.sx-cp{background:url(/uiFramework/commonResource/image/2023111309030378973.png) no-repeat;background-size:cover;padding: 20px;box-sizing: border-box;}
.sx-cp .tem-list{display:flex;display: -ms-flexbox;flex-wrap:wrap;-ms-flex-wrap: wrap;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;height: 80%;;padding: 40px;max-width: calc(100% - 80px);}
.sx-cp .tem-list li{list-style-type: disc;color: #fff;margin-right:25px;}
.sx-cp .tem-list li a{font-size:16px;font-weight:550;color:#fff;transition:all 0.4s;}
.sx-cp .tem-list li a:hover{color:#e71c28}
.box-itd-bs{display:flex;display: -ms-flexbox;height:120px;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;background:url(/uiFramework/commonResource/image/2023111309583966407.png) no-repeat;background-size:cover;    box-shadow: 0 0 10px #e1e0df;padding: 0 30px;width: 100%;}
.box-itd-bs img{width:57px;height:57px;transition:all 0.4s;}
.box-itd-bs:hover > img{transform:scale(1.05)}
.box-itd-bs .itd-bs h4{font-size:20px;font-weight:bold;}
.box-itd-bs .itd-bs h4 a {font-size:20px;font-weight:bold;}
.box-itd-bs .itd-bs a{font-size:14px;font-weight:bold;display:inline-block;margin-top:20px;transition:all 0.4s;}
.box-itd-bs .itd-bs a:hover{color:#ef6c02}
.box-itd-bs .itd-bs a img{width:12px;height:12px;vertical-align: bottom;margin-right: 5px;}
.box-itd-bs .itd-bs a.gsyw_zz {display: flex;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.box-itd-bs .itd-bs a.gsyw_zz span {line-height: 12px;}
.sx-cp .layui-col-md6 img{transition:all 0.4s}
.sx-cp:hover .layui-col-md6 img{transform:scale(1.05)}

.gsyw{box-shadow: 0 0 10px #ccc;overflow:hidden;}
.gsyw .body-dome a img{transition:all 0.4s}
.gsyw:hover .body-dome a img{transform:scale(1.05)}
.gsyw  .yhzc{padding:20px;}
.gsyw .body-dome  .yhzc h5{font-size:16px;font-weight:bold;margin-bottom:10px;}
.gsyw .body-dome  .yhzc p{padding:0;border:none;line-height:25px;}
/*--公司业务 end--*/

/*--网络金融 start--*/
.sl-offer{overflow:hidden;position:relative;height:210px;}
.sl-offer .swiper {width: 100%;height: 100%;}
.sl-offer .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;}
.sl-offer .swiper-slide img {display: block;width: 100%; height: 100%;object-fit: cover;}
.sl-offer .swiper-pagination-bullet{width: 30px;height: 5px;border-radius: 2px;opacity: 0.8;background: #fff;transition:all 0.4s}
.sl-offer .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;background-color:#e12328;}
.bx-sd .tem-list.wljr li{width:33.33%;}
.wljr-dome h3{height:40px;margin-bottom:10px;}
.wljr-dome h3,.wljr-dome h3 span{font-size:24px;font-weight:bold;}
.wljr-dome .body-dome>a {display: block;border: 1px solid #d9d9d9;}
.wljr-dome .body-dome p{margin:20px;border-top:none;line-height:30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.xz-dome{display:flex;padding:20px 40px;justify-content: space-between;align-items: center;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-align: center;background:url(/uiFramework/commonResource/image/2023121110402410271.png) no-repeat;background-size: cover;}
.xz-dome img{width:45px;height: 45px;object-fit: contain;-o-object-fit:contain}
.xz-dome .xz-tit h4 a {font-size: 20px;margin: 0;font-weight: 700;}
.xz-dome .xz-tit a{display:inline-block;margin-top:50px;font-size: 16px;transition:all 0.4s;display: flex;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.xz-dome .xz-tit a:hover{color:#ef6c02}
.xz-dome .xz-tit{font-size:20px;}
.xz-dome .xz-tit a img{width:15px;height:15px;vertical-align: bottom;margin-right:5px;}
.sx-wljr {margin-top:60px;}
.sx-wljr .layui-col-md6{height:auto;display: block;}
/*--网络金融 end--*/

/*--贸易金融 start--*/
.myjr-box .layui-col-md6{height:350px;}
.left-myjr-dome{height:100%;background-color:#f0f0f0;padding: 33px 20px;box-sizing: border-box;max-width: 100%;}
.left-myjr-dome h4{font-size:24px;font-weight:bold;}
.left-myjr-dome hr{width: 5%;height: 3px;background: #000;margin: 30px 0;margin-right: 95%;}
.left-myjr-dome p{font-size:16px;line-height: 30px;}
.bx-sd .tem-list .wh-list li {width: 30%;text-align: center;}
/*按钮效果2*/
.left-myjr-dome a{display:block;width:120px;height:40px;background-color:#ef6c02;text-align:center;color:#fff;font-size:16px;margin-top:30px;box-sizing: border-box;position: relative;      transition: all .6s linear;line-height: 40px;margin-top:80px;}
.left-myjr-dome a:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.left-myjr-dome a:hover:before { filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.left-myjr-dome a>span { display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.left-myjr-dome a:hover>span {filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.left-myjr-dome a:hover>span:nth-child(1) {-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.left-myjr-dome a:hover>span:nth-child(2) { -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.left-myjr-dome a:hover>span:nth-child(3) { -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.left-myjr-dome a:hover>span:nth-child(4) { -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.left-myjr-dome a { background: #ff7300; }
.left-myjr-dome a:hover { background-color: #e83a0c;}

.right-myjr-dome{height:100%;position:relative;overflow:hidden;}
.right-myjr-dome img{transition:all 0.4s;}
.right-myjr-dome:hover img{transform:scale(1.05);}
.right-myjr-dome .rt-mr-de{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);display: flex;flex-direction: column; justify-content: center;align-items: center;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;-ms-flex-direction: column;}
.rt-mr-de span{font-size:20px;font-weight:bold;color:#fff;}
.rt-mr-de img{width:50px;margin-bottom:5px;}
.wh-list{display:flex;width: 100%;display: -ms-flexbox;flex-wrap: wrap; -ms-flex-wrap: wrap;}
.wh-list li{list-style-type: none !important;}
.wh-cot{padding:20px !important;}
.wh-cot p{font-size:16px;line-height:30px;max-width: 100%;}
.myjr-more{display:flex;justify-content: space-between;align-items: baseline;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-align: baseline;}
.myjr-more a:hover{color: #D82025;}
.loc{position:relative;height:250px;overflow:hidden;}
.loc img{transition:all 0.4s;width: 100%;height: 100%;object-fit: cover;-o-object-fit:cover;}
.loc:hover img{transform:scale(1.05)}
.myjr-lists{position:absolute;bottom:20px;width:100%;color:#fff;display:flex;justify-content: center;display: -ms-flexbox;-ms-flex-pack: center;}
.myjr-lists li{margin-right:30px;}
.myjr-lists li:last-child{margin-right:0px;}
.myjr-lists li a{font-size:16px;transition:all 0.4s;color:#fff;}
.myjr-lists li a:hover{color:#ef6c02;}
.myjr-lists li a img{width:12px;height:12px;vertical-align: middle;margin-left: 5px;transition:all 0.4s}
.myjr-lists li a:hover img {transform:scale(1.05)}
.mydb h4{font-size:18px;color:#e12328;}
.mydb p{font-size:16px;line-height:25px;width:100%;}
.mydb a {display: block;max-width: 100%;}
.myjr-gg .body-dn .dn-btn{margin-top:0}
.myjr-gg .body-dn p{margin:30px 0 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;max-height: 50px;}
/*--贸易金融 end--*/

/*--金融同业 start--*/
.jrty .layui-col-md6{height:auto;}
.jrty-ty{position:relative;height:100%;overflow:hidden;}
.jrty-ty .ty-po{position:absolute;top:0;padding:40px;width:70%;}
.jrty-ty .ty-po h4{font-size:20px;margin-bottom:20px;font-weight: 700;}
.jrty-ty .ty-po p{padding:20px 0 40px;font-size:16px;line-height:30px;}

/*按钮样式3*/
.jrty-ty .ty-po a,.pjtx .pjtx-btn{display: inline-block;width: 120px;height: 40px; background-color: #ef6c02;text-align: center; line-height: 40px;color: #fff; font-size: 16px;border-radius:20px;box-sizing: border-box;position: relative;      transition: all .6s linear;}
.jrty-ty .ty-po a:before ,.pjtx .pjtx-btn:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.jrty-ty .ty-po a:hover:before,.pjtx .pjtx-btn:hover:before{ filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.jrty-ty .ty-po a>span,.pjtx .pjtx-btn>span { display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.jrty-ty .ty-po a:hover>span,.pjtx .pjtx-btn:hover>span {filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.jrty-ty .ty-po a:hover>span:nth-child(1),.pjtx .pjtx-btn:hover>span:nth-child(1){-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.jrty-ty .ty-po a:hover>span:nth-child(2),.pjtx .pjtx-btn:hover>span:nth-child(2) { -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.jrty-ty .ty-po a:hover>span:nth-child(3),.pjtx .pjtx-btn:hover>span:nth-child(3){ -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.jrty-ty .ty-po a:hover>span:nth-child(4) ,.pjtx .pjtx-btn:hover>span:nth-child(4) { -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.jrty-ty .ty-po a,.pjtx .pjtx-btn{ background: #ff7300; }
.jrty-ty .ty-po a:hover ,.pjtx .pjtx-btn:hover{ background-color: #e83a0c;}

.pjtx p{font-size:16px;line-height:30px;width:100%;}

.space-tb{margin:40px 0;}

.ztx .layui-col-md6{height:auto;display: block;}
.dzpj{height:200px;background:url(	/uiFramework/commonResource/image/2023111716172040890.png) no-repeat;background-size:cover;display:flex; justify-content: space-between;align-items:center;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-align: center;    box-shadow: 0 0 10px #ccc;padding:0 40px;}
.dzpj>img{width:60px;height:60px;object-fit: contain;}
.dzpj .dzpj-tit h4{font-size:24px;margin-bottom:30px;}
.dzpj .dzpj-tit h4 a {font-weight: 700;}
.dzpj .dzpj-tit a img{width:14px ; vertical-align: middle;}
/*--金融同业 end--*/

/*--市场交易 start--*/
.scjy{margin:40px 0;}
/*--市场交易 end--*/

/*--关于本行 start--*/
.gybh-gswh .body-dn h3{color:#131313;font-weight:bold;}
.gybh-gswh .body-dn p{color:#131313;width:80%;}
.gybh-gswh .fd-dbn .body-dn{top:40%}
.gybh-gswh .body-dn  .qywh-list{display:flex;width: 50%;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.gybh-gswh .qywh-list li{display: flex;flex-direction: column;align-items: center;display: -ms-flexbox;-ms-flex-direction: column;-ms-flex-align: center;}
.gybh-gswh .qywh-list li a{display:flex;align-items: center;justify-content: center;text-align:center;width: 50px;height:50px;background-color:#e12328;border-radius: 50%;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;}
.gybh-gswh .qywh-list li a img{width:25px;height:25px;}
.gybh-gswh .qywh-list li span{font-size:14px;font-weight:bold;margin-top:5px;}
.fund-distribution.bh-kjfs{margin:0}

.mar-rit{margin-right:8.333%;}
.hnxw-swiper{position: relative;width:100%;}
.hnxw-swiper .swiper {width: 100%;height: 100%;overflow:hidden;}
.hnxw-swiper .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;flex-direction:column;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;-ms-flex-direction: column;}
.swiper-slide_img_box {position: relative;overflow: hidden;width: 100%;}
.hnxw-swiper .swiper-slide img {display: block;width: 100%;object-fit: cover; -o-object-fit:cover;}
.hnxw-swiper .swiper-slide img.none_img {opacity: 0;}
.hnxw-swiper .swiper-slide img.are_img {position: absolute;top: 0;width: 100%;}
.hnxw-swiper .swiper-slide a{display:inline-block;width:100%;text-align:left;}
.hnxw-swiper .swiper-slide a p{font-size:16px;font-weight:bold;margin:10px 0;}
.hnxw-swiper .swiper-slide a span{font-size:12px;color:#505050;}
.hnxw-swiper .mySwiper1 .swiper-pagination{bottom:70px;left:100%;transform: translate(-70%, 0px);}
.hnxw-swiper .mySwiper1 .swiper-pagination .swiper-pagination-bullet{width:20px;height:3px;background:#efefef;opacity: 1;border-radius: 0;transition:all 0.4s;}
.hnxw-swiper .mySwiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ef6c02;}
.hnxw-rt-list{width:100%;}
.hnxw-rt-list li:first-child a{display:inline-block;margin-top:0;}
.hnxw-rt-list li:first-child a p{font-size:16px;}
.hnxw-rt-list li:first-child a span{display: inline-block;padding:10px 0;}
.hnxw-rt-list li:first-child a p.dbt{display:block;font-weight:400;padding:20px 0;font-size:14px;border-bottom:1px solid #dbdbdb}
.hnxw-rt-list li a{display: flex;justify-content: space-between;margin:15px 0;display: -ms-flexbox;-ms-flex-pack: justify;}
.hnxw-rt-list li a{font-size:14px;}
.hnxw-rt-list li a p{font-weight:bold;}
.hnxw-rt-list li a p.dbt{display:none;}

.mar-rt{margin-right:16.66%}
.jrzs-list li {line-height:30px;}
.jrzs-list li a {display:flex;justify-content: space-between;font-size:14px;display: -ms-flexbox;-ms-flex-pack: justify;}
.jrzs-list li a span:first-child{white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

.gybh-kjdl{position:absolute;top:50%;left:50%;;width:80%;transform: translate(-50%, -50%);display: flex;display: -ms-flexbox;justify-content: space-around;-ms-flex-pack: justify;}
.gybh-kjdl li {margin:0 20px;}
.gybh-kjdl li a{display: flex;display: -ms-flexbox;flex-direction: column;-ms-flex-direction: column;align-items: center;justify-content: center;-ms-flex-pack: center;-ms-flex-align: center;}
.gybh-kjdl li a .kjfs-img{display: flex;display: -ms-flexbox;width: 80px;height: 80px;text-align: center;line-height: 60px;background: #fff;border-radius: 50%;align-items: center;justify-content: center;margin-bottom:10px;-ms-flex-align: center;}
.gybh-kjdl li a .kjfs-img img{width:40px;height:40px;}
.gybh-kjdl li a span{font-size:16px;font-weight:bold;}

.gybh-lt-dome{width:100%;padding-right:50px;}
.gybh-rt-dome{width:100%;}
/*--关于本行 end--*/

/*--英文站start--*/
.e_gybh-gswh .body-dn  .qywh-list{width:100%; flex-wrap: wrap;-ms-flex-wrap: wrap;}
.e_gybh-gswh .body-dn p{margin:50px 0;}
.wh-cot .more{display: block; font-size: 14px; color: #ffffff; text-align: center;  width: 130px;  background-color: #EF6C02;  border-radius: 30px;}
.english .body-dome .yhzc h5{height:40px; word-break: break-all;}
.sj_mk{display:none;}

/*--英文站 end--*/


/*--公共三级页样式 start--*/

/*--公共三级页样式 end--*/

/*--各屏幕适配 start--*/
@media screen  and (max-width:1680px){

/*-公共样式 start-*/
.banner-content{height:450px;}
.layui-col-md6{height:280px;}
.self-help {height: auto;}
.banner-content .tit h1{font-size:36px;}
.banner-content .tit p{font-size:18px;}
.tem-title h3, .tem-title h3 span,.body-dn h3,.left-myjr-dome h4,.wljr-dome h3, .wljr-dome h3 span{font-size:20px;}
.tem-title span,.myjr-more>a,.mydb p,.body-dn p,.wljr-dome .body-dome p,.xz-dome .xz-tit a{font-size:14px;}
/*-公共样式 end-*/

/*-零售业务 start-*/
.body-dn .dn-list{margin-bottom:20px;}
.body-dn .dn-list li,.gjs-img a span{font-size:14px;}
/*-零售业务 end-*/

/*-公司业务 start-*/
.box-itd-bs .itd-bs a img{width:10px;height:10px;}
.box-itd-bs .itd-bs a{font-size:12px;}
.sx-cp .tem-list li a{font-size:14px;}
.box-itd-bs .itd-bs h4{font-size:18px;}
.box-itd-bs .itd-bs h4 a {font-size:18px;}
.box-itd-bs img{width:45px;height:45px;}
/*-公司业务 end-*/

/*-网络金融 start-*/
.bx-sd .tem-list{padding:30px;}
.bx-sd .tem-list li a{font-size:14px;}
.body-dn .dn-btn{margin-top:10px;}
.wljr-dome .body-dome p{line-height: 25px;}
.xz-dome .xz-tit a img{width:14px;height:14px;vertical-align: middle;}
/*-网络金融 end-*/

/*-贸易金融 start-*/
.rt-mr-de img{width:40px;}
.rt-mr-de span{font-size:18px;}
.myjr-box .layui-col-md6{height:300px;}
.left-myjr-dome a{margin-top:30px;}
.tem-title.mar-top{margin:40px 0 20px;}
/*-贸易金融 end-*/

/*-英文 start-*/
.e_gybh-gswh .body-dn p{margin:40px 0;}
.e_gybh-gswh .qywh-list li span{font-size:12px;}

/*-英文 end-*/

}
@media screen and (max-width:1520px){

/*-公共样式 start-*/
.banner-content{height:400px;}
.banner-content .tit h1{font-size:32px;}
.banner-content .tit p{font-size:16px;}
.layui-col-md6{height:240px;}
.self-help {height: auto;}
.tem-title h3, .tem-title h3 span,.body-dn h3{font-size:20px;}
/*-公共样式 end-*/

/*-网络金融 start-*/
.bx-sd .tem-list.wljr {padding:15px;}
.body-dn p{margin:20px 0;}
/*网络金融 end*/

/* 公司业务 */
.box-itd-bs .itd-bs h4 a {font-size:16px;}
/* 公司业务 end*/
/*-贸易金融 start-*/
.myjr-box .layui-col-md6{height:260px;}
.rt-mr-de img{width:30px;}
.left-myjr-dome hr{margin:20px 0;}
.left-myjr-dome{padding:30px 20px;}
.left-myjr-dome h4,.rt-mr-de span{font-size:18px}
.left-myjr-dome p{font-size:14px}
.left-myjr-dome a{width: 90px;height:30px;line-height:30px;margin-top:30px;font-size:12px;}
.body-dn .dn-btn{width: 90px;height:30px;line-height:30px;font-size:12px;}
.wh-cot p,.bx-sd .tem-list li a,.body-dn p,.myjr-lists li a{font-size:14px;}
.loc{height:210px;}
.bx-sd .tem-list{padding:30px;}
.mydb p{line-height:20px}
/*-贸易金融 end-*/

/*-市场交易 start-*/
.jrty-ty .ty-po p{padding:15px 0 15px;}
.body-content .text-part{margin-bottom:20px;}
/*-市场交易 end-*/

/*-金融同业 start-*/
.pjtx p{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
/*-金融同业 end-*/

/*-英文start-*/
.e_gybh-gswh .body-dn p{margin:30px 0;}
.e_gybh-gswh .qywh-list li span{font-size:11px;}

/*-英文end-*/
}

@media screen and (max-width:1350px){
/*-公共样式 start-*/
.banner-content{height:350px;}
.banner-content .tit p{line-height:25px;}
.banner-content .tit h1{margin-bottom: 20px;}
.body-content{top:-120px;margin-bottom:-120px;}
.bx-sd .tem-list li{padding-right:20px;width:auto;}
.wh-cot p, .bx-sd .tem-list li a, .body-dn p, .myjr-lists li a{font-size:12px;}
/*-公共样式 end-*/

/*-市场交易 start-*/
.jrty-ty .ty-po{width:80%;}
.jrty-ty .ty-po h4{margin-bottom:0px;font-size:18px;}
.jrty-ty .ty-po p{font-size:14px;line-height:25px;padding: 0;margin: 15px 0 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/*-市场交易 end-*/

/*-关于我们 start-*/
.jrzs-list li a{font-size:14px;}
.jrzs-list li a span:first-child{width: calc(100% - 80px);}
.jrzs-list li a span:last-child{width: 80px;}
.hnxw-rt-list li a p{width:70%;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hnxw-rt-list li:first-child a p,.hnxw-rt-list li:first-child a{width:100%;}
.hnxw-rt-list li:first-child a p.dbt{white-space: inherit;padding: 5px 0;}
.hnxw-swiper .mySwiper1 .swiper-pagination{transform:translate(-80%, 0px);}
/*-关于我们 end-*/
}

@media screen and (max-width:1230px){
/*-市场交易 start-*/
.jrty-ty .ty-po{width:90%;padding: 20px;}
/*-市场交易 end-*/

/*english*/ 
.e_gybh-gswh>img{display:none;}
.e_gybh-gswh .body-dn{position: initial; transform: none;     background: url(/eportal/imageDir/dzbchina/2023/12/img_pc_site/2023120112554298468.jpg) no-repeat center center; background-size: cover;  padding: 25px; border-left: 0.5px solid #ccc; border-right: 0.5px solid #ccc;}
.e_gybh-gswh .body-dn .qywh-list li{width:33%; margin-bottom:10px;}
.e_gybh-gswh .body-dn p{margin:20px 0; line-height:20px;}
.e_gybh-gswh .qywh-list li a{width:45px; height:45px;}

/*-关于我行 start-*/
.hnxw-rt-list li a{margin:10px 0;font-size:12px;}
.jrzs-list li a{font-size:12px;}
.gybh-gswh .body-dn p{margin:5px 0;    text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;overflow: hidden;}
/*-关于我行 end-*/

}
@media screen and (max-width:1200px) {
.myjr-gg .body-dn p {margin: 10px 0 10px;}
}


@media screen and (max-width:1024px){
.left-list{display:none;}
.body-content{width:95%}
.body-content .left-list{position:absolute;z-index:10;left:-50%;transition:all 0.4s;}
.list-btn{position:absolute;top:5px;left:5px;width:30px;height:30px;background-color:red;border-radius:50%;    cursor: pointer;}
.mk_tit .list-close {position:absolute;top:5px;right:5px;width:30px;height:30px;background-color:red;border-radius:50%;z-index:10;    cursor: pointer;}
.bx-sd .tem-list li{width:auto !important;}
.bx-sd .tem-list{padding:20px;}
.fund-distribution .fd-dbn{height:300px;}
.body-dn .dn-list li::after{display:none;}
.body-dn .dn-list li{margin-right:5px;}
.body-dn .dn-list{margin-bottom:5px;}
.body-dn p{margin:10px 0;}
.sx-cp .tem-list{padding:20px;}

/*english*/ 

.e_gybh-gswh .body-dn .qywh-list li{width:33%; margin-bottom:10px;}
.sj_mk{display:block;}
.sj_mk .wh-cot p,.e_gybh-gswh .body-dn p{width:100%;}
.pc_mk{display:none;}
.english_mk{height:auto;}

/*网络金融*/
.pub-tit{display:block;height:auto;}
}

/*--各屏幕适配 end--*/

/*--移动端适配 start--*/
@media only screen and (max-width:992px){
.myjr-gg{height:200px;}
.ph-blcok{display:block;height:auto;}
.ph-blcok:last-child{margin-top:30px;}
.ph-mar{margin-bottom:25px;}
.bx-sd .tem-list{height:85%;background-size:100% 100%;padding-right:0px;margin-left:0}
.gybh-kjdl{flex-wrap:wrap;-ms-flex-wrap: wrap;width: 100%;}
.gybh-gswh .body-dn p{width:90%;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;}
.mar-rit{margin-right:0px;}
.mar-rt{margin-right:0px;margin-top:80px;}
.gybh-gswh .qywh-list li span{font-size:12px;}
.gybh-gswh{height: 260px;}
.gybh-gswh .body-dn .qywh-list{width:100%;}
.fd-dbn .body-dn{padding:0 10px;}
.jrzs-list li a{font-size:14px;}
.sl-offer{height:100px;}
.body-content .text-part{overflow:hidden;}

.hnxw-rt-list{margin-top:50px;}

.gybh-kjdl li a .kjfs-img{width: 60px;height: 60px;}
.gybh-kjdl li a .kjfs-img img{width:30px;height:30px;}
.gybh-kjdl li a span{font-size:14px;margin-bottom:10px;}

.gybh-lt-dome{padding-right:0px;}
/* 网络金融 */
.bx-sd .tem-list.wljr {padding-left: 20px;}
.xz-dome .xz-tit h4 a {font-size: 16px;}
/* 网络金融 end*/
/* 贸易金融 */
.left-myjr-dome hr {margin: 10px 0;}
/* 贸易金融 end*/
.layui-col-md6 {height: auto;}
}
/*--移动端适配 end--*/
.tem-list {max-width: calc(100% - 80px);}
.wh-cot {max-width: calc(100% - 40px);}
.wljr-dome {max-width: 100%;}

@media only screen and (max-width:992px) {
.tem-list {max-width: none;}
}