.progress-wrap {
  position: fixed;
  z-index: 3;
  right: 5.8%;
  bottom: 15%;
  display: none;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  opacity: 0;
  visibility: hidden;
}
.lang_icon{
    width: 32px;
    height: 32px;
    border: 1px solid #666;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.lang_icon_white{
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.dropdown-toggle-icon{
    -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* 标准语法 */
}
.dropdown-toggle-icon::after{
    display: none !important;
}
.progress-wrap.active {
  opacity: 1;
  visibility: visible;
}
.progress-wrap a {
  outline: none;
  border: none;
  text-decoration: none;

  height: 70px;
  width: 70px;

  position: relative;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
  filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
}
.progress-wrap a svg path {
  fill: none;
}
.progress-wrap a svg.progress-circle path {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  stroke-width: 4;
  stroke: #009999;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
}
.progress-wrap a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-wrap {
  display: inline-block;
}

.lists_sigle {
  position: relative;
  width: 100%;
  height: var(--bigImgH);
}
.lists_sigle > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.lists_sigle > .lists_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lists_sigle .lists_product_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
}
.lists_sigle .lists_product_txt .w1200 {
  height: 100%;
  display: flex;
  /*align-items: center;*/
}
.lists_sigle .lists_product_txt .w1200 > .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 4;
}

.lists_article {
  position: relative;
  width: 100%;
  height: var(--haibaoH);
}
.lists_article > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.lists_article > .lists_product_img > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lists_product {
  position: relative;
  width: 100%;
  height: var(--haibaoH);
}

.lists_product > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.lists_product > .lists_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lists_product .lists_product_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
}
.lists_product .lists_product_txt .w1200 {
  height: 100%;
  display: flex;
  /*align-items: center;*/
}
.lists_product .lists_product_txt .w1200 > .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
      align-items: center;
  z-index: 4;
  height: 100%;

  padding: 0px;
  position: relative;
}

.lists_product_too {
  position: relative;
  width: 100%;
  height: var(--haibaoH);
}
.lists_product_too > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.lists_product_too > .lists_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lists_product_too .lists_product_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
}
.lists_product_too .lists_product_txt .w1200 {
  height: 100%;
  display: flex;
  align-items: center;
}
.lists_product_too .lists_product_txt .w1200 > .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.view_product {
  position: relative;
  width: 100%;
  height: 70vh;
}
.view_product > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.view_product > .lists_product_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.view_product .lists_product_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
}
.view_product .lists_product_txt .w1200 {
  height: 100%;
  display: flex;
  /*align-items: center;*/
}
.view_product .lists_product_txt .w1200 > .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.lists_product_sher {
  position: relative;
  width: 100%;
  height: var(--haibaoH);
}
.lists_product_sher > .lists_product_img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.lists_product_sher > .lists_product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lists_product_sher .lists_product_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
}
.lists_product_sher .lists_product_txt .w1200 {
  height: 100%;
  display: flex;
  /*align-items: center;*/
}
.lists_product_sher .lists_product_txt .w1200 > .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.cp_bat1 {
  cursor: pointer !important;
}

.pro_qx .grid-container {
  display: grid;
  
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  font-size: 23px;
  
 
}

.pro_qx .grid-item {
  /* display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; */

  box-shadow: 0px 0px 65px -28px #aaa, 0px 0px 0px 2px #fff;
  padding: 20px;
  border-radius: 5px;
}
.pro_qx .grid-item:hover {
  /* box-shadow: 0px 0px 15px, 0px 0px 0px 2px var(--blueC); */
  box-shadow: 0px 0px 0px 2px var(--blueC);
}
.pro_qx .grid-item * {
   /*color: #000 !important; */
}
.pro_qx .pro_txt_1{
    color: var(--dark-gray) !important;
    /*font-weight: bold;*/
}
.pro_qx .grid-item > a {
  /*display: grid;*/
  /*grid-template-columns: auto auto;*/
  height: 100%;
}
.pro_too .grid-item >a{
    
}
.pro_qx .grid-item > a > div:first-child {
  height: 100%;
  display: grid;
  align-content: space-between;
}
.pro_qx .grid-item > a > div:first-child > div {
}
.pro_qx .grid-item > a > div:last-child {
  display: flex;
  justify-content: center;
}
.pro_qx .grid-item > a > div:last-child > img {
  height: 140px;
  width: 100%;
  object-fit: contain;
}

.page-box > a .img {
  display: block;
}
.page-box > a .img-white {
  display: none;
}
.page-box {
  height: 90px;
}
.dropdown-toggle {
  display: block;
}
.dropdown-toggle-white {
  display: none;
}

