.banner {
  margin-bottom: 10rem;
}
.banner .swiper-wrapper {
  width: 100%;
}
.banner .swiper-wrapper img {
  width: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #B3B3B3;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #eccb92;
}
.contentBox {
  min-height: 40vh;
  margin-bottom: 10rem;
}
.contentBox .box {
  height: 100%;
  position: relative;
}
.contentBox .box .boxL {
  width: 37%;
  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 #eccb92;
}
.contentBox .box .boxL .left li:last-of-type {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.contentBox .box .boxR {
  width: 60%;
  height: 100%;
  margin-left: 41%;
}
.contentBox .box .boxR .right {
  width: 100%;
}
.contentBox .box .boxR .right .switchBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentBox .box .boxR .right .switchBox .item {
  width: 47%;
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .switchBox .item .img {
  width: 100%;
  margin-bottom: 2rem;
}
.contentBox .box .boxR .right .switchBox .item .img img {
  width: 100%;
}
.contentBox .box .boxR .right .switchBox .item .title {
  text-align: center;
}
.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: #eccb92;
  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: 60/10rem;
}
.contentBox .box .boxR .right .experience .exTitle h1 {
  font-size: 60/10rem;
  font-weight: bold;
  color: #eccb92;
  margin-bottom: 40/10rem;
}
.contentBox .box .boxR .right .experience .exTitle h2 {
  font-size: 45/10rem;
}
.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 #eccb92;
  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: 1.4rem;
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content h5 {
  font-weight: bold;
  color: #eccb92;
}
.contentBox .box .boxR .right .experience .exContent .contentBoxL .content .circle {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: #eccb92;
  position: absolute;
  left: -6.4rem;
  top: 0;
}
