/* banner */
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
	border: none;
}
/* ywbl */
.ywbl{
	width: 1200px;
	overflow: hidden;
	margin: 50px auto 0;
	text-align: center;
}
.ywbl_tit{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #eceded;
	position: relative;
	height: 60px;
	line-height: 60px;
}
.ywbl_tit span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #1b46af;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 3px solid #1b46af;
}
.ywbl_item{
	display: inline-block;
	width: 225px;
	height: 200px;
	overflow: hidden;
	margin: 60px 5px 80px;
	box-shadow: 0 0 5px #d9dada;
	box-sizing: border-box;
	padding: 50px 0;
	transition: 0.3s;
}
.ywbl_item p:first-child img{
	/* width: 60px; */
	height: 65px;
	transition: 0.3s;
}
.ywbl_item p:last-child{
	transition: 0.3s;
	line-height: 40px;
	font-size: 14px;
}
.ywbl_item:hover{
	transform: translate(0,-20px);
	transition: 0.3s;
}
.ywbl_item:hover p:first-child img{
	transform: scale(1.1);
	transition: 0.3s;
}
.ywbl_item:hover p:last-child{
	transform: scale(1.1);
	transition: 0.3s;
}
/* bank */
.bank{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #1b4391;
}
.bank_tit{
	font-size: 36px;
	text-align: center;
	color: #455f9e;
	line-height: 60px;
	margin: 55px 0;
	position: relative;
}
.bank_tit span{
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	line-height: 60px;
	border-bottom: 2px solid #fff;
}
.bank_img{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.bank_img img{
	display: inline-block;
	border: none;
	transition: 0.3s;
}
.bank_img img:nth-of-type(n+2){
	margin-left: 58px;
}
.bank_img img:hover{
	transform: scale(1.1);
	transition: 0.3s;
}
/* info */
.info{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 30px;
	overflow: hidden;
}
.info_tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 80px;
}
.info_line{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
}
.info_line a{
	color: #1b4391;
	font-weight: bold;
}
.info_line a:hover{
	text-decoration: underline;
}