.bg {
  width: 100%;
  height: 62.2rem;
  padding-top: 0;
  margin-bottom: 10em;
  background-image: linear-gradient(#eccb92, #ffffff);
  /* margin-bottom: 71rem; */
}
.bg .box {
  width: 100%;
}
.bg .box .img {
  width: 100%;
}
.bg .box .img img {
  width: 100%;
}
.contentBox {
  margin-bottom: 10rem;
}
.contentBox .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.contentBox .box .boxL {
  width: 29%;
  height: 100%;
  position: absolute;
}
.contentBox .box .boxL .left {
  background: #EFEFEF;
  text-align: center;
  border-radius: 2rem;
  position: sticky;
  top: 20rem;
}
.contentBox .box .boxL .left li {
  height: 13rem;
  display: flex;
  align-items: center;
  font-size: 5rem;
  font-weight: 500;
  color: #B3B3B3;
  transition: all 0.5s;
  padding-left: 3rem;
}
.contentBox .box .boxL .left li span {
  display: inline-block;
  border-left: 1rem solid rgba(0, 0, 0, 0);
  padding-left: 2rem;
}
.contentBox .box .boxL .left li:first-of-type {
  color: #000;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contentBox .box .boxL .left li:first-of-type span {
  border-left: 1rem solid #319DF7;
}
.contentBox .box .boxL .left li:last-of-type {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.contentBox .box .boxR {
  width: 82%;
  height: 100%;
  margin-left: 37.5rem;
}
.contentBox .box .boxR .right {
  width: 100%;
}
.contentBox .box .boxR .right .company {
  font-size: 5rem;
}
.contentBox .box .boxR .right .company div {
  text-indent: 9rem;
}
.contentBox .box .boxR .right .figure .item {
  width: 100%;
  margin-bottom: 5rem;
}
.contentBox .box .boxR .right .figure .item img {
  width: 100%;
}
.contentBox .box .boxR .right .culture .item {
  /* margin-bottom: 30rem; */
}
.contentBox .box .boxR .right .culture .item .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .culture .item .img img {
  width: 70%;
}
.contentBox .box .boxR .right .culture .item .title {
  text-align: center;
  color: #319DF7;
  margin-bottom: 6rem;
  font-weight: bold;
}
.contentBox .box .boxR .right .culture .item .content {
  text-align: center;
}
.contentBox .box .boxR .right .culture .item:last-child {
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .experience {
  width: 100%;
}
.contentBox .box .boxR .right .experience .exTitle {
  width: 100%;
  text-indent: 0;
  margin-bottom: 6rem;
}
.contentBox .box .boxR .right .experience .exTitle h1 {
  font-size: 6rem;
  font-weight: bold;
  color: #243b7e;
  margin-bottom: 4rem;
}
.contentBox .box .boxR .right .experience .exTitle h2 {
  font-size: 5rem;
}
.contentBox .box .boxR .right .experience .exContent {
  line-height: 1.5;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL {
  width: 100%;
  height: 100%;
  border-left: 1rem dotted #243b7e;
  display: flex;
  justify-items: flex-end;
  flex-wrap: wrap;
  text-indent: 0;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content {
  width: 93%;
  position: relative;
  height: 15.5%;
  font-weight: bold;
  margin-left: auto;
  font-size: 5rem;
  margin-bottom: 5rem;
  /* margin-bottom: 10rem; */
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content h5 {
  font-weight: bold;
  color: #319DF7;
  font-size: 5rem;
  /* font-size: 6rem; */
  margin: -4px 0 4px;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content p {
  font-size: 4rem;
  text-align: justify;
  margin-bottom: 4px;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content .circle {
  width: 3rem;
  height: 3rem;
  border-radius: 2rem;
  background: #319DF7;
  position: absolute;
  left: -6.9rem;
  top: 0;
}
