@charset "UTF-8";
.marker .absolute {
  bottom: 35px;
  left: 25px;
  padding: 15px 20px; width:250px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(5, 5, 5, 0.1);
  line-height: 1.6; text-align:center;
  background: white;
}

.marker .absolute img {
  width: 180px; height:20px; object-fit:contain
}

footer.black {
  color: #848587;
  background: #252525 url(../img/logo2.png) center no-repeat;
}

footer.black .flex.right {
  min-height: 349px;
  padding: 90px 0;
}

footer.black dd a {
  display: block;
}

footer.black a:hover {
  color: white;
}

footer.black a.Cfff {
  margin-bottom: 15px;
  min-height: 30px;
}

footer.black .flex.start dd {
  min-width: 90px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
}

.indexHtml header.pcShow {
  background: rgba(255, 255, 255, 0.8);
}

.indexHtml header.transparent.pcShow {
  background: none;
  color: white;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3);
}

.indexHtml header.transparent.pcShow li img {
  filter: brightness(99);
}

header.pcShow {
  background: white;
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0.8));
  transition: all .2s;
  backdrop-filter: blur(15px);
}

header.pcShow:hover {
  background: white;
  transition: all 0s;
}

header.pcShow img {
  max-height: 60%;
}

header.pcShow li + li {
  margin-left: 78px;
}

header.pcShow li {
  height: 100%;
  display: flex;
  align-items: center;
}

header.pcShow li img {
  filter: grayscale(1);
}

header.pcShow li:hover img {
  filter: none;
}

header.pcShow li.on {
  box-shadow: inset 0 -5px #e41b26;
}

.headerHeight {
  height: 11vh;
  min-height: 40px;
  max-height: 110px;
  max-width: 100vw;
}

@keyframes bannerFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.banner.search img.block {
  transform: none !important;
}

.search .nowrap {
  width: 80vw;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  border-radius: 50px;
}

.search .nowrap select, .search .nowrap input {
  font-size: 1rem;
  height: 60px;
  background-color: transparent;
}

.search .nowrap select::-moz-placeholder, .search .nowrap input::-moz-placeholder {
  color: rgba(5, 5, 5, 0.5);
}

.search .nowrap select::-ms-input-placeholder, .search .nowrap input::-ms-input-placeholder {
  color: rgba(5, 5, 5, 0.5);
}

.search .nowrap select::input-placeholder, .search .nowrap input::input-placeholder {
  color: rgba(5, 5, 5, 0.5);
}

.search .nowrap select::-webkit-input-placeholder, .search .nowrap input::-webkit-input-placeholder {
  color: rgba(5, 5, 5, 0.5);
}

.search .nowrap img {
  cursor: pointer;
  margin-left: 10px;
}

.search .nowrap select {
  margin-right: 10px;
}

.banner {
  overflow: hidden;
}

