@font-face {
  font-family: HYXLSJ;
  src: url(../fonts/HYXLSJ.ttf);
  /* font-display: block; */
}

.wrap {
  background: url(/assets/img/pc/hero-bg.png) center top no-repeat;
  /* background-size: cover; */
  background-color: #f6f4f1;
}

.position,
.position a{
  margin-top: 50px !important;
}

.inner-title-box{
  margin-top: 50px !important;
}

.hero-head-box {
  width: 100%;
  height: 929px;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.general-info a,
.general-info {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-head-inner {
  width: 1300px;
  height: 972px;
  position: absolute;
  overflow: visible;
  left: 50%;
  margin-left: -650px;
  top: 0;
  z-index: 1;
}

.slogan {
  margin-top: 130px;
}

.nav-box {
  position: absolute;
  bottom: 270px;
  right: 0px;
  z-index: 1;
  width: 508px;
}

.general-nav {
  width: 100%;
}

.general-nav .swiper-slide {
  text-align: center;
  height: 150px;
  cursor: pointer;
}

.general-nav p {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
  opacity: 0.5;
  transition: 0.3s;
}

.general-nav .swiper-slide:hover p,
.general-nav .swiper-slide.swiper-slide-thumb-active p {
  text-shadow: 0px 0px 12px #717171;
  opacity: 1;
  color: #fff;
}

.general-nav .swiper-slide div {
  width: 91px;
  height: 91px;
  border-radius: 90px;
  vertical-align: top;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #f6f6f6;
  border: 2px solid white;
  transition: 0.3s;
  overflow: hidden;
  object-fit: cover;
}

/* .general-nav .swiper-slide div:hover {
    scale: 1.1;
} */

.general-nav .swiper-slide img {
  width: 91px;
  transition: 0.3s;
}

.general-nav .swiper-slide:hover div,
.general-nav .swiper-slide.swiper-slide-thumb-active div {
  width: 91px;
  height: 91px;
  border: 2px solid #baa67f ;
  margin-top: 10px;
  scale: 1.2;
}

.general-nav .swiper-slide:hover img,
.general-nav .swiper-slide.swiper-slide-thumb-active img {
  width: 91px;
}

.hero-swiper-prev,
.hero-swiper-next {
  width: 57px;
  height: 45px;
  position: absolute;
  top: 0.5rem;
  transition: 0.3s;
}

.hero-swiper-prev {
  background: url(/assets/img/pc/hero/left.png) center center no-repeat;
  background-size: contain;
  left: -50px;
  cursor: pointer;
}

.hero-swiper-next {
  background: url(/assets/img/pc/hero/right.png) center center no-repeat;
  background-size: contain;
  right: -50px;
  cursor: pointer;
}

.hero-swiper-prev:not(.swiper-button-disabled):hover {
  animation: left 1s 0s ease-in-out;
  animation-fill-mode: forwards;
}

.hero-swiper-next:not(.swiper-button-disabled):hover {
  animation: right 1s 0s ease-in-out;
  animation-fill-mode: forwards; 
  background: url(/assets/img/pc/hero-down.png) center center no-repeat;
  background-size: contain;
}

.hero-swiper-prev.swiper-button-disabled:hover,
.hero-swiper-prev.swiper-button-disabled {
  background: url(/assets/img/pc/hero/left-dis.png) center center no-repeat !important;
  background-size: contain !important;
  opacity: 0.5;
}

@keyframes left {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-15px);
  }

  100% {
    transform: translateX(-6px);
  }
}

@keyframes right {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(6px);
  }
}

.hero-swiper-next.swiper-button-disabled:hover,
.hero-swiper-next.swiper-button-disabled {
  background: url(/assets/img/pc/hero/right-dis.png) center center no-repeat !important;
  background-size: contain !important;
  opacity: 0.5;
}

.hero-swiper-prev:hover {
  background: url(/assets/img/pc/hero-up.png) center center no-repeat;
  background-size: contain;
}

.hero-inner-content {
  width: 100%;
  min-height: 1680px;
  /* background: url(/assets/img/pc/inner-page-bg.jpg) center top no-repeat;
  background-size: cover;
  background-color: #f6f4f1; */
  padding-top: 180px;
  margin-top: -278px;
  position: relative;
  z-index: 9;
}

