.banner{
	height: 300px;
	background: url('../images/business-banner.jpg') no-repeat;
	background-size:cover;
	background-position: center;
}
.business-nav{
	background: #f4f4f4;
	height: 65px;
	line-height: 65px;
}
.business-nav-ul li{
	display: inline-block;
	margin-right: 25px;
}
.business-nav-ul li a{
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	color: #555;
}
.business-nav-ul li a.active,
.business-nav-ul li a:hover{
	border-bottom: 2px solid #132650;
}

.business-nav .crumbs{
	position: absolute;
	right: 0;
	top: 0;
}
.business-nav .crumbs span{
	display: inline-block;
}
.business-nav .crumbs ul{
	display: inline-block;
}
.business-nav .crumbs ul li{
	display: inline-block;
	position: relative;
}
.business-nav .crumbs ul li:after{
	content: ">";
	margin: 0 5px 0 10px;
	color: #888888;
}
.business-nav .crumbs ul li a{
	color: #888888;
}
.business-nav .crumbs ul li a:hover{
	color: #132650;
}
.business-nav .crumbs ul li:last-child:after{
	content:"";
	margin: 0;
}
.business-title{
	color: #132650;
	font-size: 28px;
	text-align: center;
	background: url("../images/business-title-bg.png") no-repeat;
	background-position: bottom center;
	height: 72px;
	line-height: 72px;
	margin: 60px 0 40px;
}
.business-item{
	width: 380px;
	height: 280px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
}
.business-item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 230px;
	z-index: 1;
	max-width: none;
}
.business-item .business-item-content{
	width: 380px;
	height: 280px;
	background: #132650;
	position: absolute;
	left: 0;
	top: 230px;
	z-index: 2;
}
.business-item .business-item-content h2{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.business-item .business-item-content p{
	padding: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}


.business-item-small{
	width: 278px;
	height: 280px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
	margin-top: 30px;
}
.business-item-small img{
	position: absolute;
	left: 0;
	top: 0;
	width: 278px;
	height: 230px;
	z-index: 1;
	max-width: none;
}
.business-item-small .business-item-content{
	width: 278px;
	height: 280px;
	background: #132650;
	position: absolute;
	left: 0;
	top: 230px;
	z-index: 2;
}
.business-item-small .business-item-content h2{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.business-item-small .business-item-content p{
	padding: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.map-content{
	width: 1200px;
	height: 828px;
	margin:0 auto;
	background: url('../images/map-bg.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	margin-bottom:60px;
}
.map-content .map-dot:after {
	content: "";
	display: block;
	border: 5px solid #c1cce4;
	background-color: #445784;
	width: 14px;
	 height: 14px;
	margin: 5px auto 0;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.map-content .map-dot {
	position: absolute;
	text-align: center;
	font-size: 16px;
	color: #333;
	cursor: pointer
}
.map-content .beijing{
	left: 836px;
    top: 278px;
}
.map-content .tianjin{
	left: 855px;
    top: 294px;
}
.map-content .hebei{
	left: 819px;
    top: 320px;
}
.map-content .henan{
	left: 797px;
    top: 426px;
}
.map-content .shanxi{
	left: 765px;
    top: 353px;
}
.map-content .xinjiang{
	left: 285px;
    top: 254px;
}
.map-content .anhui{
	left: 876px;
    top: 483px;
}
.map-content .shanghai{left: 954px;
    top: 469px;
}
.map-content .jiangsu{
    left: 923px;
    top: 434px;
}
.map-content .sanya{
	left: 739px;
    top: 768px;
}
.map-content .guangxi{
    left: 710px;
    top: 670px;
}

.map-content .chongqing{left: 680px;
    top: 528px;
}
.map-content .guangdong{left: 810px;
    top: 660px;
}
.map-content .wuhan{left: 808px;top: 507px;}
.map-content .guizhou{left: 658px;top: 602px;}
.map-content .jiangxi{left: 855px;top: 548px;}
.map-content .neimeng{left: 734px;top: 278px;}
.map-content .shenyang{left: 944px;top: 220px;}
.map-content .fujian{left: 918px;top: 595px;}
.map-content .zhejiang{left: 931px;top: 512px;}
.map-content .sichuan{left: 618px;top: 509px;}



.branch-map-data {
	position: absolute;
	box-sizing: border-box;
	width: 430px;
	border: 1px solid #132650;
	box-shadow: 0 0 2px 2px #e9e9e9;
	background-color: #fff;
	padding: 20px 30px;
	z-index: 1;
	display: none
}

.branch-map-data:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: #132650 transparent transparent transparent
}

.branch-map-data:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: #fff transparent transparent transparent
}
.branch-map-data h3{
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	color: #333;
	margin-bottom: 10px;
}
.branch-map-data p{
	color: #666;
	font-size: 14px;
	line-height: 28px;
}