.banner .crumbs {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.banner:hover img.block {
  transform: scale(1.1);
}

.banner img.block {
  width: 100%;
  height: 590px;
  max-height: 90vw;
  transition: all .4s;
  animation: bannerFadeIn 1s;
}

.crumbs {
  line-height: 58px;
}

.crumbs img {
  max-height: 14px;
}

.crumbs a, .crumbs img {
  margin-right: 8px;
}

.pagination a {
  min-width: 40px;
  height: 40px;
  line-height: 39px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e6e6e6;
}

.pagination a + a {
  margin-left: 20px;
}

.pagination a:hover, .pagination a.on {
  color: white;
  background: #e41b26;
  border-color: #e41b26;
}

.pagination a.prev, .pagination a.next {
  border-color: transparent;
  background: url(../img/icon-right-gray.png) center no-repeat;
  background-size: auto 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a.prev img, .pagination a.next img {
  max-height: 50%;
}

.pagination a.prev:hover, .pagination a.next:hover {
  border: solid 1px #e6e6e6;
  background-color: white;
}

@keyframes part03border {
  50% {
    transform: rotate(45deg);
  }
}

.part03 dt li {
  position: relative;
}

.part03 dt li::after {
  content: '';
  display: block;
  position: absolute;
  width: 466px;
  height: 466px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px;
  background: url(../img/border1.png) center no-repeat;
  background-size: 100% 100%;
  animation: part03border infinite 5s;
}

.part03 dt .swiper-slide {
  opacity: 0 !important;
}

.part03 dt .swiper-slide-active {
  opacity: 1 !important;
}

.part03 dt .swiper-container {
  border: solid  20px transparent;
}

.part03 dt .swiper-container .swiper-button-next, .part03 dt .swiper-container .swiper-rtl .swiper-button-prev, .part03 dt .swiper-container .swiper-button-next, .part03 dt .swiper-container .swiper-button-prev {
  background-image: url(../img/icon-right-gray.png);
  opacity: 1;
  top: 60%;
}

.part03 dt .swiper-container .swiper-button-next:hover, .part03 dt .swiper-container .swiper-rtl .swiper-button-prev:hover, .part03 dt .swiper-container .swiper-button-next:hover, .part03 dt .swiper-container .swiper-button-prev:hover {
  background-color: transparent;
}

.part03 dt .swiper-container img {
  width: 426px;
  height: 426px;padding: 10px;
}

.part05 ul.Con li + li {
  margin-left: 7vw;
}

.part05 ul.Con p {
  font-size: 1rem;
  color: #999;
}

.part05 ul[class*='grid'] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.part05 ul[class*='grid'] a {
  padding-left: 140px;
  position: relative;
  height: 140px;
  padding-top: 35px;
  padding-right: 35px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1) url(../img/border2.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  transition: transform .3s;
}

.part05 ul[class*='grid'] a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -10px;
  filter: brightness(0.8);
  height: 20px;
  width: 20px;
  background: url(../img/icon-right-gray.png) right center no-repeat;
  background-size: contain;
}

.part05 ul[class*='grid'] a:hover {
  transform: translateY(-10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}

.part05 ul[class*='grid'] a img {
  position: absolute;
  left: 30px;
  top: 30px;
}

.part08 {
  background: url(../img/bg1.png);
  background-size: 100% 100%;
}

.part08 .img {
  border-radius: 10px;
  height: 340px;
  max-height: 80vw;
}

.part08 .img p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  color: transparent;
  font-style: italic;
  font-size: 100px;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px white;
}

.part08 li > p {
  padding: 0 2vw;
}
.part09 {margin-bottom:30px}
.part09 dl {
  border-bottom: solid 1px #dbdbdb;
}

.part09 dd {
  display: none;
  padding: 10px 20px;
  background: #f0f0f0;
  font-size: 116%;
  min-height: 30vw;
  line-height: 2.6;
}

.part09 .open dd {
  display: block;
}

.part09 .filterGrayHover img.plus {
  display: none;
}

.part09 .open img.add {
  display: none;
}

.part09 .open img.plus {
  display: block;
}

.part10 p {
  font-size: 16px;
  opacity: .8;
  margin-top: 0.5rem;
  letter-spacing: -0.5px;
}

.part11 .flex1 input, .part11 .flex1 textarea {
  background-color: #f2f2f2;
  padding: 15px 24px;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.part11 .flex1 input + img {
  height: 60px;
  width: 150px;
  object-fit: fill;
}

.part12 .swiper-slide {
  background: #fff;
}

.part12 img {
  width: 100%;
}

.part12 li {
  overflow: hidden;
}

.part13 {
  line-height: 1.5;
}

.part13 a {
  background: white;
}

.part13 img {
  width: 100%;
}

.part13 .Conhover {
  color: #222;
}

.part14 .pcShow.flex a {
  max-width: 40%;
}

.part15 a {
  display: block;
}

.part15 dd a {
  background: white; white-space: nowrap;
  position: relative; overflow:hidden;
}

.part15 dd a img {
  width: 100%;
  filter: brightness(0.91);
  background:#fafafa;
}

.part17 {
  border: solid 1px #dbdbdb;
  overflow: hidden;
}

.part17 ul a {
  display: block;
  width: 140px;
  padding: 18px 10px 15px;
}

.part17 ul .on {
  color: #e41b26;
  background: url(../img/icon03.png) top center no-repeat;
}

.part17 dd {
  padding: 2vw;
  margin: 5px;
}

.part17 dd img {
  vertical-align: text-top;
}

.part17 dd img + img {
  margin-left: 20px;
}

.part18 img.absolute {
  top: 25%;
}

.part18 img.absolute.l {
  left: -50px;
}

.part18 img.absolute.r {
  right: -50px;
}

.part18 .swiper-container .img {
  filter: brightness(0.9);
  background: white;
}

.part18 .swiper-container img {
  width: 100%;
  height: 320px;
  object-fit: contain;
}

.part18 .swiper-container .center {
  padding: 0 5%;
}

.part18 .swiper-container p {
  line-height: 1.6;
  text-align: center;
}

.part18 .swiper-container .ellipsis {
  margin-bottom: 10px;
  opacity: .8;
  font-size: 110%;
}

.part18 .swiper-container p:first-child {
  font-size: 160%;
  margin: 25px;
  font-family: 'b500';
}

.part18 .swiper-container .swiper-slide:after {
  content: "查看详情";
  display: block;
  margin: 30px auto;
  text-align: center;
  width: 180px;
  line-height: 54px;
  font-size: 116%;
  border: solid 1px #999;
  border-radius: 50px;
}

.part19 a {
  display: block;
  min-height: 230px;
  border: solid 1px #dbdbdb;
  background: #f2f2f2 url(../img/logo1.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 20px;
  display: flex;
}

.part19 a > div {
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.4;
}

.part20 dt {
  background: url(../images/06.png) left top;
  color: white;
  line-height: 1.5;
  padding: 50px 0;
}

.part20 dd {
  padding: 5%;
  background: #f0f0f0;
}

.part20 input, .part20 textarea {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 1rem;
  margin-top: 0.7rem;
  border: solid 1px #e6e6e6;
}

.part20 input {
  min-height: 52px;
  height: 52px;
}

.part20 input + img {
  height: 50px;
  width: 121px;
  margin-top: 0.7rem;
  border: solid 1px #dbdbdb;
  border-left: 0;
  object-fit: fill;
}
.part20 .BGon{line-height:52px}
.part20 .BGon:hover {
  filter: brightness(1.1);
}

.part20 ul li {
  margin-top: 2rem;
}

.part20 ul p {
  opacity: .5;
  font-size: 70%;
}

.part20 ul img {
  margin-right: 1rem;
}

.part21 {
  line-height: 1.5;
  background:url(../img/logo3.png) top no-repeat; padding-top:2.8vh;
  background-size:100% auto;
}

.part21 dt img {
  max-height: 38px;
}

.part21 dd {
  max-height: 340px;
}

.part22 {
  background: url(../img/bg2.png);
  box-shadow: inset 0 20vw 0 white;
}

.part22 .container img {
  display: inline-block;
  height: 46px;
}

.part22 .container p {
  font-weight: bold;
  font-size: 150%;
  color: #111;
  font-family: '微软雅黑';
  margin: 25px 0 22px;
}

.part22 .container li {
  position: relative;
}

.part22 .container li::after {
  position: absolute;
  left: 0;
  bottom: 30%;
  top: 10px;
  border-right: solid 1px rgba(50, 50, 50, 0.1);
}

.part22 .container li + li::after {
  display: block;
  content: "";
}

.part23 .next, .part23 .prev {
  cursor: pointer;
  padding: 10px 16px;
  background: white;
  border-radius: 8px;
  top: 40%;
}

.part23 .next:hover, .part23 .prev:hover {
  filter: brightness(0.9);
}

.part23 .prev {
  left: -4%;
}

.part23 .next {
  right: -4%;
}

.part23 p {
  padding: 0 20px;
  line-height: 1.5;
  margin-top: .5rem;
}

.part23 .border {
  width: 292px;
  height: 412px;
  margin: auto;
  border: 24px solid;
  border-bottom-width: 38px;
  border-image-source: url(../img/border.png);
  border-image-slice: 27;
  border-image-repeat: round repeat;
  background: radial-gradient(white 70%, #dbdbdb) no-repeat;
}

.part23 .border img {
  height: 100%;
  width: 100%;
  background: white;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.part24 {
  background: url(../images/15.png) center top no-repeat;
}

.part26 dt .img {
  width: 654px;
  height: 420px;
  background: #dbdbdb url(../img/logo1.png) center no-repeat;
}

.part26 dd {
  position: relative;
}

.part26 dd::before, .part26 dd::after {
  content: '';
  display: block;
  position: absolute;
}

.part26 dd::after {
  top: 5%;
  bottom: 0;
  left: 10px;
  width: 3px;
  background: url(../img/dotted.png) left repeat-y;
}

.part26 dd::before {
  background: url(../img/icon14.png) center no-repeat;
  width: 50px;
  height: 13px;
  bottom: 0;
  left: -14px;
  z-index: 1;
}

.part26 .swiper-container {
  height: 350px;
}

.part26 .border, .part26 .swiper-slide {
  position: relative;
  padding-left: 40px;
}

.part26 .border::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -12px;
  padding: 3px;
  background: #333;
  border-radius: 50%;
}

.part26 .swiper-slide {
  padding-left: 10%;
  padding-top: 20px;
  cursor: default;
}

.part26 .swiper-slide::before, .part26 .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
}

.part26 .swiper-slide::after {
  width: 10%;
  border-top: solid 1px #dbdbdb;
  top: 30px;
  left: 4px;
}

.part26 .swiper-slide::before {
  border-radius: 50%;
  left: 0;
  top: 22px;
  padding: 10px;
  z-index: 1;
  background: radial-gradient(#333 4px, white 5px, white 9px, #333 10px);
}

.part26 .swiper-slide span {
  background: #dbdbdb;
  padding: 0 10px;
  margin-right: 20px;
  line-height: 1.6;
}

.part26 .swiper-slide-active::before {
  background: radial-gradient(#e41b26 4px, white 5px, white 9px, #e41b26 10px);
}

.part26 .swiper-slide-active::after {
  border-color: #e41b26;
}

.part26 .swiper-slide-active span {
  background: #e41b26;
  color: white;
}

.part27 {
  background: rgba(50, 50, 50, 0.5);
  z-index: 8;
  backdrop-filter: blur(10px);
}

.part27 .BGwhite {
  padding: 30px 50px 50px;
  width: 600px;
  max-width: 94vw;
  text-align: center;
}

.part27 img.absolute {
  bottom: -80px;
  height: 40px;
  cursor: pointer;
}



.part27 .input input, .part27 .BGon {
  line-height: 50px;
  height: 50px;
  border-radius: 4px;
}

.part27 .input .absolute {
  text-align: left;
  left: 20px;
  min-width: 92px;
  padding-right: 10px;
  border-right: solid 1px #dbdbdb;
  height: 20px;
  line-height: 20px;
  margin: auto;
}

.part27 input {
  border: solid 1px #dbdbdb;
  margin-right: 10px; width: 100%;
  padding-left: 120px;
}
.part10-1 #map{ height: 100%; }

.part10-1 li{padding:2vw 1vw 2vw 3vw;line-height: 1.6; }
.part10-1 li:hover{ color:#e41b26; }
.part10-1 p{font-size: 16px;}
.part17{margin-bottom:5vh}

.style1.container{
  position: relative;
}
.style1.container img{
  width: 100%;
  height: auto;
}
.style1.container video{
  position: absolute;
  width: 25%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  min-width: 150px;
}
.style1.container.active video{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.style1.container.active img{
  position: absolute;
  opacity: 0;
}
.style1.container .video-icon{
  width: 50px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 1025px) {

  .indexHtml .empty.headerHeight {
    display: none;
  }
  .part17 table{ width: 100%; }
  .part01 {
    height: 100vh;
    overflow: hidden;
  }
  .part01 + .part01 {
    box-sizing: border-box;
    padding-top: 40px;
  }
  .part02 {
    height: 100vh;
  }
  .part02 img {
    height: 100vh;
    width: 100vw;
  }
  .part02 .swiper-slide {
    position: relative;
  }
  .part02 .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 1px white;
  }
  .part02 .swiper-pagination-bullet-active {
    background-color: white;
  }
  .part03 {
    max-width: 1920px;
    height: 100vh;
    flex-direction: row-reverse;
  }
  .part03 dt, .part03 dd {
    width: 50%;
  }
  .part03 dd {
    height: 100vh;
    color: white;
    line-height: 65px;
  }
  .part03 dd .swiper-wrapper {
    mix-blend-mode: screen;
  }
  .part03 dd .swiper-slide {
    background: rgba(255, 255, 255, 0.3);
    padding-left: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 2px transparent;
  }
  .part03 dd .swiper-slide:hover {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    -webkit-text-fill-color: white;
  }
  .part03 dd .swiper-slide-prev, .part03 dd .swiper-slide-next {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .part03 dd .swiper-slide-active {
    font-size: 64px;
    -webkit-text-fill-color: white;
  }
  .part04 .img img {
    width: 100%;
    height: 400px;
  }
  .part04 [class*='swiper-button-'] {
    top: 34%;
  }
  .part06 {
    width: 48%;
    position: relative;
    line-height: 1.5;
    min-height: 530px;
  }
  .part06 .li {
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .part06 .li img {
    height: 199px;
    width: 100%;
  }
  .part06 .li .img, .part06 .li .desc {
    display: none;
  }
  .part06 .li dd {
    width: 100%;
    position: relative;
  }
  .part06 .li .ellipsis {
    width: 80%;
  }
  .part06 .li b {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .part06 .li .img.absolute p {
    color: white;
    font-size: 150%;
    padding: 30px;
    background: linear-gradient(to bottom, transparent, rgba(109, 0, 0, 0.5) 60%);
  }
  .part06 .li.on .img.absolute {
    top: 0;
    left: 108%;
    width: 100%;
    height: 530px; max-height: 40vh;
  }
  .part06 .li.on .img.absolute img {
    height: 100%;
  }
  .part06 .li.on dd {
    width: 55%;
  }
  .part06 .li.on .img, .part06 .li.on .desc {
    display: block;
  }
  .part06 .li.on b {
    position: static;
  }
  .part06 .li.on .ellipsis {
    color: #e41b26;
    width: initial;
    white-space: normal;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
  }
  .part07 {
    border-bottom: solid 1px #dbdbdb;
    line-height: 100px;
  }
  .part07 .Con {
    box-shadow: inset 0 -3px 0 #e41b26;
  }
  .part07 a {
    margin-right: 60px;
  }
  .part07-1 {
    line-height: 1.4;
  }
  .part07-1 a {
    padding: 35px 0;
  }
  .part09 dd {
    display: none;
    padding: 40px 70px;
    min-height: 15vw;
  }
  .part09 .open dd {
    display: block;
  }
  .part10 li {
    position: relative;
  }
  .part10 li::after {
    content: '';
    display: block;
    position: absolute;
    right: 15%;
    top: 40%;
    height: 22px;
    border-right: solid 1px rgba(5, 5, 5, 0.1);
  }
  .part10 ul {
  }
  .part10 #map {
    height: calc(100% - 120px);
    margin-bottom: 20px;
  }
  .part10 li:last-child:after {
    display: none;
  }
  .part10 li:last-child p {
    min-width: 220px;
  }

  .part10-1{

    border:solid 1px #dbdbdb;flex-direction: row-reverse;

  }
  .part12 .swiper-pagination {
    text-align: right;
    margin-bottom: 55px;
    padding-right: 50px;
  }
  .part12 .img {
    height: 530px; object-fit: fill;
	max-width:calc(530px * 1.5);
	min-width:calc(530px * 1.5);
	width:calc(530px * 1.5);
  }
  .part13 img {
    height: 336px;object-fit: fill;
  }
  .part13 a:hover {
    box-shadow: inset 0 -2px #e41b26;
    transform: translateY(-5px);
  }
  .part13 a:hover .Conhover {
    color: #e41b26;
  }
  .part14 .BGon:hover {
    filter: brightness(1.4);
  }
  .part15 dt {
    background: white;
    width: 310px;
    min-width: 300px;
    box-shadow: inset 2px 0 #e41b26;
    padding: 20px;
  }
  .part15 dt a {
    display: block;
    padding: 15px 30px;
    padding-right: 55px;
  }
  .part15 dt a:hover {
    color: #e41b26;
  }
  .part15 dt .on {
    background: #e41b26 url(../img/icon-right-white2.png) 90% center no-repeat;
    color: white;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(223, 40, 38, 0.15);
  }
  .part15 dt .on:hover {
    color: white;
    filter: brightness(1.2);
  }
  .part15 dd {
    margin-left: 50px;
  }
  .part15 dd a img {
    height: 244px;
  }
  .part15 dd a .img {
    background: #724848;
  }
  .part15 dd a:hover::after {
    display: block;
  }
  .part15 dd a:hover {
    transform: translateY(-4px);
  }
  .part15 dd a:hover img {
    opacity: .6;
  }
  .part15 dd a:hover .C333 {
    color: #e41b26;
  }
  .part15 dd a:after {
    content: '查看详情';
    display: none;
    position: absolute;
    top: 90px;
    left: 24%;
    right: 24%;
    background: #e41b26;
    color: white;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
  }
  .part16 ul img {
    filter: brightness(0.9);
    object-fit: contain;
    background: white;
    height: 400px;
    width: 100%;
  }
  .part16 .swiper-container {
    margin: 0;
  }
  .part16 .swiper-slide, .part16 .swiper-slide img {
    height: 129px;object-fit: contain;
  }
  .part16 .swiper-slide img {
    width: 99%;
    margin-left: 1%;
    border: solid 1px rgba(5, 5, 5, 0.1);
  }
  .part16 .swiper-slide.swiper-slide-active img {
    border-color: #e41b26;object-fit: contain;
  }
  .part16 .swiper-slide:hover img {
    filter: brightness(0.9);
  }
  .part18 img.absolute:hover {
    filter: brightness(0.5);
    cursor: pointer;
  }
  .part18 .swiper-container .swiper-slide:hover {
    transform: translateY(-5px);
    background: #fafafa;
  }
  .part18 .swiper-container .swiper-slide:hover p:first-child {
    color: #e41b26;
  }
  .part18 .swiper-container .swiper-slide:hover:after {
    background: #e41b26;
    color: white;
    border-color: #e41b26;
  }
  .part19{margin-bottom:30px}
  .part19 a > img {
    width: 133px;
    height: 190px;object-fit: contain
  }
  .part19 a:hover {
    border-color: #e41b26;
    color: #e41b26;
    transform: translateY(-6px);
    background-color: #fafafa;
    border-radius: 3px;
  }
  .part19 a:hover img {
    filter: brightness(0.9);
  }
  .part25 a {display:block;  }
  .part25 .ellipsis { max-width:90% }
  .part25 img {
    height: 400px;
  }
  .part25 a:hover .borderBtn {
    color: white;
    background: #e41b26;
    border-color: #e41b26;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1800px) {
  .part12 .img {
    height: 500px;
	max-width:calc(500px * 1.5);
	min-width:calc(500px * 1.5);
	width:calc(500px * 1.5);
  }
  .part13 img{height:300px}
  header.pcShow li + li {
    margin-left: 3vw;
  }
  header.pcShow img.logo {
    max-width: 13vw;
  }
  .part07 a {
    margin-right: 50px;
  }
  .part08 .img p {
    bottom: -75px;
    color: transparent;
    font-style: italic;
    font-size: 130px;
  }
  .part25 img {
    height: 380px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1600px) {
	.part12 .img{
		height: 448px;width:calc(448px * 1.5)
	}
.part13 img {
    height: 280px;
  }
  header.pcShow li + li {
    margin-left: 2vw;
  }
  .part04 .img img {
    height: 350px;
  }
  .part07 a {
    margin-right: 40px;
  }
  .part10 #map {
    height: calc(100% - 170px);
    margin-bottom: 20px;
  }
  .part10 ul {
    grid-template-columns: repeat(2, 1fr);
    height: initial;
  }
  .part10 ul li:nth-child(2n):after {
    display: none;
  }
  
  .part15 dt {
    min-width: 280px;
    width: 280px;
  }
  .part15 dd a img {
    height: 220px;
  }

  .part16 .width650px{width: 80%;}
  .part25 img {
    height: 340px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .part12 .img{height:390px;
	max-width:calc(390px * 1.5);
	min-width:calc(390px * 1.5);
	width:calc(390px * 1.5);
  }
  .part25 p { font-size: 18px; }
  .part04 .img img {
    height: 300px;
  }
  .part13 img {
    height: 240px;
  }
  .part25 img {
    height: 300px;
  }
  .part07 a {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-height: 920px) {
  .container {
    max-width: 1360px;
  }
  header.pcShow li + li {
    margin-left: 50px;
  }
  .part01 + .part01 {
    padding-top: 82px;
  }
  .part05 ul.grid3 {
    margin-bottom: 3vh;
  }
  .part05 ul.grid3 a {
    height: 120px;
    padding-top: 30px;
  }
  .part05 ul.grid3 a img {
    top: 18px;
  }
  .part06 {
    min-height: 530px;
  }
  .part06 .li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .part06 .li.on .img.absolute {
    height: 450px;
  }
}
