

.business-box{
  width: 100%;
  height: 124px;
  /* background: #0072FF; */
  display: flex;
}
.business-title-box{
  width: 1200px;
  margin: 0 auto;
}
.business-title{
  display: flex;
  justify-content: space-between;
  height: 29px;
  color: #333333;
  line-height: 29px;
  margin-top: 25px
}

.business-title-Chs{
  font: bold 26px Microsoft YaHe;
}
.business-title-Eng{
  font: 20px Haboro Contrast;
  text-transform:uppercase;
  opacity: 0.5;
}
.business-text{
  margin-top: 18px;
  color: #333333;
  font: bold 13px Microsoft YaHe;
  line-height: 30px;
}

.details{
	margin: 20px 0;
}

.details .flexibleemploymen{
  width: 100%;
}
.flexibleemploymen img{
  position: absolute;
  transition: all 0.6s;

}
.flexibleemploymen:hover img{
  transform: scale(1.1);
}

.fitem{
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  color: #333333;
}
.fitem .fitem-box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.odd-bg{
  background: linear-gradient(-40deg, rgba(229, 241, 255, 0.5) 0%, #FFFFFF 100%);
}

.odd-bg img{
	left: 20%;
}
.even-bg{
  background: linear-gradient(40deg, rgba(229, 241, 255, 0.5) 0%, #FFFFFF 100%);
}
.even-bg img{
	right: 10%;
}

.odd-box{
  margin: 0 0 0 530px;
}
.odd-box span:nth-child(1){
  width: 120px;
  height: 28px;
  font-size: 22px;
  line-height: 28px;
  margin-right: 21px;
}
.odd-box span:nth-child(2){
  width: 184px;
  height: 18px;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize
}
.odd-text{
  width: 645px;
  height: 79px;
  font-size: 1px;
  line-height: 21px;
  margin: 24px 0 0  529px;
}
.even-box{
  margin: 40px 0 0 135px;
}
.even-box span:nth-child(1){
  margin-right: 21px;
  width: 121px;
  height: 29px;
  font-size: 22px;
  line-height: 29px;
}
.even-box span:nth-child(2){
  width: 194px;
  height: 19px;
  font-size: 15px;
  line-height: 19px;
  text-transform: capitalize
}
.even-text{
  height: 78px;
  font-size: 13px;
  margin: 36px 0 0 135px;
  line-height: 21px;
  width: 634px;
}
.personnel{
  width: 100%;
  height: 130px;
}
.psl{
  width: 1200px;
  margin: 0 auto;
}
.personnel-title,.personnel-text{
  margin-left: 3px;
}
.personnel-title{
  margin-top: 89px;
  display: flex;
  justify-content: space-between;
}
.personnel-title-Chs{
  width: 265px;
  height: 29px;
  font: bold 26px Microsoft YaHe;
  color: #333333;
  line-height: 15px;
}
.personnel-title-Eng{
  height: 19px;
  font: bold 20px  Haboro Contrast;
  color: #666666;
  text-transform:uppercase;
  line-height: 19px;
}
.personnel-text{
  margin-top: 28px;
  width: 1174px;
  height: 49px;
  font: bold 13px Microsoft YaHe;
  color: #333333;
  line-height: 21px;
}
footer{
  margin-top: 0;
}
