@charset "UTF-8";
@use "sass:math";
/*header start*/
#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
/*footer end*/
.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 0px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1720px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  border: 1px solid #DDDDDD;
  display: inline-flex;
  font-size: 14px;
  color: #888888;
  margin: 0 5px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius:50%;
  justify-content: center;
  background: transparent;
}

.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  background: #333;
  color: #fff;
}

.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
}

/*分页 end*/
#header {
  position: relative;
  z-index: 2;
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.header-box .nav-box li{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-box .logo .meidia-box {
  padding-bottom: 19.88636%;
  overflow: hidden;
  position: relative;
}

.header-box .logo .meidia-box img, .header-box .logo .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.header-box .m-width-content {
  width: 100%;
}

.header-box .m-width-content .ipd-20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.header-box .nav-box {
  display: flex;
  flex: 1;
}

.header-box #menuWap {
  display: none;
}

.header-box #menuPc {
  width: 100%;
}

.header-box #menuPc dl {
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transition: transform 0.6s;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 3;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
}
.header-box #menuPc dl a{
    color:#000;
}

.header-box #menuPc dd {
  padding: 10px 0;
  text-align: left;
}

.header-box #menuPc dd a {
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.header-box #menuPc dd a::after {
  background-color: #6EB92B;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform .3s ease;
  width: 100%;
}

.header-box #menuPc dd a:hover {
  color: #004EA2;
}

.header-box #menuPc dd a:hover::after {
  transform: scaleX(1);
}

.header-box #menuPc li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 100%) scaleY(1);
}
.header-box  .nav-box li {
    position: relative;
}

.header-box #menuPc dd a:hover {
  color: #004EA2;
}

/*.header-box #menuPc dl {*/
/*  display: none;*/
/*}*/

.header-box .fixed {
  display: flex;
  justify-content: space-between;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  gap: clamp(33.33333px, 2.60417vw, 50px);
}

