.abouts-banner-card{
  background: url("../image/aboutus.jpg") no-repeat;
  background-size: 100%;
  color: #fff;
  height: 56vw;
  font-size: 14vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-title{
  background: #F1F1F2;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 8vw;
  line-height: 8vw;
  gap: 4vw;
  font-size: 2vw;
}
.aboutus-title.blue{
  background: #318BAD;
  color: #fff;
  gap: 0;
}
.aboutus-title.text-blue{
  color: #318BAD;
}
.aboutus-title .title{
  color: #2680A1;
}
.aboutus-title .msg{
  display: flex;
  flex-direction: column;
  line-height: 1.8vw;
  font-size: 1vw;
  color: #2680A1;
  margin-top: 2.2vw;
}
.aboutus-card1 .list{
  display: flex;
  margin: 4vw 2vw;
  gap: 3vw;
}
.aboutus-card1 .list li{
  width: 33.3%;
  font-size: .9vw;
  color: #2680A1;
  position: relative;
}
.aboutus-card1 .list li p{
  font-size: 1vw;
  font-weight: bold;
  margin-bottom: .6vw;
  color: #2680A1;
}
.aboutus-card1 .list li:first-child{
  width: 30%;
  background: #F1F1F2;
  padding: 2vw;
  margin-left: 6vw;
}
.aboutus-card1 li .dot{
  display: inline-block;
  width: 4vw;
  height: 4vw;
  padding: 1vw;
  position: absolute;
  left: -4vw;
  top: 0vw;
  background: #046D99;
}
.aboutus-card1 li .dot .more{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../image/right.png) no-repeat center center;
  background-size: 100%;
}
.aboutus-card2 .list{
  display: flex;
  margin: 5vw 4vw 13vw;
  gap: 2vw;
}
.aboutus-card2 .list li{
  width: 33.3%;
  position: relative;
}
.aboutus-card2 .list img{
  width: 100%;
}
.aboutus-card2 .list .name{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5vw;
  font-size: 2vw;
  color: #fff;
  line-height: 6vw;
  text-align: center;
  background: #318BAD;
}
.aboutus-card3 {
  display: flex;
  align-items: flex-start;
  margin: 4vw;
}
.aboutus-card3 .product{
  width: 24%;
}
.aboutus-card3 .list{
  width: 43%;
  margin: 0 5% 0 calc(5% + 4vw);
}
.aboutus-card3 .list li{
  font-size: 1.2vw;
  height: 4vw;
  display: flex;
  align-items: center;
  /* line-height: 5vw; */
  color: #2680A1;
  padding: 0 1.2vw;
  line-height: 1.5vw;
  position: relative;
  cursor: pointer;
}
.aboutus-card3 .list li.active{
  background: #F1F1F1;
}
.aboutus-card3 li .dot{
  display: inline-block;
  width: 4vw;
  height: 4vw;
  padding: 1vw;
  position: absolute;
  left: -4vw;
  top: 0vw;
  background: #046D99;
  display: none;
}
.aboutus-card3 .list li.active .dot{
  display: block;
}
.aboutus-card3 li .dot .more{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../image/right.png) no-repeat center center;
  background-size: 100%;
}
.aboutus-card3 .box{
  width: 43%;
}
.aboutus-card3 .box li{
  display: none;
}
.aboutus-card3 .box li.active{
  display: block;
}
.aboutus-card3 .box li p{
  font-size: 1vw;
  color: #2680A1;
  position: relative;
  margin-bottom: .6vw;
}
.aboutus-card3 .box li p::before{
  content: '';
  display: inline-block;
  width: .4vw;
  height: .4vw;
  background: #EC1B24;
  position: absolute;
  left: -.8vw;
  top: 0.5vw;
}
.aboutus-card4 .list li{
  width: 100%;
  height: 31vw;
  margin-bottom: 2vw;
}
.aboutus-card4 .list .num{
  display: inline-block;
  width: 4vw;
  height: 4vw;
  font-size: 2.6vw;
  text-align: center;
  line-height: 4vw;
  color: #fff;
  background: #2680A1;
  margin: 2vw;
}
.aboutus-card4 .list li:first-child{
  background: url(../image/about-product2.jpg) no-repeat center center;
  background-size: 100%;
}
.aboutus-card4 .list li:first-child p{
  width: 50%;
  font-size: 1vw;
  padding: 2vw;
  color: #2680A1;
}
.aboutus-card4 .list li:nth-child(2){
  background: url(../image/about-product3.jpg) no-repeat center center;
  background-size: 100%;
}
.aboutus-card4 .list li:nth-child(2) p{
  width: 40%;
  font-size: 1vw;
  padding: 2vw;
  color: #2680A1;
}
.aboutus-card5{
  margin: 4vw 2vw;
}
.aboutus-card5 .swiper-slide {
  height: 22vw;
}
.aboutus-card5 li{
  background: initial !important;
}
.aboutus-card5 li img{
  width: 100%;
  height: 100% !important;
}
.aboutus-card5 li .name{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1vw;
  line-height: 3vw;
  text-align: center;
  background:  rgba(38, 128, 161, .8);
}
.contact-card1{
  background: #E8E8E8;
  padding: 3vw 10vw;
  margin: 3vw 0;
}
.contact-card1 .logo{
  width: 20%;
}
.contact-card1 .content{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 6vw 0 0;
}
.contact-card1 .box{
  width: 50%;
  margin-bottom: 2vw;
}
.contact-card1 .box .name{
  font-size: 2vw;
  color: #2680A1;
  line-height: 3.4vw;
  position: relative;
  margin-bottom: 1vw;
}
.contact-card1 .box .name::before{
  content: '';
  width: 16%;
  height: 3px;
  background: #2680A1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-card1 .box .msg{
  color: #2680A1;
  font-size: 1vw;
  line-height: 2vw;
}
.contact-card2 {
  background:#046D99;
  padding: 1vw 4vw 5vw;
}
.contact-card2 .title{
  color: #fff;
  text-align: center;
  font-size: 2.4vw;
  margin-bottom: 2vw;
}
.contact-card2 .msg{
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
  margin: 0 10vw;
}
.contact-card2 .input-box{
  display: flex;
  flex-wrap: wrap;
  margin: 3vw 0 1vw;
  gap: 1.5vw;
}
.contact-card2 .text{
  width: calc(33.3% - 1vw);
}
.contact-card2 .text input{
  width: 100%;
  border: none;
  color: #333;
  font-size: 1vw;
  padding: .8vw 1vw;
  background: #fff;
}
.contact-card2 .text textarea{
  width: 100%;
  font-size: 1vw;
  color: #333;
  padding: .8vw 1vw;
  height: 8vw;
}
.contact-card2 .text .tip{
  color: #fff;
  margin-top: .5vw;
}
.contact-card2 .text.w-full{
  width: 100%;
}
.contact-card2 .btn{
  color: #046D99;
  background: #fff;
  border: none;
  font-size: 1.4vw;
  font-weight: bold;
  padding: .2vw 1.4vw;
}
.contact-card2 .btn:hover{
  opacity: .6;
}
.infoCenter-card1 .list{
  display: flex;
  margin: 3vw 6vw;
  gap: 6vw;
}
.infoCenter-card1 .list li{
  width: 33.3%;
  text-align: center;
  position: relative;
  margin-left: 2vw;
}
.infoCenter-card1 .list .box{
  background: #E8E8E8;
  padding: 2.4vw 2.8vw;
  text-align: left;
}
.infoCenter-card1 .list .date,
.infoCenter-detail .box .date{
  color: #046D99;
  font-size: 1vw;
  font-style: italic;
}
.infoCenter-card1 .list .name,
.infoCenter-detail .box .name{
  color: #046D99;
  font-size: 1vw;
  font-weight: bold;
  margin: 1.5vw 0;
}
.infoCenter-card1 .list .msg,
.infoCenter-detail .box .msg{
  color: #046D99;
  font-size: 1vw;
  font-family: monospace;
  margin-bottom: 1.8vw;
}
.infoCenter-card1 .list .btn{
  color: #fff;
  background: #046D99;
  border: none;
  font-size: 1vw;
  padding: .6vw 1.4vw;
  margin-top: 2vw;
}
.infoCenter-card1 .list .btn a{
  color: #fff;
}
.infoCenter-card1 .list .btn:hover{
  opacity: .8;
}

