/**/
.homepage {
  font-size: 0.18rem;
}
.homepage .banner {
  position: relative;
  height: calc(100vh - 1.84rem);
}

.homepage .banner img {
  width: 100%;
  height: 100%;
}
.homepage .banner .bd {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.48rem;
  font-family: HarmonyOS_Sans_Light;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .banner .bd h3 {
  font-size: 0.6rem;
  padding-bottom: 0.3rem;
}
.homepage .banner .swiper {
  height: 100%;
}
.title_common {
  display: flex;
  font-size: 0.42rem;
  position: relative;
  z-index: 5;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  align-items: center;
  position: relative;
  font-family: HarmonyOS_Sans_Light;
}
.title_common .btn {
  width: 1.2rem;
  border: 1px solid #000;
  border-radius: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
}
.title_common .btn span {
  font-size: 0.24rem;
}
.title_common .btn::before {
  background: #000;
}
.title_common .btn:hover {
  color: #fff;
}
.title_common:after {
  content: '';
  width: 0.7rem;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.homepage .one {
  padding-top: 0.95rem;
  position: relative;
}
.homepage .one::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  width: 100%;
  background: #f5f5f5;
}
.homepage .one .bd {
  display: flex;
  position: relative;
  margin-top: 0.6rem;
  align-items: flex-end;
}
.homepage .one .bd .flex_item {
  background: #fff;
  font-size: 0.2rem;
  line-height: 0.48rem;
  padding: 0.86rem 0.42rem;
}
.homepage .one .bd .pic {
  width: 40%;
}
.homepage .two {
  padding: 0.95rem 0;
}
.homepage .two .bd {
  margin-top: 0.6rem;
}
.homepage .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.homepage .two .bd ul li {
  width: 33.333%;
  padding: 0.2rem;
  transition: all 0.3s;
  text-align: center;
}
.homepage .two .bd ul li:hover {
  transform: translateY(-0.1rem);
}
.homepage .two .bd ul li + li {
  border-left: 1px solid #e0e0e0;
}
.homepage .two .bd ul li p {
  line-height: 0.36rem;
  text-align: left;
  color: #666;
  margin: 0.4rem 0rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .two .bd ul li dd {
  font-size: 0.2rem;
}
.homepage .two .bd ul li dt {
  color: #d4d4d4;
  font-size: 1.06rem;
  font-family: Georgia;
}
.homepage .two .bd ul li dt:after {
  content: '';
  width: 0.5rem;
  height: 2px;
  background: #f2f3f4;
  display: block;
  margin: 0.3rem auto;
}
.homepage .three {
  height: 2.6rem;
  background: url(../images/home_22.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: HarmonyOS_Sans_Light;
  display: flex;
  align-items: center;
}
.homepage .three .flex_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homepage .three dt {
  font-size: 0.48rem;
  font-family: DIN;
  padding-bottom: 0.1rem;
}
.homepage .three dl {
  padding: 0 0.15rem;
}
.homepage .four {
  padding: 0.95rem 0;
  background: #f2f3f4;
}
.homepage .four .side {
  position: relative;
  width: 60%;
  padding-right: 0.67rem;
}
.homepage .four .side:after {
  content: '';
  position: absolute;
  width: 0.67rem;
  height: 1.64rem;
  background: #e0e0e0;
  right: 0;
  bottom: 0;
}
.homepage .four .side span {
  position: absolute;
  width: 4rem;
  height: 1.64rem;
  color: #fff;
  left: -0.96rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  bottom: 0;
  font-family: HarmonyOS_Sans_Light;
  font-size: 0.42rem;
  line-height: 0.6rem;
}
.homepage .four li + li {
  margin-top: 0.36rem;
}
.homepage .four li img {
  width: 0.6rem;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
.homepage .four li:hover img {
  transform: rotateY(180deg);
}
.homepage .four li dd {
  color: #666;
}
.homepage .four li dt {
  font-size: 0.24rem;
  padding-bottom: 0.05rem;
}
.homepage .fire {
  padding-top: 0.95rem;
}
.homepage .fire .bd {
  margin-top: 0.6rem;
}
.homepage .fire .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.homepage .fire .bd ul li {
  width: 50%;
  padding: 0.07rem;
}
.homepage .fire .bd ul .flex {
  background: #f2f3f4;
  padding: 0 0.45rem;
  border-radius: 0.1rem 0.6rem;
  transition: all 0.3s;
  height: 3rem;
}
.homepage .fire .bd ul .flex:hover {
  transform: translateY(-0.1rem);
}
.homepage .fire .bd ul li:nth-child(2) .flex,
.homepage .fire .bd ul li:nth-child(3) .flex {
  border-radius: 0.6rem 0.1rem;
}
.homepage .fire .bd ul .pic {
  width: 40%;
  margin-right: 0.3rem;
}
.homepage .fire .bd ul dd {
  color: #999999;
  font-size: 0.16rem;
  display: -webkit-box;
  line-height: 0.36rem;
  -webkit-line-clamp: 2;
  margin-top: 0.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .fire .bd ul dt {
  font-family: HarmonyOS_Sans_Medium;
}
.homepage .six {
  padding: 0.95rem 0;
}
.homepage .six .box {
  position: relative;
  margin-top: 0.6rem;
}
.homepage .six .box::before {
  content: '';
  width: 2rem;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3));
}
.homepage .six .box::after {
  content: '';
  width: 2rem;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff);
}
.txtMarquee-left {
  position: relative;
  margin-top: 0.24rem;
}
.txtMarquee-left:nth-child(2) {
  margin-left: 0.6rem;
}
.txtMarquee-left .bd .tempWrap {
  width: 100% !important;
}
.txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.txtMarquee-left .bd ul li {
  margin-right: 0.24rem;
  float: left;
  height: 1.2rem;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  width: 2.5rem;
}
.txtMarquee-left .bd ul li img {
  max-height: 100%;
}
/**/
.banner_info {
  position: relative;
  color: #fff;
  font-size: 0.6rem;
  font-family: HarmonyOS_Sans_Light;
}
.banner_info img {
  width: 100%;
}
.banner_info span {
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.Customers {
  font-size: 0.18rem;
  padding: 0.95rem 0;
}
.Customers .bd {
  background: #f2f3f4;
  margin-top: 0.6rem;
}
.Customers .box {
  padding: 0.26rem;
}
.Customers .box ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.Customers .box ul li {
  padding: 0.07rem;
  width: 16.666%;
}
.Customers .box ul li .pic {
  border: 1px solid #ddd;
}
.Customers .bd h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0;
  background: #000000;
}
.Customers .bd h3 img {
  width: 1.18rem;
}
/**/
.Contactbottom {
  padding: 0.58rem 0.45rem;
  background: url(../images/contact_05.jpg) center no-repeat;
  background-size: cover;
  transform: translateY(-1.4rem);
  margin-bottom: -1.4rem;
  color: #fff;
}
.Contactbottom .title_common:after {
  display: none;
}
.Contactbottom .input {
  width: 100%;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  height: 0.8rem;
}
.Contactbottom .flex {
  align-items: flex-end;
}
.Contactbottom .flex .flex_item + .flex_item {
  margin-left: 0.5rem;
}
.Contactbottom h4 {
  padding: 0.3rem 0 0.15rem;
  font-size: 0.24rem;
}
.Contactbottom h4 span {
  color: #ff0000;
}
.Contactbottom textarea {
  width: 100%;
  resize: none;
  height: 1.5rem;
  font-size: 0.18rem;
  font-family: HarmonyOS_Sans_Regular;
  padding: 0.2rem;
}
.Contactbottom .code {
  height: 0.8rem;
  margin-left: 0.2rem;
}
.Contactbottom .side {
  width: 31%;
}
.Contactbottom .btn {
  height: 0.8rem;
  border: 2px solid #fff;
  color: #fff;
  width: 2.4rem;
  font-size: 0.24rem;
  background: none;
}
.Contactbottom .btn:before {
  background: #fff;
}
.Contactbottom .btn:hover {
  color: #000;
}
.Contact {
  font-size: 0.18rem;
  padding: 0.95rem 0;
}
.Contact .box {
  margin-top: 0.6rem;
  position: relative;
  padding: 0 0.8rem 0.64rem;
}
.Contact .box::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  top: 1.23rem;
  background: #f2f3f4;
}
.Contact .box .flex {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 5;
}
.Contact .box .bd {
  padding: 0.4rem;
}
.Contact .box .bd li {
  line-height: 0.48rem;
  display: flex;
}
.Contact .box .bd p {
  font-size: 0.3rem;
  line-height: 1.8;
}
.Contact .box .bd ul::before {
  content: '';
  width: 0.3rem;
  height: 3px;
  background: #000;
  display: block;
  margin: 0.15rem 0;
}
.Contact .box .side {
  background: #000000;
  color: #fff;
  width: 4.5rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  padding: 0 0.4rem;
  height: 3.78rem;
}
.Contact .box .side dd {
  font-size: 0.3rem;
  padding-top: 0.1rem;
  font-family: HarmonyOS_Sans_SC_Bold;
}
.Contact .box .side dl + dl dd {
  font-size: 0.24rem;
}
.Contact .box .side dl + dl::before {
  content: '';
  width: 0.3rem;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0.3rem 0;
}
.Contact .box .side dt {
  display: flex;
  align-items: center;
}
.Contact .box i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
/**/
.mask,
.pop {
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 8.2rem;
  max-width: 100%;
  max-height: 85vh;
  overflow-y: auto;
}
.mask .dialog .bd {
  padding: 0 0.3rem 0.3rem;
}
.mask .dialog .bd .input {
  width: 100%;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  border: 1px solid #ddd;
  height: 0.6rem;
}
.mask .dialog .bd h3 {
  padding: 0.4rem 0 0.25rem;
}
.mask .dialog .bd h3 span {
  color: #ff0000;
}
.mask .dialog .bd textarea {
  width: 100%;
  font-size: 0.18rem;
  padding: 0.2rem;
  height: 2rem;
  border: 1px solid #ddd;
  resize: none;
  font-family: HarmonyOS_Sans_Regular;
}
.mask .dialog .ft {
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
}
.mask .dialog .ft .btn {
  width: 2.4rem;
  height: 0.8rem;
  font-size: 0.24rem;
  color: #fff;
  background: #000;
}
.mask .dialog .title {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  justify-content: space-between;
  background: #f5f5f5;
  height: 0.8rem;
  font-size: 0.36rem;
}
.mask .dialog .title i {
  font-size: 0.26rem;
  cursor: pointer;
}
/**/
.ProductS {
  padding: 0.95rem 0;
  font-size: 0.16rem;
}
.ProductS .bd {
  margin-top: 0.6rem;
}
.ProductS .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.12rem;
}
.ProductS .bd ul li {
  width: 25%;
  padding: 0.12rem;
}
.ProductS .bd ul a {
  display: block;
  padding: 0.06rem;
  border: 1px solid #ddd;
}
.ProductS .bd ul .inbox {
  padding: 0.06rem;
  border: 1px solid #ddd;
}
.ProductS .bd ul dl {
  padding: 0.2rem;
}
.ProductS .bd ul dt {
  font-size: 0.24rem;
  font-family: HarmonyOS_Sans_Medium;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}
