.breadcrumb {
  display: flex;
  justify-content: space-between;
  height: 85px;
  background-color: #f5f5f5;
  padding: 45px 1.97rem 0;
  box-sizing: border-box;
}
.breadcrumb .nav {
  display: flex;
  order: 1;
}
.breadcrumb .nav a {
  position: relative;
  color: #333;
  margin-right: 30px;
  background: #333 -webkit-linear-gradient(left, #E6253B, #E6253B) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 0%;
  transition: background-size 0.5s;
}
.breadcrumb .nav a:last-child {
  margin-right: 0;
}
.breadcrumb .nav a:hover,
.breadcrumb .nav a.active {
  background-size: 100% 100%;
}
.breadcrumb .nav a:hover::after,
.breadcrumb .nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.breadcrumb .nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #E6253B;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.breadcrumb .content {
  display: flex;
  padding-bottom: 26px;
  align-items: center;
  order: 2;
}
.breadcrumb .content .home-icon {
  width: 20px;
  height: 18px;
}
.breadcrumb .content .path {
  margin-left: 9px;
  display: flex;
  color: #333;
  font-size: 13px;
}
.breadcrumb .content .path .tip {
  display: flex;
}
.breadcrumb .content .path .divide {
  margin: 0 5px;
}
.breadcrumb .content .path a {
  color: #333;
}
.breadcrumb .content .path a.active,
.breadcrumb .content .path a:hover {
  color: #E6253B;
}
.spirit {
  padding: 105px 1.95rem 129px 1.94rem;
}
.spirit .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spirit .header .left {
  color: #333;
  order: 1;
  width: 45%;
}
.spirit .header .left .title {
  font-size: 38px;
  font-weight: 700;
}
.spirit .header .left .desc {
  margin-top: 61px;
  line-height: 34px;
}
.spirit .header .cover {
  width: 48.5%;
  height: 398px;
  order: 2;
}
.spirit .header .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spirit .goal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 118px;
  overflow: hidden;
}
.spirit .goal .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 67px 0.38rem;
  width: 48.5%;
  height: 253px;
  margin-bottom: 39px;
  box-sizing: border-box;
  color: #fff;
  transition: transform 0.5s;
  background: no-repeat center / cover;
}
.spirit .goal .item .text-area {
  position: relative;
  z-index: 1;
}
.spirit .goal .item .text-area .title {
  font-size: 28px;
  font-weight: 700;
}
.spirit .goal .item .text-area .title-en {
  margin-top: 16px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.2);
}
.spirit .goal .item .text-area .desc {
  margin-top: 44px;
  font-size: 18px;
}
.spirit .goal .item:hover {
  transform: translateY(-10px);
}
.spirit .goal .item:hover:nth-child(-n + 2) {
  transform: translateY(10px);
}
.spirit .goal .item:hover .text-area .title-en {
  color: rgba(255, 255, 255, 0.5);
}
.spirit .goal .item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.culture {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 552px;
  padding-top: 115px;
  padding-bottom: 150px;
  box-sizing: border-box;
  background: no-repeat center / cover;
}
.culture .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 73%;
  height: 288px;
  padding: 82px 0.5rem 85px 0.46rem;
  box-sizing: border-box;
  background-color: rgba(230, 37, 59, 0.9);
  color: #fff;
  transition: transform 0.3s;
}
.culture .content .left {
  width: 62%;
  padding-right: 0.15rem;
  box-sizing: border-box;
}
.culture .content .left .title {
  font-size: 38px;
  font-weight: 700;
}
.culture .content .left .slogan {
  margin-top: 26px;
  line-height: 34px;
}
.culture .content .right .slogan-en {
  position: relative;
  padding-left: 15px;
  font-size: 34px;
  line-height: 39px;
}
.culture .content .right .slogan-en::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 2px;
  height: 90%;
  background-color: #fff;
}
.culture .content .right .slogan {
  display: flex;
  margin-top: 26px;
}
.culture .content .right .slogan span {
  margin-left: 10px;
}
.intro {
  padding: 146px 2.06rem 102px 1.96rem;
  background-color: #f5f5f5;
  color: #333;
}
.intro .item {
  padding-bottom: 91px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 84px;
}
.intro .item:last-child {
  border: none;
  margin-bottom: 0;
}
.intro .item .title {
  font-size: 38px;
  font-weight: 700;
}
.intro .item .desc {
  margin-top: 61px;
  line-height: 34px;
}
.intro .item .desc img {
  width: 100% !important;
}
@media screen and (max-width: 1020px) {
  .breadcrumb {
    display: block;
    height: auto;
    padding-right: 0;
    padding: 0.3rem 0;
    padding-bottom: 0;
  }
  .breadcrumb .content {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-left: 0.2rem;
    padding-bottom: 0;
  }
  .breadcrumb .content .home-icon {
    width: 0.37rem;
    height: 0.32rem;
  }
  .breadcrumb .content .path {
    margin-left: 0.1rem;
    font-size: 0.3rem;
  }
  .breadcrumb .nav {
    margin-top: 0.5rem;
    padding-left: 0.2rem;
  }
  .breadcrumb .nav a {
    font-size: 0.35rem;
    padding-bottom: 0.2rem;
  }
  .spirit {
    padding: 0.5rem 0.3rem;
  }
  .spirit .header {
    display: block;
  }
  .spirit .header .left {
    margin-top: 0.5rem;
    width: 100%;
  }
  .spirit .header .left .title {
    font-size: 0.5rem;
  }
  .spirit .header .left .desc {
    margin-top: 0.3rem;
    font-size: 0.35rem;
    line-height: 0.6rem;
  }
  .spirit .header .cover {
    width: 100%;
    height: 3.5rem;
  }
  .spirit .goal {
    display: block;
    margin-top: 1rem;
  }
  .spirit .goal .item {
    width: 100%;
    padding: 0.6rem 0.38rem;
    height: 4rem;
    margin-bottom: 0.2rem;
  }
  .spirit .goal .item:hover {
    transform: translateY(-5%);
  }
  .spirit .goal .item:nth-last-child(-n + 2) {
    margin-bottom: 0.2rem;
  }
  .spirit .goal .item .text-area .title {
    font-size: 0.5rem;
  }
  .spirit .goal .item .text-area .title-en {
    font-size: 0.33rem;
  }
  .spirit .goal .item .text-area .desc {
    margin-top: 0.8rem;
    font-size: 0.33rem;
    line-height: 0.4rem;
  }
  .culture {
    height: auto;
    align-items: center;
    padding: .5rem 0;
  }
  .culture .content {
    display: block;
    width: 100%;
    height: 90%;
    padding: 0.5rem 0.3rem;
  }
  .culture .content .left {
    width: 100%;
    padding-right: 0;
  }
  .culture .content .left .title {
    font-size: 0.5rem;
  }
  .culture .content .left .slogan {
    margin-top: 0.3rem;
    font-size: 0.35rem;
    line-height: 0.5rem;
  }
  .culture .content .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .culture .content .right .slogan-en {
    padding-left: 0.3rem;
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
  .culture .content .right .slogan {
    margin-top: 0.3rem;
    font-size: 0.33rem;
  }
  .culture .content .right .slogan span {
    margin-left: 0.2rem;
  }
  .intro {
    padding: 0.8rem 0.3rem;
  }
  .intro .item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .intro .item .title {
    font-size: 0.55rem;
  }
  .intro .item .desc {
    margin-top: 0.3rem;
    font-size: 0.35rem;
    line-height: 0.6rem;
  }
}
