﻿/* banner */
.banner{
	width: 100%;
	height: 150px;
	background: url(../img/flfw/banner.png) no-repeat;
	background-position: center;
}
.banner .bannerTitle{
	width:1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 44px;
	color: #FFFFFF;
	padding-left: 40px;
	letter-spacing: 3px;
	font-weight: 600;
	padding-top: 36px;
	
}
.banner .bannerTitle span{
	text-shadow:0 0 5px #333;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.main .listOne,
.main .listTwo,
.main .listThree{
	width: 100%;
	overflow: hidden;
}
.main .listTitle{
	width: 100%;
	height: 81.5px;
	padding-left: 52px;
	padding-top: 30px;
	background: url(../img/icon-title.png) no-repeat;
	background-position: 23px 31px;
	font-size: 20px;
	color: #4467A8;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 19.5px;
}
.main .listContent{
	width: 100%;
}
/* 第一个 */
.listOneItem{
	width: 380px;
	height: 96px;
	float: left;
	position: relative;
	margin-top: 22px;
	margin-left: 30px;
}
.listOneItem:first-child,
.listOneItem:first-child + div,
.listOneItem:first-child + div +div{
	margin-top: 0px;
}
.listOneItem:nth-child(3n+1){
	margin-left: 0px;
}
.listOneItem a{
	display: table;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #4467A8;
	text-align: center;
	text-shadow: 0 2px 4px rgba(194,194,194,0.31);
	line-height: 24px;
	vertical-align: middle;
	position: relative;
}
.listOneItem img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.listOneItem a span{
	display: table-cell;
	vertical-align: middle;
	line-height: 26px;
}
.listOneItem:hover{
	box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.13);
}
.listTwoItem{
	width: 380px;
	height: 120px;
	float: left;
	position: relative;
	margin-top: 21px;
	margin-left: 30px;
	background: #FFFFFF;
	border: 1px solid #C1CFEB;
	border-radius: 4px;
}
.listTwoItem:first-child,
.listTwoItem:first-child + div,
.listTwoItem:first-child + div +div{
	margin-top: 0px;
}
.listTwoItem:nth-child(3n+1){
	margin-left: 0px;
}
.listTwoItem a{
	display: table;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #333333;
	text-shadow: 0 2px 4px rgba(194,194,194,0.31);
	padding: 20px 14px;
	vertical-align: middle;
}
.listTwoItem:hover{
	box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.13);
}
.listTwoItem .imgBox{
	width: 80px;
	height: 80px;
	background: #3377FF;
	border-radius: 50%;
	padding-left: 6px;
	padding-top: 6px;
	float: left;
	margin-right: 20px;
}
.listTwoItem>a span{
	line-height: 78px;
}
.listThreeItem{
	width: 585px;
	height: 120px;
	float: left;
	margin-left: 27px;
	margin-bottom: 57px;
	position: relative;
}
.listThreeItem:first-child{
	margin-left: 0;
}
.listThreeItem a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #333333;
	text-shadow: 0 2px 4px rgba(194,194,194,0.31);
	text-align: center;
	line-height: 120px;
	position: relative;
}
.listThreeItem:hover{
	box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.13);
}
.listThreeItem a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}