.bannerBox{
  position: relative;
  height: 495px;
  width: 100%;
  overflow: hidden;
}
.banner{
  height: 495px;
  width: 100%;
  background: url("../image/team.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.shade-box{
  position: absolute;
  top: 0;
  left: 0;
  height: 495px;
  width: 100%;
  color: #ffffff;
  background: rgba(51, 51, 51, 0.8);
}
.shade-content{
  height: 300px;
  width: 800px;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -400px;
}
.shade-box-a,.shade-box-b{
  color: #ffffff;
  font-weight: 600;
  line-height: 70px;
}
.shade-box-c{
  display: inline-block;
  height: 2px;
  width: 335px;
  background: #ffffff;
  line-height: 50px;
}
.shade-box-d{
  font-size: 32px;
  color: #ffffff;
  line-height: 64px;
}
.performance {
	height: 560px;
	width: 1200px;
  position: relative;
  margin: 0 auto;
}

.plateTitle-ch {
	font-size: 36px;
	color: #000000;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0;
}

.plateTitle-en {
	font-size: 14px;
	color: #888888;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 99px;
}

.plateTitle-sp {
	position: absolute;
	top: 135px;
	height: 3px;
	width: 50px;
	background: #d83915;
	left: 50%;
	margin-left: -25px;
}

.performance-count {
	width: 1200px;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: -600px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.performance-count>div {
	width: 320px;
	height: 375px;
	position: relative;
}

.count-circle {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 5px solid #d83915;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
}

.count-circle>p {
	text-align: center;
	line-height: 200px;
	font-size: 46px;
	color: #d83915;
}

.countAdd {
	position: absolute;
	font-size: 22px;
	color: #d83915;
	right: 30px;
	top: 65px;
	font-weight: 600;
}

.countYears {
	position: absolute;
	font-size: 22px;
	color: #d83915;
	right: 45px;
	top: 65px;
	font-weight: 600;
}

.count-bot-top {
	width: 100%;
	font-size: 32px;
	color: #000000;
	text-align: center;
	position: absolute;
	top: 235px;
	font-weight: 600;
}

.count-bot-bot {
	width: 100%;
	font-size: 18px;
	color: #888888;
	text-align: center;
	position: absolute;
	top: 290px;
}
.ceo-outerbox{
  width: 100%;
  height: 395px;
  background: url("../image/ceoBg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.ceo-shade{
  width: 100%;
  height: 395px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ceo-innerbox{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ceo-innerbox >img{
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 0;
}
.ceo-innerbox >h2{
  font-size: 40px;
  color: #333333;
  position: absolute;
  top: 50px;
  left: 342px;
}
.ceo-innerbox >span{
  font-size: 28px;
  color: #d83915;
  position: absolute;
  top: 110px;
  left: 342px;
}
.ceo-innerbox >p{
  font-size: 24px;
  color: #333333;
  position: absolute;
  top: 160px;
  left: 342px;
  line-height: 45px;
}
.videoTeam-outerbox{
  width: 100%;
  height: 1305px;
  background: url("../image/videoBg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.videoTeam-shade{
  width: 100%;
  height: 1305px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.9);
}
.videoTeam-innerbox{
  width: 1200px;
  height: 1305px;
  margin: 0 auto;
  position: relative;
}
.videoTeam-innerbox >p{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  top: 55px;
}
.videoTeam-lists{
  width: 100%;
  position: absolute;
  top: 145px;
}
.videoTeam-lists >li{
  width: 290px;
  height: 590px;
  float: left;
  margin: 0 5px 35px;
  background: url("../image/team-one.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.videoTeam-lists >li >img{
  height: 190px;
  width: 190px;
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 17px;
  border-radius: 50%;
}
.videoTeam-lists >li >h2{
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 250px;
}
.videoTeam-lists >li >span{
  font-size: 22px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 290px;
}
.videoTeam-lists >li >p{
  font-size: 18px;
  color: #e0dddd;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 335px;
}
.mediaTeam-outerbox{
  width: 100%;
  height: 725px;
  background: url("../image/mediaBg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.mediaTeam-shade{
  width: 100%;
  height: 725px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.mediaTeam-innerbox{
  width: 1200px;
  height: 725px;
  margin: 0 auto;
}
.mediaTeam-innerbox >div{
  float: left;
}
.one,.two{
  width: 300px;
  height: 725px;
  position: relative;
}
.three{
  width: 600px;
  height: 725px;
  position: relative;
}
.mediaTeam-title{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #333333;
  top: 55px;
  font-weight: 500;
}
.artTeam-outerbox{
  width: 100%;
  height: 725px;
  background: url("../image/artBg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.artTeam-shade{
  width: 100%;
  height: 725px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.9);
}
.artTeam-innerbox{
  width: 1200px;
  height: 725px;
  margin: 0 auto;
}
.artTeam-innerbox >div{
  width: 300px;
  float: left;
  position: relative;
}
.artTeam-innerbox >div >p{
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  top: 55px;
}
