/* 0.news-inx-box */
.news-inx-box {
  background: url(/images/pai/news-bg.png) no-repeat center/cover;
}

.newsreco {
  width: 49%;
  background-color: #ffffff;
  overflow: hidden;
}

.newslist {
  width: 49%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
}

.newsreco a {
  display: block;
}

.newsreco .img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.newsreco .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsreco a:hover .img img {
  transform: scale(1.04);
}

.newsreco .txt {
  box-sizing: border-box;
  padding: 20px;
}

.newslist li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 2px solid #efefef;
}

.newslist li:hover {
  border-bottom: 2px solid var(--skell-color);
}

.newslist li:first-child {
  padding-top: 0;
}

.newslist li .news-tm {
  width: 70px;
  height: 70px;
  background-color: #f6e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newslist li .news-tm h3 {
  font-size: 20px;
  line-height: 20px;
}

.newslist li .news-tm p {
  font-size: 14px;
}

.newslist li:hover .news-tm {
  background-color: var(--skell-color);
}

.newslist li:hover .news-tm h3,
.newslist li:hover .news-tm p {
  color: #ffffff;
}

.newslist li .txt {
  width: calc(100% - 90px);
  box-sizing: border-box;
}

.newslist li .txt h2,
.newsreco .txt h3 {
  font-size: 20px;
}

.newslist li:hover .txt h2,
.newsreco a:hover .txt h3 {
  color: var(--skell-color);
}

.newsreco .txt em {
  font-size: 12px;
}

.newsreco .txt p {
  font-size: 14px;
  line-height: 27px;
}

@media (max-width: 1000px) {
  .news-inx.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .newsreco {
    width: 100%;
    border-bottom: 2px solid #efefef;
  }
  .newslist {
    width: 100%;
    padding: 20px;
  }
  .newsreco .img {
    height: 240px;
  }
  .newslist li {
    padding: 15px 0;
  }
  .newslist li .news-tm h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .newslist li .news-tm p {
    font-size: 12px;
  }
  .newslist li .txt {
    width: calc(100% - 80px);
  }
  .newslist li .txt h2,
  .newsreco .txt h3 {
    font-size: 15px;
  }
  .newsreco .txt p {
    font-size: 12px;
    line-height: 24px;
  }
}

/* 1.news */
.news li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 2px solid #efefef;
}

.news li:hover {
  border-bottom: 2px solid var(--skell-color);
}

.news li:first-child {
  padding-top: 0;
}

.news li .img {
  width: 260px;
}

.news li .img img {
  width: 100%;
}

.news li:hover .img img {
  transform: scale(1.04);
}

