.Regular {
  font-family: 'SourceHanSansCNRegular';
}

.Medium {
  font-family: 'SourceHanSansSCMedium';
}

.Bold {
  font-family: 'SourceHanSansSCBold';
}

.Normal {
  font-family: 'SourceHanSansSCNormal';
}

._py {
  padding-top: 100px;
  padding-bottom: 100px;
}

._title .t1 {
  color: #575757;
  font-family: 'SourceHanSansSCMedium';
  font-size: 22px;
  margin-bottom: 20px;
}
._title .t2 {
  font-weight: bold;
  font-family: 'SourceHanSansSCBold';
  font-size: 50px;
  line-height: 46px;
}
._title .t2 span {
  color: #e80015;
}

._more {
  background: #e80015;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  color: white;
  width: 171px;
  height: 41px;
  transition: .5s;
  padding-left: 30px;
}
._more:hover {
  color: white;
  width: 190px;
  background: #c30015;
}

.about ._title .t2 {
  font-size: 36px;
}
.about .shuzi {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.about .shuzi .item .name {
  font-size: 18px;
  margin-bottom: 0;
}
.about .shuzi .item .span {
  font-size: 30px;
  position: relative;
  top: -8px;
  left: 16px;
}
.about .shuzi .item .num {
  font-weight: bold;
  color: #e80015;
  font-size: 60px;
  font-family: 'SourceHanSansSCBold';
}
.about .neirong ._title .t2 {
  font-size: 50px;
}
.about .neirong .rt {
  font-size: 16px;
  line-height: 27px;
}

.swiper-button-next, .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
}

