.contentContainer,.innerContent {
  background: #FBFBFB;
}

.conpanyDesBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.conpanyDesBox .conpanyDesContent {
  width: 100%;
  display: flex;
  padding: 0 .48rem .48rem;
  flex-direction: column;
}

.conpanyDesContent .conpanyPic {
  object-fit: cover;
  width: 100%;
  height: 3.44rem;
}

.conpanyDesContent .conpanyRight {
  width: 100%;
  display: flex;
  flex-direction: column;
}



.conpanyRight .conpanyTitle {
  font-weight: bold;
  font-size: .28rem;
  width: 100%;
  margin-top: .4rem;
  color: #2A314F;
}

.conpanyRight .conpanyDes {
  font-size: .24rem;
  width: 100%;
  color: #2A314F;
  line-height: .40rem;
  margin-top: .32rem;
}


/* 里程碑 */
.milestoneBox {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 12.10rem;
  background-image: url('../image/milestone_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
}

.milestoneBox .milestoneBoxInner {
  position: relative;
  width: 100%;
  position: relative;
  height: 100%;
}

.milestoneBoxInner .milestoneLine {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.95rem;
  height: 6.73rem;
  transform: translate(-50%, -50%);
}

.milestoneBoxInner .pageTitle {
  color: #FFB632;
  margin-left: .48rem;
  margin-top: .5rem;
  font-size: .32rem;
}

.milestoneBoxInner .pagesubTitle {
  font-weight: bold;
  margin-top: .24rem;
  margin-left: .48rem;
  font-size: .24rem;
  color: #FFFFFF;
}

.milestoneBoxInner .milestonePageLine {
  width: .02rem;
  height: 8.64rem;
  background: #FFB632;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 1.82rem;

}

.milestoneItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 2.25rem;
  width: 4.5rem;
}

.milestoneItem .milestoneItemTitle {
  font-weight: bold;
  font-size: .24rem;
  color: #FFFFFF;
}

.milestoneItem .milestoneItemLine {
  width: 4.5rem;
  height: .02rem;
  margin-top: .08rem;
}

.milestoneItem .milestoneItemPoint {
  width: .14rem;
  height: .14rem;
  position: absolute;
  left: -.42rem;
  bottom: 0;
  transform: translate(-50%,50%);
}
.milestoneItem .milestoneItemCenterPoint{
width: .44rem;
height: .44rem;
}

.milestoneItem .milestoneItemContent {
  width: 2rem;
  font-size: .18rem;
  color: #FFFFFF;
  margin-top: .16rem;
  line-height: .3rem;
}

.milestoneItemRight .milestoneItemTitle,
.milestoneItemRight .milestoneItemContent {
  margin-left: 1.6rem;
  margin-top: .08rem;
}

.milestoneItem3 .milestoneItemTitle {
  font-weight: bold;
  font-size: .2rem;
  color: #FFB632;
}

.milestoneItem6{
  bottom: 1.2rem;
}

.milestoneItem5{
  bottom: 2.6rem;
  /* left: 1.1rem; */
}
.milestoneItem4{
  bottom: 4.2rem;
}
.milestoneItem3{
  bottom: 5.8rem;
}
.milestoneItem2{
  bottom: 7.4rem;
}
.milestoneIte1{
  
  bottom: 9rem;
}

/* 我的团队 */