.news li .news-tm {
  width: 160px;
  height: 160px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news li .news-tm h3 {
  font-size: 40px;
  line-height: 40px;
}

.news li .news-tm p {
  font-size: 18px;
}

.news li:hover .news-tm {
  background-color: var(--skell-color);
}

.news li:hover .news-tm h3,
.news li:hover .news-tm p {
  color: #ffffff;
}

.news li .txt {
  width: calc(100% - 420px);
  box-sizing: border-box;
  padding: 0 30px;
}

.news li .txt h2 {
  font-size: 20px;
}

.news li:hover .txt h2 {
  color: var(--skell-color);
}

.news li .txt em {
  display: none;
}

.news li .txt em {
  font-size: 12px;
}

.news li .txt p {
  font-size: 14px;
  line-height: 27px;
}

.news li .txt p.txtrow {
  -webkit-line-clamp: 3;
}

@media (max-width: 1000px) {
  .news li {
    padding: 15px 0;
  }
  .news li .news-tm {
    display: none;
  }
  .news li .img {
    width: 120px;
  }
  .news li .txt {
    width: calc(100% - 120px);
    padding: 0 15px 0 0;
  }
  .news li .txt h2 {
    font-size: 15px;
  }
  .news li .txt em {
    display: block;
  }
  .news li .txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .news li .txt p.txtrow {
    -webkit-line-clamp: 1;
  }
}

/* 2.newshot */
.newshot {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.newshot a {
  width: 100%;
  height: 100%;
}

.newshot .img,
.newshot .txt {
  width: 50%;
  height: 100%;
}

.newshot .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newshot:hover .img img {
  transform: scale(1.04);
}

.newshot .txt {
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newshot .txt h3 {
  font-size: 20px;
}

.newshot:hover .txt h3 {
  color: var(--skell-color);
}

.newshot .txt em {
  font-size: 14px;
  line-height: 27px;
}

.newshot .txt p {
  font-size: 14px;
  line-height: 28px;
}

.newshot .txt p.txtrow {
  -webkit-line-clamp: 4;
}

.newshot:hover .auct-more {
  color: var(--skell-color);
  background-color: var(--skell-colorff) !important;
}

@media (max-width: 1000px) {
  .newshot a.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .newshot a {
    box-sizing: border-box;
    padding: 20px;
  }
  .newshot .img,
  .newshot .txt {
    width: 100%;
  }
  .newshot .img {
    max-width: 380px;
  }
  .newshot .txt {
    padding: 0;
    margin-top: 15px;
  }
  .newshot .txt h3 {
    font-size: 15px;
  }
  .newshot .txt em {
    font-size: 12px;
  }
  .newshot .txt p {
    font-size: 12px;
    line-height: 24px;
  }
}

/* 3.newsdet */
.news-det-sub {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
}

.news-det-time {
  font-size: 14px;
  border-bottom: 2px solid var(--skell-color);
  box-sizing: border-box;
  padding-bottom: 10px;
}

.news-det-time em:first-child {
  margin-right: 30px;
}

@media (max-width: 1000px) {
  .news-det-sub {
    font-size: 18px;
    line-height: 32px;
  }
  .news-det-time {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .news-det-time em:first-child {
    margin-right: 15px;
  }
}

/* 4.case-swiper */
.case-swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.case-swiper .swiper-container {
  width: calc(100% - 90px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.case-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
}

.case-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.case-swiper .img {
  width: auto;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.case-swiper .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.case-swiper h3 {
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
}

.case-swiper a.active h3,
.case-swiper a:hover h3 {
  color: var(--skell-color);
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 16px;
  height: 24px;
}
.case-swiper .swiper-button-prev,
.case-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/pai/case-swiper-lf.png);
  background-size: 100% 100%;
  left: 0;
  top: 70%;
  cursor: pointer;
}
.case-swiper .swiper-button-next,
.case-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/pai/case-swiper-rg.png);
  background-size: 100% 100%;
  right: 0;
  top: 70%;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .case-swiper .swiper-container {
    width: calc(100% - 50px);
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    width: 10px;
    height: 15px;
  }
  .case-swiper h3 {
    font-size: 13px;
  }
  .case-swiper .img {
    height: 25px;
  }
}

/* 5.case */
.case li {
  width: calc((100% / 3) - 20px);
  cursor: pointer;
  overflow: hidden;
}

.case li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.case li:nth-child(n + 4) {
  margin-top: 30px;
}

.case li a {
  display: block;
  width: 100%;
  height: auto;
}

.case li .img {
  width: 100%;
  height: auto;
}

.case li .img img {
  width: 100%;
  object-fit: cover;
}

.case li:hover .img img {
  transform: scale(1.04);
}

.case li h3 {
  font-size: 20px;
}

.case li p {
  font-size: 16px;
  line-height: 32px;
}

.case li:hover h3 {
  color: var(--skell-color);
}

@media (max-width: 1300px) {
  .case li {
    width: calc((100% / 3) - 10px);
  }
  .case li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .case li:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .case li h3 {
    font-size: 16px;
  }
  .case li p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 680px) {
  .case li {
    width: 100%;
  }
  .case li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .case li:nth-child(n + 4) {
    margin-top: 0;
  }
  .case li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 6.grama */
.grama {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grama .grabar {
  width: 230px;
  height: auto;
  cursor: pointer;
}

.grama .gracons {
  box-sizing: border-box;
  width: calc(100% - 230px);
  padding-left: 30px;
}

.grama .grasub {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px;
  color: #ffffff;
  background-color: var(--skell-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.grama .grasub img {
  width: 12px;
  height: auto;
}

.grama .gramenu {
  box-sizing: border-box;
  border-left: 2px solid #e9e9e9;
  border-right: 2px solid #e9e9e9;
}

.grama .gramenu li {
  box-sizing: border-box;
  border-bottom: 2px solid #e9e9e9;
}

.grama .gramenu li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 20px;
  color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5;
}

.grama .gramenu li:hover a,
.grama .gramenu 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;
}

@media (max-width: 1000px) {
  .grama {
    flex-direction: column;
  }
  .grama .grabar {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #e9e9e9;
    text-align: center;
  }
  .grama .grasub {
    display: none;
  }
  .grama .gramenu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-left: 0;
    border-right: 0;
  }
  .grama .gramenu li {
    line-height: 32px;
    font-size: 14px;
    border-bottom: 0;
    text-align: center;
    margin-right: 15px;
  }
  .grama .gramenu li:hover,
  .grama .gramenu li.active {
    border-bottom: 0;
  }
  .grama .gramenu li a {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
  }
  .grama .gracons {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 15px;
  }
}

/* 7.casedet */
.case-det .img {
  width: 45%;
  height: auto;
}

.case-det .txt {
  width: 50%;
}

.case-det .txt h2 {
  font-size: 24px;
  line-height: 39px;
}

@media (max-width: 1000px) {
  .case-det.lex-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .case-det .img {
    width: 100%;
    max-width: 380px;
  }
  .case-det .txt {
    width: 100%;
    margin-top: 15px;
  }
  .case-det .txt h2 {
    font-size: 20px;
    line-height: 35px;
  }
}

/* 8.about */
.about-box {
  background: url(/images/pai/about-bg.png) no-repeat center/cover;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.video {
  width: 100%;
  height: auto;
  display:none;
}

.video video {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
  overflow: hidden;
}

.about .abu-txt {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.about .mis-txt {
  width: 45%;
  max-width: 480px;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 60px 60px 50px;
  margin-top: -90px;
}

.about .abu-txt h2,
.about .mis-txt h2 {
  font-size: 20px;
}

.abu-way li img {
  width: 13px;
  height: auto;
  margin-right: 10px;
}

.abu-way li {
  box-sizing: border-box;
  padding: 10px 0;
}

.abu-way li:first-child {
  border-bottom: 2px solid #707070;
}

@media (max-width: 1000px) {
  .about-box {
    padding-bottom: 20px;
  }
  .video video {
    height: 230px !important;
  }
  .about.lex-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about .abu-txt {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
  }
  .about .mis-txt {
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 15px;
  }
  .about .abu-txt h2,
  .about .mis-txt h2 {
    font-size: 16px;
  }
  .abu-way li img {
    width: 11px;
    margin-right: 7px;
  }
}

/* 9.cert */
.cert {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.cert-bg {
  width: 100%;
  height: 120px;
  margin-top: -90px;
}

.cert-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 120px;
}

.cert-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cert-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cert-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cert-swiper p {
  font-size: 18px;
}

@media (max-width: 1000px) {
  .cert-swiper {
    padding: 0 15px;
  }
  .cert-swiper p {
    font-size: 15px;
  }
  .cert-bg {
    height: 90px;
  }
}

/* 10.bus */
.bus {
  width: 100%;
  height: 460px;
  overflow: hidden;
  box-sizing: border-box;
}

.bus li {
  width: 380px;
  height: 220px;
  box-sizing: border-box;
  border: 5px solid #ffffff;
  position: relative;
  overflow: hidden;
}

.bus li:first-child {
  width: 440px;
  height: 440px;
  border-right: 0;
}

.bus li:nth-child(4),
.bus li:nth-child(5) {
  margin-top: -230px;
}

.bus li:nth-child(4) {
  margin-left: 440px;
}

.bus li:nth-child(2),
.bus li:nth-child(3) {
  border-bottom: 0;
}

.bus li:nth-child(3),
.bus li:nth-child(5) {
  border-left: 0;
}

.bus li a {
  display: block;
  width: 100%;
  height: 100%;
}

.bus li .img {
  width: 100%;
  height: 100%;
}

.bus li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bus li:hover img {
  transform: scale(1.04);
}

.bus li .sight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

.bus li .sight span {
  display: block;
}

.bus li:hover .sight span {
  color: var(--skell-color);
}

@media (max-width: 1200px) {
  .bus {
    height: auto;
  }
  .bus li {
    width: 50%;
  }
  .bus li:first-child {
    width: 100%;
    height: 380px;
    border-bottom: 0;
  }
  .bus li:nth-child(4),
  .bus li:nth-child(5) {
    margin-top: 0;
  }
  .bus li:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .bus li {
    border: 3px solid #ffffff;
  }
  .bus li:first-child {
    height: 240px;
    border-bottom: 0;
  }
  .bus li {
    height: 180px;
  }
  .bus li .sight {
    padding: 15px;
    font-size: 16px;
  }
}

/* 11.contact */
.contact li {
  width: calc((100% / 3) - 2px);
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #efefef;
}

.contact li .ico {
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.contact li .ico img {
  width: auto;
  height: 100%;
  object-fit: fill;
}

.contact li h3 {
  font-size: 18px;
}

.contact li p {
  font-size: 14px;
}

.map {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.map img,
.map iframe {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .map {
    height: 320px;
  }
  .contact li {
    padding: 40px;
  }
}

@media (max-width: 1000px) {
  .map {
    height: 180px;
    margin-top: 10px;
  }
  .contact.lex-db-st {
    flex-wrap: wrap;
  }
  .contact li {
    width: 100%;
    padding: 20px;
  }
  .contact li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .contact li .ico {
    height: 24px;
  }
  .contact li h3 {
    font-size: 14px;
  }
  .contact li p {
    font-size: 12px;
  }
}

/* 12.art */
.art-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.art-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.art-swiper .swiper-slide a {
  display: block;
  margin: 0 auto;
  transform: scale(0.85);
}

.art-swiper .swiper-slide-active a {
  transform: scale(1.05);
}

.art-swiper .img {
  width: 100%;
  height: auto;
}

.art-swiper a:hover .img img {
  transform: scale(1.04);
}

.art-swiper .det {
  display: none;
}

.art-swiper .swiper-slide-active .det {
  display: block;
}

.art-swiper h3 {
  font-size: 20px;
}

.art-swiper p {
  font-size: 16px;
  line-height: 32px;
}

.art-swiper a:hover h3 {
  color: var(--skell-color);
}

@media (max-width: 1000px) {
  .art-swiper h3 {
    font-size: 16px;
  }
  .art-swiper p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* 13.view */
.view li {
  width: calc((100% / 4) - 15px);
  cursor: pointer;
  overflow: hidden;
}

.view li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.view li:nth-child(n + 5) {
  margin-top: 20px;
}

.view li a {
  display: block;
  width: 100%;
  height: auto;
}

.view li .img {
  width: 100%;
  height: auto;
}

.view li .img img {
  width: 100%;
  object-fit: cover;
}

.view li:hover .img img {
  transform: scale(1.04);
}

.view li h3 {
  font-size: 18px;
}

.view li:hover h3 {
  color: var(--skell-color);
}

@media (max-width: 1300px) {
  .view li {
    width: calc((100% / 4) - 9px);
  }
  .view li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .view li:nth-child(n + 5) {
    margin-top: 12px;
  }
}

@media (max-width: 1000px) {
  .view li h3 {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .view li {
    width: calc((100% / 2) - 5px);
  }
  .view li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .view li:nth-child(n + 5) {
    margin-top: 0;
  }
  .view li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .view li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* 14.fing */
.fing-box {
  background: url(/images/pai/fing-bg.png) no-repeat center/cover;
}

.fing li {
  width: calc((100% / 3) - 20px);
  color: #ffffff;
}

.fing li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.fing li:nth-child(n + 4) {
  margin-top: 30px;
}

.fing li h3 {
  border-bottom: 2px solid #9a9a9b;
}

.fing li h3 em {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}

.fing li h3 em::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fing li .det {
  height: 140px;
  font-size: 14px;
  color: #cacacb;
  line-height: 26px;
}

.fing li a {
  display: block;
  color: #ffffff;
}

.fing li a:hover {
  color: var(--skell-color);
}

@media (max-width: 1000px) {
  .fing li {
    width: 100%;
  }
  .fing li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .fing li:nth-child(n + 4) {
    margin-right: 0;
  }
  .fing li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .fing li h3 em {
    font-size: 15px;
    padding-bottom: 7px;
  }
  .fing li .det {
    height: auto;
    font-size: 12px;
    line-height: 24px;
  }
}
.rc_pack {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
}
.rc_left{
    width:25%;
    border:1px solid #ddd;
    border-top:none;
    padding:0 15px;
}
.rc_right{
    width:73%;
    border:1px solid #ddd;
    padding:0 15px;
    border-top:none;
}

.rc_right h3 {
    text-align:center;
    font-size:30px;
    line-height:40px;
    font-weight:bold;
}
.auct_detail{
    font-size:16px;
    line-height:24px;
    color:#000;
    padding-top:30px;
    min-height:300px;
}
.rc_left h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: bold;
}
.rc_left_list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.42857143;
    padding-left:15px;
    position:relative;
}
    .rc_left_list li a:hover {
        color: #a31f1f;
        text-decoration:underline;
    }
    .rc_left_list li a.active {
        color: #a31f1f;
    }
    .rc_left_list li a::before {
        content: "";
        border-left: 7px solid #000;
        border-top: 4px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    @media(max-width:1600px) {
        header .gation li:not(:last-child) {
            margin-right:40px;
        }
    }
   @media(max-width:1000px) {
    .rc_pack {
        display:block;
    }
    .rc_left,
    .rc_right {
        width: 100%;
    }
    .rc_right {
        margin-top:30px;
    }
        .rc_right h3{
            font-size:20px;
            line-height:30px;
        }
    .rc_left h4 {
        font-size:16px;
        line-height:24px;
    }
    .auct_detail{
        padding-top:15px;
    }
   }
.identify{
    padding:80px 0;
}
.identify_input{
    width:50%;
    margin:0 auto;
    display:flex;
    align-items:center;
}
.identify_input input {
    width:calc(100% - 150px);
    font-size:16px;
    line-height:45px;
    border:1px solid #ddd;
    padding:0 15px;
}
.identify_input div {
    width:150px;
    background:#a31f1f;
    color:#fff;
    text-align:center;
    font-size:16px;
    line-height:47px;
    cursor:pointer;
}
.identify_pack{
    padding-top:50px;
    min-height:700px;
}
.identify_top_pack{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.identify_top_img{
    width:45%;
}
.identify_top_img img {
    width:100%;
    display:block;
}
.identify_top_cont{
    width:52%;
}
.identify_top_cont h4 {
    font-size:24px;
    line-height:34px;
    color:#000;
}
    .identify_top_cont span {
        display:block;
        font-size:18px;
        line-height:26px;
        margin-top:10px;
        color:#a31f1f;
    }
    .identify_top_cont p {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 10px;
    }
.identify_detail{
    padding-top:30px;
}
.identify_detail h3 {
    background:#a31f1f;
    font-size:18px;
    font-weight:bold;
    color:#fff;
    padding:0 15px;
    line-height:40px;
}
.identify_detail_cont{
    padding:30px 0 0;
    font-size:16px;
    line-height:24px;
    color:#333;
}
.no_data {
    font-size:18px;
    line-height:28px;
    text-align:center;
    color:#000;
}
@media(max-width:1000px) {
    .identify {
        padding:30px 0;
    }
    .identify_input{
        width:95%;
    }
        .identify_input input{
            width:calc(100% - 100px);
            line-height:40px;
        }
    .identify_input div {
        width:100px;
        line-height:42px;
    }
    .identify_pack{
        padding-top:30px;
    }
    .no_data{
        font-size:16px;
        line-height:24px;
    }
    .identify_top_pack{
        display:block;
    }
    .identify_top_img{
        width:100%;
    }
    .identify_top_cont {
        width:100%;
        padding:20px 0 0;
    }
        .identify_top_cont h4{
            font-size:18px;
            line-height:24px;
        }
        .identify_top_cont span {
            font-size:16px;
            line-height:24px;
        }
    header .gation li:not(:last-child){
        margin:0;
    }
}
.identify_img img{
    width:100%;
    display:block;
}
.ient_list{
    margin-top:10px;
    border:1px solid #aaa;
    padding:10px;
}
.ient_list li {
    padding:5px 0;
    border-bottom:1px solid #ddd;
    font-size:14px;
    line-height:24px;
    display:flex;
    align-items:flex-start;
}
    .ient_list li span:first-child  {
        display:block;
        width:70px;
    }
    .ient_list li span:last-child {
        width:calc(100% - 70px);
        padding-left:10px;
    }
.ient_img_detail{
    border:1px solid #aaa;
    padding:10px;
    margin-top:10px;
}
.ient_img_detail img {
    width:100%;
    display:block;
}