.header-box .fixed a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.header-box .fixed a:hover , .header-box .act a {
  color: #6ABC6F;
}
.whiteNav .header-box .fixed a:hover{
    color: #6ABC6F;
}
.header-box .lan-search{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-box .lan-search .lan{
    margin-right:20px;
}
.header-box .lan-search .lan a{
    display: block;
    width:30px;
    height:30px;
    border:2px solid  #fff;
    text-align: center;
    line-height:30px;
    color:#fff;
    transition: all 0.6s;
}
.whiteNav .header-box .lan-search .lan a,
.header-box .lan-search .lan a:hover{
    border-color:#006D9B;
    color:#006d98;
}
.header-box .search-box {
  display: flex;
  align-items: center;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  gap: clamp(26.66667px, 2.08333vw, 40px);
}

.header-box .whiteImg {
  display: none;
}

.header-box .searchImg {
  max-width: 20px;
}

.whiteNav .header-box {
  background: #FFFFFF;
  color: #333333;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.08);
}

.whiteNav .header-box .fixed a {
  color: #333333;
}

.whiteNav .header-box .logoImg {
  display: none;
}

.whiteNav .header-box .whiteImg {
  display: block;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(45.33333px, 3.54167vw, 68px);
  color: #fff;
  line-height: 1;
  margin: 0 auto;
  width: 100%;
}

.banner {
  position: relative;
}

.banner .btn {
  width: 190px;
  height: 52px;
  background: rgba(107, 188, 110, 0);
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  box-sizing: border-box;
  font-family: Figtree;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  bottom: 4.12vw;
  left: clamp(66.66667px, 5.20833vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  cursor: pointer;
}

.banner .bg-box .meidia-box {
  padding-bottom: 47.91667%;
  overflow: hidden;
  position: relative;
}

.banner .bg-box .meidia-box img, .banner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.right-fixed {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 79px;
}

.right-fixed .absolutemg {
  background: rgba(0, 109, 155, 0.7);
  border-radius: 27px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.right-fixed .absolutemg .item1 {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.right-fixed .absolutemg .item1:hover .leftBox {
  display: block;
  opacity: 1;
}

.right-fixed .absolutemg .leftBox {
  opacity: 0;
  background: #fff;
  border-radius: 8px;
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.right-fixed .absolutemg .leftBox::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.productBanner .bg-box .meidia-box {
  padding-bottom: 36.30208%;
  overflow: hidden;
  position: relative;
}

.productBanner .bg-box .meidia-box img, .productBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.fixedBtn {
  position: fixed;
  bottom: 80px;
  right: clamp(66.66667px, 5.20833vw, 100px);
  box-sizing: border-box;
  z-index: 999;
  width: clamp(73.33333px, 5.72917vw, 110px);
  height: clamp(73.33333px, 5.72917vw, 110px);
  cursor: pointer;
  /* 鼠标指针样式 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 居中图片 */
}

.fixedBtn .border1 {
  border-radius: 50%;
  width: clamp(60px, 4.6875vw, 90px);
  height: clamp(60px, 4.6875vw, 90px);
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.15);
  animation: fixedBtnGlow3 1s infinite  linear;
}

.fixedBtn .border2 {
  border-radius: 50%;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fixedBtnGlow2 1s infinite  linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fixedBtn .border3 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  /* 居中图片 */
  z-index: 1;
  animation: fixedBtnGlow 1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.f-16 {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}

.f-18 {
  font-size: clamp(12px, 0.9375vw, 18px);
}

.f-19 {
  font-size: clamp(12.66667px, 0.98958vw, 19px);
}

.f-20 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}

.f-22 {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
}

.f-24 {
  font-size: clamp(16px, 1.25vw, 24px);
}

.f-26 {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
}

.f-27 {
  font-size: clamp(18px, 1.40625vw, 27px);
}

.f-30 {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.f-34 {
  font-size: clamp(22.66667px, 1.77083vw, 34px);
}

.f-36 {
  font-size: clamp(24px, 1.875vw, 36px);
}

.f-40 {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
}

.f-60 {
  font-size: clamp(40px, 3.125vw, 60px);
}

.f-68 {
  font-size: clamp(45.33333px, 3.54167vw, 68px);
}

.f-70 {
  font-size: clamp(46.66667px, 3.64583vw, 70px);
}

.f-72 {
  font-size: clamp(48px, 3.75vw, 72px);
}

.f-90 {
  font-size: clamp(60px, 4.6875vw, 90px);
}

.index-one-box {
  background: #fff;
  padding: 6.25vw 0 clamp(26.66667px, 2.08333vw, 40px);
}

.index-one-box .indexContent ul {
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.index-one-box .indexContent .imgshow img {
  width: 100%;
}

.index-one-box .indexContent li {
  width: 33.33%;
  padding: 0 52px;
  box-sizing: border-box;
}

.index-one-box li {
  border-right: 1px solid #F1F1F1;
}

.index-one-box li:last-child {
  border-right: none;
}

.index-one-box .p-item {
  text-align: center;
  padding: 4.16vw 0 4.16vw;
  cursor: pointer;
}

.index-one-box .p-item .meidia-box {
  padding-bottom: 63.69427%;
  overflow: hidden;
  position: relative;
}

.index-one-box .p-item .meidia-box img, .index-one-box .p-item .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.index-one-box .p-item:hover .ConsultNow {
  opacity: 1;
}

.index-one-box .p-item:hover .meidia-box img {
  transform: scale(1.1);
}

.index-one-box .p-item .title {
  font-family: LexendDeca;
  color: #222222;
  margin-top: clamp(20px, 1.5625vw, 30px);
}

.index-one-box .p-item .desc {
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 5px 3vw 0vw;
  margin-bottom: 4.16vw;
  line-height: 20px;
}

.index-one-box .p-item .ConsultNow {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.ConsultNow {
  width: 190px;
  height: 52px;
  background: #006D9B;
  border-radius: 26px;
  box-sizing: border-box;
  font-family: LexendDeca;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.ConsultNow:hover {
  transform: scale(1.1);
}

.ConsultNow img {
  width: 15px;
  height: 12px;
}

.headTitle {
  color: #006D9B;
  font-family: LexendDeca;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  /*text-transform: uppercase;*/
}

.headTitle .headDec {
  color: #222222;
  margin-top: 5px;
}

.index-two-box {
  padding: 6.25vw 0 9.37vw;
  overflow: hidden;
}

.index-two-box .index-two-content {
  padding-top: 6.25vw;
  position: relative;
}

.index-two-box .index-two-content .swiper-warp {
  position: relative;
}

.index-two-box .index-two-content .swiper-warp .list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide {
  position: relative;
  height: clamp(386.66667px, 30.20833vw, 580px);
  width: 20%;
  box-sizing: border-box;
  padding-left: clamp(13.33333px, 1.04167vw, 20px);
  transition: all 0.6s;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide:first-child {
  padding-left: 0;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide:first-child .leftContent {
  left: 0;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide.cur {
  width: 40%;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide.cur .meidia-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide.cur .leftContent {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide .meidia-box {
  height: 100%;
}

.index-two-box .index-two-content .swiper-warp .list .item-slide .meidia-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-two-box .index-two-content .swiper-warp .list .leftContent {
  position: absolute;
  bottom: 0;
  left: clamp(13.33333px, 1.04167vw, 20px);
  padding: clamp(32.66667px, 2.55208vw, 49px) clamp(34.66667px, 2.70833vw, 52px) clamp(32.66667px, 2.55208vw, 49px);
  background: #ffffff;
  color: #222222;
  opacity: 0;
  transition: all 0.6s;
  transform: translateX(10%);
}

.index-two-box .index-two-content .swiper-warp .list .leftContent .f-34 {
  line-height: 36px;
  max-width: 229px;
}

.index-two-box .index-two-content .swiper-warp .list .leftContent .centerText {
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: clamp(177.33333px, 13.85417vw, 266px);
  margin-top: clamp(19.33333px, 1.51042vw, 29px);
}

.index-two-box .index-two-content .swiper-warp .list .leftContent .hrefBox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  background: #E0E3E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-two-box .flexPagin {
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 0;
  gap: 20px;
  align-items: center;
  width: clamp(133.33333px, 10.41667vw, 200px);
  justify-content: space-between;
  margin-top: 40px;
  transform: translateY(100%);
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}

.index-two-box .flexPagin .swiper-button-prev, .index-two-box .flexPagin .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
}

.index-two-box .flexPagin .swiper-button-prev:after, .index-two-box .flexPagin .swiper-button-next:after {
  display: none;
}

.index-two-box .flexPagin .swiper-button-prev img, .index-two-box .flexPagin .swiper-button-next img {
  width: 7px;
  height: 12px;
}

.index-two-box .flexPagin .swiper-pagination {
  margin: 0 9px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}

.index-two-box .flexPagin .allLine {
  width: 8.23%;
  min-width: 100px;
  height: 3px;
  background: #DDDDDD;
  display: inline-block;
  position: relative;
}

.index-two-box .flexPagin .itemLine {
  position: absolute;
  background: #6ABC6F;
  height: 3px;
  top: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease;
  display: inline-block;
}

.index-two-box .flexPagin .swiper-pagination-current {
  color: #6ABC6F;
}

.index-three-box .three-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.25vw;
}

.index-three-box .headTitle {
  color: #fff;
  text-align: left;
}

.index-three-box .headDec {
  max-width: 673px;
  color: #fff;
}

.index-three-box .rightText {
  display: flex;
  gap: 4.16vw;
  font-family: LexendDeca;
  font-weight: 500;
  color: #FFFFFF;
}

.index-three-box .rightText .rightItem {
  flex: 1;
  max-width: 355px;
}

.index-three-box .rightText .title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.index-three-box .rightText .itemBottom {
  display: flex;
  gap: 10px;
  align-items: center;
}

.index-three-box .rightText .count {
  font-family: Bayon;
  display: flex;
  align-items: center;
  gap: 3px;
}

.index-three-box .relativeImg {
  position: relative;
  max-width: 1309px;
  margin: 0 auto;
  /* 多层波纹，错开动画时间 */
}

.index-three-box .relativeImg .mapBox {
  position: relative;
}

.index-three-box .relativeImg .mapBox .meidia-box {
  padding-bottom: 56.37892%;
  overflow: hidden;
  position: relative;
}

.index-three-box .relativeImg .mapBox .meidia-box img, .index-three-box .relativeImg .mapBox .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.index-three-box .relativeImg .ripple-container {
  position: absolute;
  width: 50px;
  height: 50px;
}

.index-three-box .relativeImg .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 4.8s infinite ease-out;
}

.index-three-box .relativeImg .ripple:nth-child(1) {
  width: 8px;
  height: 8px;
  background: white;
  animation-delay: 0;
}

.index-three-box .relativeImg .ripple:nth-child(2) {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.6);
  animation-delay: 1.2s;
}

.index-three-box .relativeImg .ripple:nth-child(3) {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.3);
  animation-delay: 2.4s;
}

.index-three-box .relativeImg .ripple:nth-child(4) {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  animation-delay: 3.6s;
}

.index-three-box .relativeImg .ripple1 {
  position: absolute;
  top: 18.2%;
  left: 12.834%;
}

.index-three-box .relativeImg .ripple2 {
  position: absolute;
  top: 18.97%;
  left: 20.93%;
}

.index-three-box .relativeImg .ripple3 {
  position: absolute;
  top: 22.89%;
  right: 21.08%;
}

.index-three-box .relativeImg .ripple4 {
  position: absolute;
  top: 42.276%;
  left: 10.8479%;
}

.index-three-box .relativeImg .ripple5 {
  position: absolute;
  top: 36.17%;
  left: 36.28%;
}

.index-three-box .relativeImg .ripple6 {
  position: absolute;
  top: 63.14%;
  right: 5.5%;
}

.index-four-box {
  background: #fff;
  padding: 6.25vw 0 4.5vw;
}

.index-four-box .index-four-content {
  position: relative;
}

.index-four-box .index-four-content .meidia-box {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}

.index-four-box .index-four-content .meidia-box img, .index-four-box .index-four-content .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.index-four-box .swiper-button-next, .index-four-box .swiper-button-prev {
  width: 60px;
  height: 50px;
  background: #F1F3F5;
  top: -82px;
  right: 0;
}

.index-four-box .swiper-button-next {
  background: #E0E3E8;
}

.index-four-box .swiper-button-prev {
  left: auto;
  right: 60px;
}

.index-four-box .swiper-button-next:after, .index-four-box .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.index-four-box .swiper-slide:hover .meidia-box img {
  transform: scale(1.1);
}

.index-four-box .swiper-slide:hover .descItem {
  color: #006D9B;
}

.index-four-box .headTitle {
  text-align: left;
  margin-bottom: 4.27vw;
}

.index-four-box .descItem {
  font-family: LexendDeca;
  font-weight: 500;
  color: #222222;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: clamp(26.66667px, 2.08333vw, 40px) 0 clamp(23.33333px, 1.82292vw, 35px);
}

.index-four-box .bottomText {
  color: #666;
  display: flex;
  gap: 10px;
  align-items: center;
}

.index-five-box {
  margin-bottom: 6.25vw;
}

.index-five-box .contentBox {
  width: 100%;
  min-height: 440px;
  padding: 0 6.25vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-five-box .contentBox form p{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
.index-five-box .leftText {
  font-family: LexendDeca;
  font-weight: 500;
  max-width: 556px;
  color: #FFFFFF;
  line-height: 3.125vw;
}

.index-five-box .rightbox {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}

.index-five-box .input-text {
  width: 100%;
  max-width: 480px;
  height: 60px;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 0 clamp(26.66667px, 2.08333vw, 40px);
  border: none;
  color: #666666;
  font-weight: 500;
  box-sizing: border-box;
}

.index-five-box .btnBox {
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #006D9B;
  border-radius: 30px;
  font-family: LexendDeca;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  border:none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color:#fff;
}

.indexfooterBox {
  background: #222222;
}

.indexfooterBox .footerTop {
  height: clamp(100px, 7.8125vw, 150px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.indexfooterBox .footerTop .left {
  width: 151px;
}

.indexfooterBox .footerTop .left .meidia-box {
  padding-bottom: 19.86755%;
  overflow: hidden;
  position: relative;
}

.indexfooterBox .footerTop .left .meidia-box img, .indexfooterBox .footerTop .left .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.indexfooterBox .right {
  display: flex;
  gap: 27px;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-family: LexendDeca;
}

.indexfooterBox .right div {
  transition: all 0.2s;
}

.indexfooterBox .right div:hover {
  transform: translateY(-10px);
}

.indexfooterBox .cemterbOX {
  padding-top: 6.25vw;
  min-height: clamp(371.33333px, 29.01042vw, 557px);
  box-sizing: border-box;
}

.indexfooterBox .copRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(66.66667px, 5.20833vw, 100px);
  padding: 0 5.2vw;
}

.indexfooterBox .copRight div {
  flex: 1;
}

.indexfooterBox .borderTop {
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.indexfooterBox .flexRight {
  display: flex;
  gap: 5.2vw;
  justify-content: flex-end;
}

.indexfooterBox .flexRight a {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.indexfooterBox .flexRight a:hover {
  color: #fff;
}

.indexfooterBox ul {
  display: flex;
  gap: 9.635vw;
  flex-wrap: wrap;
}

.indexfooterBox ul dt {
  font-family: LexendDeca;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.indexfooterBox ul dd {
  margin-bottom: 15px;
}

.indexfooterBox ul dd a {
  color: rgba(255, 255, 255, 0.5);
  font-family: LexendDeca;
}

.indexfooterBox ul dd a:hover {
  color: #fff;
}

.product-one-box .product-one-Content {
  padding: 6.25vw 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 5.2vw;
}

.product-one-box .flexItem {
  display: flex;
  cursor: pointer;
  background: url("static/images/product(12).png") right bottom/contain no-repeat;
}

.product-one-box .flexItem:hover .flexItem-left img {
  transform: scale(1.1);
}

.product-one-box .flexItem:hover .text {
  color: #006D9B;
}

.product-one-box .flexItem:nth-child(2n) {
  flex-direction: row-reverse;
}

.product-one-box .flexItem:nth-child(2n) .flexItem-right {
  background: url("static/images/product(11).png") left top/cover no-repeat;
}

.product-one-box .flexItem-left {
  width: 100%;
  max-width: 910px;
}

.product-one-box .flexItem-left .meidia-box {
  padding-bottom: 61.53846%;
  overflow: hidden;
  position: relative;
}

.product-one-box .flexItem-left .meidia-box img, .product-one-box .flexItem-left .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product-one-box .flexItem-right {
  flex: 1;
  box-sizing: border-box;
}

.product-one-box .flexItem-right .title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-one-box .flexItem-right .count {
  font-family: LexendDeca;
  font-weight: bold;
  color: #006D9B;
}

.product-one-box .flexItem-right .countTitle {
  max-width: 187px;
  font-family: LexendDeca;
  font-weight: 500;
  color: #424242;
  line-height: 36px;
}

.product-one-box .flexItem-right .text {
  max-width: 484px;
  font-family: LexendDeca;
  color: #444444;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-one-box .flexItem-right-content {
  padding: 5.1vw 4.5vw;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-one-box .bottomImg {
  width: clamp(38.66667px, 3.02083vw, 58px);
}

.footerBox-two-box {
  position: relative;
}

.footerBox-two-box .meidia-box {
  padding-bottom: 21.875%;
  overflow: hidden;
  position: relative;
}

.footerBox-two-box .meidia-box img, .footerBox-two-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.footerBox-two-box .centerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: LexendDeca;
  font-weight: bold;
  color: #FFFFFF;
}

.footerBox {
  background: #fff;
}

.footerBox .flexContent {
  display: flex;
  justify-content: space-between;
  padding: 4.5vw 0 clamp(33.33333px, 2.60417vw, 50px);
}

.footerBox .cemterbOX {
  padding-top: 0;
  min-height: 0;
}

.footerBox .cemterbOX ul {
  gap: 4.16vw 8.3vw;
}

.footerBox .cemterbOX ul dt {
  color: #000000;
  margin-bottom: 25px;
}

.footerBox .cemterbOX ul dd {
  margin-bottom: 5px;
}

.footerBox .cemterbOX ul dd a {
  color: #666666;
}

.footerBox .cemterbOX ul dd a:hover {
  color: #006D9B;
}

.footerBox .footerTop {
  padding-top: 0;
  border-bottom: none;
  flex-direction: column;
  justify-content: flex-start;
  width: 44.8%;
  align-items: flex-start;
  gap: 64px;
}

.footerBox .iconRight {
  width: 40px;
  height: 40px;
  background: #6BBC6E;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5.2vw;
  bottom: 30px;
  cursor: pointer;
}

.footerBox .copRight {
  color: #999999;
  border-top: 1px solid #dddddd;
}

.productDetail .bg-box .meidia-box {
  padding-bottom: 36.14583%;
  overflow: hidden;
  position: relative;
}

.productDetail .bg-box .meidia-box img, .productDetail .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.productDetail .topTextBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: LexendDeca;
}

.productDetail .topTextBox .text {
  max-width: 964px;
  line-height: 28px;
}

.productDetail .f-72 {
  line-height: 1;
  margin-bottom: 25px;
}

.productDetail-one-box {
  background: #fff;
}

.productDetail-one-box .productDetail-one-Content {
  padding: 6.25vw 3.125vw;
}

.productDetail-one-box .flexItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productDetail-one-box .flexItem:hover .flexItem-left img {
  transform: scale(1.1);
}

.productDetail-one-box .flexItem-left {
  width: 48.75%;
}

.productDetail-one-box .flexItem-left .meidia-box {
  padding-bottom: 76.92308%;
  overflow: hidden;
  position: relative;
}

.productDetail-one-box .flexItem-left .meidia-box img, .productDetail-one-box .flexItem-left .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.productDetail-one-box .flexItem-right{
    width:51.25%;
    box-sizing:border-box;
    padding-left:5%;
}
.productDetail-one-box .flexItem-right .countTitle {
  font-family: LexendDeca;
  font-weight: 600;
  color: #000000;
  margin-bottom: 13px;
}

.productDetail-one-box .flexItem-right .text {
  font-family: LexendDeca;
  color: #444444;
  line-height: 26px;
}

.productDetail-two-box {
  background: #F5F5F5;
}

.productDetail-two-box .productDetail-two-Content {
  padding: 6.25vw  3.125vw;
}

.productDetail-two-box .productDetail-two-Content ul {
  margin: 0 -21px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.productDetail-two-box .productDetail-two-Content .imgshow img {
  width: 100%;
}

.productDetail-two-box .productDetail-two-Content li {
  width: 25%;
  padding: 0 21px;
  box-sizing: border-box;
}

.productDetail-two-box .topTitle {
  font-family: LexendDeca;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  margin-bottom: 3.64vw;
  text-align: center;
}

.productDetail-two-box .p-item {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #FFFFFF;
  padding: clamp(26.66667px, 2.08333vw, 40px);
  font-family: LexendDeca;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.productDetail-two-box .p-item:hover {
  transform: translateY(-10px);
}

.productDetail-two-box .titke {
  font-weight: 500;
  color: #006D9B;
  line-height: 1.2;
  min-height:60px;
}

.productDetail-two-box .desc {
  color: #666666;
  line-height: 1.2;
  flex: 1;
}

.productDetail-two-box .bottomFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productDetail-two-box .bottomFlex span {
  font-weight: bold;
  color: #F0F0F0;
  line-height: 1;
}

.productDetail-two-box .bottomFlex img {
  height:60px;;
}

.productDetail-three-box {
  background: #fff;
}

.productDetail-three-box .productDetail-two-Content {
  padding: 5.67vw 3.125vw 6.25vw;
}

.productDetail-three-box .title {
  font-weight: 600;
  color: #000000;
  line-height: 1;
  text-align: center;
}

.productDetail-three-box .flexBox {
  display: flex;
  max-width: 1054px;
  margin: 0 auto;
  gap: 20px;
  flex-wrap: wrap;
  margin: 3.125vw auto 4.12vw;
}

.productDetail-three-box .flexBox div {
  width: 159px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  background: #EBEBEB;
  height: 42px;
  border-radius: 21px;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
}

.productDetail-three-box .flexBox .cur {
  background: #6ABC6F;
  color: #fff;
}

.productDetail-three-box .tableContent .meidia-box {
  padding-bottom: 69.49807%;
  overflow: hidden;
  position: relative;
}

.productDetail-three-box .tableContent .meidia-box img, .productDetail-three-box .tableContent .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.productDetail-three-box .tableContent table {
  width: 100%;
  text-align: center;
}

.productDetail-three-box .tableContent th {
  text-align: center;
}

.productDetail-three-box .tableContent thead {
  background: #006D9B;
  height: 65px;
  color: #fff;
  font-size: 16px;
}

.productDetail-three-box .tableContent thead th {
  border-right: 1px solid #DDDDDD;
}

.productDetail-three-box .tableContent tbody {
  border-left: 1px solid #DDDDDD;
}

.productDetail-three-box .tableContent td {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  height: 55px!important;
}

table tr{height:55px!important;}

.productDetail-three-box .tableContent .leftImg {
  width: clamp(206px, 16.09375vw, 309px);
  padding: 0 25px;
  box-sizing: border-box;
}

.productDetail-four-box {
  background: #fff;
}

.productDetail-four-box .productDetail-two-Content {
  padding: 0 3.125vw 5.72vw;
}

.productDetail-four-box .productDetail-two-Content ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.productDetail-four-box .productDetail-two-Content .imgshow img {
  width: 100%;
}

.productDetail-four-box .productDetail-two-Content li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.productDetail-four-box .productDetail-two-Content .meidia-box {
  padding-bottom: 63.65385%;
  overflow: hidden;
  position: relative;
}

.productDetail-four-box .productDetail-two-Content .meidia-box img, .productDetail-four-box .productDetail-two-Content .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.productDetail-four-box li {
  margin-bottom: 20px;
}

.productDetail-four-box li:hover img {
  transform: scale(1.1);
}

.productDetail-four-box .title {
  font-weight: 600;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.64vw;
}

.solutionBanner {
  position: relative;
}

.solutionBanner .bg-box .meidia-box {
  padding-bottom: 51.82292%;
  overflow: hidden;
  position: relative;
}

.solutionBanner .bg-box .meidia-box img, .solutionBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.solutionBanner .topTextBox {
  position: absolute;
  top: 42%;
  left: calc(50% + 58px);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: LexendDeca;
  text-align: left;
  width: 100%;
}

.solutionBanner .topTextBox .text {
  max-width: 980px;
  line-height: 1.5;
}

.solutionBanner .f-72 {
  line-height: 1;
  margin-bottom: 25px;
}

.solutionBanner .mySwiper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.solutionBanner .mySwiper .swiperBox {
  background: rgba(255, 255, 255, 0.2);
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.solutionBanner .mySwiper .swiper-slide-thumb-active .swiperBox {
  background: #006D9B;
}

.solutionBanner .mySwiper .Name {
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
  max-width: 186px;
  /*text-transform: uppercase;*/
}

.solutionCaseBanner .bg-box .meidia-box {
  padding-bottom: 44.32292%;
  overflow: hidden;
  position: relative;
}

.solutionCaseBanner .bg-box .meidia-box img, .solutionCaseBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.solutionCaseBanner .topTextBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: LexendDeca;
}

.solutionCaseBanner .topTextBox .text {
  max-width: 1128px;
  line-height: 32px;
}

.solutionCaseBanner .f-60 {
  line-height: 1;
  margin-bottom: 25px;
}

.solutionCaseBanner-one-box {
  background: #fff;
}

.solutionCaseBanner-one-box .solutionCaseBanner-one-Content {
  padding: 6.25vw 0;
  color: #000000;
  text-align: center;
}

.solutionCaseBanner-one-box .text {
  max-width: 1050px;
  margin: 0 auto;
}

.fb600 {
  font-weight: 600;
}

.solutionCase-two-box .caseitem {
  display: flex;
  align-items: center;
  font-family: Myriad Pro;
  background: #EEEEEE;
  gap: 45px;
}

.solutionCase-two-box .caseitem:nth-child(2n) {
  flex-direction: row-reverse;
}

.solutionCase-two-box .caseitem:nth-child(2n) .textContent {
  padding-left: 0;
  padding-right: clamp(144px, 11.25vw, 216px);
}

.solutionCase-two-box .caseitem:hover .rghtImg img {
  transform: scale(1.1);
}

.solutionCase-two-box .caseitem:hover .textDesc {
  color: #006D9B;
}

.solutionCase-two-box .title {
  color: #0D0D0D;
  margin-bottom: 10px;
}

.solutionCase-two-box .textDesc {
  color: #535353;
  line-height: 1.5;
}

.solutionCase-two-box .rghtImg {
  width: 47.65%;
}

.solutionCase-two-box .rghtImg .meidia-box {
  padding-bottom: 67.65027%;
  overflow: hidden;
  position: relative;
}

.solutionCase-two-box .rghtImg .meidia-box img, .solutionCase-two-box .rghtImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.solutionCase-two-box .textContent {
  flex: 1;
  padding-left: clamp(144px, 11.25vw, 216px);
}

.serveSupportBanner .bg-box .meidia-box {
  padding-bottom: 36.30208%;
  overflow: hidden;
  position: relative;
}

.serveSupportBanner .bg-box .meidia-box img, .serveSupportBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.serveSupport-one-box {
  padding: 7.8125vw 0 8.125vw;
}

.serveSupport-one-box .title {
  color: #222222;
  line-height: 1;
  text-align: center;
  margin-bottom: 5.36vw;
}

.serveSupport-one-box .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 0;
}

.serveSupport-one-box .flexBox .item {
  width: 16.66%;
  display: flex;
  justify-content: center;
}

.serveSupport-one-box .flexBox img {
  height: fit-content;
}

.serveSupport-two-box .serveSupport-two-Content {
  padding: 6.25vw 3.125vw 5.2vw;
}

.serveSupport-two-box .title {
  font-weight: 600;
  color: #222222;
  line-height: 1;
  text-align: center;
  padding-bottom: 4.89vw;
  margin-bottom: clamp(43.33333px, 3.38542vw, 65px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.serveSupport-two-box .flexName {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #666666;
}

.serveSupport-two-box .downLoadItem {
  display: flex;
  align-items: center;
  height: 70px;
  background: #FFFFFF;
  border-radius: 6px;
  justify-content: space-between;
  padding: 0 50px 0 40px;
  color: #2A2A2A;
  margin-bottom: 20px;
}

.serveSupport-two-box .downLoadItem:hover {
  color: #006D9B;
}

.serveSupport-two-box .downLoadItem:hover img {
  transform: scale(1.1);
}

.serveSupport-three-box {
  padding: 6.25vw 3.125vw;
  background: #fff;
}

.serveSupport-three-box .title {
  font-weight: 600;
  color: #222222;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.serveSupport-three-box .titleBox {
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #2A2A2A;
  align-items: center;
  justify-content: space-between;
  padding: clamp(26.66667px, 2.08333vw, 40px) 0 clamp(26.66667px, 2.08333vw, 40px);
}

.serveSupport-three-box .drawBox {
  height: 0;
  padding-left: 3.64vw;
  transition: height 2s ease-in-out;
  overflow: hidden;
}

.serveSupport-three-box .cur {
  padding-bottom: clamp(38px, 2.96875vw, 57px);
}

.serveSupport-three-box .cur .titleBox {
  padding-bottom: clamp(17.33333px, 1.35417vw, 26px);
}

.serveSupport-three-box .cur .drawBox {
  height: fit-content;
}

.serveSupport-three-box .qN {
  font-weight: 600;
  color: #6BBC6E;
}

.serveSupport-three-box .left {
  display: flex;
  gap: 39px;
}

.serveSupport-three-box .collaItem {
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
}

.aboutUsBanner .bg-box .meidia-box {
  padding-bottom: 36.30208%;
  overflow: hidden;
  position: relative;
}

.aboutUsBanner .bg-box .meidia-box img, .aboutUsBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.aboutUs-one-box {
  padding: 6.25vw 0;
}

.aboutUs-one-box .title {
  color: #222222;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin-bottom: clamp(35.33333px, 2.76042vw, 53px);
}

.aboutUs-one-box .overText {
  height: 320px;
  overflow-y: auto;
  color: #333333;
  max-width: 1443px;
  padding-right: 55px;
  margin: 0 auto;
  box-sizing: border-box;
}
.aboutUs-one-box .overText p:nth-child(odd){
    font-weight: 600;
}
.aboutUs-one-box .overText p:nth-child(even){
    text-transform: lowercase;
}
.aboutUs-one-box .overText span {
  font-weight: 600;
}

.aboutUs-one-box .overText::-webkit-scrollbar {
  width: 2px;
}

.aboutUs-one-box .overText::-webkit-scrollbar-track {
  background: #DDDDDD;
}

.aboutUs-one-box .overText::-webkit-scrollbar-thumb {
  background: #006D9B;
}

.aboutUs-two-box {
  color: #FFFFFF;
}

.aboutUs-two-box ul {
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.aboutUs-two-box .imgshow img {
  width: 100%;
}

.aboutUs-two-box li {
  width: 33.33%;
  padding: 0 0;
  box-sizing: border-box;
}

.aboutUs-two-box .meidia-box {
  padding-bottom: 78.125%;
  overflow: hidden;
  position: relative;
}

.aboutUs-two-box .meidia-box img, .aboutUs-two-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.aboutUs-two-box .p-item {
  position: relative;
  text-align: center;
}

.aboutUs-two-box .absoluteText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.aboutUs-two-box .centerText {
  height: 77px;
  max-width: 45.46%;
  line-height: 1.2;
}

.aboutUs-three-box {
  padding: 6.25vw 0 6.458vw;
}

.aboutUs-three-box .title {
  line-height: 1;
  margin-bottom: 4.479vw;
  text-align: center;
  font-weight: 600;
  color: #222222;
  font-style: normal;
}

.m-width-content-left {
  padding-left: calc((100% - 1720px) / 2);
  position: relative;
  font-style: italic;
}

.m-width-content-left .bg-box .meidia-box {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

.m-width-content-left .bg-box .meidia-box img, .m-width-content-left .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.m-width-content-left .slidetEXT {
  padding: 28px 17px 0 24px;
  display: flex;
  justify-content: space-between;
}

.m-width-content-left .leftBox {
  color: #222222;
  font-weight: 500;
  line-height: 1;
}

.m-width-content-left .rightBox {
  max-width: 54.85%;
  min-height: 185px;
  color: #444444;
  line-height: 26px;
}

.m-width-content-left .years {
  margin-bottom: 5px;
  letter-spacing: 0;
  font-weight: 500;
}

.m-width-content-left .centerBox {
  text-align: center;
  height: 29px;
}

.m-width-content-left .bottomLine {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 14px;
  transform: translateY(50%);
  height: 1px;
  background: #DDDDDD;
}

.aboutUs-four-box {
  background: #F5F5F5;
  padding: 6.25vw 0 5.72vw;
  color: #222222;
}

.aboutUs-four-box .aboutUs-four-content {
  position: relative;
  padding-bottom: 60px;
}

.aboutUs-four-box .aboutUs-four-content .swiper-slide {
  display: flex;
  justify-content: center;
}

.aboutUs-four-box .title {
  line-height: 1;
  text-align: center;
  margin-bottom: 4.27vw;
  font-weight: 600;
}

.aboutUs-four-box .fourBox {
  padding: 0 55px 92px;
  position: relative;
}

.aboutUs-four-box .absoluteImg {
  position: absolute;
  bottom: 0;
  lefT: 0;
  right: 0;
  height: 109px;
}

.aboutUs-four-box .meidia-box {
  position: relative;
  z-index: 2;
}

.aboutUs-four-box .swiper-pagination-bullet {
  width: 37px;
  height: 6px;
  background: #006D9B;
  border-radius: 0px;
  opacity: 1;
}

.aboutUs-four-box .swiper-pagination-bullet-active {
  background: #6ABC6F;
}

.aboutUs-five-box {
  padding: 6.25vw 0;
  background: #fff;
}

.aboutUs-five-box .title {
  line-height: 1;
  text-align: center;
  margin-bottom: 3.54vw;
  font-weight: 600;
  color: #222222;
}

.aboutUs-five-box .aboutUs-five-content {
  display: flex;
  gap: 32px;
}

.aboutUs-five-box .leftSwiper {
  width: 49.41%;
}

.aboutUs-five-box .leftSwiper .meidia-box {
  padding-bottom: 61.17647%;
  overflow: hidden;
  position: relative;
}

.aboutUs-five-box .leftSwiper .meidia-box img, .aboutUs-five-box .leftSwiper .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.aboutUs-five-box .leftSwiper .f-16 {
  color: #666666;
  font-weight: 500;
  margin-top: 20px;
}

.aboutUs-five-box .leftSwiper .f-24 {
  color: #000000;
  max-width: 80%;
  height: 108px;
}

.aboutUs-five-box .leftSwiper .bottomText {
  padding: 0 19px;
}

.aboutUs-five-box .rightSwiper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  padding-right: clamp(77.33333px, 6.04167vw, 116px);
  overflow-y: auto;
  max-height: 620px;
}

.aboutUs-five-box .rightSwiper::-webkit-scrollbar {
  width: 4px;
}

.aboutUs-five-box .rightSwiper::-webkit-scrollbar-track {
  background: #DDDDDD;
}

.aboutUs-five-box .rightSwiper::-webkit-scrollbar-thumb {
  background: #6BBC6E;
}

.aboutUs-five-box .slideitem {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  cursor: pointer;
}

.aboutUs-five-box .rightContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  flex: 1;
}

.aboutUs-five-box .rightContent .f-16 {
  font-family: Montserrat;
  font-weight: 500;
  color: #666666;
}

.aboutUs-five-box .rightContent .f-24 {
  color: #000000;
  line-height: 26px;
  max-width: 424px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.aboutUs-five-box .leftImg {
  width: 38.8%;
}

.aboutUs-five-box .leftImg .meidia-box {
  padding-bottom: 64.28571%;
  overflow: hidden;
  position: relative;
}

.aboutUs-five-box .leftImg .meidia-box img, .aboutUs-five-box .leftImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.viewMoew {
  width: 190px;
  height: 52px;
  background: rgba(102, 102, 102, 0);
  border-radius: 26px;
  border: 2px solid #DDDDDD;
  display: flex;
  gap: 15px;
  align-items: center;
  color: #666666;
  font-family: ReadexPro;
  font-weight: 600;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.2s;
}

.viewMoew:hover {
  transform: scale(1.1);
}

.viewMoew img {
  width: 15px;
  height: 12px;
}

.contactBanner .bg-box .meidia-box {
  padding-bottom: 36.30208%;
  overflow: hidden;
  position: relative;
}

.contactBanner .bg-box .meidia-box img, .contactBanner .bg-box .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.contact-one-box {
  background: #fff;
}

.contact-one-box .contact-one-content {
  padding: 6.56vw clamp(25.33333px, 1.97917vw, 38px) 5.67vw 4.27vw;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.contact-one-box a {
  color: #fff;
  cursor: pointer;
}

.contact-one-box .flexLeft {
  width: 35%;
  background: #006D9B;
  min-height:450px;
  padding: 10px 4.12vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.contact-one-box .flexRight {
  border-radius: 0 20px 20px 0;
  flex: 1;
  overflow: hidden;
}

.contact-one-box .name {
  color: rgba(255, 255, 255, 0.5);
}

.contact-one-box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-one-box .item:last-child {
  border-bottom: none;
}

.fb200 {
  font-weight: 200;
}

.contact-two-box {
  background: #F5F5F5;
}

.contact-two-box .contact-two-content {
  padding: 6.25vw 3.125vw;
}

.contact-two-box .title {
  color: #000000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4.47vw;
}

.contact-two-box .bottomBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-two-box .linebOX {
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  padding: 0 50px;
}

.contact-two-box .topTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  height: 99px;
  cursor: pointer;
}

.contact-two-box .topTitle .left {
  display: flex;
  flex: 1;
}

.contact-two-box .desc {
  color: #666666;
  margin-left: 8.2%;
}

.contact-two-box .rightImg img {
  display: none;
}

.contact-two-box .rightImg .show {
  display: block;
}

.contact-two-box .bottomContent {
  border-top: 1px solid #DDDDDD;
  gap: 8%;
  display: flex;
  padding: 50px 0;
  display: none;
}

.contact-two-box .bottomContent .b-title {
  color: #000000;
  line-height: 1;
  margin-bottom: 25px;
}

.contact-two-box .bottomContent .l-line {
  color: #666666;
  line-height: 28px;
  max-width: 569px;
}

.contact-two-box .cur .bottomContent {
  display: flex;
}

.contact-two-box .cur .curshow {
  display: block;
}

.contact-two-box .cur .show {
  display: none;
}

.blog-one-box {
  background: #fff;
}

.blog-one-box .blog-one-content {
  padding: 0 3.125vw 6.25vw;
}

.blog-one-box .tabBox {
  display: flex;
  height: 12.5vw;
  min-height: 80px;
  align-items: center;
  gap: 5.72vw;
  color: #AAAAAA;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #DDDDDD;
}

.blog-one-box .cur {
  color: #222222;
}

.blog-one-box .blogItem {
  padding: 4.12vw 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  gap: 4.11vw;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
}

.blog-one-box .blogItem:hover .ledtImg img {
  transform: scale(1.1);
}

.blog-one-box .blogItem:hover .rightBox {
  color: #006D9B;
}

.blog-one-box .ledtImg {
  /*width: 50.5%;*/
  border-radius: 20px;
  overflow: hidden;
      max-width: 50.5%;
    width: 550px;
}

.blog-one-box .ledtImg .left .meidia-box {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

.blog-one-box .ledtImg .left .meidia-box img, .blog-one-box .ledtImg .left .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-one-box .rightBox {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 1.5625vw, 30px) 10px clamp(20px, 1.5625vw, 30px) 0;
  color: #666666;
  box-sizing: border-box;
  gap: 25px;
    overflow: hidden;
    flex: 1;
}

.blog-one-box .f-24 {
  color: #000;
}

.blog-one-box .viewMoew {
  margin: 0;
  margin-top: 20px;
}

.blog-one-box .page-box {
  padding: 4.12vw 0 0 0;
}

.blog-one-box .page-box a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 46px;
  cursor: pointer;
}

.blog-one-box .page-box .current {
  background-color: #006D9B;
  border: 1px solid #006D9B;
  color: #FFFFFF;
}

.fb500 {
  font-weight: 500;
}

.blogSingle-one-content {
  padding: 161px 3.125vw 0;
  color: #000000;
}

.blogSingle-one-content .navHref, .blogSingle-one-content .navHref a {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #6D6D6D;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blogSingle-one-content .newsTitle {
  margin: clamp(26.66667px, 2.08333vw, 40px) 0 clamp(10px, 0.78125vw, 15px);
  width: 62.5%;
  line-height: 40px;
}

.blogSingle-one-content .time {
  color: #666666;
  font-family: Montserrat;
  font-weight: 500;
}

.blogSingle-one-content2 {
  padding: 0 3.125vw 3.64vw;
  display: flex;
  gap: clamp(55.33333px, 4.32292vw, 83px);
  color: #000000;
}

.blogSingle-one-content2 .leftBox {
  width: 62.5%;
}

.blogSingle-one-content2 .rightBox {
  flex: 1;
}

.blogSingle-one-content2 .newImg {
  margin-top: 3.125vw;
  padding-top: clamp(24.66667px, 1.92708vw, 37px);
  border-top: 1px solid #DDDDDD;
  margin-bottom: 9px;
}

.blogSingle-one-content2 .newImg .meidia-box {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.blogSingle-one-content2 .newImg .meidia-box img, .blogSingle-one-content2 .newImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blogSingle-one-content2 .leftFlex, .blogSingle-one-content2 .rightFlex {
  display: flex;
  align-items: center;
  gap: clamp(38.66667px, 3.02083vw, 58px);
  color: #2C2C2C;
}

.blogSingle-one-content2 .leftFlex a, .blogSingle-one-content2 .rightFlex a {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #2C2C2C;
  font-family: Arial;
}

.blogSingle-one-content2 .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.blogSingle-one-content2 .news {
  padding-bottom: 3.125vw;
  border-bottom: 1px solid #DDDDDD;
}

.blogSingle-one-content2 .news p {
  margin-bottom: 18px;
  color: #666666;
  line-height: 28px;
}

.blogSingle-one-content2 .wp-pagenavi {
  justify-content: space-between;
}

.blogSingle-one-content2 .wp-pagenavi a {
  border: none;
  color: #444444;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  cursor: pointer;
}

.blogSingle-one-content2 .wp-pagenavi a:hover {
  color: #006D9B;
}

.blogSingle-one-content2 .wp-pagenavi a img {
  width: fit-content;
  height: fit-content;
}

.blogSingle-one-content2 .wp-pagenavi .back {
  gap: 2px;
}

.blogSingle-one-content2 .page-box .wp-pagenavi a.nextpostslink {
  background: none;
  color: #444444;
}

.blogSingle-one-content2 .searchBox {
  background: #F6F6F6;
  border-radius: 20px;
  padding: 29px 18px clamp(36.66667px, 2.86458vw, 55px);
}

.blogSingle-one-content2 .searchBox .search {
  color: #2C2C2C;
  font-family: Arial;
  line-height: 1;
  margin-bottom: 28px;
}

.blogSingle-one-content2 .searchBox .bottomInput {
  position: relative;
  padding: 0 24px 0 27px;
}

.blogSingle-one-content2 .searchBox .bottomInput input {
  padding: 0 clamp(33.33333px, 2.60417vw, 50px) 0 clamp(23.33333px, 1.82292vw, 35px);
  box-sizing: border-box;
  height: 73px;
  border: none;
  outline: none;
  color: #2C2C2C;
  font-size: 22px;
  border-radius: 20px;
  width: 100%;
}

.blogSingle-one-content2 .searchBox .bottomInput input::placeholder {
  color: #666;
}

.blogSingle-one-content2 .searchBox .bottomInput .searchBtn {
  position: absolute;
  top: 50%;
  right: clamp(36.66667px, 2.86458vw, 55px);
  transform: translateY(-50%);
  cursor: pointer;
}

.blogSingle-one-content2 .blogList {
  margin-top: 27px;
  background: #F6F6F6;
  border-radius: 20px;
  padding: clamp(24px, 1.875vw, 36px) clamp(26.66667px, 2.08333vw, 40px) clamp(30.66667px, 2.39583vw, 46px) clamp(18px, 1.40625vw, 27px);
}

.blogSingle-one-content2 .blogList .newTitle {
  font-family: Arial;
  color: #2C2C2C;
  margin-bottom: clamp(24px, 1.875vw, 36px);
}

.blogSingle-one-content2 .blogList .flexList {
  display: flex;
  flex-direction: column;
  gap: clamp(19.33333px, 1.51042vw, 29px);
}

.blogSingle-one-content2 .blogList .n-item {
  display: flex;
  align-items: center;
}

.blogSingle-one-content2 .blogList .n-item:hover img {
  transform: scale(1.1);
}

.blogSingle-one-content2 .blogList .leftBoxImg {
  width: 40%;
}

.blogSingle-one-content2 .blogList .leftBoxImg .meidia-box {
  padding-bottom: 64.67391%;
  overflow: hidden;
  position: relative;
}

.blogSingle-one-content2 .blogList .leftBoxImg .meidia-box img, .blogSingle-one-content2 .blogList .leftBoxImg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blogSingle-one-content2 .blogList .flexRight {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0 5px clamp(24px, 1.875vw, 36px);
  color: #666666;
  font-family: Arial;
}

.blogSingle-one-content2 .blogList .flexRight .desc {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}

.followUs {
  padding: 40px 30px 36px;
  background: #F6F6F6;
}

.followUs .name {
  font-family: Arial;
  color: #2C2C2C;
  line-height: 1;
  margin-bottom: 47px;
}

.followUs .flexUs {
  padding-left: 15px;
  display: flex;
  gap: 20px;
}

.followUs .flexUs img {
  max-width: 2.7vw;
  min-width: 30px;
  transition: all 0.2s;
}

.followUs .flexUs img:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1720px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .footerBox .flexContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1480px) {
  .m-width-content {
    max-width: 1200px;
  }
  .leftContentBox {
    padding-left: calc((100% - 1200px) / 2);
  }
}

@media screen and (max-width: 1200px) {
  .m-width-content {
    max-width: 1000px;
  }
  .leftContentBox {
    padding-left: calc((100% - 1000px) / 2);
  }
}

/* Search Results Page Styles */
.search-page-box {
  padding: 6.25vw 0;
  background: #fff;
}

.search-container {
  margin-bottom: 4.17vw;
}

.search-bar {
  position: relative;
  max-width: 800px;
  margin: 0 auto 20px;
}

.search-input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 70px 0 25px;
  border: 2px solid #E0E3E8;
  border-radius: 30px;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  border-color: #006D9B;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #006D9B;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.search-btn:hover {
  background: #005a82;
}

.search-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.search-stats {
  text-align: center;
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}

.search-stats strong {
  color: #006D9B;
  font-weight: 600;
}

.search-results {
  max-width: 1200px;
  margin: 0 auto;
}

.result-item {
  padding: 30px 0;
  border-bottom: 1px solid #F1F1F1;
  transition: background-color 0.2s ease;
}

.result-item:hover {
  background-color: #FAFAFA;
}

.result-item:last-child {
  border-bottom: none;
}

.result-title {
  margin-bottom: 10px;
}

.result-title a {
  color: #006D9B;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.result-title a:hover {
  color: #005a82;
  text-decoration: underline;
}

.result-url {
  color: #6ABC6F;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  margin-bottom: 15px;
  font-family: 'Courier New', monospace;
}

.result-desc {
  color: #666;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.6;
  max-width: 1000px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5.2vw;
  padding: 20px 0;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  color: #888;
  text-decoration: none;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  transition: all 0.3s ease;
}

.page-btn:hover {
  border-color: #006D9B;
  color: #006D9B;
}

.page-btn.active {
  background: #006D9B;
  border-color: #006D9B;
  color: #fff;
}

.page-btn.prev, .page-btn.next {
  width: auto;
  padding: 0 20px;
  border-radius: 20px;
}

.page-dots {
  color: #888;
  font-size: clamp(12px, 0.9375vw, 18px);
}

@media screen and (max-width: 1023px) {
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 0;
    right: 20px;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .btn-nav .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #006D9B;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-60 {
    font-size: 25px;
  }
  .f-68 {
    font-size: 25px;
  }
  .f-70 {
    font-size: 30px;
  }
  .f-72 {
    font-size: 30px;
  }
  .f-90 {
    font-size: 40px;
  }
  /* 手机菜单 end */
  /* Search Results Page Mobile Styles */
  .search-section {
    padding: 80px 0 40px;
  }
  .search-container {
    margin-bottom: 30px;
  }
  .search-bar {
    max-width: 100%;
    padding: 0 20px;
  }
  .search-input {
    height: 50px;
    padding: 0 60px 0 20px;
    font-size: 16px;
  }
  .search-btn {
    width: 36px;
    height: 36px;
    right: 30px;
  }
  .search-btn img {
    width: 18px;
    height: 18px;
  }
  .result-item {
    padding: 20px;
  }
  .result-title a {
    font-size: 18px;
  }
  .result-url {
    font-size: 14px;
    word-break: break-all;
  }
  .result-desc {
    font-size: 16px;
  }
  .pagination {
    margin-top: 30px;
    gap: 5px;
  }
  .page-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .page-btn.prev,
  .page-btn.next {
    padding: 0 15px;
  }
  .index-one-box .indexContent ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index-one-box .indexContent .imgshow img {
    width: 100%;
  }
  .index-one-box .indexContent li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .index-two-box .index-two-content .swiper-warp .list .item-slide.cur {
    width: 70%;
  }
  .index-two-box .index-two-content .swiper-warp .list .item-slide {
    width: 10%;
  }
  .index-two-box .index-two-content .swiper-warp .list .leftContent {
    padding: 10px;
  }
  .index-three-box .three-top {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    gap: 10px;
  }
  .index-three-box .three-top .rightText {
    flex-direction: column;
    gap: 20px;
  }
  .index-five-box .contentBox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    min-height: 220px;
  }
  .index-five-box .contentBox .rightbox {
    flex: auto;
    flex: 0;
    width: 100%;
    justify-content: center;
  }
  .index-five-box .contentBox .input-text, .index-five-box .contentBox .btnBox {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .index-one-box .p-item .ConsultNow {
    opacity: 1;
  }
  .indexfooterBox .flexRight {
    display: none;
  }
  .indexfooterBox .copRight {
    justify-content: center;
  }
  .index-three-box .rightText .itemBottom {
    padding-top: 10px;
  }
  .header-box {
    height: 45px;
    z-index: 99;
    background: #fff;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    z-index: 99;
  }
  .header-box .search-box {
    padding-right: 50px;
  }
  .btn-nav {
    padding: 6px 0;
  }
  .banner {
    margin-top: 45px;
  }
  .logoImg {
    display: none;
  }
  .header-box .whiteImg {
    display: block;
  }
  .index-five-box .leftText {
    line-height: 1.2;
  }
  .index-two-box .flexPagin {
    position: relative;
    bottom: 0;
    margin: 0;
  }
  .aboutUs-two-box ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .aboutUs-two-box .imgshow img {
    width: 100%;
  }
  .aboutUs-two-box li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .aboutUs-five-box .aboutUs-five-content {
    flex-direction: column;
  }
  .aboutUs-five-box .leftSwiper {
    width: 100%;
  }
  .aboutUs-five-box .viewMoew {
    margin-top: 20px;
  }
  .aboutUs-one-box .overText {
    padding-right: 0;
  }
  .footerBox-two-box .meidia-box {
    padding-bottom: 38.875%;
  }
  .footerBox .footerTop {
    gap: 30px;
    padding: 0;
  } 
  .aboutUs-five-box .rightSwiper {
    padding-right: 0;
  }
  .blog-one-box .blogItem {
    flex-direction: column;
    gap: 0;
  }
  .blog-one-box .ledtImg {
    width: 100%;
    max-width: 100%;
  }
  .blog-one-box .viewMoew {
    margin-top: 0;
  }
  .blogSingle-one-content {
    padding-top: 75px;
  }
  .blogSingle-one-content .newsTitle {
    width: 100%;
  }
  .blogSingle-one-content2 {
    flex-direction: column;
    gap: 0;
  }
  .blogSingle-one-content2 .leftBox {
    width: 100%;
  }
  .blogSingle-one-content2 .searchBox .bottomInput input {
    height: 50px;
  }
  .blogSingle-one-content2 .leftFlex img, .blogSingle-one-content2 .rightFlex img {
    max-width: 30px;
  }
  .page-box {
    padding: 30px 0;
  }
  .contact-one-box .contact-one-content {
    flex-direction: column-reverse;
    gap: 0;
  }
  .contact-one-box .flexLeft {
    width: 100%;
  }
  .contact-one-box .flexRight {
    border-radius: 20px 20px 0 0;
  }
  .contact-one-box .flexLeft {
    border-radius: 0 0 20px 20px;
  }
  .contact-one-box .flexLeft {
    min-height: 300px;
  }
  .contact-two-box .topTitle {
    height: 60px;
  }
  .contact-two-box .linebOX {
    padding: 0 20px;
  }
  .contact-two-box .bottomContent {
    padding: 20px 0;
  }
  .product-one-box .product-one-Content {
    padding: 6.25vw 20px;
  }
  .product-one-box .flexItem {
    flex-direction: column;
  }
  .product-one-box .flexItem-left {
    border-radius: 20px;
    overflow: hidden;
  }
  .product-one-box .flexItem:nth-child(2n) {
    flex-direction: column;
  }
  .productDetail-one-box .flexItem {
    flex-direction: column;
  }
  .productDetail-one-box .flexItem-left {
    width: 100%;
  }
  .productDetail-two-box .productDetail-two-Content ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .productDetail-two-box .productDetail-two-Content .imgshow img {
    width: 100%;
  }
  .productDetail-two-box .productDetail-two-Content li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .productDetail-two-box .titke {
    min-height: fit-content;
  }
  .productDetail-two-box .p-item {
    min-height: fit-content;
    gap: 20px;
  }
  .productDetail-two-box .bottomFlex img {
    width: 40px;
  }
  .productDetail-two-box .productDetail-two-Content li {
    margin-bottom: 20px;
  }
  .productDetail-three-box .flexBox {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .productDetail-three-box .flexBox div {
    width: 100px;
    flex: none;
  }
  .productDetail-three-box .tableContent table {
    min-width: 600px;
  }
  .tableContent {
    overflow-x: auto;
  }
  .productDetail-four-box .productDetail-two-Content ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .productDetail-four-box .productDetail-two-Content .imgshow img {
    width: 100%;
  }
  .productDetail-four-box .productDetail-two-Content li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .productDetail .topTextBox {
    width: 100%;
  }
  .productDetail .f-72 {
    margin-bottom: 10px;
  }
  .serveSupport-one-box .flexBox img {
    width: 100%;
    height: auto;
  }
  .serveSupport-one-box .flexBox {
    gap: 10px 10px;
  }
  .serveSupport-one-box .flexBox .item {
    width: calc((100% - 40px) / 5);
  }
  .serveSupport-two-box .serveSupport-two-Content, .serveSupport-three-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .serveSupport-two-box .downLoadItem {
    padding: 0 20px;
    height: 60px;
  }
  .solutionBanner .mySwiper {
    position: relative;
  }
  .solutionBanner .mySwiper .swiperBox {
    height: 120px;
  }
  .solutionBanner .mySwiper .swiper-slide .swiperBox {
    background: rgba(0, 109, 155, 0.6);
  }
  .solutionBanner .mySwiper .swiper-slide-thumb-active .swiperBox {
    background: #006D9B;
  }
  .solutionBanner .topTextBox {
    left: 0px;
    right: 0px;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
  }
  .solutionCase-two-box .caseitem, .solutionCase-two-box .caseitem:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .solutionCase-two-box .textContent {
    padding-left: 0;
  }
  .solutionCase-two-box .caseitem {
    padding: 20px;
    margin-bottom: 20px;
  }
  .solutionCaseBanner .topTextBox {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .index-four-box .swiper-button-next, .index-four-box .swiper-button-prev {
    display: none;
  }
  .header-box {
    color: #333333;
  }
  .followUs .name {
    margin-bottom: 20px;
  }
  .index-one-box .p-item .desc{
      padding:0;
  }
  .ConsultNow{
      width: fit-content;
      height: 40px;
      padding:0 20px;
  }
  .banner-content{
      top:40%;
  }
  .index-one-box li{
      border-right: none;
  }
  .right-fixed{
      right:0;
  }
  .right-fixed .absolutemg{
      padding:10px 5px;
  }
  .productDetail-one-box .flexItem-right{
      width:100%;
      padding-left: 0;
      padding-top:20px;
  }
}

@media screen and (max-width: 700px) {
  .product-one-box .flexItem-right-content {
    padding-top: 1vw;
  }
  .indexfooterBox .cemterbOX {
    display: none;
  }
  .banner .absolutemg {
    display: none;
  }
  .indexfooterBox .footerTop {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    padding: 20px 0 40px;
  }
  .footerBox .footerTop {
    gap: 30px;
    padding: 0 20px;
  }
  .indexfooterBox .right {
    margin: 0 auto;
  }
  .indexfooterBox .copRight {
    padding: 0 20px;
  }
  .banner .btn {
    width: 140px;
    height: 35px;
    left: 20px;
    bottom: 2.12vw;
  }
  .solutionBanner .bg-box .meidia-box {
    padding-bottom: 126%;
  }
  .solutionBanner .mySwiper {
    display: none;
  }
  .solutionCaseBanner .bg-box .meidia-box {
    padding-bottom: 55%;
  }
}

@keyframes fixedBtnGlow {
  0% {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, 0.8);
  }
  50% {
    width: 50px;
    /* 扩散范围超过按钮 */
    height: 50px;
    border: 2px solid white;
  }
}

@keyframes fixedBtnGlow2 {
  0% {
    width: 50px;
    height: 50px;
    border: 2px solid white;
  }
  100% {
    width: 90px;
    /* 扩散范围超过按钮 */
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.8);
  }
}

@keyframes fixedBtnGlow3 {
  0% {
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 255, 255, 0.8);
  }
  100% {
    width: 110px;
    /* 扩散范围超过按钮 */
    height: 110px;
    border: 2px solid rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0%, 25%, 50%, 75%, 100% {
    transform: translate(-50%, -50%) scale(0);
  }
  24.9% {
    transform: translate(-50%, -50%) scale(1);
  }
  49.9% {
    transform: translate(-50%, -50%) scale(1);
  }
  74.9% {
    transform: translate(-50%, -50%) scale(1);
  }
  99.9% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.aboutUs-four-box .meidia-box img{
    width: 100%; 
}



