/* 0-1.color */
:root {
  --skell-color: #a31f1f;
  --skell-colorff: #ffffff;
  --skell-color00: #000000;
  --skell-color6e: #6e6e6e;
  --skell-color62: #626262;
  --skell-color66: #666666;
}

.skell-color {
  color: var(--skell-color);
}

.skell-colorff {
  color: var(--skell-colorff);
}

.skell-color00 {
  color: var(--skell-color00);
}

.skell-color6e {
  color: var(--skell-color6e);
}

.skell-color62 {
  color: var(--skell-color62);
}

.skell-color66 {
  color: var(--skell-color66);
}

.skell-cular img {
  max-width: 100% !important;
  height: auto !important;
}

.auct-more {
  display: block;
  width: 170px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: var(--skell-colorff);
  background-color: var(--skell-color) !important;
  border: 1px solid var(--skell-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.auct-more-cn {
  margin: 0 auto;
}

.auct-more-radius {
  border-radius: 5px;
}

.auct-more:hover {
  color: var(--skell-color);
  background-color: var(--skell-colorff) !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .auct-more {
    width: 140px;
    height: 47px;
    line-height: 45px;
  }
}

@media (max-width: 1000px) {
  .auct-more {
    font-size: 12px;
    width: 110px;
    height: 37px;
    line-height: 35px;
  }
}

/* 1.header */
header {
  width: 100%;
  height: 90px;
  z-index: 300;
  box-sizing: border-box;
  background-color: var(--skell-colorff);
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  animation: skell-header-top 1s ease-out 0s backwards;
}

header .inside17 {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .hd-lf,
header .hd-rg {
  height: 100%;
  display: flex;
  align-items: center;
}

header .logo {
  display: block;
  width: 118px;
  height: 100%；
  margin-right: 140px;
}

header .logo img {
  width: 100%;
  max-height: 100%;
}

header .hd-tel {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

header .hd-tel .ico {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

header .hd-tel .ico img {
  width: 100%;
  height: 100%;
}

header .hd-tel .txt i {
  display: block;
  font-size: 14px;
}

header .hd-tel .txt s {
  display: block;
  font-family: "Bahnschrift";
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
}

header .gation {
  box-sizing: border-box;
  font-size: 17px;
  display: flex;
  align-items: center;
}

header .gation li {
  box-sizing: border-box;
  height: 90px;
  line-height: 90px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .gation li:not(:last-child) {
  margin-right: 90px;
}

header .gation li a {
  display: block;
  height: 100%;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .gation li:hover a,
header .gation li.active a {
  color: var(--skell-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .gation li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  visibility: hidden;
  background-color: var(--skell-color);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

header .gation li.active::after,
header .gation li:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

header .gatopen {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

header .hd-search {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

header .hd-search img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1300px) {
  header {
    height: 75px;
  }
  header .logo {
    width: 90px;
    margin-right: 30px;
  }
  header .gation li:not(:last-child) {
    margin-right: 30px;
  }
  header .gation li {
    height: 75px;
    line-height: 75px;
  }
}

@media (max-width: 1000px) {
  header {
    height: 47px;
  }
  header .gatopen {
    display: block;
  }
  header .logo {
    width: 65px;
  }
  header .hd-tel {
    text-align: center;
    margin-right: 20px;
  }
  header .hd-tel .ico {
    margin-right: 0;
  }
  header .hd-tel .txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .hd-tel .ico {
    display: none;
  }
  header .hd-tel .txt i {
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
  }
  header .hd-tel .txt s {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    color: var(--skell-color);
  }
  header .gation-box {
    display: none;
    position: absolute;
    top: 100%;
    left: -3%;
    width: 106%;
    height: auto;
    box-sizing: border-box;
    padding: 13px 3%;
    border-top: 1px solid rgba(0, 0, 0, 1);
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
    z-index: 300;
  }
  header .gation {
    flex-direction: column;
    font-size: 12px;
  }
  header .gation li {
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  header .gation li:not(:last-child) {
    margin-right: 0;
  }
  header .gation li.active::after,
  header .gation li:hover::after {
    display: none;
  }
  header .gation li.active a,
  header .gation li:hover a {
    color: var(--skell-color);
    font-weight: bold;
  }
}

/* 2.index-swiper */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index-swiper .img {
  width: 100%;
  height: 100%;
}

.index-swiper .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-swiper .inside14 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.index-swiper .inx-item {
  display: block;
  width: 50%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 70px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.index-swiper .inx-item h2 {
  font-size: 40px;
  line-height: 54px;
}

.index-swiper .inx-item p {
  font-size: 16px;
}

.index-swiper .swiper-pagination {
  width: 95%;
  max-width: 1200px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.index-swiper .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 0.3;
}
.index-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/pai/swiper-lf.png);
  background-size: 100% 100%;
  left: 20px;
  cursor: pointer;
}
.index-swiper .swiper-button-next,
.index-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/pai/swiper-rg.png);
  background-size: 100% 100%;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .index-swiper .swiper-pagination {
    bottom: 15px;
  }
  .index-swiper .swiper-pagination-bullet {
    height: 4px;
  }
  .index-swiper .inx-item h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1000px) {
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    width: 27px;
    height: 27px;
  }
  .index-swiper .swiper-button-prev,
  .index-swiper .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
  .index-swiper .swiper-pagination {
    bottom: 7px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
  }
  .index-swiper .inx-item {
    width: 100%;
    max-width: 680px;
    padding: 20px 20px 20px 60px;
  }
  .index-swiper .inx-item h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .index-swiper .inx-item p {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .index-swiper {
    height: 280px;
  }
}

/* 3.banner */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner .img {
  width: 100%;
  height: 100%;
}

.banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .inside {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner span {
  font-size: 40px;
  line-height: 54px;
}

@media (max-width: 1300px) {
  .banner span {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1000px) {
  .banner span {
    font-size: 20px;
    line-height: 34px;
  }
}

@media (max-width: 560px) {
  .banner {
    height: 160px;
  }
}

/* 4.crumbs */
.crumbs-box {
  margin: 30px auto 50px;
}

.crumbs {
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #efefef;
  box-sizing: border-box;
}

.crumbs img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.crumbs a,
.crumbs i {
  color: #666666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.crumbs a:hover {
  color: var(--skell-color);
}

.crumbs i {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.crumbs span {
  color: #666666;
  cursor: pointer;
}

@media (max-width: 1300px) {
  .crumbs-box {
    margin: 20px auto 30px;
  }
  .crumbs {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .crumbs-box {
    margin: 15px auto 20px;
  }
  .crumbs {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  .crumbs img {
    width: 15px;
    margin-right: 3px;
  }
  .crumbs i {
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* 5.footer */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  padding: 50px 0;
  box-sizing: border-box;
  color: #999999;
}

footer a {
  color: #999999;
}

footer a:hover,
footer a:focus {
  color: #999999;
}

footer .inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .copy {
  box-sizing: border-box;
  padding-left: 18px;
}

footer .copy a {
  display: block;
}

footer .copy a:hover {
  text-decoration: underline;
}

footer .ft-code {
  text-align: right;
}

footer .ft-code img {
  width: 100px;
  height: 100px;
}

footer .ft-info h3 {
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 18px;
}

footer .ft-info span {
  display: block;
  line-height: 32px;
}

footer .ft-info span:nth-child(n + 2) {
  margin-top: 5px;
}

footer .ft-info span img {
  width: 13px;
  height: auto;
  margin-right: 5px;
}

@media (max-width: 1000px) {
  footer {
    padding: 30px 0;
  }
  footer .inside {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .ft-cn {
    order: 2;
  }
  footer .ft-lf {
    order: 3;
  }
  footer .ft-rg {
    order: 1;
  }
  footer .copy {
    padding-left: 20px;
  }
  footer .ft-info h3 {
    display: none;
  }
  footer .ft-code {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .ft-code img {
    width: 75px;
    height: 75px;
  }
}

/* 6.title */
.title {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.title-lf {
  text-align: left;
}

.title h2 {
  font-size: 40px;
  line-height: 54px;
  position: relative;
  font-weight: bold;
}

.title-white h2 {
  color: #ffffff;
}

.title-nobd h2 {
  font-weight: normal;
}

.title h3 {
  font-size: 24px;
  line-height: 37px;
  position: relative;
  font-weight: bold;
  box-sizing: border-box;
  padding-bottom: 7px;
  display: inline-block;
}

.title h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--skell-color);
}

@media (max-width: 1300px) {
  .title h2 {
    font-size: 34px;
    line-height: 45px;
  }
  .title h3 {
    font-size: 21px;
    line-height: 34px;
  }
  .title h3::after {
    height: 2px;
  }
}

@media (max-width: 1000px) {
  .title h2 {
    font-size: 21px;
    line-height: 34px;
  }
  .title h3 {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 3px;
  }
}
