.intro_img .intro_img_box img ,.fl_img_box{height: 348px;}
@media screen and (max-width: 999px) {
.intro_img .intro_img_box img ,.fl_img_box{height: auto;}
}
/* 内容 */

/* 票据转贴现 */
.bill {}
.bill a {position: relative;display: block;overflow: hidden;transition: all 0.4s;}
.bill a .bill_back {width: 100%;transition: all 0.4s;}
.bill a:hover .bill_back {transform: scale(1.05);}
.bill a .bill_tit {position: absolute;top:20px;;left:20px;display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.bill a .bill_tit img {display:none;}
.bill a .bill_tit p {font-size: 28px;color: #ffffff;font-weight: 700;margin-left: 10px;text-shadow: 0 0 5px #F18A2C;}
@media screen and (max-width: 999px) {
.bill {margin-bottom: 10px;}
.bill a .bill_tit p {font-size: 18px;}
}
/* 内容 end*/