@charset "utf-8";

/*
金融业务
tzp 2018.06.04
*/

.business_area{
 	width:100%;
 	height: 696px;
 	background: #f3f3f3;
}

.finance_list{
	border-bottom: 1px solid #e60012;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 50px;
}
.finance_item{
	width: 140px;
	height: 200px;
	background: #fff;
	margin: 0 10px;
}
.finance_item h2{
	font-size: 18px;
	line-height: 38px;
	padding-top: 130px;
	text-align: center;
}

.finance_item:hover h2{
	color: #fff;
}

.icon_f01{
	background: #fff url(../img/finance/icon_f01.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f02{
	background: #fff url(../img/finance/icon_f02.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f03{
	background: #fff url(../img/finance/icon_f03.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f04{
	background: #fff url(../img/finance/icon_f04.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f05{
	background: #fff url(../img/finance/icon_f05.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f06{
	background: #fff url(../img/finance/icon_f06.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f07{
	background: #fff url(../img/finance/icon_f07.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f08{
	background: #fff url(../img/finance/icon_f08.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f09{
	background: #fff url(../img/finance/icon_f09.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f10{
	background: #fff url(../img/finance/icon_f10.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f11{
	background: #fff url(../img/finance/icon_f11.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f12{
	background: #fff url(../img/finance/icon_f12.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f13{
	background: #fff url(../img/finance/icon_f13.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f14{
	background: #fff url(../img/finance/icon_f14.png) center center no-repeat;
	background-size: 100% 100%;
}

.icon_f01:hover{
	background: #e60012 url(../img/finance/icon_f01_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f02:hover{
	background: #e60012 url(../img/finance/icon_f02_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f03:hover{
	background: #e60012 url(../img/finance/icon_f03_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f04:hover{
	background: #e60012 url(../img/finance/icon_f04_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f05:hover{
	background: #e60012 url(../img/finance/icon_f05_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f06:hover{
	background: #e60012 url(../img/finance/icon_f06_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f07:hover{
	background: #e60012 url(../img/finance/icon_f07_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f08:hover{
	background: #e60012 url(../img/finance/icon_f08_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f09:hover{
	background: #e60012 url(../img/finance/icon_f09_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f10:hover{
	background: #e60012 url(../img/finance/icon_f10_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f11:hover{
	background: #e60012 url(../img/finance/icon_f11_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f12:hover{
	background: #e60012 url(../img/finance/icon_f12_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f13:hover{
	background: #e60012 url(../img/finance/icon_f13_h.png) center center no-repeat;
	background-size: 100% 100%;
}
.icon_f14:hover{
	background: #e60012 url(../img/finance/icon_f14_h.png) center center no-repeat;
	background-size: 100% 100%;
}

.case_area{
	width: 1200px;
	margin: 0  auto 30px;
	overflow: hidden;
}
.case_nav{
	width: 100%;
	line-height: 34px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 50px;
}
.case_nav h2{
	font-size: 18px;
	line-height: 34px;
	padding-right: 26px;
	display: inline-block;
	border-bottom: 2px solid #e60012;
}
.case_item{
	width: 250px;
	height: 170px;
	overflow:hidden;
	margin: 0 25px 50px;
	float: left;
}
.case_item img{
	width: 100%;
}