.ProductS .bd ul dd {
  color: #666;
  line-height: 0.3rem;
}
.ProductS .bd ul .ft {
  border-top: 1px solid #ddd;
  padding: 0.24rem 0 0.2rem;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
}
.ProductS .bd ul .ft .btn {
  width: 2.2rem;
  height: 0.6rem;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}
.ProductS .bd ul .ft .btn::before {
  background: #fff;
}
.ProductS .bd ul .ft .btn:hover {
  color: #000;
}
.pages {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.18rem;
}
.pages a {
  border: 1px solid #000;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
}
.pages a + a {
  margin-left: 0.06rem;
}
.pages a:hover,
.pages a.on {
  color: #fff;
  background: #000;
}
.picCon {
  position: absolute;
  border: 0.15rem solid #fff;
  width: 12rem;
  max-width: 100%;
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%);
}
.picCon img {
  width: 100%;
  max-height: 70vh;
}
.pop .icon-guanbi1 {
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #fff;
}
/**/
.CERTIFICATES {
  padding: 0.95rem 0;
  font-size: 0.24rem;
}
.CERTIFICATES .bd {
  padding-top: 0.6rem;
}
.CERTIFICATES .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.CERTIFICATES .bd ul li {
  width: 25%;
  padding: 0.15rem;
}
.CERTIFICATES .bd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.1rem solid #f2f3f4;
  height: 3.6rem;
}
.CERTIFICATES .bd ul li a:hover,
.ProductS .bd ul a:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
/**/
.aboutus {
  font-size: 0.18rem;
}
.aboutus .one,
.aboutus .two,
.aboutus .three {
  padding: 0.95rem 0;
}
.aboutus .one {
  background: #f5f5f5;
}
.aboutus .one .pic {
  width: 53%;
}
.aboutus .one .box {
  text-align: center;
  background: #fff;
  position: relative;
  min-height: 4.8rem;
  margin-right: -0.7rem;
  padding: 0 0.4rem 0.4rem;
  z-index: 5;
  border-bottom: 0.07rem solid #000;
}
.aboutus .one .box p {
  text-align: left;
  line-height: 0.48rem;
  font-size: 0.2rem;
}
.aboutus .one .box h3 {
  font-size: 0.24rem;
  padding: 0.2rem 0 0.3rem;
}
.aboutus .one .box .logo img {
  width: 1.2rem;
  margin-top: -0.49rem;
}
.aboutus .two .bd {
  padding-top: 0.6rem;
}
.aboutus .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.aboutus .two .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.aboutus .two .bd ul .box {
  position: relative;
  padding: 0.4rem;
  border: 0.05rem solid #fafafa;
  min-height: 3.5rem;
}
.aboutus .two .bd ul .pic {
  position: absolute;
  right: 0;
  width: 1.98rem;
  top: 0;
}
.aboutus .two .bd ul p {
  line-height: 0.36rem;
}
.aboutus .two .bd dt {
  font-size: 0.72rem;
  font-family: DIN;
}
.aboutus .two .bd dd span {
  display: inline-block;
  color: #fff;
  font-size: 0.24rem;
  margin: 0.15rem 0;
  vertical-align: middle;
  padding: 0.12rem 0.25rem;
  font-family: HarmonyOS_Sans_Light;
  background: #000;
}
.aboutus .three .bd {
  margin-top: 0.6rem;
}
.aboutus .three .bd li {
  display: flex;
}
.aboutus .three .bd li .line {
  min-height: 1.7rem;
  position: relative;
  width: 1.66rem;
}
.aboutus .three .bd li .line i {
  width: 0.2rem;
  height: 0.2rem;
  border: 3px solid #000;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.aboutus .three .bd li .line::before {
  content: '';
  border-left: 1px solid #000;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.aboutus .three .bd li .year {
  font-size: 0.42rem;
  width: 1rem;
  line-height: 0.32rem;
  font-family: HarmonyOS_Sans_Medium;
}
.aboutus .three .bd li h4 {
  font-size: 0.24rem;
  font-family: HarmonyOS_Sans_Medium;
  padding-bottom: 0.15rem;
}
.aboutus .three .bd li p {
  line-height: 0.36rem;
}
.aboutus .three .line span {
  width: 1.66rem;
  height: 0.59rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 0.56rem;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 0.24rem;
  text-transform: uppercase;
}
.aboutus .three .bd li:last-child .line {
  min-height: auto;
}
.aboutus .three .bd li:last-child .line::before {
  display: none;
}
.smpic {
  display: flex;
  cursor: pointer;
  margin-top: 0.1rem;
}
.smpic .flex_item + .flex_item {
  margin-left: 0.1rem;
}
.smpic .flex_item img {
  border: 1px solid #ddd;
}
.lgpic img {
  width: 100%;
  cursor: pointer;
}
.gallery-container {
  width: 10rem;
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  background: #fff;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.main-image-container {
  position: relative;
  height: 52vh;
  margin: 15px;

  overflow: hidden;
  touch-action: none;
}

#mainImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.2s;
}

.thumbnails {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f5f5f5;
}

.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin: 0.05rem 0;
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thumbnail.active {
  border: 3px solid var(--primary);
  transform: scale(1.05);
}

.thumbnail:hover {
  transform: scale(1.05);
}

.controls {
  gap: 15px;
  padding: 10px 0;
}

.scale-display {
  text-align: center;
  font-size: 14px;
  color: var(--dark);
  padding: 5px 0 15px;
}
.controls button {
  background: #000;
  color: #fff;
  display: block;
  padding: 0.06rem 0.15rem;
  margin: 0.08rem 0;
}
.gallery-container .side {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.15rem;
  justify-content: center;
}
.fail {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ddd;
  white-space: nowrap;
  padding: 0.15rem 0.2rem;
  display: none;
  font-size: 0.18rem;
}
.fail i {
  color: red;
  margin-right: 0.05rem;
  font-size: 0.2rem;
}
