.home .banner {

  position: relative;
}

.home .banner::before {

  content: '';

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.2);
}

.home .banner img {

  width: 100%;

  display: block;

  object-fit: cover;

  height: 33vh;
}

.home .banner .text {

  position: absolute;

  left: 0;

  width: 100%;

  bottom: 1.5625vw;

  color: white;

  padding: 0 10.4166666667vw;
}

.home .banner .text .p1 {

  font-size: 1.5625vw;

  font-weight: 600;

  line-height: 1;
}

.home .banner .text .des {

  font-size: 1.0416666667vw;

  margin-top: 1.0416666667vw;

  line-height: 1.3;

  font-weight: 200;
}

.home .nav_menu {

  background: #F5F5F5;

  padding: 0 10.4166666667vw;

  display: flex;

  align-items: center;
}

.home .nav_menu a {

  display: block;

  padding: 1.0416666667vw 2.2916666667vw;

  color: #222;

  font-size: 0.8854166667vw;

  line-height: 1.2;

  transition: all 600ms;

  cursor: pointer;
}

.home .nav_menu a:hover {

  background: #FFF;

  color: #E6001A;
}

.home .nav_menu .on {

  background: #FFF;

  color: #E6001A;
}

.home .nav_menu span {

  width: 1px;

  height: 0.5208333333vw;

  background: #CCC;
}

.home .tabs {

  margin: 4.21875vw 0 3.1770833333vw 0;

  display: flex;

  justify-content: center;
}

.home .tabs a {

  border: 1px solid #dadada;

  padding: 1.0416666667vw 3.125vw;

  color: #333333;

  font-size: 0.9375vw;

  line-height: 1.3;

  transition: all 600ms;
}

.home .tabs a:hover {

  background: #E94829;

  color: white;

  border-color: #E94829;
}

.home .tabs .on {

  background: #E94829;

  color: white;

  border-color: #E94829;
}

.home .section {

  padding: 0 20.8333333333vw 10.4166666667vw 20.8333333333vw;

  position: relative;
  min-height: 52vw;
}

.home .section .times {

  position: absolute;

  left: 6.7708333333vw;

  top: 6.25vw;
}

.home .section .times a {

  display: flex;

  align-items: center;
}

.home .section .times a .line {

  width: 0.5208333333vw;

  height: 1px;

  background: #666666;

  transition: all 600ms;
}

.home .section .times a p {

  color: #666666;

  font-size: 0.7291666667vw;

  line-height: 2.5;

  margin-left: 0.5208333333vw;

  transition: all 600ms;
}

.home .section .times a:hover .line {

  width: 2.65625vw;
}

.home .section .times a:hover p {

  color: #e60619;
}

.home .section .times .on .line {

  width: 2.65625vw;
}

.home .section .times .on p {

  color: #e60619;
}

