@charset "UTF-8";
/**
 * 页面样式 - 通用样式
 *
 * @format
 */
.pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .pagination-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-box .pagination-btn .icon {
  width: 13px;
  height: 13px;
  position: relative;
}
.pagination-box .pagination-btn .icon .nor {
  opacity: 1;
}
.pagination-box .pagination-btn .icon .act {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pagination-box .pagination-btn .text {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.pagination-box .pagination-btn:hover {
  border-color: #ca062c;
  background: #ca062c;
}
.pagination-box .pagination-btn:hover .text {
  color: #fff;
}
.pagination-box .pagination-btn:hover .icon .nor {
  opacity: 0;
}
.pagination-box .pagination-btn:hover .icon .act {
  opacity: 1;
}
.pagination-box .prev-btn {
  border-radius: 6px 0 0 6px;
  padding: 0 16px;
}
.pagination-box .next-btn {
  border-radius: 0 6px 6px 0;
  padding: 0 16px;
}
.pagination-box .page-numbers {
  display: flex;
  align-items: center;
  gap: 0;
}
.pagination-box .page-numbers .page-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}
.pagination-box .page-numbers .page-btn:first-child {
  border-left: 1px solid #e5e5e5;
}
.pagination-box .page-numbers .page-btn.active {
  background: #ca062c;
  border-color: #ca062c;
  color: #fff;
}
.pagination-box .page-numbers .page-btn:hover:not(.active) {
  background: #ca062c;
  color: #fff;
  border-color: #ca062c;
}
.pagination-box .page-numbers .page-btn:hover:not(.active):not(:first-child) {
  border-left-color: #ca062c;
}
.pagination-box .goto-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.pagination-box .goto-box .label {
  font-size: 14px;
  color: #999;
}
.pagination-box .goto-box .input {
  width: 72px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.pagination-box .goto-box .input:focus {
  outline: none;
  border-color: #ca062c;
}
.pagination-box .goto-box .confirm-btn {
  width: 72px;
  height: 40px;
  background: #ca062c;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-box .goto-box .confirm-btn:hover {
  background: #b00525;
}

.banner-section {
  position: relative;
}
.banner-section .pc {
  display: block;
}
.banner-section .mo {
  display: none;
  aspect-ratio: 750/700;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.banner-section .content-box {
  position: absolute;
  left: 0;
  bottom: 27.8571428571%;
  width: 100%;
  transform: translateY(50%);
}
.banner-section .content-box .wrap .en-title {
  margin-top: 14px;
  text-transform: uppercase;
  color: #fff;
 
  font-weight: normal;
}
.banner-section .content-box .wrap .cn-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  letter-spacing: 3.6px;
}

.top-tab-section {
  background: #fff9f8;
}
.top-tab-section .wrap .inner-box {
  gap: 100px;
}
.top-tab-section .wrap .inner-box .tab-item {
  cursor: pointer;
  line-height: 70px;
}
.top-tab-section .wrap .inner-box .tab-item.active {
  color: #ca062c;
}

/** @format */
.contact-page .section3 {
  background: url(../images/contact_2_1.webp) no-repeat center top;
  background-size: 100%;
}
.contact-page .section3 .inner-box {
  padding: 7.0625% 0 5%;
}
.contact-page .section3 .block-title {
  margin-bottom: 2.875%;
}
.contact-page .section3 .block-content .left-box {
  width: 46%;
}
.contact-page .section3 .block-content .left-box .title-box {
  display: flex;
  width: auto;
  margin-bottom: 8.152173913%;
}
.contact-page .section3 .block-content .left-box .title-box .title {
  line-height: 1.7333333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ca062c;
}
.contact-page .section3 .block-content .left-box .title-box .title span {
  color: #ca062c;
}
.contact-page .section3 .block-content .left-box .content-text .fh-box {
  font-family: Arial;
  color: #ccc;
}
.contact-page .section3 .block-content .left-box .content-text .fh-box.justify-start span {
  height: 30px;
}
.contact-page .section3 .block-content .left-box .content-text .text-box {
  margin: 30px 0;
  line-height: 1.5;
}
.contact-page .section3 .block-content .right-box {
  width: 47.5%;
  border-radius: 10px;
}
.contact-page .section3 .block-content .right-box img {
  border-radius: 10px;
}
.contact-page .section4 {
  aspect-ratio: 1920/500;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.contact-page .section4 .inner {
  height: 100%;
}
.contact-page .section4 .item {
  flex: 1;
  position: relative;
}
.contact-page .section4 .item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 0;
}
.contact-page .section4 .item .ele {
  flex-direction: column;
  align-items: center;
  gap: 43px;
}
.contact-page .section4 .item .ele .icon {
  width: 80px;
  position: relative;
}
.contact-page .section4 .item .ele .icon .nor {
  opacity: 1;
}
.contact-page .section4 .item .ele .icon .act {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .section4 .item .ele .title {
  color: #fff;
  line-height: 1.3333333333;
}
.contact-page .section4 .item:hover .ele {
  gap: 30px;
}
.contact-page .section4 .item:last-child::after {
  display: none;
}
.contact-page .section5 .inner-box {
  padding: 6.25% 0;
}
.contact-page .section5 .inner-box .left-box {
  width: 45%;
}
.contact-page .section5 .inner-box .left-box .title {
  line-height: 1.7333;
  margin-bottom: 26px;
}
.contact-page .section5 .inner-box .left-box .title span {
  color: #ca062c;
}
.contact-page .section5 .inner-box .left-box .text {
  line-height: 1.5;
  margin-bottom: 6.5277777778%;
}
.contact-page .section5 .inner-box .left-box .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 6.5277777778%;
}
.contact-page .section5 .inner-box .left-box .tip-title {
  margin-bottom: 6.5277777778%;
}
.contact-page .section5 .inner-box .left-box .tip-title .icon {
  width: 32px;
  margin-right: 20px;
}
.contact-page .section5 .inner-box .left-box .step-box {
  margin-bottom: 7.5%;
}
.contact-page .section5 .inner-box .left-box .step-box .step-item {
  text-align: center;
}
.contact-page .section5 .inner-box .left-box .step-box .step-item .icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  margin: 0 auto 26px;
  overflow: hidden;
  padding: 2px;
}
.contact-page .section5 .inner-box .left-box .step-box .jt-icon {
  transform: translateY(-10px);
}
.contact-page .section5 .inner-box .left-box .text1 {
  line-height: 1.5;
}
.contact-page .section5 .inner-box .left-box .text1 span {
  color: #ca062c;
}
.contact-page .section5 .inner-box .right-box {
  width: 46.875%;
  gap: 4%;
}
.contact-page .section5 .inner-box .right-box .item {
  display: flex;
  flex-direction: column;
}
.contact-page .section5 .inner-box .right-box .item img {
  width: 100%;
  margin-bottom: 8.3333333333%;
}
.contact-page .section5 .inner-box .right-box .item img:last-child {
  margin-bottom: 0;
}
.contact-page .section6 {
  background: linear-gradient(180deg, #fbf2f1, #fbf3f3);
  position: relative;
  z-index: 1;
}
.contact-page .section6 .inner-box {
  padding: 6.25% 0;
}
.contact-page .section6 .inner-box .block-title {
  margin-bottom: 3.75%;
}
.contact-page .section6 .inner-box .card-box {
  gap: 1.875%;
}
.contact-page .section6 .inner-box .card-box .card-item {
  width: 12.5%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.contact-page .section6 .inner-box .card-box .card-item img {
  transition: all 0s;
}
.contact-page .section6 .inner-box .card-box .card-item div {
  transition: all 0.5s linear;
}
.contact-page .section6 .inner-box .card-box .card-item .img-box {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 20;
}
.contact-page .section6 .inner-box .card-box .card-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contact-page .section6 .inner-box .card-box .card-item .img-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.35%, #000 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25px;
  color: #fff;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box {
  position: absolute;
  height: 100%;
  right: 0%;
  z-index: 19;
  top: 0;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box .inner {
  height: 100%;
  background: #ca062c;
  padding: 28.8888888889% 11.1111111111% 20px;
  color: #fff;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box .inner .icon {
  width: 36px;
  margin-bottom: 10.8571428571%;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box .inner .text-title {
  margin-bottom: 9.1428571429%;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box .inner .line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 6.8571428571%;
}
.contact-page .section6 .inner-box .card-box .card-item .text-box .inner .text {
  line-height: 1.75;
}
.contact-page .section6 .inner-box .card-box .card-item.active {
  width: 71.25%;
  padding-right: 28.125%;
}
.contact-page .section6 .inner-box .card-box .card-item.active .img-box .mask {
  opacity: 0;
}
.news-page .section1 .wrap .inner-box {
  padding: 3.125% 0 5%;
  display: flex;
  justify-content: center;
}
.news-page .section1 .wrap .inner-box .tab-container {
  position: relative;
  width: 800px;
  height: 60px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(50, 3, 12, 0.15);
  display: flex;
  align-items: center;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 60px;
  background: #ca062c;
  border-radius: 6px;
  transition: left 0.3s ease;
  z-index: 1;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-item {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  color: #222;
  transition: color 0.3s ease;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #dbdbdb;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-item:hover {
  color: #ca062c;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-item:first-child::before, .news-page .section1 .wrap .inner-box .tab-container .tab-item.active::before, .news-page .section1 .wrap .inner-box .tab-container .tab-item.active + .tab-item::before {
  display: none;
}
.news-page .section1 .wrap .inner-box .tab-container .tab-item.active {
  color: #fff;
}
.news-page .section2 .wrap .inner-box {
  padding: 0 0 5%;
  display: flex;
  gap: 1.875%;
}
.news-page .section2 .wrap .inner-box .left-box {
  width: 62.5%;
  position: relative;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .gradient-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 12, 15, 0) 54.5%, #0d0c0f 100%);
  border-radius: 10px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content {
  position: absolute;
  left: 48px;
  bottom: 50px;
  color: #fff;
  transform: translateY(100%);
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 23px;
  text-transform: uppercase;
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .date-item,
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .date-item .icon,
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item .icon {
  width: 18px;
  height: 18px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .date-item .text,
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item .text {
  font-size: 16px;
  opacity: 0.5;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item .icon {
  width: 20px;
  height: 20px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item .mo {
  display: none;
}

.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box img.mo {
      display: none;
    
}

.news-page .section2 .wrap .inner-box .left-box .news-swiper .image-box .content .info .location-item .text {
  font-size: 14px;
}





.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-slide-active .image-box .content {
  transition-delay: 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-pagination {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: auto;
  width: auto;
  display: flex;
  gap: 6px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
}
.news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5s linear;
}
.news-page .section2 .wrap .inner-box .right-box {
  width: 35.625%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news-page .section2 .wrap .inner-box .right-box .news-item {
  position: relative;
  width: 100%;
  height: 180px;
  background: #f2f4f5;
  border-radius: 10px;
  padding: 23px 30px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-direction: column;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item {
  display: flex;
  gap: 11px;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item .icon-box {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item .icon-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item .icon-box .icon-white {
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item .icon-box .icon-gray {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .date-item .text {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 40px;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .arrow-box {
  position: absolute;
  right: 30px;
  bottom: 40px;
  width: 21px;
  height: 18px;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .arrow-box .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .arrow-box .arrow-white {
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item .arrow-box .arrow-black {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active {
  background: #ca062c;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .date-item .icon-white {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .date-item .icon-gray {
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .date-item .text {
  color: #fff;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .title {
  color: #fff;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .arrow-box .arrow-white {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item.active .arrow-box .arrow-black {
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover {
  background: #ca062c;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .date-item .icon-white {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .date-item .icon-gray {
  opacity: 0;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .date-item .text {
  color: #fff;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .title {
  color: #fff;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .arrow-box .arrow-white {
  opacity: 1;
}
.news-page .section2 .wrap .inner-box .right-box .news-item:hover .arrow-box .arrow-black {
  opacity: 0;
}
.news-page .section3 .wrap .inner-box {
  padding: 0 0 6.25%;
}
.news-page .section3 .wrap .inner-box .news-list .news-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5%;
  padding: 1.875% 0;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .image-box {
  width: 320px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box {
  flex: 1;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .title {
  font-weight: 400;
  line-height: 32px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 0;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .title.title-red {
  color: #ca062c;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .date-item {
  display: flex;
  gap: 11px;
  flex-shrink: 0;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .date-item .icon-box {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .date-item .icon-box .icon {
  width: 100%;
  height: 100%;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row .date-item .text {
  color: #555;
  opacity: 0.9;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .content-box .desc {
  font-weight: 300;
  line-height: 24px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 0;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .arrow-box {
  position: absolute;
  right: 0;
  top: 213px;
  width: 21px;
  height: 18px;
}
.news-page .section3 .wrap .inner-box .news-list .news-item .arrow-box img {
  width: 100%;
  height: 100%;
}
.news-page .section3 .wrap .inner-box .news-list .news-item:last-child .line {
  display: none;
}
.news-page .section3 .wrap .inner-box .news-list .news-item:hover .content-box .title-row .title {
  color: #ca062c;
}
.news-page .section3 .wrap .inner-box .pagination-box {
  margin-top: 3.125%;
}
.news-page .section3 .wrap .inner-box .more-btn {
  display: none;
}

.news-info-page {
  background: #fbf2f1;
}
.news-info-page .section1 .wrap .inner-box {
  padding: 120px 0 ;
}
.news-info-page .section1 .wrap .inner-box .breadcrumb {
  margin-bottom: 3.125%;
}
.news-info-page .section1 .wrap .inner-box .breadcrumb .text {
  color: #555;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper {
  display: flex;
  gap: 2.5%;
}

.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .f_16 img{
    display: inline-block;margin: 0 auto ;max-width: 100%;height: auto !important;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content {
  width: 76.25%;
  background: #fffbfa;
  border-radius: 6px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 3.125% 5% 3.75%;
  line-height: 1.5;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .title {
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info .meta-item .icon-box {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info .meta-item .icon-box .icon {
  width: 100%;
  height: 100%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info .meta-item .text {
  color: #555;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info .separator {
  width: 1px;
  height: 18px;
  background: #dbdbdb;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 42px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .article-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4.1509433962%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .article-content .text {
  line-height: 1.875;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .article-content .subtitle-box .subtitle {
  line-height: 30px;
  color: #222;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .article-content .subtitle-box .text {
  line-height: 30px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.32px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item:last-child {
  margin-bottom: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #333;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item .text {
  color: #333;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item:hover .dot {
  background: #ca062c;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-links .nav-item:hover .text {
  color: #ca062c;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #ca062c;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn .text {
  color: #ca062c;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn .icon {
  width: 18px;
  height: 18px;
  position: relative;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn .icon .nor {
  opacity: 1;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn .icon .act {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn:hover {
  background: #ca062c;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn:hover .text {
  color: #fff;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn:hover .icon {
  transform: rotateY(180deg);
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn:hover .icon .nor {
  opacity: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .back-btn:hover .icon .act {
  opacity: 1;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar {
  width: 21.25%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box {
  background: #fffbfa;
  border-radius: 6px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 10.5882352941% 7.0588235294% 10.5882352941%;
  margin-bottom: 8.8235294118%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-title {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 10.2739726027%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-title .icon {
  width: 26px;
  height: 26px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-title .title {
  color: #333;
  text-transform: uppercase;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-title .title img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 10.2739726027%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item {
  display: block;
  margin-bottom: 10.2739726027%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .image-box {
  width: 100%;
  height: 185px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 14px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .content .title {
  line-height: 1.75;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .content .date-item {
  display: flex;
  gap: 8px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .content .date-item .icon-box {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .content .date-item .icon-box .icon {
  width: 100%;
  height: 100%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .content .date-item .text {
  width: calc(100% - 26px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 5.8823529412%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:last-child {
  margin-bottom: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:last-child .line {
  display: none;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:hover .image-box img {
  transform: scale(1.1);
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:hover .content .title {
  color: #ca062c;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:hover .content .date-item .icon-box .icon-gray {
  opacity: 0;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item:hover .content .date-item .icon-box .icon-white {
  opacity: 1;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .qr-box {
  background: #ca062c;
  border-radius: 6px;
  padding: 5.8823529412% 2.9411764706%;
  text-align: center;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .qr-box .qr-image {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 5.8823529412%;
  padding: 2px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .qr-box .qr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .qr-box .title {
  color: #fff;
  margin-bottom: 2.9411764706%;
}
.news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .qr-box .text {
  color: #fff;
  opacity: 0.85;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .banner-section .pc {
    display: none;
  }
  .banner-section .mo {
    display: block;
  }
  .news-page .section1 .wrap .inner-box {
    padding: 30px 0 0;
  }
  .news-page .section1 .wrap .inner-box .tab-container .tab-bg {
    width: 25%;
  }
  .news-page .section2 .wrap .inner-box {
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
  }
  .news-page .section2 .wrap .inner-box .left-box {
    width: 100%;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper {
    height: auto;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper {
    height: 100%;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .gradient-overlay {
    display: none;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content {
    position: static;
    transform: translate(0);
    padding: 20px 0 0;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content .title {
    color: #222;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content .desc {
    color: #222;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content .info .date-item .mo {
    display: block;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content .info .date-item .pc {
    display: none;
  }
  .news-page .section2 .wrap .inner-box .left-box .news-swiper .swiper-wrapper .swiper-slide .content .info .date-item .text {
    color: #222;
  }
  .news-page .section2 .wrap .inner-box .right-box {
    width: 100%;
  }
  .news-info-page .section1 .wrap .inner-box {
    padding: 60px 0;
  }
  .news-info-page .section1 .wrap .inner-box .breadcrumb {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .main-content {
    width: 100%;
    padding: 30px 20px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .meta-info {
    margin-bottom: 30px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-div {
    flex-direction: column;
    gap: 20px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .main-content .nav-div .nav-links .nav-item .text {
    line-height: 1.8;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar {
    width: 100%;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box {
    padding: 20px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-title {
    margin-bottom: 20px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .line {
    margin-bottom: 20px;
  }
  .news-info-page .section1 .wrap .inner-box .content-wrapper .sidebar .recommend-box .recommend-list .recommend-item {
    margin-bottom: 30px;
  }
  .contact-page .section3 .inner-box {
    padding: 60px 0;
  }
  .contact-page .section3 .inner-box .block-title {
    margin-bottom: 30px;
  }
  .contact-page .section3 .block-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .contact-page .section3 .block-content .left-box {
    width: 100%;
  }
  .contact-page .section3 .block-content .left-box .title-box {
    margin-bottom: 30px;
  }
  .contact-page .section3 .block-content .left-box .content-text .text-box {
    margin: 20px 0;
  }
  .contact-page .section3 .block-content .right-box {
    width: 100%;
  }
  .contact-page .section4 {
    flex-wrap: nowrap;
    overflow: auto;
    aspect-ratio: 750/500;
  }
  .contact-page .section4 .inner {
    width: 166.666666%;
  }
  .contact-page .section5 .inner-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
  }
  .contact-page .section5 .inner-box .left-box {
    width: 100%;
  }
  .contact-page .section5 .inner-box .left-box .tip-title {
    margin-bottom: 30px;
  }
  .contact-page .section5 .inner-box .left-box .step-box {
    overflow: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .contact-page .section5 .inner-box .left-box .step-box .inner {
    width: 150%;
  }
  .contact-page .section5 .inner-box .right-box {
    width: 100%;
  }
  .contact-page .section6 .inner-box {
    padding: 60px 0;
  }
  .contact-page .section6 .inner-box .card-box {
    flex-direction: column;
    height: auto !important;
    gap: 30px;
  }
  .contact-page .section6 .inner-box .card-box .card-item {
    width: 100% !important;
    height: auto;
    padding-right: 0 !important;
    position: relative;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active, .contact-page .section6 .inner-box .card-box .card-item:not(.active) {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active .img-box, .contact-page .section6 .inner-box .card-box .card-item:not(.active) .img-box {
    width: 100%;
    height: 300px;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active .img-box .mask, .contact-page .section6 .inner-box .card-box .card-item:not(.active) .img-box .mask {
    opacity: 0;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active .text-box, .contact-page .section6 .inner-box .card-box .card-item:not(.active) .text-box {
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100% !important;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active .text-box .inner, .contact-page .section6 .inner-box .card-box .card-item:not(.active) .text-box .inner {
    height: auto;
    padding: 30px 20px;
  }
  .contact-page .section6 .inner-box .card-box .card-item.active .text-box .inner .icon,
  .contact-page .section6 .inner-box .card-box .card-item.active .text-box .inner .text-title,
  .contact-page .section6 .inner-box .card-box .card-item.active .text-box .inner .line, .contact-page .section6 .inner-box .card-box .card-item:not(.active) .text-box .inner .icon,
  .contact-page .section6 .inner-box .card-box .card-item:not(.active) .text-box .inner .text-title,
  .contact-page .section6 .inner-box .card-box .card-item:not(.active) .text-box .inner .line {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .news-page .section3 .wrap .inner-box {
    padding-bottom: 60px;
  }
  .news-page .section3 .wrap .inner-box .news-list .news-item {
    margin-bottom: 30px;
    padding: 0 0 20px;
    flex-direction: column;
    gap: 20px;
  }
  .news-page .section3 .wrap .inner-box .news-list .news-item .image-box {
    width: 100%;
  }
  .news-page .section3 .wrap .inner-box .news-list .news-item .content-box .title-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .news-page .section3 .wrap .inner-box .news-list .news-item .arrow-box {
    display: none;
  }
  .news-page .section3 .wrap .inner-box .pagination-box {
    display: none;
  }
  .news-page .section3 .wrap .inner-box .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background: #ca062c;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 44px;
  }
}