@charset "utf-8";
/* 方案列表 */
.falb{}
.falbbox{display: flex; flex-wrap: wrap;}
.falbbox .falbbox_item{width: 49%; margin-right: 2%; margin-top:42px;}
.falbbox .falbbox_item:nth-child(2n){margin-right: 0;}
.falbbox_item_img{height: 230px; overflow: hidden;}
.falbbox_item_img img{width: 100%; height: 100%; object-fit: cover;}
.falbbox_item_txt{padding:30px 30px 22px 30px; background-color: #f9f9f9; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.falbbox_item_txth{font-size: 30px; color: #333333; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.falbbox_item_txtp{margin-top:5px; font-size: 15px; color: #404040; line-height:28px; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;}
.falbbox_item_more{margin-top:6px;}
.falbbox_item_more span{font-size:16px; color: #043285; font-family: 'BEBAS'; text-transform: uppercase; vertical-align: middle;}
.falbbox_item_more i{font-size:32px; color: #043285; vertical-align: middle; margin-left: 8px;}
.falbbox .falbbox_item:hover{box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);}
.falbbox .falbbox_item:hover .falbbox_item_txt{background-color: #fff;}
.falbbox .falbbox_item:hover .falbbox_item_txth{color: #043285;}
.falbbox .falbbox_item:hover .falbbox_item_txtp{color: #333333;}


