﻿	.wrap {
    width: 1200px;
    margin: 0 auto;
}
	.b-2 {
	background: #f7f8fa;
	padding-bottom: 50px;
}
.b-2 h2 {
	font-size: 27px;
	text-align: center;
	color: #092676;
	padding: 40px 0 20px;
}
.b-2 .hd {
	text-align: center;
}
.b-2 .hd ul {
}
.b-2 .hd li {
	display: inline-block;
	font-size: 15px;
	margin: 0 25px;
	padding: 0 5px 10px;
	cursor: pointer;
}
.b-2 .hd li.on {
	color: #02276c;
	background: url(../Images/line.png) bottom center no-repeat;
}
.b-2 .bd {
	height: 366px;
	background: url(../Images/b-2.jpg);
	margin-top: 40px;
	position: relative;
}
.b-2 .service {
	color: #fff;
	padding: 64px 0 0 40px;
	float: left;
}
.b-2 .service p {
	font-size: 20px;
	font-family: Arial;
}
.b-2 .service h3 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 16px;
}
.b-2 .service a {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #db181e;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.b-2 .bds {
	position: relative;
}
.b-2 .bds .tempWrap {
	float: left !important;
	margin: 11px 0 0 74px !important;
	width: 956px;
	overflow: hidden;
}
/*.b-2 .bds ul{float:left;padding:11px 0 0 96px;}*/
.b-2 .bds li {
	padding: 19px;
	height: 317px;
	border-right: 1px dashed #ddd;
	text-align: center;
	float: left;
	display: inline;
}
.b-2 .bds li:last-child {
	border-right: 0;
}
.b-2 .bds li:hover {
	box-shadow: 0 0 12px #aaa;
}
.b-2 .bds li h3 {
	font-size: 18px;
	padding: 22px 0 2px;
}
.b-2 .bds li p {
	color: #999;
}
.b-2 .btn {
	width: 65px;
	height: 18px;
	position: absolute;
	top: -25px;
	right: 0;
}
.b-2 .btn .prev {
	width: 32px;
	height: 18px;
	float: left;
	cursor: pointer;
}
.b-2 .btn .next {
	width: 32px;
	height: 18px;
	float: right;
	cursor: pointer;
}