.culture2 {
  scroll-behavior: smooth;
}

.culture2 .content .box1 {
  margin-top: 10rem;
}

.culture2 .content .box1 .item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 4rem;
  overflow: hidden;
  height: 64rem;
}

.culture2 .content .box1 .item:first-child {
  margin-left: 0;
}

.culture2 .content .box1 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
}

.culture2 .content .box1 .item .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.culture2 .content .box1 .item .text img {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
}

.culture2 .content .box1 .item .text div {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #fff;
  margin-top: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.culture2 .content .box1 .item .text .sub {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.culture2 .content .box1 .item:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.culture2 .content .box1 .item:hover .text {
  background: rgba(230, 0, 18, 0.8);
}

.culture2 .content .box1 .item:hover .text .sub {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  margin-top: 1.5rem;
  padding-bottom: 5rem;
}

.culture2 .content .box2 {
  display: none;
}

.culture2 .content .box2 .con {
  margin-top: 5.5rem;
}

.culture2 .content .box2 .con .text {
  width: 33.33%;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
  padding: 8rem 4.8rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.culture2 .content .box2 .con .text div,
.culture2 .content .box2 .con .text li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.culture2 .content .box2 .con .text .index {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 6.9rem;
  color: var(--color);
}

.culture2 .content .box2 .con .text .sub {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--color);
}

.culture2 .content .box2 .con .text .title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #333;
  margin: 1.5rem 0 3rem;
}

.culture2 .content .box2 .con .text ul {
  padding-left: 2rem;
  line-height: 2.4rem;
  color: var(--color);
  list-style: disc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.culture2 .content .box2 .con .text ul li {
  margin-bottom: 1.5rem;
}

.culture2 .content .box2 .con .text ul li span {
  color: #666;
  font-size: 1.8rem;
  display: block;
}

.culture2 .content .box2 .con .text .content {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666;
}

.culture2 .content .box2 .con .right {
  width: 66.66%;
  position: relative;
}

.culture2 .content .box2 .con .right img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.culture2 .content .box2 .con .right .row {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.culture2 .content .box2 .con .right .row div {
  color: #fff;
  border-right: 0.1rem solid hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.culture2 .content .box2 .con .right .row div span {
  background: #fff;
  opacity: 0.75;
  width: 2rem;
  height: 2rem;
  position: relative;
  margin: 1.6rem;
  border-radius: 50%;
  margin-bottom: 3.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.culture2 .content .box2 .con .right .row div span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.1rem solid hsla(0, 0%, 100%, 0.5);
  left: -0.9rem;
  top: -0.9rem;
  padding: 0.8rem;
  border-radius: 50%;
}

.culture2 .content .box2 .con .right .row div span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.1rem solid hsla(0, 0%, 100%, 0.5);
  left: -1.7rem;
  top: -1.7rem;
  padding: 1.6rem;
  border-radius: 50%;
}

.culture2 .content .box2 .con .right .row div.active span {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.culture2 .content .box2 .con .right .row div.active span:after,
.culture2 .content .box2 .con .right .row div.active span:before {
  border: 0.1rem solid hsla(0, 0%, 100%, 0.7);
}

.culture2 .content .box3 {
  padding-bottom: 4rem;
}

.culture2 .content .box3 .con .item {
  position: relative;
  margin-top: 8rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.08);
}

.culture2 .content .box3 .con .item:first-child {
  margin-top: 6rem;
}

.culture2 .content .box3 .con .item > img {
  width: 50%;
  display: block;
  position: relative;
  z-index: 9;
}

.culture2 .content .box3 .con .item .text {
  position: relative;
  background: #fff;
  width: 50%;
  padding: 6rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.culture2 .content .box3 .con .item .text:before {
  content: '';
  position: absolute;
  height: 0.4rem;
  width: 6rem;
  left: 6rem;
  top: 0;
  background: var(--color);
}

.culture2 .content .box3 .con .item .text .index {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 6.9rem;
  color: var(--color);
}

.culture2 .content .box3 .con .item .text .index img {
  height: 5.6rem;
  display: block;
}

.culture2 .content .box3 .con .item .text .title {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #333;
  margin-top: 1.5rem;
}

.culture2 .content .box3 .con .item .text .sub {
  font-weight: 700;
  font-size: 4rem;
  line-height: 5.3rem;
  color: #333;
  margin: 1.5rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.culture2 .content .box3 .con .item .text .sub span {
  font-size: 4rem;
  color: var(--color);
}

.culture2 .content .box3 .con .item .text ul {
  line-height: 2.4rem;
  color: var(--color);
  list-style: disc;
  text-align: left;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.5rem;
}

.culture2 .content .box3 .con .item .text ul li {
  margin-top: 1.5rem;
}

.culture2 .content .box3 .con .item .text ul li span {
  color: #666;
  font-size: 1.8rem;
  display: block;
}

.culture2 .content .box3 .con .item .text .point {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.culture2 .content .box3 .con .item .text .point div {
  color: #666;
  font-size: 1.8rem;
  overflow: hidden;
  text-align: left;
  line-height: 3.2rem;
  margin-top: 1rem;
}

.culture2 .content .box3 .con .item .text .point div:first-child {
  margin-top: 0;
}

.culture2 .content .box3 .con .item .text .point div img {
  float: left;
  height: 3.2rem;
  margin-right: 0.5rem;
}

.culture2 .content .box3 .con .item .text .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #666;
  margin-top: 3rem;
}

.culture2 .content .box3 .con .item .text .num {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.culture2 .content .box3 .con .item .text .num > div {
  font-size: 2rem;
  line-height: 3rem;
  color: #666;
  width: 50%;
  display: inline-block;
  margin-top: 3rem;
  overflow: hidden;
}

.culture2 .content .box3 .con .item .text .num > div .left {
  float: left;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1rem;
}

.culture2 .content .box3 .con .item .text .num > div .right {
  float: left;
  width: calc(100% - 5.8rem);
  font-size: 1.6rem;
}

.culture2 .content .box3 .con .item .text .num > div .img {
  width: 8.2rem;
  height: 8.2rem;
  display: block;
  margin-right: 1.6rem;
}

.culture2 .content .box3 .con .item .text .num > div span {
  color: var(--color);
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  display: block;
}

.culture2 .content .box3 .con .item .text .num.last {
  text-align: center;
}

.culture2 .content .box3 .con .item .text .num.last .box {
  font-size: 1.8rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.culture2 .content .box3 .con .item.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}

.culture2 .content .box3 .con .item.right .text {
  left: auto;
  right: 0;
}

.culture2 .content .box4 .img {
  display: block;
  -webkit-transition: all 1.5s 0.2s;
  transition: all 1.5s 0.2s;
  opacity: 0;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

.culture2 .content .box4 .img img {
  display: block;
  width: 100%;
}

.culture2 .content .box4 .right {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.culture2 .content .box4 .animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.culture2 .content .con .item {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 1.5s 0.5s;
  transition: all 1.5s 0.5s;
}

.culture2 .content .con .item > img {
  -webkit-transition: all 1.5s 0.2s;
  transition: all 1.5s 0.2s;
}

.culture2 .content .con .item .text {
  -webkit-transition: all 1.5s 0.5s;
  transition: all 1.5s 0.5s;
}

.culture2 .content .con .item.right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.culture2 .content .con .item.animate {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .culture .content {
    padding: 1.5rem 0;
  }

  .culture .content .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .culture .content .line {
    margin: 1rem auto;
  }

  .culture .content .sub {
    line-height: 1.5;
  }

  .culture .content .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .culture .content .box1 .item {
    margin: 0;
    height: 30rem;
  }

  .culture .content .box1 .item .text {
    -webkit-transform: initial;
    transform: none;
  }

  .culture .content .box1 .item .text img {
    width: 3rem;
    height: 3rem;
  }

  .culture .content .box1 .item .text div {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .culture .content .box1 .item .text .sub {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    padding-bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .culture .content .box1 .item:hover .text .sub {
    margin-top: 1rem;
    padding-bottom: 0;
  }

  .culture .content .box3 {
    margin-top: 2rem;
  }

  .culture .content .box3 .con .item {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .culture .content .box3 .con .item .text,
  .culture .content .box3 .con .item > img {
    width: 100%;
    -webkit-transition: all 1s ease 0;
    transition: all 1s ease 0;
  }

  .culture .content .box3 .con .item .text {
    position: relative;
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .culture .content .box3 .con .item .text:before {
    left: 1.5rem;
    width: 4rem;
  }

  .culture .content .box3 .con .item .text .index {
    font-size: 2rem;
    line-height: 1;
    padding: 0 1.5rem;
  }

  .culture .content .box3 .con .item .text .index img {
    height: 3rem;
  }

  .culture .content .box3 .con .item .text .sub {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0 1.5rem;
  }

  .culture .content .box3 .con .item .text .sub span {
    font-size: 1.8rem;
  }

  .culture .content .box3 .con .item .text .title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 1.5rem;
    margin: 1rem 0;
  }

  .culture .content .box3 .con .item .text .point {
    padding: 0 1.5rem;
  }

  .culture .content .box3 .con .item .text .point div {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .culture .content .box3 .con .item .text .point div img {
    height: 2.1rem;
  }

  .culture .content .box3 .con .item .text .num {
    padding: 0 1.5rem;
  }

  .culture .content .box3 .con .item .text .num > div {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    vertical-align: top;
    margin-top: 0;
  }

  .culture .content .box3 .con .item .text .num > div .left {
    width: 3rem;
    height: 3rem;
  }

  .culture .content .box3 .con .item .text .num > div .img {
    width: 5rem;
    height: 5rem;
  }

  .culture .content .box3 .con .item .text .num > div span {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .culture .content .box3 .con .item .text .num > div .right {
    width: calc(100% - 4rem);
    font-size: 1.4rem;
  }

  .culture .content .box3 .con .item .text .num.last .box {
    font-size: 1.4rem;
  }

  .culture .content .box3 .con .item .text .content {
    padding: 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .culture .content .box3 .con .item .text ul {
    padding: 0 1.5rem;
    list-style: none;
    line-height: 2;
    margin-top: 0;
  }

  .culture .content .box3 .con .item .text ul li {
    margin-top: 0;
  }

  .culture .content .box3 .con .item .text ul li span {
    font-size: 1.4rem;
  }

  .culture .content .box3 .con .item.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
