﻿.ban-img {
	background-image: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
}

.htop{
	background-color: #0077ff;
	color: #FFF;
}
.htop span {
	display: inline-block;
	width: 136px;
	font-size: 30px;
	height: 94px;
	background-image: url(../image/hbg.jpg);
	padding-top: 40px;
}
.history li {
	margin: 20px 0px;
}
.history li span {
	display: inline-block;
}

/* 团队照片展示区 */
.teamPhotosRegion{
  height: 280px;
  display: flex;
  align-items: center;
}
.teamPhotosRegionLeft{
  height: 250px;
  width: 350px;
  background-image: url(../image/teamleft.png);
}
.teamPhotosRegionMain{
  height: 280px;
  width: 420px;
  background-image: url(../image/teamcenter.png);
  margin: 39px;
}
.teamPhotosRegionRight{
  height: 250px;
  width: 350px;
  background-image: url(../image/teamright.png);
}
