/* 银行卡 */
.Bank_card {}
.Bank_card li {width: 48%;margin-bottom: 40px;}
.Bank_card li a .MouseIMG{transition:all 0.4s;}
.Bank_card li a .Bank_text h6{transition:all 0.4s;}
.Bank_card li a:hover .MouseIMG{transform:scale(1.04)}
.Bank_card li a:hover .Bank_text h6{color:#0054a8}

/* 图片 */
.Bank_img {width: 41.3%;}
.Bank_img img {width: 100%;border-radius:10px;}
/* 文字部分 */
.Bank_text {width: 55%;}
.Bank_text h6 {font-size: 18px;margin-bottom: 40px;font-weight: 700;}
.Bank_text p {font-size: 14px;line-height: 23px;max-height: 69px;}
@media screen and (max-width: 1350px) {
.Bank_text h6 {margin-bottom: 20px;}
}
@media screen and (max-width: 1150px) {
.Bank_text h6 {margin-bottom: 10px;}
}
/* 手机样式 */
@media screen and (max-width: 1024px) {
.Bank_card li ,.Bank_img ,.Bank_text {width: 100%;}
.Bank_card li {margin-bottom: 25px;}
.Bank_text {margin-top: 15px;}
.Bank_text p {display: block;max-height: none;}
.Bank_img{text-align:center;}
.Bank_img img{width:60%;}
.Bank_text h6{text-align:center}
}
/* 银行卡 end*/
/* 财富管理 */
.Message_inquire {position: relative;}
.Message_a {position: absolute;left: 50%;bottom: 50px;transform: translate(-50%, 0);width: 59.6%;height: 60px;background-color: #ffffff;border-radius: 30px;}
.Message_a p {font-size: 21px;color: #082F4E;margin-left: 12px;}
@media screen and (max-width: 1200px) {
.Message_a {height: 40px;}
.Message_a p {font-size: 18px;}
}
@media screen and (max-width: 1024px) {
.Message_a {width: 90%;height: 30px;bottom: 20px;}
}
/* 财富管理 end*/
/* 自营理财 */
.tab-box ,.tab-img {display: none;}
.tab-img {position: relative;}
.tab-box.tab-box-act ,.tab-img.tab-img-act{display: block;}
/* 左侧图 */
.tab-img-text {position: absolute;top: 65px;left: 5.5%;width: 65%;}
.tab-img-text h6 {font-size: 24px;color: #ffffff;margin-bottom: 40px;}
.tab-img-text p {font-size: 14px;color: #ffffff;line-height: 28px;}
/* 按钮部分 */
.tab-box_ul {margin-bottom: 40px;}
.tab-box_ul li {font-size: 18px;position: relative;margin-left: 8%;cursor: pointer;transition: all 0.4s;}
.tab-box_ul li:first-child {margin-left: 0%;} 
.tab-box_ul li.box_li-ACT {color: #0054AA;}
.tab-box_ul li::after {content: "";position: absolute;left: 50%;bottom: -10px;width: 0;height: 2px;background-color: #0054AA;transition: all 0.4s;transform: translate(-50%, 0);}
.tab-box_ul li.box_li-ACT::after {width: 110%;}
.tab-box_ul li:hover {color: #0054AA;}
.tab-box_ul li:hover::after {width: 110%;}
@media screen and (max-width: 1024px) {
.tab-img>img {height: 200px;}
.tab-box_ul {justify-content: left;overflow-y: hidden;margin: 15px 0 0;padding-bottom: 10px;}
.tab-box_ul li {white-space: nowrap;}
/* 左侧图 */
.tab-img-text {top: 14px;left: 5%;width: 90%;}
.tab-img-text h6 {margin-bottom: 20px;}
}
/* 自营理财end*/
/* 代销理财 */
.Message {margin-bottom: 15px;}
.Message p {font-size: 16px;position: relative;}
.Message p::after {content: "";position: absolute;left: 50%;bottom: -10px;width: 110%;height: 2px;background-color: #0054AA;transition: all 0.4s;transform: translate(-50%, 0);}
.Message a {font-size: 16px;color: #0864B5;transition: all linear 0.3s;}
.Message a:hover {font-size: 16px;color: #D9232E;}
/* 代销理财 end*/