@import url('/static/css/aos.css');
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat.ttf') format('truetype');
}
@clear-a {
  text-decoration: none;
  color: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
div,
img,
section {
  box-sizing: border-box;
}
img {
  display: block;
}
body {
  font-family: Montserrat;
  margin: 0;
}
textarea {
  font-family: Montserrat;
}
.max-image {
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .header-container {
  padding: 1.4063vw 10.4167vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.5s;
}
header .header-container .header-left {
  width: 9.8438vw;
}
header .header-container .header-center {
  display: flex;
  align-items: center;
}
header .header-container .header-center .nav-list {
  display: flex;
}
header .header-container .header-center .nav-list .nav-item {
  margin-right: 8.4375vw;
}
header .header-container .header-center .nav-list .nav-item a {
  color: #fff;
  font-size: 0.9375vw;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  header .header-container .header-center .nav-list .nav-item a {
    font-size: 14px;
  }
}
header .header-container .header-center .nav-list .nav-item:last-child {
  margin-right: 0;
}
header .header-container .header-right {
  display: flex;
  align-items: center;
}
header .header-container .header-right .en-cn {
  color: #fff;
  font-size: 0.8333vw;
  font-weight: 400;
  margin-right: 3.125vw;
  position: relative;
}

header .header-container .header-right .en-cn .sub {
  position: absolute;
  top: 100%;
  padding-top: 0.5208vw;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header .header-container .header-right .en-cn .sub .nr {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5208vw;
}
header .header-container .header-right .en-cn:hover .sub {
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-container .header-right .en-cn {
    font-size: 12px;
  }
}
header .header-container .header-right .search {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.875vw;
}
header .header-container .header-right .search svg {
  z-index: 3;
}
header .header-container .header-right .search svg path {
  fill: #fff;
}
header .header-container .header-right .search input {
  transition: width ease 0.5s;
  height: 100%;
  border-radius: 1.5625vw;
  background: #fff;
  border: none;
  outline: none;
  color: #999;
  font-size: 0.7292vw;
  font-weight: 400;
  z-index: 2;
  width: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  header .header-container .header-right .search input {
    font-size: 10px;
  }
}
header .header-container .header-right .search input::placeholder {
  color: #dadada;
}
header .header-container .header-right .search svg {
  width: 1.5625vw;
}
header .header-container .header-right .search .search-list {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: fit-content;
  overflow-x: auto;
  border-radius: 0px 0px 1.0417vw 1.0417vw;
  background: #383838;
  padding: 2.0833vw 1.0417vw 1.0417vw;
  display: none;
}
header .header-container .header-right .search .search-list .search-item {
  display: block;
  padding-top: 0.4688vw;
  transition: color ease 0.5s;
  color: rgba(148, 148, 148, 0.7);
  font-size: 0.8333vw;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  header .header-container .header-right .search .search-list .search-item {
    font-size: 12px;
  }
}
header .header-container .header-right .search .search-list .search-item:first-child {
  padding-top: 0;
}
header .header-container .header-right .search .search-list .search-item:hover {
  color: #fff;
}
header .header-container .header-right .search-activate input {
  width: 15.3646vw;
  visibility: visible;
  padding: 0.4167vw 1.3542vw;
}
header .header-container .header-right .search-activate svg {
  position: absolute;
  right: 0.8333vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
header .header-container .header-right .search-activate svg circle,
header .header-container .header-right .search-activate svg line {
  stroke: #000;
}
header .header-container .header-right .right-item {
  margin-right: 1.5104vw;
  display: flex;
  align-items: center;
}
header .header-container .header-right .right-item:last-child {
  margin-right: 0;
}
header .header-container .header-mobile-btn {
  display: none;
}
header .scroll-header {
  background: #fff;
}
header .scroll-header .header-center .nav-list .nav-item a {
  color: #000;
}
header .scroll-header .header-right .en-cn {
  color: #000;
}
header .scroll-header .header-right .search input {
  background: #000;
  color: #fff;
}
header .scroll-header .header-right .search svg circle,
header .scroll-header .header-right .search svg line {
  stroke: #000;
}
header .scroll-header .header-right .search-activate svg circle,
header .scroll-header .header-right .search-activate svg line {
  stroke: #fff;
}
.black-header .header-container .header-center .nav-list .nav-item a {
  color: #000;
}
.black-header .header-container .header-right .en-cn {
  color: #000;
}
.black-header .header-container .header-right .search svg circle,
.black-header .header-container .header-right .search svg line {
  stroke: #000;
}
footer .footer-container {
  padding: 4.3229vw 9.375vw 0;
}
footer .footer-container .footer-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 2.6563vw;
}
footer .footer-container .footer-top::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dfe6ea;
}
footer .footer-container .footer-top .top-left {
  width: 30.2083vw;
}
footer .footer-container .footer-top .top-left .title {
  color: #000;
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-top .top-left .title {
    font-size: 22px;
  }
}
footer .footer-container .footer-top .top-left .desc {
  margin-top: 1.875vw;
  color: #9a9a9a;
  font-size: 20px;
  font-size: 1.0417vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-top .top-left .desc {
    font-size: 15px;
  }
}
footer .footer-container .footer-top .top-right {
  width: 35.1042vw;
}
footer .footer-container .footer-top .top-right .input-box {
  width: 100%;
  display: flex;
}
footer .footer-container .footer-top .top-right .input-box input {
  padding: 1.25vw 1.6667vw;
  width: 100%;
  background: #f3f3f3;
  border: none;
  outline: none;
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-top .top-right .input-box input {
    font-size: 12px;
  }
}
footer .footer-container .footer-top .top-right .input-box input::placeholder {
  color: #9a9a9a;
}
footer .footer-container .footer-top .top-right .input-box .footer-btn {
  flex-shrink: 0;
  padding: 1.4583vw 2.0833vw;
  font-size: 0.7292vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-top .top-right .input-box .footer-btn {
    font-size: 10px;
  }
}
footer .footer-container .footer-top .top-right .desc {
  padding: 1.25vw 1.6667vw;
  color: #9a9a9a;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-top .top-right .desc {
    font-size: 12px;
  }
}
footer .footer-container .footer-center {
  padding: 2.0833vw 0 1.4583vw;
  position: relative;
}
footer .footer-container .footer-center::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dfe6ea;
}
footer .footer-container .footer-center .center-top {
  display: flex;
  justify-content: space-between;
}
footer .footer-container .footer-center .center-top .footer-logo {
  flex-shrink: 0;
  width: 9.8438vw;
  margin-right: 17.5vw;
}
footer .footer-container .footer-center .center-top .footer-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-container .footer-center .center-top .footer-nav .footer-nav-container .title {
  color: #121212;
  font-size: 0.8333vw;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-center .center-top .footer-nav .footer-nav-container .title {
    font-size: 12px;
  }
}
footer .footer-container .footer-center .center-top .footer-nav .footer-nav-container .list .item {
  margin-top: 1.0938vw;
  display: block;
  color: #707070;
  font-size: 0.8333vw;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-center .center-top .footer-nav .footer-nav-container .list .item {
    font-size: 12px;
  }
}
footer .footer-container .footer-center .center-top .footer-nav .footer-nav-container .list .item:hover {
  color: #000;
}
footer .footer-container .footer-center .center-bottom {
  margin-top: 3.3854vw;
  display: flex;
  align-items: center;
}
footer .footer-container .footer-center .center-bottom .link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.0938vw;
  margin-right: 1.1979vw;
}
footer .footer-container .footer-center .center-bottom .link-item:last-child {
  margin-right: 0;
}
footer .footer-container .footer-bottom {
  padding: 1.6667vw 0 1.1979vw;
  display: flex;
  justify-content: space-between;
}
footer .footer-container .footer-bottom .left {
  color: #9a9a9a;
  font-size: 0.7292vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-bottom .left {
    font-size: 10px;
  }
}
footer .footer-container .footer-bottom .right {
  display: flex;
  align-items: center;
}
footer .footer-container .footer-bottom .right a {
  color: #9a9a9a;
  font-size: 0.7292vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  display: block;
  margin-right: 2.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer-container .footer-bottom .right a {
    font-size: 10px;
  }
}
footer .footer-container .footer-bottom .right a:last-child {
  margin-right: 0;
}
.public-forward {
  position: absolute;
  width: 75vw;
}
.forward-mask {
  position: absolute;
  text-align: center;
  font-family: Montserrat;
  font-size: 12.5vw;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(229, 229, 229, 0.5);
  z-index: -1;
}
.public-btn {
  width: fit-content;
  background: #b81c22;
  padding: 1.1458vw 2.0833vw;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.public-btn .text {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.public-btn .text .text-item-real,
.public-btn .text .text-item-fake {
  color: #fff;
  font-size: 0.7292vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .public-btn .text .text-item-real,
  .public-btn .text .text-item-fake {
    font-size: 10px;
  }
}
.public-btn .text .text-item-real {
  position: relative;
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.3s ease-out 0.15s;
}
.public-btn .text .text-item-fake {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
}
.public-btn svg {
  margin-left: 0.625vw;
}
.public-btn svg line {
  stroke-dashoffset: 0;
  stroke-dasharray: 10;
  transition: stroke-dashoffset 0.6s ease-out;
}
.public-btn:hover .text .text-item-real {
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.public-btn:hover .text .text-item-fake {
  transform: translateY(0);
  transition: transform 0.3s ease-out 0.15s;
}
.public-btn:hover svg line {
  stroke-dashoffset: 20;
}
.public-banner {
  height: 100vh;
  position: relative;
}
.public-banner .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .banner-mask {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100vh;
  height: 100vh;
  transform: translate3d(-150%, -50%, 0);
  border-radius: 50%;
  box-shadow: 0 0 0 12.2396vw rgba(255, 255, 255, 0.27);
}
.public-banner .mask-in {
  transition: transform 1s ease;
  transform: translate3d(-80%, -50%, 0);
}
.public-banner .banner-text {
  padding: 0 10.4167vw;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
}
.public-banner .banner-text .banner-title {
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .public-banner .banner-text .banner-title {
    font-size: 22px;
  }
}
.public-banner .banner-text .banner-btn {
  margin-top: 3.5417vw;
}
.public-title {
  color: #020101;
  font-size: 2.3438vw;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .public-title {
    font-size: 20px;
  }
}
.public-title::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1.3021vw;
  width: 1.9792vw;
  height: 0.1042vw;
  background: #b81c22;
}
.get-more {
  display: flex;
  align-items: center;
  color: #f01818;
  width: fit-content;
  font-size: 1.0417vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .get-more {
    font-size: 15px;
  }
}
.get-more svg {
  width: 1.5104vw;
  margin-left: 1.0417vw;
}
.get-more:hover {
  color: #000;
}
.get-more:hover svg path {
  fill: #000;
}
.test {
  z-index: 88;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  mix-blend-mode: difference;
}
.index-page .index1-forward {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-page .index2-forward {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-page .index1 {
  overflow: hidden;
  background: #f3f3f3;
  padding: 5.2083vw 10.4167vw 12.5vw;
  position: relative;
}
.index-page .index1 .index1-desc {
  color: #000;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.6;
  padding: 3.2813vw 0 4.1146vw;
}
@media screen and (max-width: 768px) {
  .index-page .index1 .index1-desc {
    font-size: 15px;
  }
}
.index-page .index1 .index-list-container {
  display: flex;
  justify-content: space-between;
  margin-top: 7.8125vw;
}
.index-page .index1 .index-list-container .index1-item-container {
  width: 24.1667vw;
  position: relative;
}
.index-page .index1 .index-list-container .index1-item-container .left-title {
  position: absolute;
  left: 0.9375vw;
  top: 1.0938vw;
  color: #fff;
  text-align: center;
  font-size: 0.8333vw;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .index-page .index1 .index-list-container .index1-item-container .left-title {
    font-size: 12px;
  }
}
.index-page .index1 .index-list-container .index1-item-container .right-text-container {
  height: 100%;
  position: absolute;
  right: 2.6042vw;
  top: 50%;
  transform: translate3d(0, -150%, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 3s ease;
}
.index-page .index1 .index-list-container .index1-item-container .right-text-container .right-text-item {
  position: relative;
  color: #000;
  z-index: 5;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .index-page .index1 .index-list-container .index1-item-container .right-text-container .right-text-item {
    font-size: 15px;
  }
}
.index-page .index1 .index-list-container .index1-item-container .onenter {
  transform: translate3d(0, -50%, 0);
}
.index-page .index2 {
  padding: 6.9792vw 10.4167vw 9.7396vw;
  position: relative;
  overflow: hidden;
}
.index-page .index2 .index-banner-text {
  z-index: -1;
}
.index-page .index2 .index2-list-container {
  margin-top: 3.0208vw;
}
.index-page .index2 .index2-list-container .index2-item {
  display: flex;
  margin-bottom: 6.6667vw;
}
.index-page .index2 .index2-list-container .index2-item:hover .get-more {
  color: #000;
}
.index-page .index2 .index2-list-container .index2-item:last-child {
  margin-bottom: 0;
}
.index-page .index2 .index2-list-container .index2-item .index2-image {
  width: 38.5417vw;
  flex-shrink: 0;
}
.index-page .index2 .index2-list-container .index2-item .index2-text {
  height: auto;
  margin-left: 5.7292vw;
  width: 100%;
}
.index-page .index2 .index2-list-container .index2-item .index2-text .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.index-page .index2 .index2-list-container .index2-item .index2-text .title-container .title {
  color: #020101;
  font-size: 1.25vw;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-page .index2 .index2-list-container .index2-item .index2-text .title-container .title {
    font-size: 15px;
  }
}
.index-page .index2 .index2-list-container .index2-item .index2-text .title-container .title .no {
  position: absolute;
  left: -2.3958vw;
  top: 50%;
  color: #d9d9d9;
  text-overflow: ellipsis;
  font-size: 1.25vw;
  font-weight: 600;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 768px) {
  .index-page .index2 .index2-list-container .index2-item .index2-text .title-container .title .no {
    font-size: 15px;
  }
}
.index-page .index2 .index2-list-container .index2-item .index2-text .desc-container {
  padding-top: 0.9896vw;
  color: #707070;
  text-overflow: ellipsis;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .index-page .index2 .index2-list-container .index2-item .index2-text .desc-container {
    font-size: 15px;
  }
}
.index-page .index2 .index2-list-container .index2-item .index2-text .index2-text-two {
  margin: 2.5vw 0 0 3.3333vw;
}
.index-page .index2 .index2-list-container .index2-item .index2-text .index2-text-two .img-icon {
  width: 1.1458vw;
}
.index-page .index2 .index2-list-container .index2-item .index2-text .index2-image-two {
  margin-left: auto;
  width: 27.3438vw;
  margin-top: 1.6667vw;
}
.index-page .index2 .index2-list-container .index2-item:nth-last-of-type(2n) .index2-text {
  order: -1;
}
.index-page .index3 {
  padding: 5.2083vw 10.4167vw;
  background: #f3f3f3;
}
.index-page .index3 .index3-title-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-page .index3 .index3-container .index3-type-container {
  margin-top: 2.5vw;
  display: flex;
  justify-content: flex-end;
}
.index-page .index3 .index3-container .index3-type-container .type-item {
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
  margin-left: 2.3958vw;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-page .index3 .index3-container .index3-type-container .type-item {
    font-size: 12px;
  }
}
.index-page .index3 .index3-container .index3-type-container .type-item:first-child {
  margin-left: 0;
}
.index-page .index3 .index3-container .index3-type-container .active {
  color: #b81c22;
}
.index-page .index3 .index3-container .index3-type-container .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1563vw;
  width: 100%;
  height: 0.1042vw;
  background: #b81c22;
}
.index-page .index3 .index3-container .index3-box {
  display: flex;
  margin-top: 1.9271vw;
}
.index-page .index3 .index3-container .index3-box .left {
  width: 38.5417vw;
  flex-shrink: 0;
  position: relative;
}
.index-page .index3 .index3-container .index3-box .left .date {
  position: absolute;
  padding: 0.8333vw 1.25vw;
  right: 2.1354vw;
  top: 0;
  background: #fff;
}
.index-page .index3 .index3-container .index3-box .left .date .day,
.index-page .index3 .index3-container .index3-box .left .date .year {
  text-align: center;
  color: #b81c22;
  font-size: 1.25vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-page .index3 .index3-container .index3-box .left .date .day,
  .index-page .index3 .index3-container .index3-box .left .date .year {
    font-size: 15px;
  }
}
.index-page .index3 .index3-container .index3-box .left .date .year {
  padding-top: 0.5729vw;
}
.index-page .index3 .index3-container .index3-box .right {
  margin-left: 2.0833vw;
  width: 100%;
  position: relative;
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 2.6042vw, 0);
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item {
  padding-bottom: 0.8333vw;
  margin-bottom: 1.25vw;
  cursor: pointer;
  display: block;
  position: relative;
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item:last-child {
  margin-bottom: 0;
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .date {
  color: #666;
  font-size: 0.625vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .date {
    font-size: 9px;
  }
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .title {
  color: #333;
  font-size: 1.1458vw;
  font-weight: 600;
  padding: 0.8333vw 0 1.0417vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color ease 0.5s;
}
@media screen and (max-width: 768px) {
  .index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .title {
    font-size: 15px;
  }
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .desc {
  color: rgba(51, 51, 51, 0.4);
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item .desc {
    font-size: 12px;
  }
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .news-list .news-item:hover .title {
  color: #b81c22;
}
.index-page .index3 .index3-container .index3-box .right .news-list-container .active {
  position: relative;
  transition: all ease 0.5s;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.about-page .about-icon-title {
  display: flex;
  align-items: center;
}
.about-page .about-icon-title .title-icon {
  margin-right: 0.8333vw;
  width: 1.1458vw;
}
.about-page .about-icon-title .title-text {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about-page .about-icon-title .title-text {
    font-size: 15px;
  }
}
.about-page .about1 {
  padding: 5.2083vw 10.4167vw 0;
  position: relative;
}
.about-page .about1 .about1-forward {
  right: 0;
  top: 4.1667vw;
}
.about-page .about1 .about1-image {
  width: 100%;
  margin-top: 5.5208vw;
}
.about-page .about2 {
  position: relative;
}
.about-page .about2 .about2-text {
  padding: 3.125vw 10.4167vw 7.0313vw;
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 400;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-page .about2 .about2-text {
    font-size: 18px;
  }
}
.about-page .about2 .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26.6667vw;
  background: #aa353b;
  z-index: -1;
}
.about-page .about3 {
  padding: 5.2083vw 0 5.2083vw 10.4167vw;
}
.about-page .about3 .about3-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10.4167vw;
}
.about-page .about3 .about3-top .right {
  width: 40.2604vw;
  color: #707070;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about-page .about3 .about3-top .right {
    font-size: 15px;
  }
}
.about-page .about3 .about3-bottom {
  margin-top: 2.6042vw;
  overflow: hidden;
}
.about-page .about3 .about3-bottom .about3-container {
  margin-right: 7.6042vw;
}
.about-page .about3 .about3-bottom .about3-container .about3-swiper .swiper-slide {
  width: 19.7917vw;
}
.about-page .about3 .about3-bottom .about3-container .about3-swiper .swiper-slide .slide-text {
  text-align: center;
  color: #020101;
  font-size: 1.1458vw;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .about-page .about3 .about3-bottom .about3-container .about3-swiper .swiper-slide .slide-text {
    font-size: 15px;
  }
}
.about-page .about3 .about3-bottom .about3-container .about3-link {
  margin-top: 3.2292vw;
  display: flex;
  justify-content: flex-end;
}
.about-page .about4 {
  padding: 5.2083vw 10.4167vw;
}
.about-page .about4 .about4-container {
  margin-top: 4.1667vw;
  display: flex;
}
.about-page .about4 .about4-container .about4-item-container {
  display: flex;
  height: 37.5vw;
  transition: flex-grow 0.5s ease;
  cursor: pointer;
}
.about-page .about4 .about4-container .about4-item-container:hover .left .icon {
  opacity: 0.3;
}
.about-page .about4 .about4-container .about4-item-container .left {
  padding: 16.1458vw 3.125vw 0;
  width: 16.1458vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #f3f3f3;
  box-shadow: 0 0 0 1px #000;
}
.about-page .about4 .about4-container .about4-item-container .left .icon {
  width: 4.1667vw;
  transition: opacity 0.5s ease;
}
.about-page .about4 .about4-container .about4-item-container .left .text {
  margin-top: 3.3854vw;
  color: #666;
  text-align: center;
  font-size: 1.1458vw;
  font-weight: 600;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .about4-container .about4-item-container .left .text {
    font-size: 15px;
  }
}
.about-page .about4 .about4-container .about4-item-container .right {
  position: relative;
  width: 0;
  /* 设置为最大宽度 */
  overflow: hidden;
  transition: width 0.5s ease;
}
.about-page .about4 .about4-container .about4-item-container .right .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.0833vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0;
  transform: translateY(-20px);
}
.about-page .about4 .about4-container .about4-item-container .right .text .title {
  color: #fff;
  text-align: center;
  font-size: 1.3542vw;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .about4-container .about4-item-container .right .text .title {
    font-size: 16px;
  }
}
.about-page .about4 .about4-container .about4-item-container .right .text .desc {
  margin-top: 2.0833vw;
  color: #fff;
  font-size: 1.1458vw;
  font-weight: 400;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .about-page .about4 .about4-container .about4-item-container .right .text .desc {
    font-size: 15px;
  }
}
.about-page .about4 .about4-container .about4-item-container .right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-page .about4 .about4-container .active .left {
  width: 0;
  /* 设置为最大宽度 */
  overflow: hidden;
  padding: 0;
}
.about-page .about4 .about4-container .active .right {
  width: 30.7292vw;
}
.about-page .about4 .about4-container .active .right .text {
  opacity: 1;
  transform: translateY(0);
  transition: all ease 0.5s;
  transition-delay: 0.5s;
}
.about-page .about5 .about5-title {
  padding: 5.2083vw 10.4167vw 4.1667vw;
}
.about-page .about5 .about5-container {
  position: relative;
}
.about-page .about5 .about5-container .about5-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-align: center;
  font-size: 2.6042vw;
  line-height: 1.44;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .about-page .about5 .about5-container .about5-text {
    font-size: 23px;
  }
}
.about-page .about6 .about6-title {
  padding: 5.2083vw 10.4167vw 2.1875vw;
}
.about-page .about6 .about6-title .about6-nav {
  margin: 2.1875vw 0 2.3958vw;
  display: flex;
  align-items: center;
}
.about-page .about6 .about6-title .about6-nav .nav-item {
  font-size: 0.8333vw;
  font-weight: 400;
  margin-right: 3.125vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about-page .about6 .about6-title .about6-nav .nav-item {
    font-size: 12px;
  }
}
.about-page .about6 .about6-title .about6-nav .active {
  color: #b81c22;
  position: relative;
  transition: all ease 0.5s;
}
.about-page .about6 .about6-title .about6-nav .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #b81c22;
}
.about-page .about6 .about6-container {
  margin-left: 10.4167vw;
  overflow: hidden;
  display: none;
}
.about-page .about6 .about6-container .about6-swiper .swiper-wrapper {
  align-items: flex-end;
}
.about-page .about6 .about6-container .about6-swiper .swiper-wrapper .swiper-slide {
  width: 18.75vw !important;
}
.about-page .about6 .about6-container .about6-swiper .swiper-wrapper .swiper-slide .image {
  width: 100%;
}
.about-page .about6 .about6-container .about6-swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 1.7708vw;
  text-align: center;
  color: #020101;
  font-size: 1.25vw;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .about-page .about6 .about6-container .about6-swiper .swiper-wrapper .swiper-slide .text {
    font-size: 15px;
  }
}
.about-page .about6 .about6-container .about6-swiper .swiper-wrapper .swiper-slide-active {
  width: 20.8333vw !important;
}
.about-page .about6 .active {
  display: block;
}
.about-page .about7 .about7-title-container {
  padding: 5.2083vw 10.4167vw;
  position: relative;
}
.about-page .about7 .about7-title-container .about7-forward {
  right: 0;
  top: 5.2083vw;
}
.about-page .about7 .about7-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0 25.5208vw;
}
.about-page .about7 .about7-container .about7-swiper {
  width: 100%;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: auto;
  cursor: pointer;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide img,
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide video {
  width: 40.1042vw;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .background-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .mask-date {
  z-index: 2;
  position: absolute;
  left: 1.5625vw;
  top: 1.25vw;
  color: #fff;
  font-size: 2.6042vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .mask-date {
    font-size: 23px;
  }
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .mask-player-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .mask-player-container .mask-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.5313vw;
  height: 4.5313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 2;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .mask-player-container .mask-player img {
  padding-left: 0.2604vw;
  width: 1.5625vw;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .image-container {
  position: relative;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide .image-container .image-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-active .image-container .image-mask {
  display: none;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-active img,
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-active video {
  width: 100%;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-prev {
  justify-content: flex-end;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-prev .mask-date {
  top: 5.8333vw;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-prev .mask-player-container {
  display: none;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-next {
  justify-content: flex-start;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-next .mask-date {
  top: 5.8333vw;
}
.about-page .about7 .about7-container .about7-swiper .swiper-wrapper .swiper-slide-next .mask-player {
  display: none;
}
.about-page .time-line {
  padding: 5.2083vw 10.4167vw;
}
.about-page .time-line .time-line-container {
  padding: 0 2.0833vw 2.0833vw;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about-page .time-line .time-line-container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #999;
}
.about-page .time-line .time-line-container .line-item {
  color: #000;
  font-size: 1.6667vw;
  font-weight: 400;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .about-page .time-line .time-line-container .line-item {
    font-size: 18px;
  }
}
.about-page .time-line .time-line-container .line-item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3.125vw;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.2);
  transform: translate3d(-50%, 0, 0);
}
.about-page .time-line .time-line-container .line-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.6042vw;
  width: 1.0417vw;
  height: 1.0417vw;
  background: #999;
  border-radius: 50%;
  transform: translate3d(-50%, 0, 0);
}
.about-page .time-line .time-line-container .active {
  color: #b81c22;
}
.about-page .time-line .time-line-container .active::before {
  background: rgba(184, 28, 34, 0.2);
}
.about-page .time-line .time-line-container .active::after {
  background: #b81c22;
}
.about-page .about8 {
  padding: 5.2083vw 0 5.2083vw 10.4167vw;
  background: #f3f3f3;
}
.about-page .about8 .about8-container {
  margin-top: 6.9271vw;
  overflow: hidden;
  padding-left: 10.4375vw;
}
.about-page .about8 .about8-container .about8-swiper {
  width: 100%;
}
.about-page .about8 .about8-container .about8-swiper .swiper-wrapper {
  align-items: flex-end;
}
.about-page .about8 .about8-container .about8-swiper .swiper-wrapper .swiper-slide {
  width: 16.0417vw !important;
}
.about-page .about8 .about8-container .about8-swiper .swiper-wrapper .swiper-slide-prev {
  width: 20.3125vw !important;
}
.about-page .about8 .about8-banner {
  margin: 4.1667vw 10.4167vw 0 0;
  position: relative;
  cursor: pointer;
}
.about-page .about8 .about8-banner .player-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about8 .about8-banner .player-mask .mask-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 4.5313vw;
  height: 4.5313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 2;
}
.about-page .about8 .about8-banner .player-mask .mask-player img {
  padding-left: 0.2604vw;
  width: 1.5625vw;
}
.products-page {
  padding: 10.9375vw 10.4167vw 5.2083vw;
  overflow-x: hidden;
}
.products-page .products-container {
  position: relative;
}
.products-page .products-container .pd-forward {
  right: -10.4167vw;
  top: -2.8646vw;
}
.products-page .products-container .products-box {
  margin-top: 4.1667vw;
  display: flex;
}
.products-page .products-container .products-box .left {
  padding-top: 4.4271vw;
  width: 14.8438vw;
  margin-right: 4.2188vw;
  flex-shrink: 0;
}
.products-page .products-container .products-box .left .title {
  color: #000;
  font-size: 1.0417vw;
  line-height: 2;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .left .title {
    font-size: 15px;
  }
}
.products-page .products-container .products-box .left .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.7292vw;
  width: 100%;
  height: 1px;
  background: #000;
}
.products-page .products-container .products-box .left .list {
  margin-top: 2.0833vw;
}
.products-page .products-container .products-box .left .list .item-container {
  margin-top: 1.25vw;
}
.products-page .products-container .products-box .left .list .item-container .checkbox {
  width: 0.9896vw;
  height: 0.9896vw;
  border: solid 1px #c7c7c7;
  margin-right: 1.0417vw;
  flex-shrink: 0;
}
.products-page .products-container .products-box .left .list .item-container .ck-active {
  position: relative;
  box-shadow: 0 0 0 1px #b81c22;
}
.products-page .products-container .products-box .left .list .item-container .ck-active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('/static/image/dui.svg');
  width: 100%;
  height: 100%;
  background-size: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.products-page .products-container .products-box .left .list .item-container .default-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-page .products-container .products-box .left .list .item-container .default-item-container .text {
  width: 100%;
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 2.31;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .left .list .item-container .default-item-container .text {
    font-size: 12px;
  }
}
.products-page .products-container .products-box .left .list .item-container .second-item-container {
  padding-left: 1.0417vw;
  margin-top: 0.5208vw;
  display: none;
}
.products-page .products-container .products-box .left .list .item-container .second-item-container .second-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-page .products-container .products-box .left .list .item-container .second-item-container .second-item .text {
  width: 100%;
  color: #000;
  font-size: 0.8333vw;
  font-weight: 300;
  line-height: 2.31;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .left .list .item-container .second-item-container .second-item .text {
    font-size: 12px;
  }
}
.products-page .products-container .products-box .left .list .item-container .three-item-container {
  display: none;
  margin-left: 1.0417vw;
}
.products-page .products-container .products-box .left .list .item-container .three-item-container .three-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-page .products-container .products-box .left .list .item-container .three-item-container .three-item .text {
  width: 100%;
  color: #000;
  font-size: 0.8333vw;
  font-weight: 300;
  line-height: 2.31;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .left .list .item-container .three-item-container .three-item .text {
    font-size: 12px;
  }
}
.products-page .products-container .products-box .right {
  width: 100%;
}
.products-page .products-container .products-box .right .right-nav {
  display: flex;
  align-items: center;
}
.products-page .products-container .products-box .right .right-nav .pd-nav-item {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  margin-right: 2.3958vw;
  transition: all ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .right .right-nav .pd-nav-item {
    font-size: 14px;
  }
}
.products-page .products-container .products-box .right .right-nav .pd-nav-item:last-child {
  margin-right: 0;
}
.products-page .products-container .products-box .right .right-nav .active {
  color: #b81c22;
  position: relative;
}
.products-page .products-container .products-box .right .right-nav .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1563vw;
  width: 100%;
  height: 1px;
  background: #b81c22;
}
.products-page .products-container .products-box .right .right-list {
  margin-top: 3.125vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.products-page .products-container .products-box .right .right-list .product-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3.125vw;
  position: relative;
}
.products-page .products-container .products-box .right .right-list .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.products-page .products-container .products-box .right .right-list .product-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.products-page .products-container .products-box .right .right-list .product-item .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25vw 0 0.4167vw;
}
.products-page .products-container .products-box .right .right-list .product-item .title-container .title {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  transition: color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .right .right-list .product-item .title-container .title {
    font-size: 14px;
  }
}
.products-page .products-container .products-box .right .right-list .product-item .title-container svg {
  width: 1.6667vw;
  transition: color ease 0.3s;
}
.products-page .products-container .products-box .right .right-list .product-item .desc {
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 0.8333vw;
  transition: color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .products-page .products-container .products-box .right .right-list .product-item .desc {
    font-size: 12px;
  }
}
.products-page .products-container .products-box .right .right-list .product-item:hover .title-container .title {
  color: #b81c22;
}
.products-page .products-container .products-box .right .right-list .product-item:hover .title-container svg path {
  stroke: #b81c22;
}
.products-page .products-container .products-box .right .right-list .product-item:hover .desc {
  color: #666;
}
.product-detail-page .download-detail {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  padding: 4.1667vw 37.5vw;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.product-detail-page .download-detail .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.product-detail-page .download-detail .close {
  position: absolute;
  right: 2.6042vw;
  top: 1.5625vw;
  width: 2.0833vw;
}
.product-detail-page .download-detail .download-detail-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-detail-page .download-detail .download-detail-container .params-image {
  height: calc(100% - 4.8438vw);
  overflow-y: scroll;
}
.product-detail-page .download-detail .download-detail-container .params-btn-container {
  margin-top: 1.5625vw;
}
.product-detail-page .download-detail .download-detail-container .params-btn-container .banner-btn {
  padding: 0.625vw 0.7813vw;
}
.product-detail-page .download-show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.product-detail-page .pd1 {
  margin: 10.9896vw 10.4167vw 5.2083vw;
  display: flex;
  align-items: center;
}
.product-detail-page .pd1 .left {
  width: 44.1146vw;
  flex-shrink: 0;
  margin-right: 4.1667vw;
}
.product-detail-page .pd1 .right {
  width: 100%;
}
.product-detail-page .pd1 .right .desc {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  margin-top: 3.4375vw;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd1 .right .desc {
    font-size: 15px;
  }
}
.product-detail-page .pd2 {
  padding: 0 0 5.2083vw 10.4167vw;
  display: flex;
  align-items: center;
}
.product-detail-page .pd2 .left {
  width: 38.0729vw;
  flex-shrink: 0;
}
.product-detail-page .pd2 .left .title {
  color: #020101;
  font-size: 1.6667vw;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd2 .left .title {
    font-size: 18px;
  }
}
.product-detail-page .pd2 .list {
  margin-top: 2.0833vw;
}
.product-detail-page .pd2 .list .item {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.0417vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd2 .list .item {
    font-size: 15px;
  }
}
.product-detail-page .pd2 .list .item::before {
  content: '';
  position: absolute;
  left: 0.2604vw;
  top: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  border-radius: 50%;
  background: #666;
  transform: translate3d(0, -50%, 0);
}
.product-detail-page .pd2 .right {
  padding-right: 10.4167vw;
  width: 100%;
  overflow: hidden;
}
.product-detail-page .pd2 .right .pd2-swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  margin-top: 1.5625vw;
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd2 .right .pd2-swiper .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
  }
}
.product-detail-page .pd3 {
  padding: 5.2083vw 10.4167vw;
  background: #f3f3f3;
  position: relative;
}
.product-detail-page .pd3 .pd3-forward {
  right: 0;
  top: 2.6042vw;
}
.product-detail-page .pd3 .pd3-container {
  margin-top: 4.7917vw;
  display: flex;
  justify-content: space-between;
}
.product-detail-page .pd3 .pd3-container .left,
.product-detail-page .pd3 .pd3-container .right {
  width: 38.0208vw;
  flex-shrink: 0;
}
.product-detail-page .pd3 .pd3-container .left .about-icon-title,
.product-detail-page .pd3 .pd3-container .right .about-icon-title {
  display: flex;
  align-items: center;
}
.product-detail-page .pd3 .pd3-container .left .about-icon-title .title-icon,
.product-detail-page .pd3 .pd3-container .right .about-icon-title .title-icon {
  margin-right: 0.8333vw;
  width: 1.1458vw;
}
.product-detail-page .pd3 .pd3-container .left .about-icon-title .title-text,
.product-detail-page .pd3 .pd3-container .right .about-icon-title .title-text {
  color: #b81c22;
  font-size: 1.6667vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd3 .pd3-container .left .about-icon-title .title-text,
  .product-detail-page .pd3 .pd3-container .right .about-icon-title .title-text {
    font-size: 18px;
  }
}
.product-detail-page .pd3 .pd3-container .left .list,
.product-detail-page .pd3 .pd3-container .right .list {
  margin-top: 2.0833vw;
}
.product-detail-page .pd3 .pd3-container .left .list .pd3-item,
.product-detail-page .pd3 .pd3-container .right .list .pd3-item {
  margin-top: 1.3542vw;
  padding-bottom: 0.7813vw;
  position: relative;
}
.product-detail-page .pd3 .pd3-container .left .list .pd3-item:first-child,
.product-detail-page .pd3 .pd3-container .right .list .pd3-item:first-child {
  margin-top: 0;
}
.product-detail-page .pd3 .pd3-container .left .list .pd3-item::before,
.product-detail-page .pd3 .pd3-container .right .list .pd3-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.product-detail-page .pd3 .pd3-container .left .list .pd3-item .title,
.product-detail-page .pd3 .pd3-container .right .list .pd3-item .title {
  color: #000;
  font-size: 1.1458vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd3 .pd3-container .left .list .pd3-item .title,
  .product-detail-page .pd3 .pd3-container .right .list .pd3-item .title {
    font-size: 15px;
  }
}
.product-detail-page .pd3 .pd3-container .left .list .pd3-item .desc,
.product-detail-page .pd3 .pd3-container .right .list .pd3-item .desc {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd3 .pd3-container .left .list .pd3-item .desc,
  .product-detail-page .pd3 .pd3-container .right .list .pd3-item .desc {
    font-size: 14px;
  }
}
.product-detail-page .pd3 .pd3-btn-container {
  margin-top: 3.125vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product-detail-page .pd4 {
  padding: 5.2083vw 10.4167vw;
  overflow: hidden;
}
.product-detail-page .pd4 .pd4-swiper-container {
  margin-top: 5.8333vw;
  padding: 0 15.3125vw;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper {
  width: 100%;
  position: relative;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .prev,
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .next {
  width: 3.0729vw;
  z-index: 2;
  top: 50%;
  position: absolute;
  cursor: pointer;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .prev svg circle,
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .next svg circle {
  fill-opacity: 0.5;
  transition: fill-opacity 0.5s ease;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .prev:hover svg circle,
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .next:hover svg circle {
  fill-opacity: 1;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .prev {
  left: -8.5938vw;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .next {
  right: -8.5938vw;
  transform: translate3d(0, -50%, 0);
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper {
  align-items: center;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper .swiper-slide img {
  width: 37.8646vw;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper .swiper-slide-active img {
  width: 100%;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper .swiper-slide-prev {
  justify-content: flex-end;
}
.product-detail-page .pd4 .pd4-swiper-container .pd4-swiper .swiper-wrapper .swiper-slide-next {
  justify-content: flex-start;
}
.product-detail-page .pd5 {
  box-sizing: border-box;
  padding: 0 0 5.2083vw 10.4167vw;
}
.product-detail-page .pd5 .pd5-container {
  margin-top: 5.8333vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.product-detail-page .pd5 .pd5-container .left {
  width: 17.3958vw;
  flex-shrink: 0;
  margin-right: 4.6875vw;
}
.product-detail-page .pd5 .pd5-container .left .nav-item {
  padding: 1.0417vw 2.3958vw;
  display: flex;
  align-items: center;
  border-radius: 0.2604vw;
  border: 1px solid var(--, #004190);
  background: #f3f3f3;
  transition: all ease 0.5s;
  margin-top: 1.6667vw;
  cursor: pointer;
}
.product-detail-page .pd5 .pd5-container .left .nav-item:first-child {
  margin-top: 0;
}
.product-detail-page .pd5 .pd5-container .left .nav-item .image {
  width: 3.4375vw;
  margin-right: 1.0417vw;
}
.product-detail-page .pd5 .pd5-container .left .nav-item .text {
  color: #000;
  font-size: 1.6667vw;
  font-weight: 400;
  line-height: 1.12;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd5 .pd5-container .left .nav-item .text {
    font-size: 18px;
  }
}
.product-detail-page .pd5 .pd5-container .left .active {
  background: #b81c22;
  position: relative;
}
.product-detail-page .pd5 .pd5-container .left .active .text {
  color: #fff;
}
.product-detail-page .pd5 .pd5-container .left .active::before {
  z-index: -1;
  content: '';
  width: 1.0417vw;
  height: 1.0417vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(50%, -50%, 0) rotate(-45deg);
  background: #b81c22;
}
.product-detail-page .pd5 .pd5-container .right {
  width: 100%;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper-container {
  display: none;
  overflow: hidden;
}
.product-detail-page .pd5 .pd5-container .right .active {
  display: block;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper {
  width: 67.5vw !important;
  position: relative;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide {
  padding: 2.7083vw 4.6875vw 5.6771vw;
  background: #f3f3f3;
  display: flex;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left {
  width: 33.2292vw;
  flex-shrink: 0;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .slide-left-top {
  display: flex;
  align-items: center;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .slide-left-top .image {
  width: 5.2083vw;
  margin-right: 1.4583vw;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .slide-left-top .text {
  color: #000;
  font-size: 1.875vw;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .slide-left-top .text {
    font-size: 19px;
  }
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .desc {
  padding: 2.2917vw 0 1.0417vw;
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.8;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .desc {
    font-size: 15px;
  }
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .bottom p {
  margin: 0;
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-left .bottom p {
    font-size: 15px;
  }
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-wrapper .swiper-slide .slide-right {
  width: 20.7292vw;
  flex-shrink: 0;
  margin-left: 4.1667vw;
}
.product-detail-page .pd5 .pd5-container .right .pd5-swiper .swiper-pagination-bullet-active {
  background: #666 !important;
}
.product-detail-page .pd6 {
  padding: 5.2083vw 10.4167vw;
}
.product-detail-page .pd6 .pd6-container {
  margin-top: 5.8333vw;
}
.product-detail-page .pd6 .pd6-container .pd6-item {
  padding-bottom: 1.0417vw;
  position: relative;
  margin-top: 1.25vw;
}
.product-detail-page .pd6 .pd6-container .pd6-item:first-child {
  margin-top: 0;
}
.product-detail-page .pd6 .pd6-container .pd6-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container .title {
  color: #000;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd6 .pd6-container .pd6-item .title-container .title {
    font-size: 15px;
  }
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container .btn {
  width: 1.875vw;
  height: 1.875vw;
  background: #eee;
  border-radius: 50%;
  position: relative;
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container .btn span {
  transition: transform ease 0.5s;
  display: block;
  width: 1.0417vw;
  height: 0.1042vw;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666;
  transform: translate3d(-50%, -50%, 0);
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container .btn span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.product-detail-page .pd6 .pd6-container .pd6-item .title-container .active span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(0);
}
.product-detail-page .pd6 .pd6-container .pd6-item .desc {
  display: none;
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd6 .pd6-container .pd6-item .desc {
    font-size: 14px;
  }
}
.product-detail-page .pd7 {
  padding: 0 10.4167vw 5.2083vw;
}
.product-detail-page .pd7 .pd7-container {
  margin-top: 3.9583vw;
  width: 100%;
  display: flex;
}
.product-detail-page .pd7 .pd7-container .product-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3.125vw;
  position: relative;
}
.product-detail-page .pd7 .pd7-container .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.product-detail-page .pd7 .pd7-container .product-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.product-detail-page .pd7 .pd7-container .product-item .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25vw 0 0.4167vw;
}
.product-detail-page .pd7 .pd7-container .product-item .title-container .title {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33;
  text-transform: uppercase;
  transition: color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd7 .pd7-container .product-item .title-container .title {
    font-size: 14px;
  }
}
.product-detail-page .pd7 .pd7-container .product-item .title-container svg {
  width: 1.6667vw;
  transition: color ease 0.3s;
}
.product-detail-page .pd7 .pd7-container .product-item .desc {
  color: #000;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  padding-bottom: 0.8333vw;
  transition: color ease 0.3s;
}
@media screen and (max-width: 768px) {
  .product-detail-page .pd7 .pd7-container .product-item .desc {
    font-size: 12px;
  }
}
.product-detail-page .pd7 .pd7-container .product-item:hover .title-container .title {
  color: #b81c22;
}
.product-detail-page .pd7 .pd7-container .product-item:hover .title-container svg path {
  stroke: #b81c22;
}
.product-detail-page .pd7 .pd7-container .product-item:hover .desc {
  color: #666;
}
.news-page .news1 {
  padding: 10.9896vw 10.4167vw 5.2083vw;
}
.news-page .news1 .news-type-container {
  margin-top: 4.1667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page .news1 .news-type-container .type-item {
  margin-right: 13.5417vw;
  color: #000;
  font-size: 1.25vw;
  padding: 0.8333vw 2.0833vw;
  border-radius: 1.5625vw;
  background: #f6f6f6;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .news-page .news1 .news-type-container .type-item {
    font-size: 15px;
  }
}
.news-page .news1 .news-type-container .type-item:last-child {
  margin-right: 0;
}
.news-page .news1 .news-type-container .active {
  background: #b81c22;
  color: #fff;
}
.news-page .news1 .news-nav-container {
  margin-top: 4.1667vw;
  display: flex;
}
.news-page .news1 .news-nav-container .news-nav {
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  margin-right: 2.0833vw;
}
@media screen and (max-width: 768px) {
  .news-page .news1 .news-nav-container .news-nav {
    font-size: 14px;
  }
}
.news-page .news1 .news-nav-container .news-nav:last-child {
  margin-right: 0;
}
.news-page .news1 .news-nav-container .active {
  color: #b81c22;
  position: relative;
}
.news-page .news1 .news-nav-container .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1563vw;
  width: 100%;
  height: 1px;
  background: #b81c22;
}
.news-page .news1 .news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-page .news1 .news-list .news-item-container {
  margin-top: 2.0833vw;
  width: 30%;
  margin-right: 5%;
}
.news-page .news1 .news-list .news-item-container:nth-of-type(3n) {
  margin-right: 0;
}
.news-page .news1 .news-list .news-item-container .image {
  width: 100%;
  overflow: hidden;
}
.news-page .news1 .news-list .news-item-container .image img {
  transition: transform ease 0.5s;
}
.news-page .news1 .news-list .news-item-container .date {
  padding: 1.0417vw 0 0.8333vw;
  color: #626262;
  font-size: 0.7292vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news-page .news1 .news-list .news-item-container .date {
    font-size: 10px;
  }
}
.news-page .news1 .news-list .news-item-container .title {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  transition: color ease-in 0.5s;
}
@media screen and (max-width: 768px) {
  .news-page .news1 .news-list .news-item-container .title {
    font-size: 14px;
  }
}
.news-page .news1 .news-list .news-item-container:hover .image img {
  transform: scale(1.1);
}
.news-page .news1 .news-list .news-item-container:hover .title {
  color: #b81c22;
}
.news-page .news2 {
  padding: 0 10.4167vw 5.2083vw 10.4167vw;
}
.news-page .news2 .pd6-container {
  margin-top: 5.8333vw;
}
.news-page .news2 .pd6-container .pd6-item {
  padding-bottom: 1.0417vw;
  position: relative;
  margin-top: 1.25vw;
}
.news-page .news2 .pd6-container .pd6-item:first-child {
  margin-top: 0;
}
.news-page .news2 .pd6-container .pd6-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.news-page .news2 .pd6-container .pd6-item .title-container {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.news-page .news2 .pd6-container .pd6-item .title-container .title {
  color: #000;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .news-page .news2 .pd6-container .pd6-item .title-container .title {
    font-size: 15px;
  }
}
.news-page .news2 .pd6-container .pd6-item .title-container .btn {
  width: 1.875vw;
  height: 1.875vw;
  background: #eee;
  border-radius: 50%;
  position: relative;
}
.news-page .news2 .pd6-container .pd6-item .title-container .btn span {
  transition: transform ease 0.5s;
  display: block;
  width: 1.0417vw;
  height: 0.1042vw;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666;
  transform: translate3d(-50%, -50%, 0);
}
.news-page .news2 .pd6-container .pd6-item .title-container .btn span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.news-page .news2 .pd6-container .pd6-item .title-container .active span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(0);
}
.news-page .news2 .pd6-container .pd6-item .desc {
  display: none;
  color: #666;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .news-page .news2 .pd6-container .pd6-item .desc {
    font-size: 14px;
  }
}
.news-detail-page .nd1 {
  padding: 10.9896vw 10.4167vw 5.2083vw;
}
.news-detail-page .nd1 .crumbs {
  color: #999;
  font-size: 1.25vw;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd1 .crumbs {
    font-size: 15px;
  }
}
.news-detail-page .nd1 .crumbs span {
  padding: 0 0.5208vw;
}
.news-detail-page .nd1 .nd1-title {
  margin-top: 2.0833vw;
}
.news-detail-page .nd1 .date-container {
  width: 100%;
  margin-top: 2.9167vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-detail-page .nd1 .date-container .date,
.news-detail-page .nd1 .date-container .share span {
  color: #999;
  font-size: 0.8333vw;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd1 .date-container .date,
  .news-detail-page .nd1 .date-container .share span {
    font-size: 12px;
  }
}
.news-detail-page .nd1 .date-container .share {
  display: flex;
  align-items: center;
}
.news-detail-page .nd1 .date-container .share img {
  width: 1.5625vw;
  margin-left: 0.7292vw;
}
.news-detail-page .nd1 .news-main-container p {
  display: block;
  margin: 2.0833vw 0 0 0;
  color: #000;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd1 .news-main-container p {
    font-size: 14px;
  }
}
.news-detail-page .nd1 .news-main-container p img {
  width: 100%;
}
.news-detail-page .nd1 .public-pagination {
  margin-top: 4.1667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
}
.news-detail-page .nd1 .public-pagination .prev,
.news-detail-page .nd1 .public-pagination .prev-more,
.news-detail-page .nd1 .public-pagination .next,
.news-detail-page .nd1 .public-pagination .next-more {
  width: 1.25vw;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.news-detail-page .nd1 .public-pagination .prev:hover svg path,
.news-detail-page .nd1 .public-pagination .prev-more:hover svg path,
.news-detail-page .nd1 .public-pagination .next:hover svg path,
.news-detail-page .nd1 .public-pagination .next-more:hover svg path {
  fill: #b81c22;
}
.news-detail-page .nd1 .public-pagination .list {
  display: flex;
  gap: 0.5208vw;
}
.news-detail-page .nd1 .public-pagination .list a {
  padding: 0 0.625vw;
  color: #8b8b8b;
  text-align: center;
  font-family: Poppins;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd1 .public-pagination .list a {
    font-size: 15px;
  }
}
.news-detail-page .nd1 .public-pagination .list .active {
  font-weight: bold;
  color: #b81c22;
}
.news-detail-page .nd1 .public-pagination .list .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #b81c22;
}
.news-detail-page .nd2 {
  padding: 0 10.4167vw 5.2083vw;
}
.news-detail-page .nd2 .news-list {
  margin-top: 4.7917vw;
  display: flex;
  flex-wrap: wrap;
}
.news-detail-page .nd2 .news-list .news-item-container {
  margin-top: 2.0833vw;
  width: 30%;
  margin-right: 5%;
}
.news-detail-page .nd2 .news-list .news-item-container:nth-of-type(3n) {
  margin-right: 0;
}
.news-detail-page .nd2 .news-list .news-item-container .image {
  width: 100%;
  overflow: hidden;
}
.news-detail-page .nd2 .news-list .news-item-container .image img {
  transition: transform ease 0.5s;
}
.news-detail-page .nd2 .news-list .news-item-container .date {
  padding: 1.0417vw 0 0.8333vw;
  color: #626262;
  font-size: 0.7292vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd2 .news-list .news-item-container .date {
    font-size: 10px;
  }
}
.news-detail-page .nd2 .news-list .news-item-container .title {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  transition: color ease-in 0.5s;
}
@media screen and (max-width: 768px) {
  .news-detail-page .nd2 .news-list .news-item-container .title {
    font-size: 14px;
  }
}
.news-detail-page .nd2 .news-list .news-item-container:hover .image img {
  transform: scale(1.1);
}
.news-detail-page .nd2 .news-list .news-item-container:hover .title {
  color: #b81c22;
}
.contact-page .cd1 {
  padding: 5.2083vw 10.4167vw;
  position: relative;
}
.contact-page .cd2 {
  position: relative;
  padding-bottom: 13.5417vw;
}
.contact-page .cd2 .cd2-forward {
  right: 0;
  bottom: 0;
}
.contact-page .cd2 .cd2-text {
  position: absolute;
  left: 50%;
  top: 3.6458vw;
  transform: translate3d(-50%, 0, 0);
}
.contact-page .cd2 .cd2-text .title {
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-page .cd2 .cd2-text .title {
    font-size: 18px;
  }
}
.contact-page .cd2 .cd2-text .title span {
  color: #b81c22;
}
.contact-page .cd2 .cd2-text .desc {
  margin-top: 1.4063vw;
  color: #fff;
  font-size: 1.25vw;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact-page .cd2 .cd2-text .desc {
    font-size: 15px;
  }
}
.contact-page .cd2 .cd2-swiper-container {
  position: absolute;
  left: 50%;
  top: 12.4479vw;
  transform: translate3d(-50%, 0, 0);
  width: 56.25vw;
  height: 23.75vw;
  overflow: hidden;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper {
  width: 100%;
  height: 100%;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide {
  padding: 4.375vw 5.7813vw;
  position: relative;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .slide-banner1,
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .slide-banner2,
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .slide-banner1 {
  z-index: -3;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .slide-banner2 {
  z-index: -2;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .mask {
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .title,
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .desc {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .title,
  .contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .desc {
    font-size: 15px;
  }
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .title {
  color: #b81c22;
  font-size: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-wrapper .swiper-slide .text-container .title {
    font-size: 17px;
  }
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-pagination {
  top: unset !important;
  right: 1.25vw !important;
  bottom: 3.125vw !important;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.contact-page .cd2 .cd2-swiper-container .cd2-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}
.contact-page .cd3 {
  padding: 0 10.4167vw 3.125vw;
}
.contact-page .cd3 .cd3-list {
  margin-top: 5.5208vw;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .cd3 .cd3-list .cd3-item {
  width: 31.5%;
  margin-right: 2.75%;
  position: relative;
  overflow: hidden;
  transition: box-shadow ease 0.5s;
  margin-bottom: 2.0833vw;
  cursor: pointer;
}
.contact-page .cd3 .cd3-list .cd3-item:nth-of-type(3n) {
  margin-right: 0;
}
.contact-page .cd3 .cd3-list .cd3-item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.0833vw 2.0833vw 1.5625vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.contact-page .cd3 .cd3-list .cd3-item .mask .title {
  color: #fff;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .contact-page .cd3 .cd3-list .cd3-item .mask .title {
    font-size: 15px;
  }
}
.contact-page .cd3 .cd3-list .cd3-item .btn {
  position: absolute;
  right: 2.0833vw;
  bottom: 1.5625vw;
  width: 1.875vw;
  height: 1.875vw;
  background: #eee;
  border-radius: 50%;
  z-index: 2;
}
.contact-page .cd3 .cd3-list .cd3-item .btn span {
  transition: transform ease 0.5s;
  display: block;
  width: 1.0417vw;
  height: 0.1042vw;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666;
  transform: translate3d(-50%, -50%, 0);
}
.contact-page .cd3 .cd3-list .cd3-item .btn span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
.contact-page .cd3 .cd3-list .cd3-item .more-mask {
  transform: translate3d(0, -100%, 0);
  padding: 2.0833vw;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  transition: transform ease 0.5s;
}
.contact-page .cd3 .cd3-list .cd3-item .more-mask .address,
.contact-page .cd3 .cd3-list .cd3-item .more-mask .email {
  color: #000;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-page .cd3 .cd3-list .cd3-item .more-mask .address,
  .contact-page .cd3 .cd3-list .cd3-item .more-mask .email {
    font-size: 14px;
  }
}
.contact-page .cd3 .cd3-list .cd3-item .more-mask .email {
  margin-top: 2.0833vw;
}
.contact-page .cd3 .cd3-list .cd3-item:hover {
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.16);
}
.contact-page .cd3 .cd3-list .cd3-item:hover .btn span:first-child {
  transform: translate3d(-50%, -50%, 0) rotate(0);
}
.contact-page .cd3 .cd3-list .cd3-item:hover .more-mask {
  transform: translate3d(0, 0, 0);
}
.contact-page .cd4 {
  padding: 5.2083vw 10.4167vw;
  background: #f3f3f3;
}
.contact-page .cd4 .cd4-form {
  margin-top: 5.2083vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .cd4 .cd4-form .half-item {
  width: 36.9792vw;
}
.contact-page .cd4 .cd4-form .max-item {
  width: 100%;
}
.contact-page .cd4 .cd4-form .form-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1.5625vw;
}
.contact-page .cd4 .cd4-form .form-item .name {
  margin-bottom: 1.25vw;
  color: #1a202c;
  font-size: 1.0417vw;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .contact-page .cd4 .cd4-form .form-item .name {
    font-size: 15px;
  }
}
.contact-page .cd4 .cd4-form .form-item .input input,
.contact-page .cd4 .cd4-form .form-item .input select,
.contact-page .cd4 .cd4-form .form-item .input textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px #666;
  color: #999;
  font-size: 1.0417vw;
  font-weight: 400;
  letter-spacing: 0.48px;
  padding: 0.9375vw 1.5625vw;
}
@media screen and (max-width: 768px) {
  .contact-page .cd4 .cd4-form .form-item .input input,
  .contact-page .cd4 .cd4-form .form-item .input select,
  .contact-page .cd4 .cd4-form .form-item .input textarea {
    font-size: 15px;
  }
}
.contact-page .cd4 .cd4-form .form-item .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page .cd4 .cd4-form .form-item .input .error {
  box-shadow: 0 0 0 1px #b81c22;
}
.contact-page .cd4 .cd4-form .agree {
  display: flex;
  align-items: center;
}
.contact-page .cd4 .cd4-form .agree .text {
  color: #666;
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .contact-page .cd4 .cd4-form .agree .text {
    font-size: 15px;
  }
}
.contact-page .cd4 .cd4-form .agree .checkbox {
  width: 0.9896vw;
  height: 0.9896vw;
  border: solid 1px #c7c7c7;
  margin-right: 1.0417vw;
  flex-shrink: 0;
  box-sizing: border-box;
}
.contact-page .cd4 .cd4-form .agree .ck-active {
  position: relative;
  box-shadow: 0 0 0 1px #b81c22;
}
.contact-page .cd4 .cd4-form .agree .ck-active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('/static/image/dui.svg');
  width: 100%;
  height: 100%;
  background-size: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.contact-page .cd4 .cd4-form .submit {
  margin-top: 2.0833vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-page .cd4 .cd4-form .submit .submit-btn {
  color: #fff;
  background: #b81c22;
}
.contact-page .cd4 .cd4-form .submit .submit-btn .text .text-item-real,
.contact-page .cd4 .cd4-form .submit .submit-btn .text .text-item-fake {
  color: #fff;
}
