/* PC */
@media (min-width:600px) {
  .Galloping_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: 930px;
    overflow: hidden;

    background: url(../images/Galloping_BK.jpg) center center no-repeat;
  }

  .Galloping_Div {
    margin: 0 auto;
    width: 1346px;
    /* width: 1214px; */
    height: 930px;
    overflow: hidden;
  }

  .Galloping_Title {
    padding-top: 40px;
    width: 100%;
    height: 188px;
    overflow: hidden;
  }

  .Galloping_Title p {
    margin: 0 auto;
    width: 797px;
    height: 128px;
    overflow: hidden;
  }

  .Galloping_Title p img {
    width: 797px;
    height: 128px;
  }

  .Galloping_Title h4 {
    margin: 0 auto;
    width: 930px;
    height: 46px;
    font-size: 16px;
    font-family: "Georgia";
    color: #FFDF91;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
  }

  .Galloping_Swiper_Div {
    position: relative;
    width: 100%;
    height: 636px;
    padding-bottom: 40px;
  }

  .Galloping_Swiper {
    margin: 0 auto;
    width: 1214px;
    height: 636px;
    overflow: hidden;
  }

  .Galloping_Swiper .swiper-slide {
    margin: 0 auto;
    width: 580px;
    height: 636px;
    background-color: rgba(36, 27, 17, 0.7);
  }

  .Galloping_Swiper p {
    margin: 0 auto;
    margin-top: 30px;
    width: 550px;
    height: 470px;
    overflow: hidden;
  }

  .Galloping_Swiper p img {
    width: 550px;
    height: 470px;
  }

  .Galloping_Txt {
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: auto;
  }

  .Galloping_Txt h4 {
    padding: 0 30px;
    background: url(../images/Galloping_Txt_BK.png) left top 5px no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFE099;
    font-family: "Georgia";
    margin-bottom: 8px;
  }

  .Galloping_Txt h4 a {
    color: #FFE099;
  }

  .Galloping_Txt h5 {
    padding: 0 30px;
    font-size: 16px;
    /* font-weight: bold; */
    color: #FFE099;
    font-family: "Georgia";
  }

  .Galloping_BTPrev {
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
    width: 36px;
    height: 57px;
    background: url(../images/BT_Prev.png);
    z-index: 2;
    cursor: pointer;
  }

  .Galloping_BTNext {
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    width: 36px;
    height: 57px;
    background: url(../images/BT_Next.png);
    z-index: 2;
    cursor: pointer;
  }

  .Galloping_pagination {
    font-size: 12px;
    bottom: 0 !important;
    height: 20px !important;
  }

  .Galloping_pagination .swiper-pagination-bullet {

    width: 17px;
    height: 19px;
    background: url(../images/pigination.png) center center no-repeat;
    opacity: 1;
  }

  .Galloping_pagination .swiper-pagination-bullet-active {
    background: url(../images/pigination_on.png) center center no-repeat;

  }
  .Galloping_Txt em {
    font-weight: inherit;
    font-style: italic;
  }

}


@media (min-width:600px) {
  .mCaidan {
    display: none;
  }

  .caidan {
    display: none;
  }
}