.home .section .s_top {

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.home .section .s_top .t {

  color: #000;

  font-size: 1.6666666667vw;
}

.home .section .s_top .s_search {

  border-bottom: 3px solid #333;

  display: flex;

  padding: 0.78125vw;

  align-items: center;
}

.home .section .s_top .s_search p {

  color: #333333;

  font-size: 0.78125vw;

  margin: 0 2.6041666667vw 0 1.5625vw;
}

.home .section .s_top .s_search input {

  color: #333333;

  font-size: 0.78125vw;

  width: 11.4583333333vw;

  outline: none;

  border: none;
}

.home .section .s_top .s_search .btn {

  cursor: pointer;
}

.home .section .s_top .s_search .btn svg {

  display: block;

  width: 1.0416666667vw;
}

.home .section .wrap .list {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 2.6041666667vw 1.25vw;

  margin: 3.125vw 0;
}

.home .section .wrap .list a {

  width: 100%;

  cursor: pointer;
}

.home .section .wrap .list a .pic {

  overflow: hidden;

  position: relative;
}

.home .section .wrap .list a .pic::before {

  content: '';

  display: none;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(6, 50, 81, 0.67);

  z-index: 10;

  transition: all 600ms;
}

.home .section .wrap .list a .pic img {

  width: 100%;

  display: block;

  object-fit: cover;

  transition: all 600ms;
  height: 12.6vw;
}

.home .section .wrap .list a p {

  color: #333;

  font-size: 1.0416666667vw;

  text-align: center;

  line-height: 1.16;

  margin-top: 1.0416666667vw;
}

.home .section .wrap .list a:hover .pic img {

  transform: scale(1.05);
}

.home .section .wrap .list a:hover .pic::before {

  opacity: 0;
}

.home .section .wrap .pager {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 4.1666666667vw 0;
}

.home .section .wrap .pager .prev svg,

.home .section .wrap .pager .next svg {

  display: block;

  width: 1.1979166667vw;
}

.home .section .wrap .pager a img {

  margin: 0 0 0 10px;

  display: block;
}

.home .section .wrap .pager a:nth-last-child(2) img {

  margin: 0 10px 0 0;
}

.home .section .wrap .pager .nums {

  display: flex;

  margin: 0 1vw;
}

.home .section .wrap .pager .nums a {

  color: #8b8b8b;

  font-size: 1.0416666667vw;

  padding: 0.1vw 0.5vw;

  margin: 0 0.2vw;
}

.home .section .wrap .pager .nums .active {

  color: #FB0000;

  border-bottom: 2px solid #FB0000;

  font-weight: 600;
}

.home .section .wrap .pager p {

  color: #333333;

  font-size: 0.78125vw;

  margin-left: 2.0833333333vw;
}

@media screen and (max-width: 1024px) {

  .home .banner img {

    height: 300px;
  }

  .home .banner .text {

    padding: 0 5%;

    bottom: 20px;
  }

  .home .banner .text .p1 {

    font-size: 24px;
  }

  .home .banner .text .des {

    font-size: 16px;

    margin-top: 10px;
  }
    .home .nav_menu {
        padding: 0;
        width: 100%;
        overflow-x: scroll;
         display: inline-block;
         white-space: nowrap;
        /* flex-wrap: wrap */
    }

    .home .nav_menu a {
        padding: 15px 10px;
        font-size: 14px;
        display: inline-block;
    }

    .home .nav_menu span {
        height: 10px
    }

    .home .tabs {
        margin: 30px 0 0 0;
        width: 100%;
        overflow-x: scroll;
         display: inline-block;
         white-space: nowrap;
    }

    .home .tabs a {
        padding: 12px 15px;
        font-size: 14px;
        display: inline-block;
    }

  .home .section {

    padding: 30px 5% 60px 5%;
  }

  .home .section .s_top {

    flex-direction: column;
  }

  .home .section .s_top .t {

    font-size: 24px;
  }

  .home .section .s_top .s_search {

    padding: 5px;

    /* width: 100%; */
    margin-top: 30px;
  }

  .home .section .s_top .s_search p {

    font-size: 14px;

    margin: 0 10px 0 5px;
  }

  .home .section .s_top .s_search input {

    font-size: 16px;

    width: 70%;
  }

  .home .section .s_top .s_search .btn svg {

    width: 20px;
  }

  .home .section .times {

    position: static;

    display: flex;

    justify-content: start;

    margin: 20px 0;
    flex-wrap: wrap;
  }
  .home .section .times a{
    margin-right: 10px;
  }

  .home .section .times a .line {

    width: 20px;
  }

  .home .section .times a p {

    font-size: 16px;
  }

  .home .section .times .on .line {

    width: 40px;
  }

  .home .section .wrap .list {

    grid-template-columns: repeat(1, 1fr);

    gap: 25px;

    margin: 0 0 30px 0;
  }
  .home .section .wrap .list a .pic img{
    height: 200px;
  }

  .home .section .wrap .list a p {

    font-size: 18px;

    margin-top: 15px;
  }

  .home .section .wrap .pager .prev svg,

  .home .section .wrap .pager .next svg {

    width: auto;
  }

  .home .section .wrap .pager .nums {

    margin: 0 10px;
  }

  .home .section .wrap .pager .nums a {

    font-size: 16px;

    padding: 3px 5px;

    margin: 0 5px;
  }

  .home .section .wrap .pager p {

    font-size: 14px;
  }
}



/*# sourceMappingURL=history.css.map */