.lists_box .grid-container {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.lists_box .grid-item {
  padding: 20px;
  box-shadow: 0px 0px 65px -28px #aaa;
  border-radius: 5px;
}

.lists_box .grid-item:hover {
  box-shadow: 0px 0px 0px 2px var(--blueC);
}

.lists_box .grid-item .img_time {
  height: 15px;
  width: 15px;
  object-fit: cover;
}
.patent{
    padding: 10px 0px 0px 0px;
    /*text-align: center;*/
}
.lists_box .grid-item{
    padding: 10px;
}
.lists_box .grid-item .pro_qq_txt {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --------------- */
.lists_product_shar_box .grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lists_product_shar_box .grid-item {
  padding: 20px;
  box-shadow: 0px 0px 65px -28px #aaa;
  border-radius: 5px;
  
}

.lists_product_shar_box .grid-item:hover {
  box-shadow: 0px 0px 0px 2px var(--blueC);
}

.lists_product_shar_box .grid-item .img_time {
  height: 15px;
  width: 15px;
  object-fit: cover;
}

.lists_product_shar_box .grid-item .pro_qq_txt {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.lists_product_shar_box .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.lists_product_shar_box .content {
  margin-top: 10px;
  text-align: center;
}
.lists_product_shar_box .content * {
  font-size: 12px;
  font-weight: bold;
}


.lists_product_shar_box .lists_product_shar_box_img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}
.lists_product_programme_box .lists_product_shar_box_img{
    height: 200px;
    width: 100%;
    object-fit: contain;
}

/* --------------- */
.companyInfo {
  border: 2px solid #aaa;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  min-height: 160px;
      display: flex;
    align-items: center;
}

.companyInfo:hover {
  border: 2px solid #2b7de1;
  /*box-shadow:0px 0px 2px 3px #2b7de1 ;*/
}

.companyInfo-item > div:nth-child(1) {
  font-weight: bold;
}

.waph2-1 {
  height: var(--headerPcH);
}




.map-box {
}
#allmap {
  width: 100%;
  height: var(--mapH);
  overflow: hidden;
  margin: 0;
}
.map-box .grid-container {
  display: grid;
  grid-template-columns: 500px 1fr;
}

.map-box .grid-container .grid-item {
  height: var(--mapH);
}

.map-box .map-list {
  overflow-y: auto;
  padding-right: 20px;
}

.map-box .mapBig {
  padding-left: 20px;
}

.map-box .map-list-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.map-box-phone {
}
#allmap-phone {
  width: 100%;
  height: var(--mapH);
  overflow: hidden;
  margin: 0;
}
.map-box-phone .grid-container {
  display: grid;
  grid-template-columns: 500px 1fr;
}

.map-box-phone .grid-container .grid-item {
  height: var(--mapH);
}

.map-box-phone .map-list {
  overflow-y: auto;
  padding-right: 20px;
}

.map-box-phone .mapBig {
  padding-left: 20px;
}

.map-box-phone .map-list-box {
  display: flex;
  flex-direction: column;
  /*gap: 10px;*/
}
.map-box-phone .map-list-box .companyInfo{
    height: 120px;
    border: none;
    padding: 0px !important;
    position: relative;
}

.map-box-phone .companyInfo .companyInfo-item{
    width: auto !important;
    /*border: 2px solid rgb(43, 125, 225);*/
    /*box-shadow:inset 0px 0px 0px 2px var(--blueC);*/
    position: absolute;
    top: 5px;
    right: 0px;
    bottom: 5px;
    left: 0px;
        display: flex;
    flex-direction: column;
    justify-content: center;
        border-radius: 5px;
}