.infoCenter-card1 .list .dot{
  display: inline-block;
  width: 4vw;
  height: 4vw;
  padding: 1vw;
  position: absolute;
  left: -4vw;
  top: 0vw;
  background: #046D99;
}
.infoCenter-card1 .list .dot .more{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../image/right.png) no-repeat center center;
  background-size: 100%;
}
.infoCenter-detail{
  margin: 2vw 6vw;
  display: flex;
  align-items: flex-start;
}
.infoCenter-detail .img{
  width: 30%;
  margin-right: 6vw;
}
.infoCenter-detail .box{
  width: 60%;
}
.infoCenter-detail .box .title{
  font-size: 1.5vw;
  color: #046D99;
  font-weight: bold;
  margin: 2vw 0;
}
.infoCenter-detail .box .bold{
  margin-top: 1vw;
  color: #046D99;
  font-weight: bold;
}
.service-banner{
  width: 100%;
  background: url(../image/service-banner.jpg) no-repeat;
  background-size: 100%;
  height: 56vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom:4vw;
}
.service-banner p{
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
}
.service-card2{
  background: #F0F0F1;
  padding: 2vw 8vw;
}
.service-card2 .title{
  font-size: 1.3vw;
  color: #046D99;
  font-weight: bold;
  margin: 2vw 0;
}
.service-card2 .list{
  display: flex;
  gap: 6vw;
}
.service-card2 .list li{
  width: 25%;
  padding: 1vw;
  height: 16vw;
  background: #00AEEF;
  margin-bottom: 2vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 1.1vw;
}
.service-card2 .list .num{
  position: absolute;
  left: 48%;
  bottom: 0;
  font-size: 1.1vw;
}
.service-card3{
  background: #F0F0F1;
  padding: 4vw 8vw;
  display: flex;
  align-items: center;
}
.service-card3 .img{
  display: inline-block;
  width: 10vw;
  height: 10.4vw;
  background: url(../image/card4.png) no-repeat;
  background-size: 100%;
}
.service-card3 .name{
  font-size: 2vw;
  color: #046D99;
  width: 10vw;
  margin-left: 1.4vw;
}
.service-card3 .msg {
  margin-left: 6vw;
}
.service-card3 .msg p{
  font-size: 1.1vw;
  color: #046D99;
  margin: 0 16vw 1vw 0;

}
.pp-advanced-accordion .pp-accordion-tab-title,
.elementor-1943 .elementor-element.elementor-element-6af0296 .pp-faqs .pp-faq-answer{
  padding: 1.4vw 10vw !important;
}
.richtext, .richtext *,
.richtext p{
  font-size: 1.2vw;
}
.sensor-card1{
  display: flex;
  margin: 0 10vw;
}
.sensor-card1 .img{
  width: 62%;
  margin-right: 8%;
  padding: 5vw 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5vw;

}
.sensor-card1 .info{
  width: 30%;
}
.sensor-card1 .list{
  background: #00739C;
  padding: 1vw;
}
.sensor-card1 .list li{
  color: #fff;
  font-size: 1vw;
  padding: .4vw 1vw;
  display: flex;
  justify-content: space-between;
}
.sensor-card1 .msg{
  padding: 2vw;
}
.sensor-card1 .msg li{
  color: #046D99;
  font-size: 1vw;
  margin-bottom: 2vw;
}
.sensor-card1 .msg p{
  color: #046D99;
  font-size: 1vw;
}
.sensor-card1 .img-sm{
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.sensor-card1 .img-sm img{
  width: calc(33.3% - 1vw);
}
.sensor-card2{
  background: #F0F0F1;
  padding: 4vw 8vw;

}
.sensor-card2 .title{
  color: #046D99;
  font-size: 1.2vw;
}
.sensor-card2 .img{
  display: flex;
  margin: 4vw 4vw;
}
.sensor-card2 img{
  width: 25%;
  margin-right: 8%;
}
.sensor-card3 .box li p::before{
  background: initial;
}
.sensor-card4 .msg{
  width: calc(100% - 25vw);
}
.sensor-card4 .msg p{
  margin: 0 0 1vw 0;
}
.small-title{
  width: 18vw;
  line-height: 4vw;
  padding:0 2vw;
  margin-left: 4vw;
  background: #046D99;
  font-size: 1.6vw;
  color: #fff;
  text-align: right;
}
.sensor-card5{
  margin: 2vw 4vw 4vw;
}
.sensor-card5 .title{
  width: 100%;
  border-bottom: 1px solid #046D99;
  color: #046D99;
  font-size: 1.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 4vw;
  cursor: pointer;
  margin-top: 2vw;
}
.sensor-card5 .title img{
  width: 2vw;
  margin-right: 1vw;
}
.sensor-card5 .box.active .title img{
  transform: rotate(180deg);
}
.sensor-card5 .list {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.sensor-card5 .box.active .list{
  display: flex;
}
.sensor-card5 .list li{
  width: 33.3%;
 
  align-items: flex-start;
  margin: 3vw 0;
}
.sensor-card5 .list .icon{
  width: 8vw; float:left
}
.sensor-card5 .list .msg{
    color: #046D99;
    font-size: 1.2vw;
    margin: .6vw 1vw;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 10vw);
    display: block;
    float: right;
}
.sensor-card5 .other{
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  display: none;
}
.sensor-card5 .other li{
  width: calc(33.3% - 2vw);
  display: block;
  margin: 3vw 0;
  background: #F0F0F1;
  position: relative;
  padding-bottom: 3vw;
}
.sensor-card5 .other .icon{
  width: 100%; float:none
}
.sensor-card5 .other .name{
  color: #046D99;
  font-size: 1.2vw;
  margin: 1.6vw 2vw;
}
.sensor-card5 .other .msg{
  color: #046D99;
  font-size: 1vw;
  margin: 0 2vw; float:none
}
.sensor-card5 .other .btn {
  color: #fff;
  background: #046D99;
  border: none;
  font-size: 1vw;
  font-weight: bold;
  padding: .4vw 1vw;
  position: absolute;
  left: 32%;
  bottom: -1vw;
}
.actuator-card1{
  display: flex;
  align-items:flex-start;
  margin: 1vw 4vw;
}
.actuator-card1 .img1{
  width: 30%;
}
.actuator-card1 .list{
  width: 25%;
  margin: 1vw;
}
.actuator-card1 .list li{
  color: #046D99;
  font-size: 1vw;
}
.actuator-card1 .info{
  width: 45%;
}
.actuator-card1 .info .msg{
  background: #F0F0F1;
  padding: .4vw 2vw;
}
.actuator-card1 .info .msg p{
  color: #046D99;
  font-size: 1vw;
}
.productthrottlebody-content{
  display: flex;
  flex-wrap: wrap;
  margin: 2vw 4vw;
}
.productthrottlebody-content .menu-box{
  width: 350px;
}
.productthrottlebody-content .menu-box .title{
  color: #fff;
  background: #046D99;
  font-size: 2vw;
  padding: 2.5vw 2vw 1vw 2vw;
}
.productthrottlebody-content .menu-box .list{
  background: #F0F0F1;
  padding:  2vw;
  cursor: pointer;
}
.productthrottlebody-content .menu-box .name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 3vw;
  color: #046D99;
}
.productthrottlebody-content .menu-box  .more{
  width: 1vw;
}
.productthrottlebody-content .menu-box .more-list{
  display: none;
}
.productthrottlebody-content .menu-box .more-list p{
  color: #046D99;
  line-height: 3vw;
  border-bottom: 1px solid #046D99;
}

