:root {
  --theme-color: #c81528;
}

.px240 {
  padding: 0 2.4rem;
}

.wapMenu {
  display: none;
}

.main {
  transition: all 0.5s;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.loading .li-box {
  display: flex;
  height: 100vh;
}

.loading .li-box li {
  height: 100%;
  width: calc(100% / 6);
}

.loading .li-box li:nth-child(1) {
  background-color: #f5545d;
}

.loading .li-box li:nth-child(2) {
  background-color: #e44a53;
}

.loading .li-box li:nth-child(3) {
  background-color: #d14049;
}

.loading .li-box li:nth-child(4) {
  background-color: #bc3840;
}

.loading .li-box li:nth-child(5) {
  background-color: #9d2c33;
}

.loading .li-box li:nth-child(6) {
  background-color: #852026;
}

.loading .loading-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.loading .loading-info .loading-logo {
  animation: logo 2.5s ease-out infinite alternate;
}

.loading .loading-info p {
  margin-top: 0.2rem;
}

@keyframes logo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.headerActive {
  color: var(--theme-color) !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.6rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

header .logo {
  padding-left: 2.4rem;
  display: block;
}

header .logo img {
  width: 1.83rem;
  height: 0.35rem;
}

header .pcMenu {
  display: flex;
  align-items: center;
  padding-right: 2.4rem;
  height: 100%;
}

header .pcMenu .menu {
  display: flex;
  align-items: center;
  grid-column-gap: 0.3rem;
  height: 100%;
}

header .pcMenu .menu .menu-a {
  color: white;
  font-size: 0.18rem;
  display: block;
  width: fit-content;
  height: 100%;
  line-height: 1rem;
}

header .pcMenu .menu .menu-a .TwoMenu {
  display: none;
  width: 100%;
  height: 0.8rem;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 1rem;
  border-top: 1px solid #d7d7d7;
  align-items: center;
  justify-content: center;
  column-gap: 0.2rem;
}

header .pcMenu .menu .menu-a .TwoMenu a {
  color: #666666 !important;
  font-size: 0.16rem;
}

header .pcMenu .menu .menu-a .TwoMenu a:hover {
  color: var(--theme-color);
}

header .pcMenu .menu .menu-a .indexA {
  position: relative;
}

header .pcMenu .menu .menu-a:hover .TwoMenu {
  display: flex;
}

header .pcMenu .menu .menu-a a:hover {
  color: var(--theme-color) !important;
}

header .pcMenu .menu .menu-a .indexA:after {
  position: absolute;
  bottom: -0.2rem;
  content: '';
  width: 0;
  left: 0;
  height: 2px;
  background: var(--theme-color);
  transition: width 0.3s ease-in-out;
}

header .pcMenu .menu .menu-a .indexA:hover:after {
  width: 100%;
}

header .pcMenu .zh {
  margin-left: 0.16rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  height: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

header .pcMenu .zh span {
  display: block;
  padding: 0 0.1rem;
  color: white;
}

header .pcMenu .zh .select {
  transition: all 0.5s ease-in-out;
}

header .pcMenu .zh .language-box {
  position: absolute;
  top: 0.3rem;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  padding: 0.1rem 0.2rem;
  width: 100%;
}

header .pcMenu .zh .language-box a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  transition: all 0.3s;
  line-height: 0.24rem;
}

header .pcMenu .zh .language-box a:hover {
  color: var(--theme-color);
}

header .pcMenu .languageActive .select {
  transform: rotate(180deg);
}

.page1 {
  width: 100%;
  /* height: 100vh; */
  height: calc(100vh - 0.81rem);
}

.page1 .banner {
  width: 100%;
  height: 100%;
}

.page1 .banner .swiper-pagination {
  bottom: 1.68rem;
}

.page1 .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.62rem;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
}

.page1 .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.62rem;
  height: 2px;
  background: var(--theme-color);
}

.page1 .banner .banner-text {
  position: absolute;
  /*top: calc(50% - 1.86rem);*/
  /*left: 50%;*/
  /*transform: translate(-50%, calc(-50% + 1.86rem));*/
  /*text-align: center;*/
  width: 100%;
  bottom: 25%;
  left: 8%;
}

.page1 .banner .banner-text p {
  font-weight: 400;
  font-size: 0.94rem;
  font-size: 0.54rem;
  color: #ffffff;
}

.page1 .banner .banner-text p:last-child {
  font-weight: 400;
  font-size: 0.48rem;
  font-size: 0.3rem;
  color: #ffffff;
}

.page2 {
  height: auto;
  /* position: relative;*/
  /*z-index: 10;*/
}