.map-box-phone .load-box{
    margin: 10px 0px;
    height: 120px;
    border: 2px solid #aaa;
    border-radius: 5px;
        display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.map-box-phone .load-box:hover{
    background: var(--blueC);
    color: #fff;
}
.anchorBL{
    z-index: 1 !important;
}
.about-1 {
  display: none;
}
.about-2 {
  display: block;
}
.culture>div> p:nth-child(odd) {
  font-size: 24px;
  line-height: 4rem;
}
.culture>div> p:nth-child(even) {
  font-size: 38px;
  line-height: 4rem;
}
.culture-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pro_q6_box_t {
  font-size: 20px;
  color: #2b7de1;
  font-weight: bold;
}
.pro_q6_box_b {
  font-size: 20px;
  color: var(--dark-gray);
  /*font-weight: bold;*/
}
.pro_q6_1_box_t {
  font-size: 14px;
  color: #000;
}
.pro_q6_1_box_b {
  font-size: 18px;
  color: #2b7de1;
  font-weight: bold;
}
.news_li {
  
}
.view_article_news{
    margin-top: 50px;
}
.news_li h3{
      color: var(--dark-gray) !important;
      font-weight: bold;
  }
  .news_li .des{
      margin-top: 35px;
  }
.view_article_top_img {
  position: relative;
  height: 120px;
  background: #2b7de1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .padd > :last-child {
  margin-bottom: 50px;
}
.w376 {
  
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
.w376 .lists_article_one_box{
    margin: 20px 0px !important;
}
.lists_article_one_box {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 200px 1fr 200px;
  min-height: 170px;
  padding: 25px;
}
.lists_article_one_box .item_content {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.lists_article_one_box .item_content > div:first-child {
  display: flex;
  align-items: center;
  /*font-size: var(--five-level-font);*/
  font-size: 22px;
  font-weight: bold;
    color: var(--dark-gray);
}
.lists_article_one_box {
  border: 1px solid #f3f3f3;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.lists_article_one_box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px var(--blueC);
  margin-left: 15px;
  cursor: pointer;
}
.lists_article_one_box .item_time {
  border-left: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: arial;
}
.lists_article_one_box .item_time .day {
  font-size: 30px;
  line-height: 45px;
  display: block;
}

/* --------------- */
.lists_product_programme_box .grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.lists_product_programme_box .grid-item {
  padding: 20px;
  box-shadow: 0px 0px 65px -28px #aaa;
  border-radius: 5px;
}

.lists_product_programme_box .grid-item:hover {
  box-shadow: 0px 0px 0px 2px var(--blueC);
}

.lists_product_programme_box .grid-item .img_time {
  height: 15px;
  width: 15px;
  object-fit: cover;
}

.lists_product_programme_box .grid-item .pro_qq_txt {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.lists_product_programme_box .title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.lists_product_programme_box .content {
  margin-top: 10px;
}
.lists_product_programme_box .content * {
  font-size: 12px;
  font-weight: bold;
}
.card-body {
  padding: 20px 0px;
}
.card-body table{
    width: 100% !important;
}
.card-body table tr{
    border-bottom:1px solid #d9d9d994 !important;
    height: 40px;
    line-height: 40px;
}
.card-body table tr td{
    border: none !important;
}
  .cp_too_txt,.cp_lm_txt,.cp_lm_txt_subtitle{
    font-size: var(--cp-haibao-font);
    line-height: var(--cp-haibao-font-h);
  }
  .cp_too_txt1_title{
      font-size: 34px;
    color: rgb(51,51,51);
  }
  .why-txt *{
    font-size: var(--five-level-font) !important;
    line-height: var(--five-level-font-h) !important;
  }
  
    .ht_xx{
        font-size: var(--four-level-font);
        line-height:var(--four-level-font-h);
        text-align:center;
        
        
    }
    .cp_too_txt1{
         font-size: var(--six-level-font);
        line-height:var(--six-level-font-h);
    }
    .card-title{
        font-size: var(--six-level-font);
        line-height:var(--six-level-font-h);
    }
    .ptxt1 .t2{
        font-size: var(--small-font);
        line-height:var(--small-font-h);
    }
    .pc{
        display: block;
    }
    .phone{
        display: none;
    }
    .phone-box{
        display: none;
    }
    .yuan{
        width: 16px;
        height: 16px;
        background: #2b7de1;
        border-radius: 50%;
        font-size:16px !important;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .phone-bottome-nav{
        background: var(--blueC);
        margin-top: 50px;
    }
    .phone-bottome-nav .item{
        display: flex;
        justify-content: space-between;
        align-items: center;
            padding: 15px 0px;
           border-bottom: 1px solid #f3f3f363;
        
    }
    .phone-bottome-nav .item *{
        color: #fff !important;
            font-size: 14px !important;
    }
    .phone-bottome-nav .logo-box{
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            padding: 15px 0px 50px 0px;
    }
    .phone-bottome-nav .box-1{
        font-size: 10px !important;
        color: #fff;
            padding: 15px 0px;
    }
    
    .phone-bottome-nav .logo-box *{
        font-size: 10px !important;
        color: #fff;
    }
    .phone-bottome-nav .tel{
        display: flex;
        gap: 12px;
    }
    .lists_product_programme_box .content{
       text-align: center !important;
   }
   
    .mbnav .main{
        /*padding: 20px;*/
        
    }
    .mbnav,.mbnav .main{
        background: var(--blueC);
    }
    .mbnav .item{
        border-bottom-color: var(--phone-b-c);
    }
    .mbnav .item.sub:after{
        display: none !important;
    }
    .mbnav .bi-chevron-right::before{
        display: none !important;
    }
    .search-phone-box{
        /*height: var(--search-phone-box-h);*/
        
            border-bottom: 1px solid #fff;
            padding: 20px;
            display: flex;
        flex-direction: column;
        justify-content:space-between;
    }
    .search-phone-box .search-phone-box-1{
        display: flex;
        margin: 15px 0px 15px 0px;
    }
    .phone-top-nav{
        height: 400px;
        padding: 20px;
        position: relative;
    }
    .nav-txt{
        position: absolute;
        bottom: 40px;
        left: 40px;
        color: #fff;
        font-size: 10px;
    }
    .input-phone-box{
        height: 30px;
        position: relative;
            
    }
    .input-phone-box .input-search{
        position: absolute;
        width: 100%;
        height: 30px;
        border-radius: 5px;
    background: #00000057;
    color: #fff;
    padding-left: 35px;
    border: none;
    }
    .input-phone-box .bi-search{
        position: absolute;
        z-index: 998;
        margin-left: 5px;
        color: var(--input-p);
    }
    .input-phone-box .sub{
            height: 30px;
             width: 30px;
             position: absolute;
             background: transparent;
        z-index: 999;
    }
    .lists_search_box{
        margin-top: calc(var(--headerH) + 30px);
    }
    .input-search::input-placeholder{
    	color:var(--input-p);
    }
    
    .input-search::-webkit-input-placeholder{
    	color: var(--input-p);
    }
    .input-search::-moz-placeholder{		
    	color: var(--input-p);
    }
    .input-search::-moz-placeholder{		
    	color: var(--input-p);
    }
    .input-search::-ms-input-placeholder{	
    	color: var(--input-p);
    }
    .listclass{
        display: none;
    }
    .phone-index-time{
        font-size: 10px;
    }
    .home-new .por_txt{
        margin: 50px 0px 50px 0px;
    }
    .home-new .phone-box-1 li{
        border: 1px solid var(--blueC);
    }
     .home-new .news .phone-box-1 .box img{
        height: 120px;
        width: 100%;
        object-fit: cover;
    }
    .des, .des p{
        color: var(--dark-gray);
    }
    .home-new .news_gr_pc ul li a{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;

    }
    .home-new .news .phone-box-1 .content .phone-index-time{
        white-space: nowrap;
    }
    .view_article_news .des *{
    }
    .home-new .news .pc .mt-2{
        margin-top: 2rem !important;
    }
    .home-new .news .news_gr_txt{
         margin-bottom: 1.2rem !important;
    }
    
/* ------------------ */
@media (max-width: 1740px) {
}

@media (max-width: 1320px) {
  :foot{
      --bigImgH: 70vh;
      --second-level-font:38px;
      --second-level-font-h:38px;
  }
  .w1200 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-foot-com {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lists_product .lists_product_txt .w1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_box .lists_product_txt .w1200 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /*.ptxt,*/
  /*.zl_txt,*/
  /*.cp_hb_txt,*/
  /*.cp_too_txt {*/
  /*  font-size: var(--second-level-font);*/
  /*  line-height: var(--second-level-font-h);*/
  /*}*/

  /*.hb_txt {*/
  /*  font-size: 32px !important;*/
  /*  line-height: 40px !important;*/
  /*}*/
  /*.hb_cc {*/
  /*  font-size: 32px;*/
  /*  line-height: 40px;*/
  /*}*/
  
 
  .culture>div> p:nth-child(odd) {
    font-size: 24px;
    line-height: 4rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 32px;
    line-height: 4rem;
  }
  .pro_qx .grid-container {
    font-size: 20px;
  }

  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lists_product_programme_box .grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  
   
}
@media (min-width:1024) and (max-width:1115px){
    
    .swiper-pagination-bullet{
        width: 8px;
        width: 9.4px;
    }
}
@media (min-width:1320px) and (max-width:1740px){
    .swiper-pagination-bullet{
        height: 8px !important;
        width: 7.4px;
    }
    .moban1-flex {
        width: 100%;
    }
    
}
@media (max-width:1319px){
    :root{
        --bigImgH:75vh;
        --first-level-font:38px;
        --first-level-font-h:48px;
        
        
        --second-level-font:34px;
         --second-level-font-h:34px;
        
        --three-level-font:30px;
        --three-level-font-h:38px;
        
        /*--cp-haibao-font:30px;*/
        /*--cp-haibao-font-h:38px;*/
        
        --iconW:70%;
        
    }
}
@media (min-width:1024px){
    .row {
    padding-left: 0px;
    padding-right: 0px;
    }
    
}
@media (max-width: 1024px) {
    :root{
        --html-font:14px;
        
        --bigImgH:55vh;
        --haibaoH:65vh;
        --first-level-font:32px;
        --first-level-font-h:42px;
        --second-level-font:30px;
        --second-level-font-h:30px;
        --three-level-font:28px;
        --three-level-font-h:38px;
        
         --cp-haibao-font:28px;
        --cp-haibao-font-h:38px;
        
        --iconW:65%;
        
        --img-box:60vh;
    }
  .page-header .other {
    margin-left: auto;
    margin-right: 60px;
  }
.phone-box{
        display: block !important;
    }
  .page-header {
    padding-top: 0px !important;
    height: var(--headerH);
  }
  .dropdown-toggle{
    /*display: block !important;*/
  }
  .dropdown-toggle-white{
    /*display: none !important;*/
  }
  .page-box>a .img-white{
    /*display: none !important;*/
  }
  .page-box>a .img{
    /*display: block !important;*/
  }
  .list-foot-com .w1200 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mbnav-btn {
    height: 90px;
    display: flex;
    align-items: center;
  }
  /*.swiper-txt-intro {*/
  /*  font-size: 30px;*/
  /*  line-height: 38px;*/
  /*}*/
  .news_li {
    margin-top: 20px;
    
  }
  
  .w376 {
    margin-top: 20px;
  }
  /*.ptxt,*/
  /*.zl_txt,*/
  /*.cp_hb_txt,*/
  /*.cp_too_txt {*/
  /*  font-size: var(--second-level-font);*/
  /*  line-height: var(--second-level-font-h);*/
  /*}*/
  .culture>div> p:nth-child(odd) {
    font-size: 20px;
    line-height: 4rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 30px;
    line-height: 4rem;
  }
  /*.hb_txt {*/
  /*  font-size: 30px !important;*/
  /*  line-height: 38px !important;*/
  /*}*/
  /*.hb_cc {*/
  /*  font-size: 30px;*/
  /*  line-height: 28px;*/
  /*}*/

  .numBox .numUp {
    font-size: 60px !important;
    line-height: 50px !important;
  }
  .numBox .numTxt {
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .pro_qx .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .list-foot-com {
    display: none;
  }
  .lists_box .grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .map-box {
    margin-bottom: 400px;
  }
  .map-box .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .map-box .grid-container .grid-item {
    height: 200px;
  }
  .map-box .mapBig {
    padding-left: 0px;
  }
  .map-box .map-list {
    padding-right: 5px;
  }
  
  
  
  .map-box-phone {
    margin-bottom: 400px;
  }
  .map-box-phone .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    /*gap: 50px;*/
  }
  .map-box-phone .grid-container .grid-item {
    height: 200px;
  }
  .map-box-phone .mapBig {
    padding-left: 0px;
  }
  .map-box-phone .map-list {
    padding-right: 5px;
  }
  
  
  
  .pro_qx .grid-container {
    font-size: 18px;
  }
  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lists_product_programme_box .grid-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
  .moban1{
      display: none;
  }
}

@media (max-width: 992px) {
    :root{
        --bigImgH:45vh;
        --haibaoH:55vh;
        /*--first-level-font:30px;*/
        /*--first-level-font-h:40px;*/
        --second-level-font:28px;
       --second-level-font-h:28px;
       --three-level-font:26px;
       --three-level-font-h:36px;
       
        --cp-haibao-font:28px;
        --cp-haibao-font-h:28px;
        
       --iconW:60%;
    }
  /*.ptxt,*/
  /*.zl_txt,*/
  /*.cp_hb_txt,*/
  /*.cp_too_txt {*/
  /*  font-size: var(--second-level-font);*/
  /*  line-height: var(--second-level-font-h);*/
  /*}*/
  .por_txt{
      height: 80px;
  }
  .culture>div> p:nth-child(odd) {
    font-size: 18px;
    line-height: 3rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 28px;
    line-height: 3rem;
  }
  .waph2-1 {
    height: var(--headerH);
  }
  /*.hb_txt {*/
  /*  font-size: 28px !important;*/
  /*  line-height: 36px !important;*/
  /*}*/
  /*.hb_cc {*/
  /*  font-size: 28px;*/
  /*  line-height: 40px;*/
  /*}*/

  .map-box-row {
    height: auto;
    padding: 20px 0px 0px 20px;
  }
  
  .lists_box .grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .numBox .numUp {
    font-size: 48px !important;
    line-height: 50px !important;
  }
  .numBox .numTxt {
    font-size: 20px !important;
    line-height: 50px !important;
  }
  .pro_qx .grid-container {
    font-size: 16px;
  }
  
  /*.card-title {*/
  /*  font-size: 18px !important;*/
  /*  line-height: 28px !important;*/
  /*}*/
  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lists_product_programme_box .grid-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
    :root{
        --bigImgH:40vh;
        --haibaoH:50vh;
        /*--first-level-font:28px;*/
        /*--first-level-font-h:38px;*/
        --second-level-font:26px;
        --second-level-font-h:26px;
        --three-level-font:24px;
        --three-level-font-h:34px;
        
         --cp-haibao-font:28px;
        --cp-haibao-font-h:28px;
        
        --iconW:55%;
    }
  /*.ptxt,*/
  /*.zl_txt,*/
  /*.cp_hb_txt,*/
  /*.cp_too_txt {*/
  /*  font-size: var(--second-level-font);*/
  /*  line-height: var(--second-level-font-h);*/
  /*}*/
  .culture>div> p:nth-child(odd) {
    font-size: 16px;
    line-height: 2.5rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 26px;
    line-height: 2.5rem;
  }
  .pro_li_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  /*.hb_txt {*/
  /*  font-size: 26px !important;*/
  /*  line-height: 34px !important;*/
  /*}*/
  /*.hb_cc {*/
  /*  font-size: 26px;*/
  /*  line-height: 38px;*/
  /*}*/

  .pro_li_1 .pro_img img {
    object-fit: cover;
  }
  .about-1 {
    display: block;
  }
  .about-2 {
    display: none;
  }
  .about-1 .pro_li {
    float: none;
  }
  .numBox .numUp {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .numBox .numTxt {
    font-size: 18px !important;
    line-height: 35px !important;
  }

  /*.cp_bat1 {*/
  /*  font-size: 14px;*/
  /*  line-height: 20px;*/
  /*}*/
  
  
  .pro_qx .grid-container {
    font-size: 15px;
  }

  .pro_q6_box_t {
    font-size: 16px;
  }
  .pro_q6_box_b {
    font-size: 16px;
  }
  .pro_q6_1_box_t {
    font-size: 10px;
  }
  .pro_q6_1_box_b {
    font-size: 12px;
  }
  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .lists_product_programme_box .grid-container {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
  }
  .w376 {
    
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  
  
}
@media (max-width: 660px) {
    :root{
        --html-font:14px;
        
        --bigImgH:32vh;
        --haibaoH:40vh;
        /*--first-level-font:22px;*/
        /*--first-level-font-h:32px;*/
        --second-level-font:20px;
        --second-level-font-h:20px;
        --three-level-font:18px;
        --three-level-font-h:28px;
        
        
         --cp-haibao-font:24px;
        --cp-haibao-font-h:34px;
        
        --iconW:50%;
        
        --img-box:45vh;
    }
    .kf122{
        display: none;
    }
  .pro_qx {
    width: 100%;
  }
  .pro_qx .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  .lists_product .lists_product_img .lists_web_attr_13 .lists_web_attr_13_txt {
    bottom: 20px;
  }
  .ly_tj {
    width: 50%;
  }

  .lists_box .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  /*.hb_txt {*/
  /*  font-size: 20px !important;*/
  /*  line-height: 28px !important;*/
  /*}*/
  /*.hb_cc {*/
  /*  font-size: 20px;*/
  /*  line-height: 20px;*/
  /*}*/
  /*.cp_hb_txt1,*/
  /*.cp_too_txt1,*/
  /*.card-title {*/
  /*  font-size: var(--second-level-font) !important;*/
  /*  line-height: var(--second-level-font-h) !important;*/
  /*}*/
.cp_too_txt1_sher{
        font-size: var(--second-level-font) !important;
    line-height: var(--second-level-font-h) !important;
}
  /*.ptxt,*/
  /*.zl_txt {*/
  /*  font-size: 20px;*/
  /*  line-height: 30px;*/
  /*}*/
  .culture>div> p:nth-child(odd) {
    font-size: 14px;
    line-height: 3rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 20px;
    line-height: 3rem;
  }

  
  .zl_seo * {
    font-size: 14px;
    line-height: 24px;
  }
  .numBox .numUp {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .numBox .numTxt {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  
  .pro_qx .grid-container {
    font-size: 16px;
  }
  .companyInfo {
    font-size: 12px;
    line-height: 22px;
  }
  .bi {
    font-size: 20px !important;
  }
  .pro_int {
    width: 50%;
    padding: 10px 0px;
  }
  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .lists_product_programme_box .grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  
}
@media all and (max-width: 481px){
  /*.swiper-txt-intro {*/
  /*  font-size: 12px;*/
  /*  line-height: 20px;*/
  /*}*/
    :root{
        --html-font:12px;
        
        
        --bigImgH:23vh;
        --haibaoH:32vh;
        --first-level-font:20px;
        --first-level-font-h:28px;
        --second-level-font:24px;
        --second-level-font-h:30px;
        
        --three-level-font:24px;
        --three-level-font-h:30px;
        
        --four-level-font:1.2rem;
        --four-level-font-h:2rem;
        
        --iconW:45%;
        
        
        --img-box:50vh;
        
        --mapH:200px;
    }
  .row {
    /* display: block !important; */
  }
  /* .haibao1-box * {
    font-size: 12px !important;
    line-height: 12px !important;
  } */
  
      .numBox .numUp {
        font-size: 36px !important;
        line-height: 33px !important;
        margin-top: 0px;
    }
  .numBox .numTxt {
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .video_rf{width:100%}
    .video_lf{width:100%}
    .video_img{width:100%;position:relative}
.video_img2{width:100%;position:relative}
.video_img_top{width:100%;position:relative}
.video_misk{position:absolute;width:50px;height:50px;z-index:10;left:45%;top:45%}
.video_misk1{position:absolute;width:50px;height:50px;z-index:10;left:40%;top:40%}
.video_misk2{position:absolute;width:50px;height:50px;z-index:10;left:35%;top:20%}
    .culture{
        display: grid;
         grid-template-columns: 1fr 1fr;
                 grid-gap: 20px;
    }
  .culture>div> p:nth-child(odd) {
    font-size: 14px;
    line-height: 3rem;
  }
  .culture>div> p:nth-child(even) {
    font-size: 20px;
    line-height: 3rem;
  }
  .culture-img p{
    display: flex;
    justify-content: center;
    padding: 50px 0px;
  }
  .culture-img img{
      height: auto;
      width: 100%;
      object-fit: contain;
  }


  .cp_too_txt1 {
    /*font-size: var(--second-level-font) !important;*/
    /*line-height: var(--second-level-font-h) !important;*/
  }
  .lists_product_shar_box .grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
 
  .zl_txt{
            font-size: 22px;
        line-height: 30px;

  }
  .w1200{
      padding: 0px 20px !important;
  }
  .p80{
      width: 100%;
  }
  .cp_bat1{
      padding: 5px 10px;
  }
  .cp_bat1 img{
      margin-left: 20px !important;
  }
  .lists_product_new1{
    height: 30vh !important;
    }
    .pc{
        display: none !important;
    }
    .phone{
        display: block !important;
    }
    
    
    .phone{
        height: var(--phoneH) !important;
        position: relative;
    }
    .phone .swiper-container-horizontal{
        position: absolute;
        height: 100% !important;
    }
    .phone .swiper-container-horizontal .swiper-pic{
        
    }
    .phone .swiper-txt{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /*margin-bottom: 22vh;*/
    }
    .phone .swiper-txt .swiper-txt-intro{
        text-align: center;
        margin-bottom: var(--haibaoMB);
    }
    .phone .swiper-txt .web_attr_13{
        position: absolute;
        right: 20px;
        bottom: 20px;
        text-align: right;
        color: #555;
    }
    .lists_product_too_phone .lists_product_txt .w1200{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .lists_product_too_phone .cp_too_txt{
        margin-bottom: var(--haibaoMB);
        text-align: center;
    }
    .lists_product_too_phone .lists_web_attr_13_txt{
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #555;
        text-align: right;
    }
    .lists_product_too_phone_c{
        margin-top: 40px;
        line-height: 2.2rem;
    }
    .view_product_phone .lists_product_txt .w1200{
         display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .view_product_phone .cp_too_txt{
        margin-bottom: var(--haibaoMB);
        text-align: center;
    }
    .view_product_phone .lists_web_attr_13_txt{
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #555;
        text-align: right;
    }
    .view_product_phone .subtitle{
        font-size: 48px;
        line-height: 60px;
        color: var(--blueC);
        font-weight: 600;
    }
    .view_product_phone_list{
        margin-top: 40px;
    }
    .view_product_phone_list .card>.card-header{
        /*border-top:none !important;*/
    }
    .card>.card-header .card-title{
        font-size: 16px;
    }
    .about-1 .pro_li>div:last-child{
        display: none;
    }
    .por_txt{
        height: auto;
        
    }
    .ptxt{
        position: relative;
    }
    .ptxt1{
        display: block;
        position: relative;
    }
    .ptxt1 .t1{
        width: 18px;
        margin: 20px 0px;
        
    }
    
    /*.phone-box .por_txt .ptxt1 .t1{*/
    /*    display: none;*/
    /*}*/
    .ptxt1 .t2{
        display: none;
    }
    .lf,.rf{
        float: none;
    }
    .haibao1-icon .hn_cen{
        font-size: 11px;
        border-right:none;
    }
    .haibao1-icon .hn_cen p{
      margin-top: 6px;
    }
    .phone .hb_bat1{
        display: inline-block;
        min-height: 36px;
        width: auto;
        height: auto;
        max-width: 90%;
        border-radius: 18px;
       
        background: var(--blueC);
        border: none;
    }
    .phone .hb_bat1 .bi{
        font-size: 12px !important;
        margin-left: 20px;
    }
    .haibao1-box-phone{
        display: flex;
        align-items: center;
    }
    .haibao1-box-phone .hb_txt{
        font-size: 22px;
        line-height: 30px;
    }
    .phone-box .pro_li_1 .pro_img{
        width: 100%;
        height: auto;
    }
    .phone-box .pro_li_1 .pro_img>div{
        position: absolute;
        top: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .phone-box .pro_li_1 .pro_img img{
        width: 100%;
        height: auto;
    }
    .phone-box .pro_li_1{
        margin-bottom: 10vh;
    }
    .phone-box .pro_li_1 .pro_img .txt{
        font-size: 18px;
    }
    .phone-box .pro_li_1>a:nth-child(odd) .pro_img>div{
        left: 3vw;
    }
    .phone-box .pro_li_1>a:nth-child(even) .pro_img>div{
        right: 3vw; 
    }
    .yuan .bi{
        
        font-size:11px !important;
        color: #fff;
        
    }
    .phone .lists_product_txt ul{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .phone .lists_product_txt ul li{
        flex: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*height: 7vh;*/
    }
    .phone .lists_product_txt ul li *{
        color: #fff !important;
    }
    .phone .lists_product_txt .zl_txt{
        color: #fff !important;
    }
    .phone .lists_product_txt ul li:nth-child(3){
        margin-bottom: var(--haibaoMB);
    }
    .phone .lists_product_txt ul li .t1{
        margin: 10px;
    }
    .phone .lists_product_txt ul .zl_seo{
        margin-bottom: 20px;
    }
    
    .phone .zl_bat1{
       height: 36px;
        width: auto;
        border-radius: 18px;
         display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--blueC);
        border: none;
                /* margin: 20px 0px; */
        
    }
    .phone .zl_bat *{
        color: #fff;
    }
    .phone .zl_bat1 .bi{
        font-size: 1rem !important;
         margin-left: 20px;

    }
    .ly{
        display: none;
    }
    .phone .lists_single{
              position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: var(--haibaoMB);
        font-size: var(--first-level-font);
        flex-direction: column;
        color: #fff;
        
    }
    .numBox{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .numBox>div{
        border: none;
    }
    .numBox>div{
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
    }
    .pro_li{
        font-size: 14px !important;
         line-height: 30px !important;
    }
    .phone>.haibao1>.mar>ul,.phone>.haibao1{
        height: var(--phoneH);
    }
    .lists_single-phone-1 ul{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: space-around !important;
        
    }
    .lists_single-phone-1 ul .ht_xx{
        /*font-size: 14px;*/
            
    }
    .lists_single-phone-1 .hb_txt{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .lists_single_line{
            height: 2px;
            width: 30px;
            background-color: var(--blueC);
            margin: 3vh 0px;
    }
    .why-txt>div p{
        text-align: left;
    }
    .phone-why .t1{
        width: 18px;
        height: 2px;
        margin: 20px 0px;
        background: var(--blueC);
    }

  

    .lists_sigle_honor_box .grid-item>div{
        position: relative;
        font-size: 10px;
    }
    .lists_sigle_honor_box .grid-item>div .outer_frame{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        border: 6px solid #fff;
        box-shadow: inset -1px 4px 11px 2px #aaaaaaad, -2px 4px 8px 3px #ddd;
    }
    .lists_sigle_honor_box .grid-item>div>img{
    }
    .lists_sigle_honor .ry{
        font-size: var(--five-level-font) !important;
    }
    
    .waph2{
        height: 0px !important;
    }
    .page-header{
        background-color: transparent;
        padding: 0px 20px !important;
    }
    .page-box > a .img{
        width: 90px;
    }
    .lists_product_phone .cp_bat1{
        height: 36px;
        width: auto;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--blueC);
        border: none;
        margin: 20px 0px;
        padding: 0px 20px;
    }
    .view_product_but{
        display: flex;
    justify-content: center;
    }
    .view_product_but .cp_bat1{
        height: 48px;
        width: auto;
        border-radius: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--blueC);
        border: none;
        margin: 20px 0px;
        padding: 0px 20px;
        font-size: var(--five-level-font);
    }
    
    .view_product_but .bi{
        color: #fff !important;
        margin-left: 10px;
        font-size: var(--five-level-font);
    }
    .lists_product > .lists_product_img img,.lists_sigle > .lists_product_img img{
  
        object-position: right;
    }
    .lists_product_container .grid-container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .phone-en{
        font-size: 8px;
    }
    .pro_qx .grid-item > a > div:first-child {
      height: auto;
      
    }
    .pro_qx .grid-item > a > div:first-child>div:last-child{
        display: flex;
            align-items: flex-end;
    }
    .lists_product_container .yuan{
            margin-bottom: 6px;
    }
    .lists_product_container .row>*,.lists_product_one_phone .row>*,.lists_product_fou_phone .row>*{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .pro_qx .grid-item {
      box-shadow: 0px 0px 0px 1px var(--blueC);
    }
   .pro_qx .grid-container{
       display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
   }
   .pro_too .grid-container .row>*{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .lists_product_one_phone .pro_qx .grid-item > a > div:first-child>div:last-child{
        
        display: flex;
                align-items: flex-start;
    }
    .lists_product_one_phone .yuan{
        margin: 8px 0px;
    }
    .lists_product_one_phone .phone-box-img,.lists_product_fou_phone .phone-box-img{
        margin: 20px 0px;
        height: 170px;
    }
    .lists_product_fou_phone .phone-box-img img,.lists_product_one_phone .phone-box-img img{
        width: 100%;
    height: 100%;
    object-fit: contain;
    }
    .lists_product_fou_phone .pro_qx .grid-item > a > div:first-child>div:last-child{
        
        display: flex;
                align-items: flex-start;
    }
    .lists_product_sher_phone .title{
        font-size: 11px !important;
    }
   
    .lists_product_shar_box .content * {
      font-size: 6px !important;
      font-weight: bold;
    }
   .lists_product_shar_box .grid-item{
       padding: 5px;
       box-shadow: 0px 0px 65px -28px #aaa,0px 0px 0px 1px var(--blueC);
   }
   .lists_product_programme_box .grid-container{
       display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
   }
   .lists_product_programme_box .title{
       font-size: 11px !important;
   }
   
   .lists_product_programme_box .content *{
       font-size: 8px !important;
      font-weight: bold;
   }
   .lists_product_programme_box .row>*{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .lists_product_programme_box .grid-item{
        padding: 5px;
        box-shadow: 0px 0px 65px -28px #aaa,0px 0px 0px 1px var(--blueC);
    }
    #accordion{
        margin-top: 40px;
    }
    .map-box .grid-container .grid-item{
        height: auto;
    }
    .map-box-phone .grid-container .grid-item{
        height: auto;
    }
    .companyInfo{
        /*min-height: auto;*/
    }
    .companyInfo .companyInfo-item{
        width: 100%;
        text-align:center;
    }
    .companyInfo .companyInfo-item>div:last-child{
        display: flex;
        
        justify-content: center;
        flex-wrap: wrap;
        grid-column-gap: 15px;
    }
    .dropdown{
        /*display: none !important;*/
        /*position: fixed;*/
    }
    .dropdown .lang_icon,.dropdown .lang_icon_white{
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .page-header .other{
        margin-top: 2px;
        margin-right: 40px;
    }
    .mbnav-btn-item{
        
    }
    #mbnavList .item{
        color: #fff !important;
    }
    .listclass{
        display: block;
    }
    .page-box>a .img-white{
        width: 90px;
    }
    .lists_product .lists_product_txt .w1200 > .txt>ul{
        
            height: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .index_box_ptxt .t1{
        margin: 20px 0px 0px 0px;
    }
    body > .padd > :last-child {
      /*margin-bottom: 0px;*/
    }
    .home-new .news .phone-box-1 .box{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    padding: 10px;
    }
    .home-new .news .phone-box-1 .box .img{
        /*height: 120px;*/
        position: relative;
    }
    /*.home-new .news .phone-box-1 .box img{*/
    /*    position: absolute;*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    object-fit: contain;*/
        
    /*}*/
    .home-new .news_gr_txt{
        font-size: 16px !important;
    }
    .home-new .news .phone-box-1 .content{
        /*height: 120px;*/
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        
    }
    .home-new .news .phone-box-1 .content .news_gr_txt{
        line-height: 24px !important;
        flex: 1;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        /*-webkit-line-clamp: 4;*/
        /*-webkit-box-orient: vertical;*/
    }
    .home-new .news .phone-box-1 .content .phone-index-time{
        height: 20px;
    }
    /*.home-new .news .p-3{*/
    /*    padding: 5px 15px !important;*/
    /*}*/
    .mbnav-btn-list{
        width: 20px;
    }
    .mbnav-btn-item{
        height: 5px;
        border-radius: 0px;
    }
    .page-header{
        position: absolute !important;
        
    }
    .mbnav-btn{
        position: fixed !important;
    }
    .numBox{
            margin: 0px !important;
    }
    .numBox>div:last-child{
            justify-content: flex-start;
    }
    .pro_qx .grid-item > a > div:last-child{
        margin: 10px 0px;
    }
    .lists_box .grid-container {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .news-phone-box-view .img-box img{
        height: 90px !important;
    }
    .lists_box .grid-item .pro_qq_txt{
        height:auto;
        font-size: 12px;
    line-height: 16px;
        -webkit-line-clamp: 3;
    }
    .news-phone-box-view .patent{
        text-align: left !important;
    }
    .news-phone-box-view .patent .img_time_txt{
        font-size: 10px;
        padding-left: 0px !important;
        padding-top: 5px;
        
    }
    
    .lists_article_one_box {
        display: grid;
        grid-gap: 15px;
        grid-template-columns:90px 1fr;
        min-height: auto;
        padding: 10px;
        margin: 10px 0px;
      }
      .lists_article_one_box .item_img img{
          height: 100%;
      }
      .lists_article_one_box .item_content{
          /*height: 60px;*/
          display: grid;
        grid-template-rows: 1fr 32px;
      }
      .lists_article_one_box .phone-seo{
          overflow: hidden;
            font-size: 10px;
             display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
      }
      .lists_article_one_box .item_content > div:first-child{
        font-size: 12px;
         display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          max-height: 3.0em; /* 设置为行高的两倍 */
          line-height: 1.5em; /* 这里的行高应与实际使用的行高一致 */
          max-height: 3em; /* 最大高度为行高的两倍 */
        
      }
      .lists_article_one_box .item_time {
        border-left: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        font-family: arial;
        font-size: 10px;
      }
      .lists_article_one_box .item_time .day {
        font-size: 20px;
        line-height: 28px;
        display: block;
      }
      .news-phone-box-view .bi{
          font-size: 14px !important;
      }
     .lists_product_shar_box .lists_product_shar_box_img{
         height: 100px;
         width: 100%;
         object-fit: contain;
     }
     .lists_product_programme_box .lists_product_shar_box_img{
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .corporate-culture .por_txt{
        margin: 50px 0px 20px 0px;
    }
    .corporate-culture .culture-img p{
        padding: 0px;
        padding-bottom: 50px;
    }
    .lists_single_box_1 .por_txt{
        margin: 50px 0px 20px 0px;
    }
    .companyInfo-item > div:nth-child(1) {
      font-size: 16px;
    }
    .map-box-phone .map-list-box .companyInfo{
        height: auto;
    }
    .map-box-phone .companyInfo .companyInfo-item{
        padding: 10px;
        
    }
    .dow-box{
      margin-top: var(--headerH);
  }
  .view_article_news .xcx{
      font-size: 14px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 10px;
  }
  .page-header>.page-box{
      width: 100%;
  }
  .view_article_news h3{
      font-size: 22px;
      text-align: left !important;
  }
  .view_article_news .des *{
  }
}

@media (max-width:600px){
    .home-new .news .news_gr_txt >img{
        width: 100% !important;
            padding-right: 0px !important;
            float: none;
    }
    .home-new .news .p-3{
        padding: 10px !important;
    }
}
@media (max-width:400px){
    :root{
        --html-font:12px;
        
        --bigImgH:21vh;
        --haibaoH:30vh;
        --first-level-font:20px;
        --first-level-font-h:28px;
        
        
        /* --iconW:40%; */
        
    }
}
@media (max-width:375px){
    :root{
        --bigImgH:20vh;
        --haibaoH:25vh;
        
        
        /* --iconW:35%; */
    }
}

@media (max-width:1150px){
    .tbvideo{display:none}
}

.video_3{width:100%}
.video_3 ul li{width:23%;margin:1%;float:left}
