.banner_view2 {
  width: 100%;
  position: relative;
}
.banner_view2 .swiper {
  width: 100%;
  height: 100%;
}
.banner_view2 .swiper .swiper-slide {
  position: relative;
  font-size: 0;
}
.banner_view2 .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_view2 .swiper .swiper-slide img.bj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_view2 .swiper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner_view2 .swiper .swiper-slide .mask .text_box {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}
.banner_view2 .swiper .swiper-slide .mask .text_box .title1 {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.banner_view2 .swiper .swiper-slide .mask .text_box .title2 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-top: 20px;
}
.banner_view2 .swiper .swiper-slide .mask .start_btn {
  font-size: 0;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
}
.banner_view2 .swiper .swiper-slide .mask .start_btn img {
  width: 100%;
}
.banner_view2 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a0151a;
}
@media (max-width: 1280px) {
  .banner_view2 .swiper .swiper-slide .mask .text_box .title1 {
    font-size: 4.5rem;
    font-family: Source Han Sans CN;
  }
  .banner_view2 .swiper .swiper-slide .mask .text_box .title2 {
    font-size: 1.875rem;
    font-family: Source Han Sans CN;
    margin-top: 1.25rem;
  }
  .banner_view2 .swiper .swiper-slide .mask .start_btn {
    font-size: 0;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    cursor: pointer;
  }
  .banner_view2 .swiper .swiper-slide .mask .start_btn img {
    width: 100%;
  }
  .banner_view2 .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a0151a;
  }
}
.history_view {
  background-color: #f2f2f2;
}
@media (min-width: 1280px) {
  .history_view {
    padding: 92px 0;
  }
}
.history_view .commonView {
  background-image: url('../images/03.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.history_view .commonView ul.list li {
  margin-bottom: 95px;
}
.history_view .commonView ul.list li .label {
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  line-height: 1;
}
.history_view .commonView ul.list li .message {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 1;
  margin-top: 5px;
}
.history_view .commonView ul.list li:last-child {
  margin-bottom: 0;
}
.history_view .commonView .message_box {
  width: calc(100% - 200px - 13%);
  height: 98%;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  border-radius: 10px;
}
.history_view .commonView .message_box img.message_bj {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_view .commonView .message_box .box_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
}
.history_view .commonView .message_box .box_content .text_box .title1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.history_view .commonView .message_box .box_content .text_box .title2 {
  margin-top: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.history_view .commonView .message_box .box_content .detail_btn {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 1280px) {
  .history_view .commonView {
    background-position-x: 3rem;
    min-height: 340px;
  }
  .history_view .commonView ul.list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .history_view .commonView ul.list li {
    margin-bottom: 8.0625rem;
  }
  .history_view .commonView ul.list li .label {
    font-size: 3.75rem;
    font-family: Source Han Sans CN;
  }
  .history_view .commonView ul.list li .message {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    margin-top: 1.125rem;
  }
  .history_view .commonView ul.list li:last-child {
    margin-bottom: 0;
  }
  .history_view .commonView .message_box {
    border-radius: 0.625rem;
    width: calc(100% - 3rem - 22%);
    height: 100%;
    border-radius: 6px;
  }
  .history_view .commonView .message_box img.message_bj {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .history_view .commonView .message_box .box_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.625rem 2.6875rem;
  }
  .history_view .commonView .message_box .box_content .text_box .title1 {
    font-size: 2.25rem;
    font-family: Source Han Sans CN;
  }
  .history_view .commonView .message_box .box_content .text_box .title2 {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    line-height: 1.8;
  }
  .history_view .commonView .message_box .box_content .detail_btn {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    display: inline-block;
    width: 6rem;
  }
}
.brand_advantage {
  background-image: url('../images/05.jpg');
  color: #fff;
}
.brand_advantage .commonView .common_title {
  color: #fff;
}
@media (max-width: 1280px) {
  .brand_advantage {
    background-image: url('../images/16.png');
  }
  .brand_advantage .commonView .common_title {
    color: #fff;
  }
}
.brand_enter {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.brand_enter .commonView .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand_enter .commonView .box .left_box .title1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 1;
}
.brand_enter .commonView .box .left_box .title2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 1;
  margin-top: 22px;
}
.brand_enter .commonView .box .left_box .list {
  margin-top: 44px;
  display: flex;
}
.brand_enter .commonView .box .left_box .list ul {
  width: 245px;
  border-right: 1px solid #ccc;
}
.brand_enter .commonView .box .left_box .list ul li {
  width: 100%;
  margin-top: 38px;
  padding-right: 10px;
  padding-left: 60px;
}
.brand_enter .commonView .box .left_box .list ul li .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 1;
}
.brand_enter .commonView .box .left_box .list ul li::before {
  display: inline-block;
  content: '·';
}
.brand_enter .commonView .box .left_box .list ul li:first-child {
  margin-top: 0;
}
.brand_enter .commonView .box .left_box .list ul:first-child {
  width: 185px;
}
.brand_enter .commonView .box .left_box .list ul:first-child li {
  padding-left: 0;
}
.brand_enter .commonView .box .left_box .list ul:last-child {
  border-right: none;
}
.brand_enter .commonView .box .left_box .list ul:last-child li:last-child::before {
  display: none;
}
.brand_enter .commonView .box .right_box {
  font-size: 0;
  height: calc(770 / 1920 * 100vw);
  min-height: 650px;
}
.brand_enter .commonView .box .right_box img {
  height: 100%;
}
@media (max-width: 1280px) {
  .brand_enter {
    padding-bottom: 3.625rem;
  }
  .brand_enter .commonView .box {
    display: block;
  }
  .brand_enter .commonView .box .left_box {
    width: 100%;
  }
  .brand_enter .commonView .box .left_box .title1 {
    font-size: 1.875rem;
    font-family: Source Han Sans CN;
  }
  .brand_enter .commonView .box .left_box .title2 {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    margin-top: 1.25rem;
  }
  .brand_enter .commonView .box .left_box .list {
    margin-top: 1.25rem;
    border-top: 1px solid #ccc;
  }
  .brand_enter .commonView .box .left_box .list ul {
    width: 100% !important;
    border-right: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  .brand_enter .commonView .box .left_box .list ul li {
    width: auto;
    margin-top: 1.25rem !important;
    padding-right: 1.125rem !important;
    padding-left: 0 !important;
  }
  .brand_enter .commonView .box .left_box .list ul li .text {
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
  }
  .brand_enter .commonView .box .left_box .list ul li:last-child {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.5rem;
  }
  .brand_enter .commonView .box .left_box .list ul li::before {
    font-size: 2rem;
    position: relative;
    top: 0.2rem;
  }
  .brand_enter .commonView .box .right_box {
    width: 100%;
    font-size: 0;
    height: auto;
    min-height: initial;
    margin-top: 1.25rem;
  }
  .brand_enter .commonView .box .right_box img {
    width: 100%;
  }
}
.brand_exposure {
  width: 100%;
  background-image: url('../images/07.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.brand_exposure .common_title {
  color: #fff;
}
.brand_exposure .swiper {
  overflow: hidden;
  width: 100%;
  height: calc(26vw + 96px);
  color: #fff;
}
.brand_exposure .swiper .swiper-slide {
  padding: 0 24px;
}
.brand_exposure .swiper .swiper-slide .img {
  width: 57.3vw;
  height: 26.04vw;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5%;
  transition: all 0.3s;
  position: relative;
}
.brand_exposure .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_exposure .swiper .swiper-slide .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.brand_exposure .swiper .swiper-slide .text_box {
  margin-top: 42px;
  text-align: center;
  display: none;
  transition: all 0.3s;
}
.brand_exposure .swiper .swiper-slide .text_box .title1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.brand_exposure .swiper .swiper-slide .text_box .title2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  margin-top: 10px;
}
.brand_exposure .swiper .swiper-slide.swiper-slide-active .img {
  margin-top: 0;
}
.brand_exposure .swiper .swiper-slide.swiper-slide-active .img .mask {
  background-color: rgba(0, 0, 0, 0);
}
.brand_exposure .swiper .swiper-slide.swiper-slide-active .text_box {
  display: block;
}
@media (max-width: 1280px) {
  .brand_exposure {
    background-image: url('../images/18.png');
  }
  .brand_exposure .common_title {
    color: #fff;
    margin-bottom: 0;
  }
  .brand_exposure .swiper {
    overflow: hidden;
    width: 100%;
    height: calc(37.33vw + 7rem);
    margin-top: 5.9375rem;
    color: #fff;
  }
  .brand_exposure .swiper .swiper-slide {
    padding: 0 0.625rem;
  }
  .brand_exposure .swiper .swiper-slide .img {
    width: 80vw;
    height: 37.33vw;
    font-size: 0;
    overflow: hidden;
    margin-top: 5%;
    transition: all 0.3s;
    position: relative;
  }
  .brand_exposure .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .brand_exposure .swiper .swiper-slide .img .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .brand_exposure .swiper .swiper-slide .text_box {
    margin-top: 1.75rem;
    text-align: center;
    display: none;
    transition: all 0.3s;
  }
  .brand_exposure .swiper .swiper-slide .text_box .title1 {
    font-size: 1.875rem;
    font-family: Source Han Sans CN;
  }
  .brand_exposure .swiper .swiper-slide .text_box .title2 {
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    margin-top: 1.25rem;
  }
}
.joining_dynamics .commonView .list {
  display: flex;
  flex-wrap: wrap;
}
.joining_dynamics .commonView .list .item {
  display: block;
  width: 19.8vw;
  margin-right: calc((100% - 1px - 19.8vw * 4) / 3);
  margin-top: 2.6vw;
}
.joining_dynamics .commonView .list .item .img {
  width: 100%;
  height: calc(220 / 1920 * 100vw);
  border-radius: 10px;
  overflow: hidden;
}
.joining_dynamics .commonView .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.joining_dynamics .commonView .list .item .img img:hover {
  transform: scale(1.2);
}
.joining_dynamics .commonView .list .item .date {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-top: 28px;
}
.joining_dynamics .commonView .list .item .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 1.4;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 28px;
}
@media (max-width: 1540px) {
  .joining_dynamics .commonView .list .item .title {
    font-size: 19px;
    height: calc(19px * 1.4 * 2);
  }
}
@media (min-width: 1540px) {
  .joining_dynamics .commonView .list .item .title {
    font-size: 1.25vw;
    height: calc(1.25vw * 1.4 * 2);
  }
}
@media (min-width: 1920px) {
  .joining_dynamics .commonView .list .item .title {
    font-size: 24px;
    height: calc(24px * 1.4 * 2);
  }
}
.joining_dynamics .commonView .list .item .message {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 28px;
  height: calc(14px * 1.8 * 2);
}
@media (min-width: 1280px) {
  .joining_dynamics .commonView .list .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .joining_dynamics .commonView .list .item:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .joining_dynamics .commonView .list .item:hover .title {
    color: #A0151A;
  }
}
@media (max-width: 1280px) {
  .joining_dynamics .commonView .list .item {
    display: block;
    width: calc((100% - 1px - 1.25rem) / 2);
    margin-right: 1.25rem;
    margin-top: 2.5rem;
  }
  .joining_dynamics .commonView .list .item .img {
    width: 100%;
    height: 26.14vw;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  .joining_dynamics .commonView .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .joining_dynamics .commonView .list .item .img img:hover {
    transform: scale(1.2);
  }
  .joining_dynamics .commonView .list .item .date {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    margin-top: 1.5625rem;
  }
  .joining_dynamics .commonView .list .item .title {
    font-size: 1.875rem !important;
    height: calc(1.875rem * 1.4 * 2);
    font-family: Source Han Sans CN;
    margin-top: 1.5625rem;
  }
  .joining_dynamics .commonView .list .item .message {
    font-size: 1.25rem;
    font-family: Source Han Sans CN;
    margin-top: 1.5625rem;
    height: calc(1.25rem * 1.8 * 2);
  }
  .joining_dynamics .commonView .list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .joining_dynamics .commonView .list .item:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}
