section {
  width: 100%; }

.page {
  width: 100%;
  overflow-x: hidden; }

.banner #banner-swiper {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0; }
  .banner #banner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    background-size: cover; }
    .banner #banner-swiper .swiper-slide:before {
      content: '';
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .banner #banner-swiper .swiper-slide img {
      max-width: 100%;
      object-fit: cover;
      animation: upin 4s ease forwards; }
      .banner #banner-swiper .swiper-slide img:after {
        transform: translate3d(0, 0, 0) scale(1.1); }
    .banner #banner-swiper .swiper-slide .text {
      text-align: left;
      color: #fff;
      position: absolute;
      top: 25%;
      left: calc((100vw - 1290px) / 2);
      z-index: 3; }
      .banner #banner-swiper .swiper-slide .text h1 {
        font-size: 64px;
        padding: 50px 0 20px 0; }
      .banner #banner-swiper .swiper-slide .text p {
        width: 60%;
        font-size: 40px;
        line-height: 60px;
        font-weight: normal;
        margin-bottom: 50px; }
    .banner #banner-swiper .swiper-slide .mark-tip {
      font-size: 24px;
      color: #fff;
      background: #3391e0;
      position: absolute;
      top: 0;
      left: 0; }

.services {
  position: relative;
  width: calc((100vw + 1500px) / 2);
  padding-left: 96px;
  margin-left: calc((100vw - 1500px) / 2);
  background: #000;
  color: #fff;
  top: -60px;
  overflow: hidden;
  z-index: 10; }
  .services .content {
    max-width: 1290px; }
    .services .content h3 {
      font-size: 24px;
      height: 120px;
      line-height: 120px;
      border-bottom: 1px solid #949494; }
    .services .content .desc {
      padding: 40px 0;
      font-size: 16px;
      line-height: 32px; }

.item-list .item {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #f4f4f4; }
  .item-list .item .item-cont {
    width: 50%; }
    .item-list .item .item-cont h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .item-list .item .item-cont p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 40px;
      color: #333; }
    .item-list .item .item-cont .date {
      font-size: 16px;
      color: #333; }
  .item-list .item .thumbnail {
    width: 30%;
    height: 240px;
    display: block;
    overflow: hidden;
    position: relative; }
    .item-list .item .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .item-list .item .thumbnail .mark-tip {
      height: 50px;
      padding: 0 20px;
      line-height: 50px;
      background: #3391e0;
      font-size: 24px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0; }

/*# sourceMappingURL=services.css.map */