.myTeamBox {
  width: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.myTeamBoxInner .pageTitleWrapper{
  background: white;
}
.pageTitleWrapper .pageTitle{

  color: #2A314F !important;
}
.myTeamBox .teamBg {
  width: 100%;
  /* height: 7.27rem; */
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}

.myTeamBox .myTeamBoxInner {
  display: flex;
  padding: 0 .24rem 0;
  width: 100%;
  flex-direction: column;
}

.myTeamBoxInner .pageTitle {
  color: #FFB632;
}

.myTeamBoxInner .pageTips {
  font-size: .2rem;
  margin-top: .26rem;
  color: #2A314F;
}

.myTeamBoxInner .myTeamTitle {
  font-size: .28rem;
  width: 100%;
  margin-top: .2rem;
  color: #2A314F;
  line-height: .42rem;
  font-weight: bold;
}

.aboutUsLine {
  width: 1.38rem;
  margin-top: .2rem;
  height: .08rem;
  background: #FFB632;
}

.myTeamRichContent{
  margin-bottom: 2rem;
}
.myTeamRichContent,.myTeamRichContentOther {
  /* font-size: .24rem; */
  margin-top: .4rem;
  /* width: 100%; */
  color: #2A314F;
  /* line-height: .4rem; */
  width: 4rem;
  font-size: .16rem;
  line-height: .24rem;
}
.myTeamRichContentOther{
  width: 60%;
  margin-top: .05rem;
}

.myTeamBox .myTeamTips {
  position: absolute;
  right: .24rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 4.68rem;
  bottom: .3rem;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .31rem;
}

/* 企业优势 */
.conpanyAdavanBox {
  width: 100%;
  justify-content: center;
  /* height: 7.2rem; */
  display: flex;
  background: #FBFBFB;
}

.conpanyAdavanBox .conpanyAdavanInner {
  display: flex;
  width: 100%;
  /* padding-top: .75rem; */
  flex-direction: column;
  justify-items: center;
  /* padding-bottom: .7rem; */
  align-items: center;
}

.conpanyAdavanItemBoxWrapper{
  width: 100%;
  padding: 0 .24rem;
  position: relative;
}
.conpanyAdavanItemBox .conAdaSwiper{
  width: 100%;
}
.conpanyAdavanBox .conpanyAdavanItemBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 4rem;
  overflow: hidden;
  width: 100%;
}

.conpanyAdavanItemBox .conpanyAdavanItem {
  width: 3.4rem;
  height: 4rem;
  margin-left: .22rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #FFFFFF;
}

.conpanyAdavanItem .conpanyIcon {
  width: 1.36rem;
  height: 1.36rem;

}

.conpanyAdavanItem .conpanyAdaTitle {
  margin-top: .24rem;
  font-weight: bold;
  font-size: .24rem;
  text-align: center;
  width: 2.68rem;
  color: #2A314F;
}

.conpanyAdavanItem .conpanyAdaDes {
  font-size: .2rem;
  width: 2.68rem;
  line-height: .3rem;
  margin-top: .24rem;
  color: #777777;
}


.conpanyPicBtn{
  width: .52rem;
  height: .52rem;
}
.swiperLeft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .03rem;
  z-index: 9;
}
.swiperRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .12rem;
  z-index: 9;
}
.conpanyLeft{
  left: .3rem;
}

.conpanyRight{
  right: .1rem;
}

/* 企业资质 */
.enterpriseQuailBox {
  width: 100%;
  /* background: white; */
  position: relative;
  overflow: hidden;
  display: flex;
  /* height: 9.51rem; */
  padding: 0 .24rem .64rem;
  /* background: url('../image/conpany_quail_bg.png'); */
  /* background-repeat: no-repeat;
  background-size: 100% 100%; */
  justify-content: center;
}
.enterpriseQuailBox .enterpriseQuailBoxBg{
  width: 100%;
  height: 8.52rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.enterpriseQuailBox .enterpriseQuailBoxInner {
  display: flex;
  flex-direction: column;
  padding-top: .48rem;
  width: 100%;
  align-items: center;
}

.enterpriseQuailBoxInner .enterpriseQuailItemBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 6.09rem; */
}

.enterpriseQuailItemBox>div {
  width: 100%;
}

.enterpriseQuailBox .enterpriseQuailItemBoxLeft {
  display: flex;
  flex-direction: column;
  padding: 0 .24rem;
  justify-content: center;
}

.enterpriseQuailItemBoxLeft .enterpriseQuailItemBoxLeftItem {
  display: flex;
  margin-top: .18rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemPoint {
  width: .16rem;
  flex-shrink: 0;
  height: .16rem;
  transform: rotate(45deg);
  background: #FFB632;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemTxt {

  font-size: .24rem;
  margin-left: .2rem;
  color: #2A314F;
}

.enterpriseQuailItemBoxLeftItem .enterpriseQuailItemBoxLeftItemTxtBold {
  font-weight: bold;
}

.enterpriseQuailItemBoxRight {
  display: flex;
  justify-content: flex-end;
}

.enterpriseQuailItemBoxRight .quailPic {
  width: 100%;
  /*height: 2.14rem;*/
  /*object-fit: cover;*/
  margin-top: .26rem;
  display: flex;
  z-index: 1;
}