.chanpin {
  padding-bottom: 60px;
  padding-top: 200px;
}
.chanpin .owl_chanpin {
  margin-bottom: 100px;
}
.chanpin .owl_chanpin .xia {
  display: none;
}
.chanpin .owl_chanpin .list .item .lf {
  padding-top: 80px;
}
.chanpin .owl_chanpin .list .item .lf .xinxi {
  width: 70%;
}
.chanpin .owl_chanpin .list .item .rt {
  text-align: center;
}
.chanpin .owl_chanpin .list .item .rt img {
  max-height: 500px;
}
.chanpin ._title .t2 {
  line-height: 60px;
}
.chanpin .owl_mingzi .shang {
  display: none;
}
.chanpin .owl_mingzi .list {
  background: rgba(0, 0, 0, 0.3);
}
.chanpin .owl_mingzi .item {
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
  padding: 20px;
  border-bottom: 2px solid transparent;
}
.chanpin .owl_mingzi .item:hover {
  border-bottom: 2px solid #e80015;
}
.chanpin .owl_mingzi .swiper-slide-thumb-active .item {
  border-bottom: 2px solid #e80015;
}
.chanpin .swiper-button-next, .chanpin .swiper-button-prev {
  margin-top: -18px;
}
.chanpin .swiper-button-next {
  right: -47px;
}
.chanpin .swiper-button-prev {
  left: -48px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.fangan {
  padding-top: 100px;
  height: 1067px;
  background: url("../images/beijing.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 190px;
}
.fangan .item {
  position: absolute;
  animation: blink 4s infinite, bounce 3s infinite;
}
.fangan .item span {
  width: 105px;
  height: 37px;
  background: url("../images/bg5.png") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 8px;
}
.fangan .item1 {
  left: 50%;
  top: 207px;
  margin-left: -19px;
}
.fangan .item2 {
  right: 0;
  top: 300px;
}
.fangan .item3 {
  left: 171px;
  top: 416px;
}
.fangan .item4 {
  left: 403px;
  top: 557px;
}
.fangan .item5 {
  left: 744px;
  top: 650px;
}

.youshi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
.youshi .item {
  height: 445px;
  width: 23.5%;
  border-radius: 10px;
  background: url("../images/bg2.png") no-repeat center;
  background-size: cover;
  padding: 70px 30px;
}
.youshi .item:hover {
  background: url("../images/bg3.png") no-repeat center;
  background-size: cover;
  color: white;
}
.youshi .item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.youshi .item .name {
  margin-bottom: 30px;
  margin-top: 80px;
  font-size: 22px;
}
.youshi .item .summary {
  font-size: 16px;
  line-height: 27px;
}

.news {
  padding-bottom: 150px;
}
.news .content {
  margin-top: 120px;
}
.news .content .rt {
  padding-left: 65px;
}
.news .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .item:last-child {
  margin-bottom: 0;
}
.news .item:hover .title {
  color: #e80015;
}
.news .item:hover time {
  background: #e80015;
  color: white;
}
.news .message {
  padding-left: 30px;
  flex: 1;
}
.news time {
  width: 120px;
  height: 110px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4e4e4e;
}
.news .y {
  font-size: 50px;
}
.news .day {
  font-size: 18px;
  position: relative;
  top: -6px;
}
.news .title {
  font-size: 18px;
  color: #2c2a33;
}
.news .summary {
  font-size: 16px;
  color: #2c2a33;
  opacity: .7;
  margin-bottom: 5px;
}
.news .more {
  font-size: 16px;
  display: flex;
  opacity: .7;
  align-items: center;
  color: #2c2a33;
}
.news .more img {
  margin-left: 15px;
}
.news .lf {
  height: 530px;
}

.fuwu {
  height: 773px;
  padding-top: 100px;
}

@media (max-width: 1450px) {
  .about .neirong ._title .t2 {
    font-size: 44px;
  }

  ._title .t2 {
    font-size: 44px;
  }

  .chanpin {
    padding-bottom: 60px;
    padding-top: 90px;
  }

  .fangan {
    height: 877px;
    margin-bottom: 96px;
    padding-top: 66px;
  }

  .fangan .item1 {
    left: 50%;
    top: 170px;
    margin-left: -32px;
  }

  .fangan .item3 {
    left: 161px;
    top: 355px;
  }

  .fangan .item2 {
    right: 0;
    top: 253px;
  }

  .fangan .item5 {
    left: 642px;
    top: 535px;
  }

  .fangan .item4 {
    left: 352px;
    top: 459px;
  }

  .youshi .item .name {
    margin-top: 68px;
  }

  .youshi {
    margin-bottom: 92px;
  }

  .news .content {
    margin-top: 86px;
  }

  .youshi .item {
    height: 400px;
    padding: 54px 30px;
  }

  .news {
    padding-bottom: 108px;
  }

  .news .content .rt {
    padding-left: 41px;
  }

  .news .day {
    font-size: 17px;
  }

  .news .y {
    font-size: 44px;
  }

  .fuwu {
    height: 614px;
    padding-top: 88px;
  }

  .chanpin .owl_chanpin {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .chanpin .owl_chanpin {
    margin-bottom: 23px;
  }

  .about ._title .t2 {
    font-size: 16px;
    line-height: 28px;
  }

  ._title .t2 {
    font-size: 22px;
    line-height: 37px;
  }

  ._title {
    text-align: center;
  }

  .about .neirong ._title .t2 {
    font-size: 25px;
  }

  ._title .t1 {
    margin-bottom: 15px;
  }

  ._py {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about .shuzi {
    margin-top: 50px;
  }

  .about .shuzi {
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: space-between;
  }
  .about .shuzi .item {
    width: 48%;
    margin-top: 30px;
  }

  .about .shuzi .item .num {
    font-size: 30px;
  }

  .about .shuzi .item .span {
    font-size: 16px;
    position: relative;
    top: -4px;
    left: 9px;
  }

  .chanpin .owl_chanpin .list .item .lf {
    width: 100%;
  }

  .chanpin .owl_chanpin .list .item .rt {
    width: 100%;
    margin-top: 70px;
  }

  .chanpin .owl_chanpin .list .item .lf {
    padding-top: 0;
  }

  .chanpin ._title .t2 {
    line-height: 37px;
  }

  .chanpin {
    padding-top: 77px;
  }

  .chanpin .owl_chanpin .list .item .lf .xinxi {
    width: 100%;
  }

  .chanpin ._more {
    margin-left: auto;
    margin-right: auto;
  }

  .chanpin .owl_mingzi .item {
    font-size: 16px;
    padding: 15px;
  }

  .chanpin .swiper-button-next {
    right: 0;
  }

  .chanpin .swiper-button-prev {
    left: 0;
  }

  .chanpin .swiper-button-next, .chanpin .swiper-button-prev {
    margin-top: -224px;
  }

  .youshi {
    flex-wrap: wrap;
  }

  .youshi .item {
    width: 48%;
    margin-bottom: 30px;
    padding: 30px 15px;
    height: 330px;
  }

  .fangan {
    margin-bottom: 60px;
  }

  .youshi .item .name {
    margin-top: 23px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .youshi .item .summary {
    font-size: 14px;
  }

  .youshi {
    margin-bottom: 50px;
  }

  .news .content .rt {
    padding-left: 0;
  }

  .news .lf {
    height: 261px;
    margin-bottom: 40px;
  }

  .news .content {
    margin-top: 50px;
  }

  .news time {
    display: none;
  }

  .news .message {
    padding-left: 0;
  }

  .news {
    padding-bottom: 57px;
  }

  .fuwu {
    padding-top: 43px;
    background: none !important;
    height: auto;
    margin-bottom: 60px;
  }
  .fuwu ._title .t2 {
    margin-bottom: 40px;
  }

  .fangan {
    height: auto;
    background: none !important;
  }
  .fangan ._title {
    margin-bottom: 40px;
  }
  .fangan .list {
    display: none;
  }

  .chanpin .owl_chanpin .list .item .rt img {
    max-height: 245px;
    max-width: 90%;
  }

  .news .summary {
    font-size: 14px;
  }

  .news .more {
    font-size: 12px;
  }

  .youshi .item img {
    height: 30px;
  }
}

/*# sourceMappingURL=index.css.map */
