@charset "utf-8";
#banner {
	height: 74px;
	border-top: 2px solid #e4e4e4;
	background: url(../img/b_service.jpg) center center no-repeat;
}
.list {
	padding-bottom: 20px;
	overflow: hidden;
}
.case, .info {
	margin: auto;
	width: 1140px;
	overflow: hidden;
}
.case .t {
	padding-top: 45px;
    font-size: 30px;
    line-height: 60px;
	text-align: center;
}
.case .t span {
	display: block;
    font-size: 22px;
    line-height: 34px;
    color: #666;
}
.case .subMenu {
	padding: 40px 0;
	text-align: center;
}
.case .subMenu a {
	display: inline-block;
	margin: 0 14px;
	width: 125px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	color: #666;
	border-radius: 19px;
	border: 1px solid #ccc;
}
.case .subMenu a:hover, .case .subMenu .f {
	color: #fff;
	border-color: #2088e5;
	background-color: #2088e5;
}
.case .list a {
	float: left;
	margin: 0 0 20px 20px;
	width: 240px;
	padding: 10px;
	background-color: #f4f4f4;
}
.case .list img {
	display: block;
	width: 240px;
	height: 140px;
	margin-bottom: 8px;
}
.case .list a p {
	text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case .list span {
	display: block;
	font-size: 12px;
	color: #999;
}
.info .t {
	padding-top: 45px;
    font-size: 30px;
    line-height: 60px;
	text-align: center;
}
.info .subMenu {
	margin: 40px auto;
	padding: 1px 0;
	width: 485px;
	height: 43px;
	border-radius: 9px;
	background-color: #e3e3e3;
	overflow: hidden;
}
.info .subMenu a {
	float: left;
	margin-left: 1px;
	width: 120px;
	height: 43px;
	font-size: 16px;
	line-height: 42px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 0 0 #2088e5;
}
.info .subMenu a:first-child {border-radius: 8px 0 0 8px}
.info .subMenu a:last-child {border-radius: 0 8px 8px 0}
.info .subMenu a:hover, .info .subMenu .f {
	color: #fff;
	box-shadow: 0 0 0 1px #2088e5;
	background-color: #2088e5;
}
.info .list li {
	float: left;
	margin: 0 45px 20px;
	width: 480px;
	height: 90px;
}
.info .list img {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
}
.info .list div {
	float: right;
	width: 342px;
}
.info .list a {
	float: left;
	max-width: 342px;
	font-size: 16px;
	line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info .list li p {
	width: 342px;
	color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info .list span {
	float: left;
	padding-right: 20px;
	font-size: 13px;
	color: #999;
}
.info .list span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	width: 16px;
	height: 16px;
	background: url(../img/ico_list.png) 0 0 no-repeat;
}
.info .list div>span:last-child:before {background-position: 0 -16px}
.list>p {
	padding: 50px 0 100px;
	text-align: center;
}
#f_banner {
	margin-top: 60px;
	height: 275px;
	text-align: center;
	background: url(../img/b_info.jpg) center center no-repeat #3185e5;
}
#f_banner div {
	padding-top: 40px;
	font-size: 26px;
	line-height: 120px;
	color: #fff;
}
#f_banner a {
	display: inline-block;
	width: 135px;
	height: 45px;
	margin: 0 15px;
	font-size: 18px;
	line-height: 44px;
	border-radius: 5px;
	background-color: #fff;
}
#pageNav {
	cursor: default;
	text-align: center;
	padding-bottom: 40px;
	line-height: 30px;
}
#pageNav>* {
	display: inline-block;
	height: 32px;
}
#pageNav a, #pageNav font {
	margin: 0 4px;
	padding: 0 12px;
	background-color: #f4f4f4;
}
#pageNav a:hover, #pageNav font {
	color: #fff;
	background-color: #2088e5;
}
#pageNav font {font-weight: bold}