.page2 .page2-box {
  padding: 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  margin-top: -7%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.page2 .page2-box .left-box {
  width: fit-content;
}

.page2 .page2-box .left-box p {
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
}

.page2 .page2-box .left-box p:last-child {
  font-size: 0.24rem;
}

.page2 .page2-box .line {
  width: 1px;
  background: var(--theme-color);
}

.page2 .page2-box .right-box {
  width: 57%;
  font-weight: 400;
}

.page2 .page2-box .right-box p {
  font-size: 0.14rem;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}

.page2 .page2-box .right-box a {
  display: block;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.3rem;
}

.page2 .page2-box .right-box a:hover {
  color: var(--theme-color);
}

.indexTit {
  font-size: 0.48rem;
  color: #131212;
  text-align: center;
  padding-top: 0.7rem;
  font-weight: 700;
  letter-spacing: 4px;
  -webkit-box-reflect: below 0 linear-gradient(transparent 70%, rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
}

.indexTit-box {
  position: relative;
}

.indexTit-en {
  position: absolute;
  left: 50%;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translate(-50%);
  z-index: 0;
  font-size: 0.8rem;
  font-weight: 700;
}

.page3 {
  width: 100%;
  background-color: white;
}

.page3 .num-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.page3 .num-box .num-box-one {
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.page3 .num-box .num-box-one .nums {
  display: flex;
  align-items: baseline;
}

.page3 .num-box .num-box-one .nums span {
  font-weight: bold;
  font-size: 0.48rem;
  color: var(--theme-color);
}

.page3 .num-box .num-box-one .nums i {
  font-style: normal;
  font-size: 0.38rem;
  color: #333333;
  margin-left: 0.15rem;
}

.page3 .num-box .num-box-one .cp {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.1rem;
}

.page4 {
  width: 100%;
  height: 100vh;
  margin-top: 1rem;
}

.page4 .proBox {
  position: relative;
  height: 100%;
}

.page4 .proBox .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.page4 .proBox .title .paging {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  width: 70%;
}

.page4 .proBox .title .paging .arr-left {
  background: url(../img/arr2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-position: right center;
}

.page4 .proBox .title .paging .arr-left:hover {
  background: url(../img/arr1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-position: left center;
  transform: rotate(180deg);
}

.page4 .proBox .title .paging .arr-right {
  background: url(../img/arr2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-position: right center;
  transform: rotate(180deg);
  cursor: pointer;
}

.page4 .proBox .title .paging .arr-right:hover {
  background: url(../img/arr1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-position: left center;
  transform: rotate(0deg);
}

.page4 .proBox .title .paging ul {
  display: flex;
  align-items: center;
  grid-column-gap: 0.36rem;
  margin: 0 0.6rem;
}

.page4 .proBox .title .paging ul li {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.page4 .proBox .title .paging ul li:hover {
  color: var(--theme-color);
}

.page4 .proBox .proSwiper {
  width: 100%;
  height: 100%;
}

.page4 .proBox .proSwiper1 {
  width: 90%;
}

.page4 .proBox .proSwiper1 .swiper-slide {
  cursor: pointer;
  font-size: 0.16rem;
  color: #666;
  white-space: nowrap;
  /* width: fit-content !important;*/
  padding: 0 0.4rem;
}

.page4 .proActive {
  font-size: 0.18rem !important;
  color: var(--theme-color) !important;
}

.page5 .jp-swiper {
  width: 100%;
}

.page5 .jp-box {
  margin-top: 0.7rem;
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*column-gap: 0.5rem;*/
  /*margin-bottom: 0.5rem;*/
  flex-direction: row;
}

.page5 .jp-box a {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0.4rem;
}

.page5 .jp-box a .img-box {
  overflow: hidden;
  width: 100%;
  height: 3rem;
}

.page5 .jp-box a .img-box img {
  transition: all 0.7s ease-in-out;
}

.page5 .jp-box a p {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #333333;
}

.page5 .jp-box a:nth-child(3n + 3) {
  /*margin-right: 0;*/
}

.page5 .jp-box a:hover .img-box img {
  transform: scale(1.1);
}

.page5 .jp-box a:hover p {
  color: var(--theme-color);
}

.page6 {
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 0.8rem;
}

.page6 .partyNews {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.page6 .partyNews li {
  width: fit-content;
  padding: 0.07rem 0.25rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 50px;
  border: 1px solid #c1c1c1;
  margin-right: 0.3rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  transition: all 0.25s ease-in-out;
}

.page6 .partyNews li:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.page6 .partyActive {
  color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}

.page6 .party-box .party-one {
  display: none;
  justify-content: space-between;
}

.page6 .party-box .party-one .party-left {
  width: 49.5%;
  background-color: #fff;
}

.page6 .party-box .party-one .party-left img {
  width: 100%;
  height: 4.1rem;
  object-fit: cover;
}

.page6 .party-box .party-one .party-left .info {
  padding: 0.3rem 0.4rem;
}

.page6 .party-box .party-one .party-left .info .time {
  font-size: 0.14rem;
  color: #999999;
  line-height: 33px;
}

.page6 .party-box .party-one .party-left .info .t {
  font-size: 0.2rem;
  color: #333333;
  line-height: 33px;
  margin-top: 0.2rem;
}

.page6 .party-box .party-one .party-left .info .more {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #999999;
  display: block;
  width: fit-content;
}

.page6 .party-box .party-one .party-left .info .more:hover {
  color: var(--theme-color);
}

.page6 .party-box .party-one .party-right {
  width: 49.5%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 0.2rem;
}

.page6 .party-box .party-one .party-right .parbx {
  display: flex;
}

.page6 .party-box .party-one .party-right .parbx img {
  width: 2.8rem;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.page6 .party-box .party-one .party-right .parbx .info {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0.45rem;
  width: 100%;
}

.page6 .party-box .party-one .party-right .parbx .info .time {
  font-size: 0.14rem;
  color: #999999;
  line-height: 32px;
}

.page6 .party-box .party-one .party-right .parbx .info .t {
  font-size: 0.2rem;
  color: #333333;
  /* line-height: 32px;*/
  margin-top: 0.1rem;
  /*height: 0.6rem;*/
}

.page6 .party-box .party-one .party-right .parbx .info .more {
  font-size: 0.14rem;
  color: #999999;
  display: block;
  margin-top: 0.16rem;
  width: fit-content;
}

.page6 .party-box .party-one .party-right .parbx:hover .more {
  color: var(--theme-color);
}

.page6 .party-box .party-one-active {
  display: flex;
}

.page7 {
  padding-bottom: 0.8rem;
}

.page7 .News {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.page7 .News li {
  width: fit-content;
  padding: 0.07rem 0.25rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 50px;
  border: 1px solid #c1c1c1;
  margin-right: 0.3rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  transition: all 0.25s ease-in-out;
}

.page7 .News li:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.page7 .NewsActive {
  color: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}

.page7 .News-box .News-one {
  display: none;
  justify-content: space-between;
}

.page7 .News-box .News-one .News-left {
  width: 49.5%;
  background-color: #fff;
}

.page7 .News-box .News-one .News-left img {
  width: 100%;
  height: 3.4rem;
  object-fit: cover;
}

.page7 .News-box .News-one .News-left .info {
  padding: 0.4rem 0.3rem;
  display: flex;
  background-color: #f8f8f8;
  align-items: center;
}

.page7 .News-box .News-one .News-left .info .time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page7 .News-box .News-one .News-left .info .time .day {
  font-size: 0.46rem;
  color: #333333;
  line-height: 1;
}

.page7 .News-box .News-one .News-left .info .time .year {
  font-size: 0.14rem;
  color: #999999;
  line-height: 1;
}

.page7 .News-box .News-one .News-left .info .text {
  flex: 1;
  padding-left: 0.3rem;
}

.page7 .News-box .News-one .News-left .info .text .tits {
  font-size: 0.2rem;
  color: #333333;
}

.page7 .News-box .News-one .News-left .info .text .subtits {
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.1rem;
}

.page7 .News-box .News-one .News-left:hover .info .text .tits {
  color: var(--theme-color);
}

.page7 .News-box .News-one .News-right {
  width: 49.5%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  background: #f8f8f8;
}

.page7 .News-box .News-one .News-right a {
  display: block;
  padding: 0.3rem 0.5rem;
  position: relative;
}

.page7 .News-box .News-one .News-right a .time {
  font-size: 0.14rem;
  color: #999999;
}

.page7 .News-box .News-one .News-right a .tits {
  font-size: 0.2rem;
  color: #333333;
  padding-top: 0.16rem;
}

.page7 .News-box .News-one .News-right a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 1rem);
  background: #e9e9e9;
}

.page7 .News-box .News-one .News-right a:last-child:after {
  height: 0;
}

.page7 .News-box .News-one .News-right a:hover .tits {
  color: var(--theme-color);
}

.page7 .News-box .News-one-active {
  display: flex;
}

footer {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}

footer .top {
  padding: 0.5rem 2.4rem;
  width: 100%;
  display: none;
  align-items: center;
}

footer .top span {
  font-size: 0.26rem;
  color: #333333;
  margin-left: 0.2rem;
}

footer .line {
  width: 100%;
  /* height: 1px; */
  /* background: #d7d7d7; */
  opacity: 0.7;
  padding-top: 0.6rem;
  border-bottom: 1px solid #d7d7d7;
}

footer .footer {
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
}

footer .footer .addres {
  margin-right: 0.3rem;
}

footer .footer .addres img {
  width: 100%;
  zoom: 0.1;
}

footer .footer .addres p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.36rem;
}

footer .footer .addres .qrbox {
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
  margin-top: 0.2rem;
}

footer .footer .addres .qrbox li {
  cursor: pointer;
  position: relative;
}

footer .footer .addres .qrbox li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer .footer .addres .qrbox li .qrcode {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  transition: all 0.3s ease-in-out;
  display: none;
}

footer .footer .addres .qrbox li:hover .qrcode {
  display: block;
}

footer .footer .footer-menu {
  flex: 1;
  border-left: 1px solid #d7d7d7;
  padding-left: 0.4rem;
  display: none;
  justify-content: space-between;
}

footer .footer .footer-menu .classification a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  cursor: pointer;
}

footer .footer .footer-menu .classification a:hover {
  color: var(--theme-color);
}

footer .footer .footer-menu .classification-a {
  display: flex;
  flex-direction: column;
  margin-top: 0.1rem;
}

footer .footer .footer-menu .classification-a a {
  font-size: 0.14rem;
  color: #999999;
  line-height: 25px;
  cursor: pointer;
}

footer .footer .footer-menu .classification-a a:hover {
  color: var(--theme-color);
}

footer .footer .footer-menu .pros {
  width: 35%;
}

footer .footer .footer-menu .pros .classification-pros {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 0.2rem;
}

footer .footer .footer-menu .pros .classification-pros a {
  width: 47%;
  white-space: nowrap;
}

footer .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 22px;
  padding: 0.25rem 0;
  border-top: 1px solid var(--theme-color);
}

footer .copyright a {
  color: #999;
}

.qrbox {
  display: flex;
  align-items: center;
}

.qrbox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.qrbox li:last-child {
  margin-right: 0;
}

.qrbox li p {
  font-size: 0.16rem;
  color: #333333;
}

.currency {
  width: 100%;
  height: 6.75rem;
  position: relative;
}

.currency .tit {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.currency .tit .zh {
  font-weight: 400;
  font-size: 0.6rem;
  color: #ffffff;
}

.currency .tit .en {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.currency .inner-page-banner {
  background-size: contain !important;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;

  background-repeat: no-repeat !important;
}

.currencyTit {
  font-weight: 400;
  font-size: 0.48rem;
  color: #131212;
  margin-bottom: 0.5rem;
  min-width: fit-content;
}

.currencyTime {
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
}

.currencyDetail {
  height: 4rem;
}

.currencyArea {
  padding: 0.7rem 2.4rem !important;
}

.currencyDetailMenu {
  width: 100%;
  padding: 0 2.4rem;
  background: #f5f5f5;
  height: 0.65rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.currencyDetailMenu a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #898989;
}

.currencyDetailMenu i {
  font-style: normal;
  color: #898989;
}

.currencyDetailMenu a:hover {
  color: var(--theme-color);
}

.currencyDetailMenu span {
  color: #505050;
  font-size: 0.16rem;
}

.animationFadein {
  visibility: visible !important;
  animation-name: fadeInUp !important;
  animation-duration: 1s !important;
  animation-fill-mode: both !important;
}

.currencyMenu {
  height: 0.75rem;
  background: #f5f5f5;
  width: 100%;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.currencyMenu .currencyMenuli {
  font-size: 0.2rem;
  color: #666666;
  display: block;
  line-height: 0.75rem;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.currencyMenu .currencyMenuli.on {
  background: var(--theme-color) !important;
  color: #fff;
}

.three {
  padding: 0 2.4rem;
  line-height: normal;
  color: #666666;
  cursor: default;
  display: none;
  align-items: center;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.three span {
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 0.2rem;
  color: #666666;
}

.currencyMenu .currencyMenuli:hover {
  background: var(--theme-color) !important;
  color: #fff;
}

.currencyMore {
  width: 1.4rem;
  height: 0.4rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 0.2rem;
  border: 1px solid #c1c1c1;
}

.currencyMore:hover {
  background: var(--theme-color);
  color: #fff !important;
}

.message {
  width: 100%;
}

.message .message-one {
  width: 100%;
  padding: 0 2.4rem;
  padding-top: 0.7rem;
}

.message .message-one .ibox {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}

.message .message-one .ibox .ibox-t {
  flex: 1;
}

.message .message-one .ibox .ibox-t .ts {
  font-size: 0.16rem;
  color: #333333;
}

.message .message-one .ibox .ibox-t i {
  color: var(--theme-color);
}

.message .message-one .ibox .ibox-t input {
  background-color: #f5f5f5;
  border: none;
  padding: 0.2rem;
  border-radius: 8px;
  margin-top: 0.2rem;
  width: 100%;
  color: #757575;
}

.message .message-one .ar {
  margin-top: 0.3rem;
}

.message .message-one .ar .textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-top: 0.2rem;
  padding: 0.2rem;
  color: #757575;
}

.message .message-one .sub {
  transition: all 0.25s;
  text-align: center;
  margin-top: 0.5rem;
}

.message .message-one .sub .btn {
  background: rgba(200, 21, 40, 0);
  border-radius: 20px;
  border: 1px solid #c1c1c1;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
}

.message .message-one .sub .btn:hover {
  background: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-color);
}

.message .message-one .idea-box {
  height: 4rem;
  display: flex;
}

.message .message-one .idea-box img {
  width: 50%;
}

.message .message-one .idea-box .idea {
  padding: 1.2rem;
  width: 50%;
  background: #f8f8f8;
}

.message .message-one .idea-box .idea .TheNewEra {
  width: 100%;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
}

.message .message-one .idea-box .idea .TheNewMsg {
  margin-top: 0.35rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.message .message-one .newIdea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin-top: 0.3rem;
}

.message .message-one .newIdea .newIdeaLi {
  height: 2.36rem;
  position: relative;
}

.message .message-one .newIdea .newIdeaLi .newIdeaLi-msg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem;
}

.message .message-one .newIdea .newIdeaLi .newIdeaLi-msg .li-t {
  font-size: 0.3rem;
  color: #333333;
}

.message .message-one .newIdea .newIdeaLi .newIdeaLi-msg .li-st {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666666;
}

.message .message-one .newIdea .newIdeaLi:first-child {
  background: #f8f8f8 url('../img/Era01.png');
  background-repeat: no-repeat;
  width: 100%;
  background-position: right top;
  /*filter: grayscale(1);*/
  transition: all 0.4s ease-in-out;
}

.message .message-one .newIdea .newIdeaLi:nth-of-type(2) {
  background: #f8f8f8 url('../img/Era04.png');
  background-repeat: no-repeat;
  width: 100%;
  background-position: left center;
  /* filter: grayscale(1);*/
  transition: all 0.4s ease-in-out;
  background-size: cover;
}

.message .message-one .newIdea .newIdeaLi:nth-of-type(3) {
  background: #f8f8f8 url('../img/Era03.jpg');
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  /* filter: grayscale(1);*/
  transition: all 0.4s ease-in-out;
  background-size: cover;
}

.message .message-one .newIdea .newIdeaLi:last-child {
  background: #f8f8f8 url('../img/Era02.png');
  background-repeat: no-repeat;
  width: 100%;
  background-position: right top;
  /*filter: grayscale(1);*/
  transition: all 0.4s ease-in-out;
}

.message .message-one .newIdea .newIdeaLi:hover {
  filter: grayscale(0);
}

.message .message-one .ThreeGorgesSwiper {
  height: 5rem;
  width: 100%;
}

.message .message-one .ThreeGorgesSwiper .swiper-slide {
  width: 6rem;
  transition: all 0.5s;
}

.message .message-one .ThreeGorgesSwiper .swiper-slide img {
  border-radius: 8px;
  height: calc(100% - 0.6rem);
  width: 100%;
  object-fit: cover;
}

.message .message-one .ThreeGorgesSwiper .swiper-slide .t {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.2rem;
  text-align: center;
  opacity: 0;
}

.message .message-one .ThreeGorgesSwiper .swiper-slide-active .t {
  opacity: 1;
}

.message .linerBg {
  width: 100%;
  height: 0.5rem;
  background: repeating-linear-gradient(to top, #f5f5f5, #fff);
}

.message .message-two {
  padding: 0.7rem 2.4rem;
}

.message .message-two .concatUs {
  display: flex;
}

.message .message-two .concatUs .map {
  flex: 60%;
  height: 5rem;
  background-color: #ccc;
}

.message .message-two .concatUs .info {
  flex: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.4rem;
}

.message .message-two .concatUs .info h2 {
  font-weight: bold;
  font-size: 0.3rem;
  color: #333333;
}

.message .message-two .concatUs .info .sublie {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.2rem;
}

.message .message-two .concatUs .info .line-box {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}

.message .message-two .concatUs .info .line-box .line {
  display: block;
  width: 0.28rem;
  height: 1px;
  background: #555;
}

.message .message-two .concatUs .info .line-box .disash {
  width: 100%;
  border-bottom: 1px dashed #c0c0c0;
}

.message .message-two .concatUs .info .address {
  margin-top: 0.45rem;
  color: #666666;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}

.message .message-two .concatUs .info .address .t {
  font-weight: 400;
  font-size: 0.16rem;
}

.message .message-two .concatUs .info .address i {
  font-weight: bold;
  font-size: 0.18rem;
  font-style: normal;
}

.message .forward {
  margin-top: 0.8rem;
  width: 100%;
  height: 6.5rem;
  background: url('../img/join us.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.message .forward .forward-t {
  font-weight: 400;
  font-size: 0.85rem;
  color: #f5f5f5;
}

.message .forward .forward-j {
  margin-top: 0.35rem;
  font-size: 0.36rem;
  color: #f5f5f5;
}

.message .forward .forward-btn {
  width: 2rem;
  height: 0.6rem;
  background: var(--theme-color);
  border-radius: 0.3rem;
  display: block;
  font-size: 0.22rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
  margin-top: 0.8rem;
}

.newsPart {
  padding: 0.7rem 2.4rem;
}

.newsPart .recom-box {
  width: 100%;
  display: flex;
  /* height: 4.16rem; */
  margin-bottom: 0.35rem;
}

.newsPart .recom-box img {
  width: 50%;
}

.newsPart .recom-box .recom-info {
  padding: 0.75rem 0;
  padding-left: 0.5rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.newsPart .recom-box .recom-info .recom-tit {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.2rem;
}

.newsPart .recom-box .recom-info .recom-subs {
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  margin-top: 0.4rem;
}

.newsPart .recom-box .recom-info .recom-more {
  margin-top: 0.5rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 0.16rem;
  border: 1px solid var(--theme-color);
  width: fit-content;
  text-align: center;
  color: var(--theme-color);
  padding: 6px 16px;
}

.newsPart .newsPart-list {
  display: grid;
  column-gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.newsPart .newsPart-list a {
  margin-bottom: 0.35rem;
}

.newsPart .newsPart-list a .scaleImg {
  height: 3rem;
  overflow: hidden;
}

.newsPart .newsPart-list a .scaleImg img {
  transition: all 0.3s ease-in-out;
}

.newsPart .newsPart-list a .list-info {
  padding: 0.3rem 0.2rem 0 0.2rem;
}

.newsPart .newsPart-list a .list-info .list-tit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  margin-top: 0.2rem;
  transition: all 0.3s ease-in-out;
}

.newsPart .newsPart-list a:hover .scaleImg img {
  transform: scale(1.1);
}

.newsPart .newsPart-list a:hover .list-tit {
  color: var(--theme-color);
}

.product-box {
  padding: 0.7rem 2.4rem;
  display: flex;
}

.Boutiqueline {
  padding-top: 0;
}

.product-box .productMenu {
  height: 100%;
  padding: 0;
  flex-direction: column;
  align-items: start;
  background: transparent;
  width: 4rem;
  min-width: 4rem;
  row-gap: 0.1rem;
}

.product-box .productMenu .currencyMenuli {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
}

.product-box .product-list,
.product-box .Boutique,
.product-box .product-content {
  width: 100%;
  padding-left: 0.8rem;
}

.product-box .product-content {
  text-align: justify;
}

.product-box .product-list .list1,
.product-box .Boutique .list1,
.product-box .product-content .list1 {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.product-box .product-list .list1 a,
.product-box .Boutique .list1 a,
.product-box .product-content .list1 a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  min-height: 2rem;
}

.product-box .product-list .list1 a .product-left,
.product-box .Boutique .list1 a .product-left,
.product-box .product-content .list1 a .product-left {
  flex: 1;
  overflow: hidden;
}

.product-box .product-list .list1 a .product-left img,
.product-box .Boutique .list1 a .product-left img,
.product-box .product-content .list1 a .product-left img {
  transition: all 0.5s ease-in-out;
}

.product-box .product-list .list1 a .product-right,
.product-box .Boutique .list1 a .product-right,
.product-box .product-content .list1 a .product-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  padding: 0 0.3rem;
}

.product-box .product-list .list1 a .product-right .product-tit,
.product-box .Boutique .list1 a .product-right .product-tit,
.product-box .product-content .list1 a .product-right .product-tit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
}

.product-box .product-list .list1 a .product-right .more,
.product-box .Boutique .list1 a .product-right .more,
.product-box .product-content .list1 a .product-right .more {
  width: 1.1rem;
  height: 0.32rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 0.16rem;
  border: 1px solid #c1c1c1;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
  text-align: center;
}

.product-box .product-list .list1 a .product-right:after,
.product-box .Boutique .list1 a .product-right:after,
.product-box .product-content .list1 a .product-right:after {
  position: absolute;
  left: 0;
  content: '';
  width: 1px;
  height: 96%;
  background-color: #e7e7e7;
}

.product-box .product-list .list1 a:hover .product-left img,
.product-box .Boutique .list1 a:hover .product-left img,
.product-box .product-content .list1 a:hover .product-left img {
  transform: scale(1.1);
}

.product-box .product-list .list1 a:hover .more,
.product-box .Boutique .list1 a:hover .more,
.product-box .product-content .list1 a:hover .more {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.product-box .product-list .Boutiquelist,
.product-box .Boutique .Boutiquelist,
.product-box .product-content .Boutiquelist {
  padding: 0;
  gap: 0.36rem;
  grid-template-columns: repeat(3, 1fr);
}

.product-box .product-list .Boutiquelist a,
.product-box .Boutique .Boutiquelist a,
.product-box .product-content .Boutiquelist a {
  flex-direction: column;
  border: none;
}

.product-box .product-list .Boutiquelist a .product-left,
.product-box .Boutique .Boutiquelist a .product-left,
.product-box .product-content .Boutiquelist a .product-left {
  flex: none;
  height: 3.08rem;
}

.product-box .product-list .Boutiquelist a .product-right,
.product-box .Boutique .Boutiquelist a .product-right,
.product-box .product-content .Boutiquelist a .product-right {
  flex: none;
}

.product-box .product-list .Boutiquelist a .product-right .product-tit,
.product-box .Boutique .Boutiquelist a .product-right .product-tit,
.product-box .product-content .Boutiquelist a .product-right .product-tit {
  margin-top: 0.2rem;
  text-align: center;
}

.product-box .product-list .Boutiquelist a .product-right:after,
.product-box .Boutique .Boutiquelist a .product-right:after,
.product-box .product-content .Boutiquelist a .product-right:after {
  width: 0;
}

.product-box .product-list .Boutiquelist a:hover .product-tit,
.product-box .Boutique .Boutiquelist a:hover .product-tit,
.product-box .product-content .Boutiquelist a:hover .product-tit {
  color: var(--theme-color);
}

.product-box .product-list .paging-box,
.product-box .Boutique .paging-box,
.product-box .product-content .paging-box {
  justify-content: end;
}

.product-box .product-list .details-tit,
.product-box .Boutique .details-tit,
.product-box .product-content .details-tit {
  font-size: 0.34rem;
  color: #000000;
  margin-top: 0.5rem;
}

.product-box .product-list .details-subtit,
.product-box .Boutique .details-subtit,
.product-box .product-content .details-subtit {
  font-size: 0.28rem !important;
  color: #000000 !important;
  margin-top: 1rem;
}

.product-box .product-content .details-subtit {
  margin-bottom: 0.35rem;
}

.product-box .product-list .details-msg,
.product-box .Boutique .details-msg,
.product-box .product-content p:not(.details-msg) {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  /* margin-top: 0.35rem;*/
}

.product-box .product-content p span {
  line-height: 1.3 !important;
}

.product-box .product-list .line,
.product-box .Boutique .line,
.product-box .product-content .line {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-top: 0.6rem;
}

.product-box .Boutique {
  position: relative;
  padding: 0;
  padding-top: 0.4rem;
  margin-top: 0.2rem;
}

.product-box .Boutique:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  top: 0;
}

.product-box .prodetailHeight {
  width: 100%;
}

.product-box .MessageCustomization {
  width: 100%;
  background: #f5f5f5;
  margin-top: 0.2rem;
}

.product-box .MessageCustomization img {
  height: 2.36rem;
}

.product-box .MessageCustomization .MessageCustomization-msg {
  padding: 0.3rem 0.2rem;
}

.product-box .MessageCustomization .MessageCustomization-msg .problem {
  font-size: 0.26rem;
  color: #000000;
}

.product-box .MessageCustomization .MessageCustomization-msg .phone,
.product-box .MessageCustomization .MessageCustomization-msg .emil {
  font-size: 0.16rem;
  color: #666666;
}

.product-box .MessageCustomization .MessageCustomization-msg .phone {
  margin-top: 0.4rem;
}

.product-box .MessageCustomization .MessageCustomization-msg .emil {
  margin-top: 0.2rem;
}

.product-box .MessageCustomization .MessageCustomization-msg .more {
  margin-top: 0.3rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  background: var(--theme-color);
}

.product-box .productOn {
  display: grid !important;
}

.engineeringDetailMenu {
  background: #f5f5f5;
}

.engineering-detail {
  width: 100%;
  background: #f5f5f5;
  height: auto !important;
}

.engineering-detail .engineering-detail-img {
  flex: 1;
}

.engineering-detail .engineering-detail-img img {
  height: auto;
}

.engineering-detail .engineering-detail-info {
  flex: 1;
  padding-left: 0.8rem;
  margin-top: 0.3rem;
}

.engineering-detail .engineering-detail-info .engineering-detail-info-tit {
  font-size: 0.28rem;
  color: #000000;
}

.engineering-detail .engineering-detail-info .engineering-detail-info-msg {
  margin-top: 0.3rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
  text-indent: 2em;
}

.ApplicationProducts {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  padding: 0.7rem 2.4rem;
}

.ApplicationProducts .ApplicationProductsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.ApplicationProducts .ApplicationProductsList a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e7e7e7;
  min-height: 2rem;
}

.ApplicationProducts .ApplicationProductsList a .product-left {
  flex: 1;
  overflow: hidden;
}

.ApplicationProducts .ApplicationProductsList a .product-left img {
  transition: all 0.5s ease-in-out;
}

.ApplicationProducts .ApplicationProductsList a .product-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  padding: 0 0.3rem;
}

.ApplicationProducts .ApplicationProductsList a .product-right .product-tit {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
}

.ApplicationProducts .ApplicationProductsList a .product-right .more {
  width: 1.1rem;
  height: 0.32rem;
  background: rgba(200, 21, 40, 0);
  border-radius: 0.16rem;
  border: 1px solid #c1c1c1;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.32rem;
  text-align: center;
}

.ApplicationProducts .ApplicationProductsList a .product-right:after {
  position: absolute;
  left: 0;
  content: '';
  width: 1px;
  height: 96%;
  background-color: #e7e7e7;
}

.ApplicationProducts .ApplicationProductsList a:hover .product-left img {
  transform: scale(1.1);
}

.ApplicationProducts .ApplicationProductsList a:hover .more {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.service {
  width: 100%;
}

.service .network {
  display: flex;
  flex-direction: column;
}

.service .network .networkTit {
  padding: 0.7rem 2.4rem 0 2.4rem;
  margin-bottom: 0.1rem;
}

.service .network #map {
  width: 100%;
  height: 100vh;
}

.service .network .table-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.3rem;
}

.service .network .table-box .table {
  width: fit-content;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service .network .table-box .table .tableone {
  display: flex;
  align-items: center;
}

.service .network .table-box .table .tableone .tit {
  font-weight: 400;
  font-size: 0.22rem;
  color: #333333;
  background: #e2e2e2;
  height: 0.5rem;
  width: 1.1rem;
  line-height: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.service .network .table-box .table .tableone .subtit {
  font-size: 0.22rem;
  color: #666;
  width: 1.5rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.service .network .table-box .table .tableone .subtit:last-child {
  border-right: none;
}

.service .network .table-box .table .tableone .tit:last-child {
  border-bottom: none;
}

.service .network .table-box .table .tableone:last-child .subtit {
  border-bottom: none;
}

.service .network .mapPhone {
  display: none;
}

.service .developmentHistory {
  width: 100%;
  padding: 0.7rem 2.4rem;
  background: #f5f5f5;
}

.service .developmentHistory .developmentHistory-list {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.service .developmentHistory .developmentHistory-list .history {
  height: 1.3rem;
  box-shadow: 0 0.04rem 0.16rem 0 rgba(108, 108, 108, 0.1);
}

.service .download {
  width: 100%;
  padding: 0.7rem 2.4rem;
}

.service .download .download-list {
  display: flex;
  flex-direction: column;
}

.service .download .download-list .download-a {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.3rem;
}

.service .download .download-list .download-a .l,
.service .download .download-list .download-a .r {
  display: flex;
  align-items: center;
}

.service .download .download-list .download-a .l .tit,
.service .download .download-list .download-a .r .tit {
  font-size: 0.16rem;
  color: #666666;
  margin-left: 0.16rem;
}

.service .download .download-list .download-a .l .loadT,
.service .download .download-list .download-a .r .loadT {
  margin-left: 0.13rem;
}

.service .download .download-list .download-a .l .yun,
.service .download .download-list .download-a .r .yun {
  background: url('../img/download02.png') no-repeat;
  background-size: cover;
  width: 0.21rem;
  height: 0.16rem;
}

.service .download .download-list .download-a .l {
  max-width: 70%;
}

.service .download .download-list .download-a:hover .loadT {
  color: var(--theme-color);
}

.service .download .download-list .download-a:hover .yun {
  background: url('../img/download02-1.png') no-repeat;
  background-size: cover;
  width: 0.21rem;
  height: 0.16rem;
  animation: moveUpAndDown 0.8s ease-in-out infinite;
}

.service .downloadBtn {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}

.service .downloadBtn .currencyMore {
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.16rem;
  color: #666666;
  display: block;
}

.videoBox {
  width: 100%;
  position: relative;
  height: 3.7rem;
}

.videoBox .videoBox-bg {
  position: absolute;
  height: 5.75rem;
  top: -2.4rem;
  width: calc(100% - 4.8rem);
  border-radius: 0.15rem;
}

.videoBox .videoBox-bg .videoBoxbg {
  border-radius: 0.15rem;
  position: relative;
  z-index: 10;
  width: 100% !important;
  height: 100% !important;
}

.videoBox .videoBox-bg .videoBox-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.videoBox .videoBox-bg .videoBox-text p {
  font-size: 0.48rem;
  color: #ffffff;
  text-align: center;
  display: none;
}

.videoBox .videoBox-bg .videoBox-text .play {
  width: 0.84rem;
  height: 0.84rem;
  object-fit: cover;
  margin-top: 0.7rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.videoBox .videoBox-bg .videoBox-text .play:hover {
  transform: rotate(360deg);
}

.videoBox .videoBox-bg::before {
  position: absolute;
  inset: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.15rem;
  z-index: 11;
}

.videoBox .videoBox-bg::after {
  position: absolute;
  inset: 0;
  content: '';
  background: var(--theme-color);
  border-radius: 0.15rem;
  left: 0.3rem;
  top: 0.3rem;
  right: -0.3rem;
  bottom: -0.3rem;
}

.videoBox .video-box {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}

.videoBox .video-box .showVideo {
  width: 100%;
  max-width: 60%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
}

.videoBox .video-box .showVideo .close {
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
}

.videoBox .video-box .showVideo .close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: #e6e6e6;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.videoBox .video-box .showVideo .close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/close.png) no-repeat center;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.videoBox .video-box .showVideo .close:hover:before {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.videoBox .video-box .showVideo .close:hover:after {
  height: 100%;
  background: #f5f5f5;
}

.videoBox .video-box .showVideo .video {
  max-width: 100%;
  max-height: 80vh;
  width: 100%;
  height: 100%;
}

.introduce {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 1.2rem;
}

.introduce .introduce-l {
  width: 50%;
}

.introduce .introduce-l .introduce-msg {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.36rem;
  text-indent: 2em;
  height: 8rem;
  overflow: hidden;
  overflow-y: scroll;
}

.introduce .introduce-r {
  width: 50%;
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  display: flex;
  flex-wrap: wrap;
}

.introduce .introduce-r .numbox {
  width: 50%;
  height: 1.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.introduce .introduce-r .numbox .cp {
  font-size: 0.18rem;
  color: var(--theme-color);
}

.introduce .introduce-r .numbox .n {
  display: flex;
  align-items: baseline;
  margin-top: 0.3rem;
  color: var(--theme-color);
}

.introduce .introduce-r .numbox .n .nums {
  font-weight: 400;
  font-size: 0.6rem;
}

.introduce .introduce-r .numbox .n .unit {
  margin-left: 0.1rem;
  font-size: 0.2rem;
}

.introduce .introduce-r .numbox:nth-of-type(1),
.introduce .introduce-r .numbox:nth-of-type(4),
.introduce .introduce-r .numbox:nth-of-type(5),
.introduce .introduce-r .numbox:nth-of-type(8),
.introduce .introduce-r .numbox:nth-of-type(9) {
  background: #feeced;
  border: 1px solid #ffd5d8;
}

.chairman {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  column-gap: 0.6rem;
}

.chairman img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.chairman .chairman-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chairman .chairman-info .currencyTit {
  margin-bottom: 0.4rem;
}

.signature {
  height: 1rem !important;
}

.chairman .chairman-info p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.36rem;
}

.develop .develop-page,
.QualificationHeight .develop-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.develop .develop-page .currencyTit {
  margin-bottom: 0;
}

.develop .develop-page .develop-arrow,
.QualificationHeight .develop-page .develop-arrow {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}

.develop-arrow .prve,
.QualificationHeight .develop-page .develop-arrow .prve {
  background: url('../img/pager.png') no-repeat;
  width: 16px;
  height: 28px;
  cursor: pointer;
  transform: rotate(-180deg);
  background-size: cover;
}

.develop-arrow .prve:hover,
.QualificationHeight .develop-page .develop-arrow .prve:hover {
  background: url('../img/pagel.png') no-repeat;
  width: 16px;
  height: 28px;
  cursor: pointer;
  transform: rotate(0);
  background-size: cover;
}

.develop-arrow .next,
.QualificationHeight .develop-page .develop-arrow .next {
  background: url('../img/pager.png') no-repeat;
  width: 16px;
  height: 28px;
  cursor: pointer;
  transform: rotate(0);
  background-size: cover;
}

.develop-arrow .next:hover,
.QualificationHeight .develop-page .develop-arrow .next:hover {
  background: url('../img/pagel.png') no-repeat;
  width: 16px;
  height: 28px;
  cursor: pointer;
  transform: translateY(-50%) rotate(-180deg);
  background-size: cover;
}

.Qualification .develop-arrow .prve {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(-180deg);
}

.Qualification .develop-arrow .prve:hover {
  transform: rotate(0);
}

.Qualification .develop-arrow .next:hover {
  transform: translateY(-50%) rotate(-180deg);
}

.Qualification .develop-arrow .next {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.histor {
  position: relative;
}

.histor .develop-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.histor .develop-arrow .next:hover {
  transform: translateY(0%) rotate(-180deg);
}

.develop .developSwiper {
  margin-top: 0.5rem;
  padding-left: 0.2rem;
}

.develop .developSwiper .swiper-slide {
  display: flex;
  column-gap: 0.2rem;
  user-select: none;
}

.develop .developSwiper .swiper-slide .develop-img {
  position: relative;
  width: 50%;
}

.develop .developSwiper .swiper-slide .develop-img img {
  border-radius: 8px;
}

.develop .developSwiper .swiper-slide .develop-img .currencyTit {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  height: 100%;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 600;
  color: #c81528;
}

.develop .developSwiper .swiper-slide .develop-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2% 4%;
  /* justify-content: space-between; */
}

.develop .developSwiper .swiper-slide .develop-box .currencyTit {
  font-size: 0.2rem;
  margin-bottom: 0;
}

.develop .developSwiper .swiper-slide .develop-box .msg {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
  /* max-height: 30vh; */
  /* overflow-y: scroll; */
}

.develop .developSwiper .swiper-slide .develop-box .msg li {
  line-height: 0.3rem;
}

.develop .developSwiper1 {
  margin-top: 0.3rem;
  width: 96%;
}

.develop .developSwiper1 .swiper-slide .develop-box {
  background: #f5f5f5;
  text-align: center;
  padding: 0.1rem;
  border-radius: 5px;
  cursor: pointer;
  color: #777;
}

.develop .developSwiper1 .swiper-slide .develop-box .msg {
  font-size: 16px;
}

.develop .developSwiper1 .swiper-slide .develop-box .subtitle {
  font-size: 14px;
}

.develop .developSwiper1 .swiper-slide-thumb-active .develop-box {
  background: #c81528;
  color: #fff;
  font-weight: 600;
}

.Qualification .Qualification-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.37rem;
}

.Qualification .Qualification-box .Qualification-a .Qualification-img {
  background: var(--theme-color);
  /* height: 2.3rem; */
}

.Qualification .Qualification-box .Qualification-a .Qualification-t {
  padding: 0 0.4rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  margin-top: 0.2rem;
  text-align: center;
}

.QualificationHeight {
  height: 100%;
  position: relative;
}

.QualificationHeight .Qualification-box-swipers {
  width: 100%;
  height: 100%;
  display: block;
}

.QualificationHeight .Qualification-box-swipers .swiper-slide {
  height: calc((80% - 40px) / 2) !important;
}

.Qualification .paging-box {
  justify-content: flex-end;
}

.vr {
  width: 100%;
  height: 5.5rem;
  position: relative;
  overflow: hidden;
}

.vr .vr-t {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  z-index: 1;
  display: flex;
  background: var(--theme-color);
  justify-content: center;
  border-radius: 1rem;
  text-align: center;
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}

.vr img {
  transition: all 2s ease-in-out;
}

.vr:hover img {
  transform: scale(1.08);
}

.vr::after {
  position: absolute;
  content: '';
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30%);
  }

  100% {
    transform: translateY(0);
  }
}

.footer-suspend {
  position: fixed;
  right: 16px;
  bottom: 30px;
  text-align: right;
  z-index: 20;
}

.footer-suspend .item-box {
  margin-bottom: 6px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  pointer-events: none;
}

.footer-suspend .item-box.active {
  pointer-events: auto;
}

.footer-suspend .item-box.active .item-inner::after {
  width: calc(100% - 10px);
  background-color: var(--theme-color);
}

.footer-suspend .item-box.active .item-icon {
  background-color: var(--theme-color);
}

.footer-suspend .item-box.active .item-txt {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-suspend .item-inner {
  display: inline-block;
  position: relative;
}

.footer-suspend .item-inner::after {
  transition: all 0.3s linear;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #d6dce3;
  border-radius: 24px;
}

.footer-suspend .item-txt,
.footer-suspend .item-icon {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.footer-suspend .item-txt {
  transition: all 0.3s linear;
  opacity: 0;
  font-size: 12px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding-right: 6px;
  position: relative;
  transform: translateY(4px);
  z-index: 10;
}

.footer-suspend .item-icon {
  transition: background 0.3s, border 0.3s;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 20;
  background-color: #d6dce3;
  pointer-events: auto;
}

.footer-suspend i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  color: #fff;
  margin-left: -12px;
  margin-top: -12px;
}

.footer-suspend .icon-message {
  zoom: 0.5;
}

.footer-suspend .icon-tel {
  zoom: 0.6;
}

.footer-suspend .item-back .icon-bt {
  zoom: 0.6;
}

.vrqj .currencyArea {
  padding: 0 2.4rem !important;
}

@media screen and (max-width: 1080px) {
  .currency .inner-page-banner {
    background-size: cover !important;
    background-attachment: local !important;
  }

  .vrqj .currencyArea {
    padding: 0 20px !important;
  }

  .signature {
    height: 110px !important;
    margin-top: 10px;
  }

  .loading-info p img {
    width: 100%;
  }

  .px240,
  .currencyMenu,
  .currencyDetailMenu,
  .product-box {
    padding: 0 20px;
  }

  .currencyArea,
  .ApplicationProducts,
  .network,
  .developmentHistory,
  .newsPart {
    padding: 0.7rem 20px !important;
  }

  .hamburger {
    display: block;
  }

  .currencyTime {
    font-size: 14px;
  }

  .currencyMenu {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
  }

  .currencyMenu .currencyMenuli {
    font-size: 16px;
    white-space: nowrap;
  }

  .Bou {
    align-items: start;
  }

  .Bou .currencyMenuli {
    padding: 0;
  }

  .Bou .currencyMenuli .two {
    padding: 0 0.5rem;
  }

  .Bou .currencyMenuli.on {
    background: none !important;
    margin-bottom: 50px;
  }

  .Bou .currencyMenuli.on .two {
    background: var(--theme-color) !important;
    padding: 0 0.5rem;
  }

  .three {
    width: 100%;
    /*overflow: hidden;*/
    /*overflow-x: scroll;*/
    margin: 0;
    padding: 0 20px;
    /*flex-wrap: nowrap;*/
  }

  .three span {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .wapMenu {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transform: translateY(-100%);
    transition: all 0.6s;
  }

  .wapMenu .menu-box {
    width: 100%;
    height: 100%;
    padding: 2rem 20px 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .wapMenu .menu-box li {
    line-height: 34px;
    display: flex;
  }

  .wapMenu .menu-box li .wapA {
    width: 50%;
    display: block;
    color: #fff;
    font-size: 16px;
    height: fit-content;
  }

  .wapMenu .menu-box li .wapA:hover {
    color: var(--theme-color);
  }

  .wapMenu .menu-box li .menu-box-Two {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 2rem;
    color: #f5f5f5;
    font-size: 16px;
    line-height: 1;
    padding-right: 20px;
  }

  .wapMenu .menu-box li .menu-box-Two a {
    margin-bottom: 12px;
    line-height: 20px;
  }

  .wapMenu .menu-box li:hover .menu-box-Two {
    display: flex;
  }

  header {
    height: 1.2rem;
  }

  header .pcMenu {
    display: none;
    padding-right: 0;
  }

  header .logo {
    padding-left: 20px;
  }

  header .logo img {
    width: fit-content;
    max-width: 100%;
    height: 100%;
  }

  .page1 .banner .banner-text {
    width: 100%;
    top: 40%;
    /*transform: translate(-50%, -40%);*/
  }

  .page1 .banner .banner-text p {
    font-size: 40px;
  }

  .page1 .banner .banner-text p:last-child {
    font-size: 22px;
  }

  .page1 .banner .swiper-pagination {
    bottom: 25%;
  }

  .page2 .page2-box {
    padding: 20px;
    flex-direction: column;
  }

  .page2 .page2-box .left-box p {
    font-size: 28px;
  }

  .page2 .page2-box .left-box p:last-child {
    font-size: 16px;
  }

  .page2 .page2-box .line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }

  .page2 .page2-box .right-box {
    width: 100%;
  }

  .page2 .page2-box .right-box p {
    font-size: 14px;
    line-height: 22px;
  }

  .page2 .page2-box .right-box a {
    font-size: 14px;
  }

  .page3 .num-box {
    flex-wrap: wrap;
    justify-content: start;
  }

  .page3 .num-box .num-box-one {
    width: 33%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page3 .num-box .num-box-one .nums span {
    font-size: 26px;
  }

  .page3 .num-box .num-box-one .nums i {
    font-size: 14px;
  }

  .page3 .num-box .num-box-one .cp {
    font-size: 14px;
  }

  .page4 {
    height: 60vh;
  }

  .page4 .proBox {
    height: 100%;
    width: 100%;
  }

  .page4 .proBox .title .paging {
    width: 86%;
    justify-content: center;
  }

  .page4 .proBox .proSwiper1 {
    width: 85%;
  }

  .page4 .proBox .title .paging .next-ul {
    width: 70%;
  }

  .page4 .proBox .title .paging .next-ul .swiper-slide {
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
  }

  .page4 .proActive {
    font-size: 18px !important;
  }

  .page5 .jp-swiper {
    padding-top: 0.7rem;
  }

  .page5 .jp-box {
    width: 100%;
    margin-top: 0;
  }

  .page5 .jp-box a .img-box {
    height: 4rem;
  }

  .page5 .jp-box a p {
    font-size: 16px;
  }

  .page6 {
    padding-bottom: 20px;
  }

  .page6 .partyNews li {
    font-size: 0.28rem;
  }

  .page6 .party-box .party-one {
    flex-direction: column;
  }

  .page6 .party-box .party-one .party-left {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .page6 .party-box .party-one .party-left .info {
    padding: 20px;
  }

  .page6 .party-box .party-one .party-left .info .time {
    font-size: 14px;
  }

  .page6 .party-box .party-one .party-left .info .t {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }

  .page6 .party-box .party-one .party-left .info .more {
    font-size: 14px;
    margin-top: 0.1rem;
  }

  .page6 .party-box .party-one .party-right {
    width: 100%;
    grid-template-rows: repeat(2, 1fr);
  }

  .page6 .party-box .party-one .party-right a:last-child {
    display: none;
  }

  .page6 .party-box .party-one .party-right .parbx .info {
    padding: 20px;
  }

  .page6 .party-box .party-one .party-right .parbx .info .time {
    font-size: 14px;
  }

  .page6 .party-box .party-one .party-right .parbx .info .t {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }

  .page6 .party-box .party-one .party-right .parbx .info .more {
    font-size: 14px;
    margin-top: 0.1rem;
  }

  .page7 .News li {
    font-size: 0.28rem;
  }

  .page7 .News-box .News-one {
    flex-direction: column;
  }

  .page7 .News-box .News-one .News-left {
    width: 100%;
  }

  .page7 .News-box .News-one .News-left .info .time .day {
    font-size: 36px;
  }

  .page7 .News-box .News-one .News-left .info .time .year {
    font-size: 14px;
  }

  .page7 .News-box .News-one .News-left .info .text .tits {
    font-size: 20px;
  }

  .page7 .News-box .News-one .News-left .info .text .subtits {
    font-size: 14px;
  }

  .page7 .News-box .News-one .News-right {
    width: 100%;
    margin: 10px 0 40px 0;
    grid-template-rows: repeat(3, 1fr);
  }

  .page7 .News-box .News-one .News-right a:nth-last-child(2):after {
    display: none;
  }

  .page7 .News-box .News-one .News-right a:last-child {
    display: none;
  }

  .page7 .News-box .News-one .News-right a .time {
    font-size: 14px;
  }

  .page7 .News-box .News-one .News-right a .tits {
    font-size: 18px;
    margin-top: 0.1rem;
  }

  footer .top {
    padding: 20px 0;
    justify-content: center;
  }

  footer .footer {
    flex-direction: column-reverse;
  }

  footer .footer .addres {
    margin-right: 0;
    margin-top: 0.2rem;
  }

  footer .footer .addres p {
    font-size: 16px;
    line-height: 30px;
  }

  footer .footer .addres .qrbox {
    column-gap: 0.4rem;
  }

  footer .footer .addres .qrbox .qr .qrcode {
    left: 0;
    transform: translate(0);
  }

  footer .footer .footer-menu {
    border-left: none;
    padding: 0;
    flex-wrap: wrap;
  }

  footer .footer .footer-menu .classification {
    margin-bottom: 0.2rem;
  }

  footer .footer .footer-menu .pros {
    width: min-content;
  }

  footer .footer .footer-menu .classification a {
    font-size: 16px;
  }

  footer .copyright {
    font-size: 14px;
  }

  .qrbox li {
    zoom: 0.6;
    justify-content: center;
    width: 100%;
  }

  .qrbox li p {
    font-size: 20px;
  }

  .videoBox .videoBox-bg {
    width: calc(100% - 50px);
  }

  .videoBox .videoBox-bg .videoBox-text {
    padding: 0 10px;
  }

  .introduce {
    flex-direction: column;
  }

  .introduce .introduce-l {
    width: 100%;
  }

  .introduce .introduce-l .introduce-msg {
    font-size: 14px;
    line-height: 24px;
    height: 100%;
  }

  .introduce .introduce-r {
    width: 100%;
    margin-top: 20px;
  }

  .introduce .introduce-r .numbox .cp {
    font-size: 12px;
  }

  .chairman {
    flex-direction: column;
  }

  .chairman img {
    width: 100%;
  }

  .chairman .chairman-info {
    width: 100%;
    margin-top: 20px;
  }

  .chairman .chairman-info p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 22px;
  }

  .develop .developSwiper .swiper-slide {
    flex-direction: column;
  }

  .develop .developSwiper .swiper-slide .develop-img {
    width: 100%;
  }

  .develop .developSwiper .swiper-slide .develop-img .currencyTit {
    writing-mode: inherit;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
  }

  .develop .developSwiper .swiper-slide .develop-box .currencyTit {
    font-size: 20px;
  }

  .develop .developSwiper .swiper-slide .develop-box .msg {
    font-size: 14px;
    line-height: 16px;
  }

  .develop .developSwiper .swiper-slide .develop-box .msg li {
    text-align: justify;
    line-height: 24px;
  }

  .Qualification .Qualification-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .Qualification .paging-box {
    justify-content: center;
  }

  .Qualification .Qualification-box .Qualification-a .Qualification-t {
    font-size: 16px;
  }

  .currencyDetailMenu a {
    font-size: 14px;
  }

  .message .message-one {
    padding: 20px;
  }

  .message .message-one .ibox {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }

  .message .message-one .ibox .ibox-t {
    width: 100%;
  }

  .message .message-one .ibox .ibox-t .ts {
    font-size: 14px;
  }

  .message .message-one .sub .btn {
    padding: 10px 50px;
    font-size: 16px;
  }

  .message .message-one .idea-box {
    flex-direction: column;
    height: auto;
  }

  .message .message-one .idea-box img {
    width: 100%;
  }

  .message .message-one .idea-box .idea {
    width: 100%;
    padding: 10px;
  }

  .message .message-one .idea-box .idea .TheNewEra {
    font-size: 24px;
  }

  .message .message-one .idea-box .idea .TheNewMsg {
    font-size: 14px;
    line-height: 24px;
  }

  .message .message-one .newIdea {
    grid-template-columns: repeat(1, 1fr);
  }

  .message .message-one .newIdea .newIdeaLi .newIdeaLi-msg .li-t {
    font-size: 24px;
  }

  .message .message-one .newIdea .newIdeaLi .newIdeaLi-msg .li-st {
    font-size: 14px;
  }

  .message .message-one .newIdea .newIdeaLi:first-child {
    background-position: right center;
  }

  .message .message-one .newIdea .newIdeaLi:nth-of-type(2) {
    background-position: center;
  }

  .message .message-one .newIdea .newIdeaLi:nth-of-type(3) {
    background-position: center right;
  }

  .message .message-one .newIdea .newIdeaLi:last-child {
    background-position: left center;
    background-size: cover;
  }

  .message .message-one .ThreeGorgesSwiper .swiper-slide img {
    height: calc(100% - 60px);
  }

  .message .message-one .ThreeGorgesSwiper .swiper-slide .t {
    font-size: 16px;
  }

  .message .message-two {
    padding: 20px;
  }

  .message .message-two .concatUs {
    flex-direction: column;
  }

  .message .message-two .concatUs .map {
    flex: none;
  }

  .message .message-two .concatUs .info {
    flex: none;
    margin-top: 20px;
    padding-left: 0;
  }

  .message .message-two .concatUs .info h2 {
    font-size: 24px;
  }

  .message .message-two .concatUs .info .sublie {
    font-size: 18px;
  }

  .message .message-two .concatUs .info .address .t {
    font-size: 14px;
    line-height: 24px;
  }

  .message .message-two .concatUs .info .address .t i {
    font-size: 16px;
  }

  .message .forward {
    margin-top: 0;
    height: auto;
    padding: 40px 0;
  }

  .service .download {
    padding: 0.7rem 20px;
  }

  .service .download .download-list a .l .tit {
    font-size: 12px !important;
  }

  .engineering-detail {
    height: auto;
    flex-direction: column;
  }

  .engineering-detail .engineering-detail-info {
    padding: 0;
  }

  .engineering-detail .engineering-detail-info .engineering-detail-info-tit {
    font-size: 20px;
  }

  .engineering-detail .engineering-detail-info .engineering-detail-info-msg {
    font-size: 16px;
    line-height: 24px;
  }

  .ApplicationProducts .ApplicationProductsList {
    grid-template-columns: repeat(1, 1fr);
  }

  .ApplicationProducts .ApplicationProductsList a .product-right .product-tit {
    font-size: 16px;
  }

  .ApplicationProducts .ApplicationProductsList a .product-right .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .product-box {
    flex-direction: column;
    height: fit-content;
  }

  .product-box .productMenu,
  .product-box .productMenu .prodetailHeight {
    height: fit-content;
    display: flex;
    flex-direction: row;
    column-gap: 0.1rem;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 0.1rem;
  }

  .product-box .productMenu .currencyMenuli {
    width: auto;
    min-width: fit-content;
  }

  .product-box .productMenu .MessageCustomization {
    display: none;
  }

  .product-box .Boutique {
    padding: 0 !important;
    margin-top: 20px;
  }

  .product-box .Boutique .Boutiquelist a .product-left {
    height: 35vh;
  }

  .product-box .Boutique .Boutiquelist a .product-right .product-tit {
    font-size: 14px;
  }

  .product-box .Boutique .paging-box {
    justify-content: center;
    margin-bottom: 0.7rem;
  }

  .product-box .Boutique::after {
    height: 0;
  }

  .product-box .product-content {
    padding: 0;
    margin: 20px 0;
  }

  .product-box .product-content .details-subtit {
    font-size: 16px;
  }

  .product-box .product-content .details-msg {
    font-size: 14px;
  }

  .product-box .product-list {
    padding: 20px 0;
  }

  .product-box .product-list .list1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-box .product-list .list1 a .product-right .product-tit {
    font-size: 16px;
  }

  .product-box .product-list .list1 a .product-right .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .product-box .paging-box {
    justify-content: center !important;
  }

  .newsPart .recom-box {
    flex-direction: column;
    height: fit-content;
  }

  .newsPart .recom-box img {
    width: 100%;
    height: 5rem;
  }

  .newsPart .recom-box .recom-info {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .newsPart .recom-box .recom-info .recom-tit {
    font-size: 16px;
  }

  .newsPart .recom-box .recom-info .recom-subs {
    font-size: 14px;
    margin-top: 10px;
  }

  .newsPart .recom-box .recom-info .recom-more {
    font-size: 12px;
  }

  .newsPart .newsPart-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .newsPart .newsPart-list a .scaleImg {
    height: 40vh;
  }

  .newsPart .newsPart-list a .list-info .list-tit {
    font-size: 16px;
  }

  .service .developmentHistory .developmentHistory-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service .download .download-list .download-a .r .yun {
    width: 20px;
    height: 15px;
  }

  .service .download .download-list .download-a .r .loadT {
    font-size: 12px;
  }

  .service .download .downloadBtn .currencyMore {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .videoBox .video-box .showVideo {
    max-width: 80%;
  }

  .videoBox .video-box .showVideo .close {
    width: 40px;
    height: 40px;
    top: -40px;
    right: -40px;
  }
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .service .network #map {
    height: 80vh;
  }
}

@media screen and (max-width: 768px) {
  .develop .developSwiper1 {
    width: 86%;
  }

  .service .network .table-box {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .service .network .table-box .table {
    width: 100%;
    flex-direction: row;
    border: none;
    justify-content: start;
    margin-bottom: 10px;
  }

  .service .network .table-box .table .tableone {
    flex-direction: column;
    width: 33%;
  }

  .service .network .table-box .table .tableone .tit {
    width: 100%;
    border-right: 1px solid #fff;
  }

  .service .network .table-box .table .tableone .subtit:last-child {
    border-right: 1px solid #e2e2e2;
  }

  .service .network .table-box .table .tableone .subtit {
    min-width: 100px;
    width: 100%;
  }

  .service .network .table-box .table .tableone:first-child {
    border-left: 1px solid #e2e2e2;
  }

  .service .network .table-box .table .tableone:last-child {
    border-right: 1px solid #e2e2e2;
  }

  .service .network .table-box .table .tableone:last-child .tit,
  .service .network .table-box .table .tableone:last-child .subtit {
    border-right: none;
  }

  .service .network .table-box .table .tableone:last-child .subtit {
    border-bottom: 1px solid #e2e2e2;
  }

  .service .network #map {
    height: 40vh;
  }

  .QualificationHeight .Qualification-box-swipers .swiper-slide {
    height: calc((80% - 20px) / 3) !important;
  }

  .qrbox li {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .page2 .page2-box {
    margin-top: -20%;
  }
}

@media screen and (max-width: 375px) {
  .page2 .page2-box {
    margin-top: -40%;
  }
}