.productthrottlebody-content .menu-box .active .name{
  border-bottom: 1px solid #046D99;
  font-weight: bold;
  color: #005f7e;
}
.productthrottlebody-content .menu-box .active .more{
  transform: rotate(180deg);
}
.productthrottlebody-content .product-box{
  width: calc(100% - 450px);
  margin-left: 100px;
}
.productthrottlebody-content .product-box .label{
  color: #333;
  font-size: 1vw;
  font-weight: normal;
}
.productthrottlebody-content .product-box select{
  width: 13vw;
  height: 2.4vw;
  padding: 0 .2vw;
}
.productthrottlebody-content .product-box input{
  width: 16vw;
  height: 2.4vw;
  padding: 0 .4vw;
}
.productthrottlebody-content .product-box .search{
  background: #046D99;
  color: #fff;
  font-size: 1vw; 
  width: 7vw;
  border-radius: 5px;
  height: 2.5vw;
  border:1px solid #046D99;
}
.productthrottlebody-content .product-box .search:hover{
  opacity: .8;
}
.productthrottlebody-content .product-box .list li{
  display: flex;
  border: 1px solid #dcdcdc;
  padding: 1.3vw;
  margin-top: 2vw;
}
.productthrottlebody-content .product-box .list .img{
  width: 28%;
  padding: 0 2vw;
  border: 1px solid #046D99;
  display: flex;
  align-items: center;
}
.productthrottlebody-content .product-box .list .info{
  margin-left: 1.2vw;
  width: calc(100% - 30%);
}
.productthrottlebody-content .product-box .list .name{
  font-size: 1.2vw;
  margin: 1vw 0 .2vw;
}
.productthrottlebody-content .product-box .list .msg{
  font-size: 1vw;
  margin-bottom: 1.2vw;
}
.productthrottlebody-content .product-box .list .more{
  color: #046D99;
  font-size: 1vw;
  font-weight: bold;
  cursor: pointer;
}
.product-detail-card1{
  display: flex;
  margin: 4vw 4vw 8vw 5vw;
}
.product-detail-card1 .th-pro-details-thumbs-boxs{
  max-width: initial;
  margin: 0;
}
.product-detail-card1 .sep-inner-body{
  width: 40%;
}
.product-detail-card1 .thumbs{
  width: 100%;
}
.product-detail-card1 .sep-container{
  margin: 0 !important;
}
.product-detail-card1 .th-pro-details-thumbs-boxs .imgs{
  border: 1px solid #046D99;
}
.product-detail-card1 .duotus-boxs .bx-wrapper .bx-controls-direction a{
  width: 40px;
  background: initial;
}
.product-detail-card1 .duotus-boxs .bx-wrapper .bx-controls-direction a.bx-next:before{
  right: 0;
  border-right-color: #046D99;
  border-top-color: #046D99;
}
.product-detail-card1 .duotus-boxs .bx-wrapper .bx-controls-direction a.bx-prev:before{
  left: 0;
  border-left-color: #046D99;
  border-bottom-color: #046D99;
}
.product-detail-card1  .duotus-boxs .bx-wrapper .bx-controls-direction a.bx-next{
  right: -20px;
}
.product-detail-card1  .duotus-boxs .bx-wrapper .bx-controls-direction a.bx-prev{
  left: -20px;
}
.product-detail-card1 .info{
  margin-left: 80px;
  width: calc(60% - 80px);
  position: relative;
  padding-bottom: 3vw;
}
.product-detail-card1 .name{
  font-size: 1.2vw;
  margin: 1vw 0 .2vw;
}
.product-detail-card1 .msg{
  font-size: 1vw;
  margin-bottom: 1.2vw;
}
.product-detail-card1 .oper{
  display: flex;
  align-items: center;
  gap: 2vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-detail-card1 .oper button{
  color: #fff;
  background: #046D99;
  border: none;
  width: 7vw;
  height: 2vw;
  line-height: 2vw;
  border-radius: 5px;
  display: flex;
  align-items: center;
 justify-content: center;
 font-size: 1vw;
}
.product-detail-card1 .oper a{
  color: #fff;
  font-size: 1vw;
}
.product-detail-card2 {
  margin: 4vw;
}
.product-detail-card2 .title{
  font-size: 1.4vw;
  margin-bottom: 1vw;
}
.product-detail-card2 .table thead{
  background: #046D99;
}
.product-detail-card2 .table thead th,
.product-detail-card2 .table tbody td{
  color: #fff;
  font-size: 1vw;
  padding: 1vw;
  border-right: 1px solid #fff;
}
.product-detail-card2 .table tbody{
  background: #E8E8E8;
}
.product-detail-card2 .table tbody td{
  color: #333;
  border-bottom: 1px solid #fff;
}
.product-detail-card3{
  position: relative;
}
.product-detail-card3 .title{
  color: #046D99;
  font-size: 2vw;
  text-align: center;
  margin: 8vw 0 2vw;
}
.product-detail-card3 img{
  width: 100%;
}
.product-detail-card3 .thumbs {
  border: 1px solid #ccc;
}
.product-detail-card3 .titles-a{
  text-align: center;
  margin: 1vw 0;
  font-size: 1.2vw;
  font-weight: normal;
  padding: 0 2vw;
}
.product-detail-card3 .swiper-slide{
  text-align: center;
}
.product-detail-card3 .swiper-button-next,
.product-detail-card3 .swiper-button-prev{
  top: 40%;
}
.product-detail-card3 .btn{
  color: #046D99;
  border: 1px solid #666;
  background: initial;
  font-size: .9vw;
  padding: .4vw 1vw;
  margin-bottom: 5vw;
}
.product-detail-card3 .btn:hover{
  color: #fff;
  background: #046D99;
  border-color: #046D99;
}
@media screen and (max-width:800px) {
  .aboutus-title{
    height: 50px;
    line-height: 50px;
  }
  .aboutus-title .title{
    font-size: 12px;
  }
  .aboutus-title .msg{
    font-size: 10px;
    line-height: 12px;
    margin-top: 12px;
  }
  .aboutus-card1 .list {
    gap:0;
    flex-direction: column;
  }
  .aboutus-card1 li .dot{
    width: 30px;
    height: 30px;
    padding: 5px;
    left: -30px;
  }
  .aboutus-card1 .list li:first-child{
    width: calc(100% - 50px);
    margin-left: 40px;
  }
  .aboutus-card1 .list li{
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .aboutus-card1 .list li p{
    font-size: 12px;
  }
  .aboutus-card2 .list {
    gap:0;
    flex-direction: column;
    margin: 20px;
  }
  .aboutus-card2 .list li{
    width: 100%;
    margin-bottom: 60px;
  }
  .aboutus-card2 .list .name{
    bottom: -40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
  }
  .aboutus-title{
    font-size: 16px;
  }
  .aboutus-card3{
    flex-wrap: wrap;
  }
  .aboutus-card3 .product{
    width: 50%;
    margin: 10px 0 20px 25%;
  }
  .aboutus-card3 .list{
    width: calc(100% - 70px);
    margin: 0 10px 10px 60px;
  }
  .aboutus-card3 .list li{
    font-size: 14px;
    height: auto;
    min-width: 40px;
    line-height: 26px;
    padding: 5px;
  }
  .aboutus-card3 .box{
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  .aboutus-card3 .box li p{
    font-size: 14px;
    margin: 8px 0;
  }
  .aboutus-card3 .box li p::before {
    width: 6px;
    height: 6px;
    left: -12px;
    top: 7px;
  }
  .aboutus-card3 li .dot{
    width: 36px;
    height: 36px;
    left: -36px;
  }
  .aboutus-card4 .list .num{
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 5px 0;
  }
  .aboutus-card4 .list li:first-child p{
    font-size: 10px;
    padding: 0 5px 5px;
    width: 65%;
    line-height: 10px;
    word-break: break-all;
  }
  .aboutus-card4 .list li:nth-child(2) p {
    width: 55%;
    font-size: 10px;
    padding: 5px;
    line-height: 10px;
    word-break: break-all;
  }
  .aboutus-card5 li .name{
    font-size: 14px;
    line-height: 40px;
  }
  .aboutus-card5 .swiper-slide {
    height: 400px;
  }
  .contact-card1{
    padding: 20px 10px;
  }
  .contact-card1 .logo{
    width: 30%;
    margin-bottom: 20px;
  }
  .contact-card1 .box{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-card1 .box .name{
    font-size: 16px;
    line-height: 26px;
  }
  .contact-card1 .box .msg{
    font-size: 14px;
    line-height: 20px;
  }
  .contact-card2{
    padding: 20px 10px 40px;
  }
  .contact-card2 .title{
    font-size: 16px;
  }
  .contact-card2 .msg{
    font-size: 14px;
    margin: 0 5px;
  }
  .contact-card2 .input-box{
    gap: 0;
    margin: 20px 0 10px;
  }
  .contact-card2 .text{
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-card2 .text input{
    font-size: 14px;
    padding: 10px;
  }
  .contact-card2 .text textarea{
    font-size: 14px;
    padding: 10px;
    height: 100px;
  }
  .contact-card2 .text .tip{
    font-size: 12px;
  }
  .contact-card2 .btn{
    font-size: 16px;
    padding: 6px 20px;
  }
  .infoCenter-card1 .list{
    margin: 20px 20px 0;
    flex-direction: column;
    gap: 0;
  }
  .infoCenter-card1 .list li{
    width: calc(100% - 26px);
    margin-left: 26px;
  }
  .infoCenter-card1 .list .box{
    padding: 20px;
  }
  .infoCenter-card1 .list .date,
  .infoCenter-detail .box .date{
    font-size: 14px;
  }
  .infoCenter-card1 .list .name,
  .infoCenter-detail .box .name{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .infoCenter-card1 .list .msg,
  .infoCenter-detail .box .msg{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .infoCenter-card1 .list .btn{
    font-size: 12px;
    padding: 4px 10px;
    margin: 10px 0 30px;
  }
  .infoCenter-card1 .list .dot{
    width: 26px;
    height: 26px;
    left: -26px;
    line-height: 18px;
  }
  .infoCenter-detail{
    flex-direction: column;
  }
  .infoCenter-detail .img{
    width: 100%;
  }
  .infoCenter-detail .box{
    width: 100%;
    margin-top: 20px;
  }
  .infoCenter-detail .box .title{
    font-size: 20px;
    margin: 20px 0;
  }
  .service-card1{
    margin-bottom: 185px;
  }
  .service-card2{
    padding: 10px 20px 20px;
  }
  .service-card2 .title{
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .service-card2 .list{
    flex-wrap: wrap;
    gap: 20px;
  }
  .service-card2 .list li{
    width: calc(50% - 10px);
    font-size: 12px;
    height: 160px;
  }
  .service-card2 .list .num{
    font-size: 12px;
  }
  .service-card3{
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  .service-card3 .img{
    width: 140px;
    height: 145px;
  }
  .service-card3 .name{
    margin-left: 30px;
    font-size: 26px;
  }
  .service-card3 .msg{
    width: 100%;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .service-card3 .msg p{
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .sep-inner-body .sep-container{
    padding: 0;
  }
  .richtext, .richtext *,
  .richtext p{
    font-size: 14px;
  }
  .sensor-card1{
    flex-direction: column;
    margin: 0 20px;
  }
  .sensor-card1 .img{
    width: 100%;
    padding: 20px 0;
    gap: 0;
  }
  .sensor-card1 .info{
    width: 100%;
  }
  .sensor-card1 .list{
    padding: 10px;
  }
  .sensor-card1 .list li{
    padding: 5px 10px;
    font-size: 14px;
  }
  .sensor-card1 .msg{
    padding: 10px;
  }
  .sensor-card1 .msg li{
    padding: 5px 10px;
    font-size: 14px;
  }
  .sensor-card1 .msg p{
    font-size: 14px;
  }
  .sensor-card2 .title{
    font-size: 14px;
  }
  .sensor-card2 .img{
    flex-direction: column;
  }
  .sensor-card2 img{
    width: 78%;
    margin: 20px 0 20px 12%;
  }
  .small-title{
    width: 50%;
    line-height: 60px;
    padding: 0 20px;
    margin-left: 0;
    font-size: 20px;
  }
  .sensor-card5 .title{
    font-size: 20px;
    line-height: 42px;
    margin-top: 20px;
  }
  .sensor-card5 .title img{
    width: 22px;
  }
  .sensor-card5 .list li{
    width: 100%;
    margin: 20px 0 0;
    align-items: center;
    /* padding-bottom: 30px; */
  }
  .sensor-card5 .list .icon{
    width: 80px;
  }
  .sensor-card5 .list .msg{
    font-size: 16px;
    margin: 0 10px;
  }
  .sensor-card5 .other{
    margin-bottom: 60px;
  }
  .sensor-card5 .other li{
    padding-bottom: 30px;
  }
  .sensor-card5 .other .icon{
    width: 100%;
  }
  .sensor-card5 .other .name{
    font-size: 16px;
    margin: 10px 20px;
  }
  .sensor-card5 .other .msg{
    font-size: 14px;
    margin: 0 20px;
  }
  .sensor-card5 .other .btn{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    left: 32%;
    bottom: -15px;
  }
  .actuator-card1{
    margin: 20px;
    flex-direction: column;
  }
  .actuator-card1 .img1{
    width: 100%;
  }
  .actuator-card1 .list{
    width: 100%;
    margin: 20px 0;
  }
  .actuator-card1 .list li{
    font-size: 14px;
    margin-left: 80px;
  }
  .actuator-card1 .info{
    width: 100%;
  }
  .actuator-card1 .info .msg{
    padding: 10px 15px;
  }
  .actuator-card1 .info .msg p {
    font-size: 14px;
  }
  .productthrottlebody-content .menu-box{
    width: 100%;
  }
  .productthrottlebody-content .menu-box .title{
    font-size: 16px;
    padding: 20px 10px 10px 10px;
  }
  .productthrottlebody-content .menu-box .list{
    padding: 10px;
  }
  .productthrottlebody-content .menu-box .name,
  .productthrottlebody-content .menu-box .more-list p{
    line-height: 40px;
  }
  .productthrottlebody-content .menu-box .more{
    width: 16px;
  }
  .productthrottlebody-content .product-box{
    width: 100%;
    margin: 20px 0;
  }
  .productthrottlebody-content .product-box .form{
    font-size: 14px;
    text-align: right;
  }
  .productthrottlebody-content .product-box .label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 15px;
  }
  .productthrottlebody-content .product-box select{
    width: 200px;
    height: 30px;
  }
  .productthrottlebody-content .product-box input{
    width: 200px;
    height: 30px;
  }
  .productthrottlebody-content .product-box .search{
    font-size: 14px;
    width: 100px;
    height: 30px;
  }
  .productthrottlebody-content .product-box .list li{
    padding: 10px;
    margin-top: 20px;
  }
  .productthrottlebody-content .product-box .list .img{
    width: 35%;
    padding: 0 20px;
  }
  .productthrottlebody-content .product-box .list .info{
    margin-left: 10px;
    width: calc(100% - 35%);
  }
  .productthrottlebody-content .product-box .list .name{
    font-size: 14px;
    margin: 5px 0;
  }
  .productthrottlebody-content .product-box .list .msg{
    font-size: 12px;
    margin: 5px 0;
  }
  .productthrottlebody-content .product-box .list .more{
    font-size: 12px;
  }
  .product-detail-card1{
    margin: 20px;
    flex-direction: column;
  }
  .product-detail-card1 .sep-inner-body{
    width: 100%;
  }
  .product-detail-card1 .info{
    width: 100%;
    margin: 10px 0;
    padding-bottom: 50px;
  }
  .product-detail-card1 .name{
    font-size: 16px;
  }
  .product-detail-card1 .msg{
    font-size: 14px;
    margin-top: 10px;
  }
  .product-detail-card1 .oper{
    gap: 20px;
    margin-top: 20px;
  }
  .product-detail-card1 .oper button{
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .product-detail-card1 .oper a{
    font-size: 14px;
  }
  .product-detail-card2{
    margin: 30px 20px;
  }
  .product-detail-card2 .title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-detail-card2 .table thead th, 
  .product-detail-card2 .table tbody td{
    font-size: 12px;
    padding: 10px;
  }
  .product-detail-card3 .title{
    font-size: 18px;
    margin: 10px 0;
  }
  .product-detail-card3 .titles-a{
    font-size: 14px;
    padding: 10px;
  }
  .product-detail-card3 .btn{
    font-size: 12px;
    padding: 4px 16px;
    margin-bottom: 20px;
  }
  
  .product-detail-card3 .swiper-button-next,
  .product-detail-card3 .swiper-button-prev{
    top: 45%;
  }
  .product-detail-card3 .swiper-button-next{
    right: 5px;
  }
  
  .product-detail-card3 .swiper-button-prev{
    left: 5px;
  }
}