.hero-list-box {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* 导航 */
.hero-nav-list {
  width: 100%;
  border-bottom: 1px solid #e3e1de;
  line-height: 59px;
  height: 60px;
  margin-top: 20px;
  text-align: left;
}

.hero-nav-list li {
  display: inline-block;
  width: 120px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #808080;
  height: 60px;
}

.hero-nav-list li:hover,
.hero-nav-list li.on {
  color: #b39273;
  border-bottom: 2px solid #b39273;
}

.hero-nav-list li span {
  position: absolute;
  right: 0px;
  opacity: 0.3;
}

.hero-card-list {
  width: 100%;
  margin: 0 auto;
  display: none;
  /* display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
  /* align-content: flex-start; */
}

.hero-card-list.on {
  /* display: block; */
  display: grid;
  /* grid-template-columns: repeat(6, 1fr); */
  grid-template-columns: repeat(auto-fill, 181px);
  column-gap: 42.5px; /* 设置列间距 */
  padding: 0;
}

.hero-card {
  width: 181px;
  height: 261px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 40px;
  /* margin-right: 34px;
    margin-bottom: 34px; */
}

.hero-card img.hero {
  /* min-height: 100%;
    min-width: 100%; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -92px;
  transition: 0.3s;
  object-fit: cover;
}

.hero-card img.hero:hover {
  scale: 1.1;
}

.hero-card:nth-child(6n) {
  margin-right: 0px;
}

.hero-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-label {
  position: absolute;
  z-index: 2;
  width: 27px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.hero-label .hero-name-box {
  writing-mode: vertical-rl;
  font-family: "HYXLSJ";
  white-space: nowrap;
  letter-spacing: 3px;
  line-height: 27px;
  color: #f1e7d5;
}

.shu {
  background-color: #ad362d;
}

.wei {
  background-color: #3d599b;
}

.wu {
  background-color: #42752b;
}

.qun {
  background-color: #88857e;
}

.jin {
  background-color: #6d4f9d;
}

.shen {
  background-color: #a4803b;
}

.country {
  margin-top: 20px;
  /* font-size: 28px; */
  margin-bottom: 0px;
  /* font-family: HYXLSJ; */
  display: block;
  width: 100%;
  height: 23px;
}

.shu .country {
  background: url(/assets/img/pc/shu.png) center top no-repeat;
  background-size: 20px 14px;
}

.wei .country {
  background: url(/assets/img/pc/wei.png) center top no-repeat;
  background-size: 20px 14px;
}

.wu .country {
  background: url(/assets/img/pc/wu.png) center top no-repeat;
  background-size: 20px 14px;
}

.qun .country {
  background: url(/assets/img/pc/qun.png) center top no-repeat;
  background-size: 20px 14px;
}

.shen .country {
  background: url(/assets/img/pc/shen.png) center top no-repeat;
  background-size: 20px 14px;
}

.jin .country {
  background: url(/assets/img/pc/jin.png) center top no-repeat;
  background-size: 20px 14px;
}

.hero-label .sp{
  writing-mode: horizontal-tb;
  letter-spacing: -1px;
  font-size: 17px;
  line-height: 17px;
}

.hero-name-box {
  color: #e4a840;
  font-size: 19px;
  color: white;
}

.hero-life {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.hero-life li {
  height: 14px;
  margin-bottom: 3px;
  font-size: 12px;
  color: white;
}

.hero-life li img {
  vertical-align: top;
  width: 9px;
}

.hero-life li.xue-plus {
  margin-bottom: 13px;
}

.hero-life li.xue-plus span {
  margin-top: -6px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1300px) {
  .hero-head-inner {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .hero-head-inner::before{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.0rem;
    background: linear-gradient( to top, #f6f4f1, #f6f4f1, rgba(0, 0, 0, 0) );
  }

  .hero-nav-list {
    min-height: 60px;
    height: auto;
    border-bottom: 0px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 750px) {
  .nav-box {
    right: 100px;
  }

  .hero-card-list.on {
    justify-content: center;
  }
  .hero-list-box {
    padding: 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .hero-head-box {
    height: 8.9rem;
    margin-top: 0px;
  }

  .hero-head-inner {
    height: 100%;
  }

  .slogan {
    width: 1.69rem;
    margin-top: 1.4rem;
    margin-left: 0.45rem;
  }

  .hero-inner-content {
    padding-top: 0rem;
    margin-top: -0.7rem;
    background: url(/assets/img/h5/inner-page-bg.jpg) center top no-repeat;
    background-size: cover;
  }

  .nav-box {
    width: 5.94rem;
    bottom: 0.8rem;
    right: auto;
    left: 50%;
    margin-left: -2.97rem;
  }

  .general-nav .swiper-slide {
    height: 1.85rem;
  }

  .general-nav .swiper-slide img {
    width: 1.1rem;
  }
  .general-nav .swiper-slide div {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }

  .general-nav .swiper-slide:hover div,
  .general-nav .swiper-slide.swiper-slide-thumb-active div {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0px;
    scale: 1;
    margin-bottom: 0.0rem;
  }

  .general-nav .swiper-slide:hover img,
  .general-nav .swiper-slide.swiper-slide-thumb-active img {
    width: 1.4rem;
  }

  .general-nav p {
    font-size: 0.24rem;
    margin-top: 0rem;
    color: #404040;
    opacity: 1;
  }

  .general-nav .swiper-slide:hover p,
  .general-nav .swiper-slide.swiper-slide-thumb-active p {
    color: #a98664;
    text-shadow: none;
    padding-top: 0.1rem;
  }

  .hero-swiper-prev,
  .hero-swiper-next {
    width: 0.57rem;
    height: 0.45rem;
    position: absolute;
    top: 0.7rem;
    transition: 0.3s;
  }

  .hero-swiper-prev {
    background: url(/assets/img/pc/match-up.png) center center no-repeat;
    background-size: contain;
    left: -0.5rem;
    cursor: pointer;
  }

  .hero-swiper-next {
    background: url(/assets/img/pc/match-down.png) center center no-repeat;
    background-size: contain;
    right: -0.5rem;
    cursor: pointer;
  }

  .hero-list-box {
    padding: 0 0.38rem;
  }

  .hero-nav-list {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .hero-nav-list li {
    width: 1.3rem;
    font-size: 0.26rem;
    height: 0.6rem;
    line-height: 0.6rem;
    vertical-align: top;
  }

  .hero-nav-list li:nth-child(5) span {
    display: none;
  }
  .hero-nav-list li.on {
    border-bottom: 0.0rem solid #b39273;
  }
  .hero-nav-list li:hover {
    border-bottom: 0px;
  }

  .hero-card {
    width: 2.17rem;
    height: 3.1rem;
    margin-bottom: 0.2rem;
  }

  .hero-list-box >div:nth-child(4){
    margin-top: 0.5rem !important;
  }

  .hero-label {
    width: 0.33rem;
  }

  .hero-list-box .country {
    width: 100%;
    height: 0.24rem;
    margin-top: 0.18rem;
    /* margin-bottom: 0.13rem; */
    margin-bottom: 0.1rem;
  }
  .hero-list-box .shu .country {
    /* background: url(..//assets/img/pc/shu.png) center top no-repeat; */
    background-size: 0.26rem auto;
  }

  .hero-list-box .qun .country {
    background-size: 0.3rem auto;
  }

  .hero-list-box .shen .country {
    background-size: 0.26rem auto;
  }

  .hero-list-box .wei .country {
    background-size: 0.28rem auto;
  }

  .hero-list-box .wu .country {
    background-size: 0.26rem auto;
  }

  .hero-list-box .jin .country {
    background-size: 0.28rem auto;
  }

  .hero-list-box .sp {
    font-size: 0.2rem;
  }

  .hero-list-box .hero-name-box {
    letter-spacing: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .hero-list-box .hero-name-box {
    letter-spacing: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
  }

  .hero-list-box .hero-life li {
    height: 0.14rem;
    margin-bottom: 5px;
  }

  .hero-card img.hero{
    margin-left: 0px;
    transform: translateX(-50%);
  }

  .hero-card-list.on {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.1rem;
  }

  
  .hero-swiper-prev,
  .hero-swiper-next:hover{
    animation: none;
  }

}
