/* 巨幕 */
.bannerBox {
  width: 100%;
  min-width: 1200px;
  display: block;
}
/* 巨幕 end */

/* 选择我们 */
.chooseUsBox{
	/*width: 80%;*/
	/*overflow: hidden;*/
	margin: 80px auto 120px;
	position: relative;
}
.chooseUsBox-icon{
	width: 150px;
	position: absolute;
	top: -80px;
	left: 55%;
	z-index: -1;
	transform: rotate(180deg);
}
.chooseUsBox-englishTitle{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.chooseUsBox-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.chooseUsBox-tip{
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-top: 6px;
	padding: 0 20px;
}
.chooseUsBox-mainBox{
	width: 100%;
	overflow: hidden;
}
.chooseUsBox-mainBox-model{
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	padding: 0 20px;
}
.chooseUsBox-mainBox-model-title{
	font-size: 18px;
	font-weight: bold;
}
.chooseUsBox-mainBox-model-title>span{
	font-size: 14px;
}
.chooseUsBox-mainBox-model-content{
	font-size: 14px;
	margin-top: 4px;
	line-height: 26px;
}
.chooseUsBox-mainBox-model-left{
	float: left;
}
.chooseUsBox-mainBox-model-right{
	float: right;
	text-align: right;
}
/* 选择我们 end */

/* 我们的团队  */
.ourTeamBox{
	width: 100%;
	/*overflow: hidden;*/
	margin: 50px auto;
	position: relative;
}
.ourTeamBox-icon{
	width: 150px;
	position: absolute;
	top: -100px;
	left: 50%;
	z-index: -1;
	/*transform: rotate(180deg);*/
}
.ourTeamBox-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.ourTeamBox-mainBox{
	width: 100%;
	/*overflow: hidden;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.ourTeamBox-mainBox-model{
	width: 260px;
	overflow: hidden;
	margin: 20px;
	border: 1px solid #f1f1f1;
	transition: all ease 0.3s;
}
.ourTeamBox-mainBox-model:hover{
	border-color: #82CCCB;
	transform: scale(1.1);
	box-shadow: 0 0 20px -10px #808080;
}
.ourTeamBox-mainBox-model-avatarUrl{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 0 20px -10px #808080;
	margin: 20px auto 0;
}
.ourTeamBox-mainBox-model-avatarUrl>img{
	width: 100%;
}
.ourTeamBox-mainBox-model-infoBox{
	width: 80%;
	overflow: hidden;
	margin: 20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.ourTeamBox-mainBox-model-infoBox>div{
    width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.ourTeamBox-mainBox-model-hr{
	width: 100px;
	height: 2px;
	background: #82CCCB;
	margin: 6px auto 16px;
}
.ourTeamBox-mainBox-model-introduce{
	width: 80%;
	height: 70px;
	margin: 0 auto 20px;
	font-size: 12px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* 我们的团队 end */

/*公司环境*/
.environmentBox{
	/*width: 80%;*/
	/*overflow: hidden;*/
	margin: 80px auto 50px;
	position: relative;
}
.environmentBox-icon{
	width: 150px;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: -1;
	/*transform: rotate(180deg);*/
}
.environmentBox-englishTitle{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.environmentBox-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.environmentBox-mainBox{
	width: 100%;
	overflow: hidden;
	display: flex;
	/*align-items: center;*/
	/*justify-content: center;*/
	flex-wrap: wrap;
}
.environmentBox-mainBox-img{
	width: 360px;
	margin: 20px;
	transition: all ease 0.3s;
}
.environmentBox-mainBox-img:hover{
	/*border-color: #82CCCB;*/
	transform: scale(1.1);
	box-shadow: 0 0 20px -10px #808080;
}
/*公司环境 end*/
.map{
	width: 100%;
	display: flex;
	justify-content: center;
}
.mapBox{
	margin: 0 auto;
}
