@media screen and (min-width: 1200px) {
  .container{
    width: 1200px;
    padding: 0px;
   
  }
}

@media screen and (max-width: 1200px) {
  .container{
    width: 100%;
  
  }

}


@media screen and (max-width: 1024px) {
 .jiazhi .list{
   width: 31%;
 }

}



@media screen and (max-width: 768px) {
.number2{
  display: flex;
  justify-content: space-between;
}
.number ul li{
  width: 33.33%;
}
.number ul li b{
    font-size:12px;line-height:1
  }
  .number ul li p{
    font-size:12px;
    line-height: 1;
  }
  .number ul li span{
      font-size:12px;
  }
  .number ul li b i{
 
    font-size: 25px;
  
  }
  .number ul li b em{
    position:relative;padding-left:6px;
    font-style:normal;font-size:18px;
    font-weight:400;
  }
  .number li:nth-child(6)
  {
    display: none;
  }
  .number li:nth-child(5)
  {
    display: none;
  }
  .number ul li:nth-child(4){
    border: 0px;
  }
  .number ul{
    padding:10px 0
  }


  .mk2 .tit h2{
    font-size: 20px;
    line-height: 2.5;
    letter-spacing:15px;
  }
  .mk2 .tit p{
    font-size: 13px;
    line-height: 2;
    letter-spacing:5px;
  }
  .jiazhi .list span{
  
    left: 10px;
  
   }

.footer-nav-left{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-nav-left dl:nth-child(1){
  width: 60%;
  margin-bottom: 55px;
}
.footer-nav-left dl:nth-child(2){
  width: 40%;
  margin-bottom: 55px;
}


.jiazhi .list{
  width: 48%;
  height: auto;
 }
 .footer-nav-left dl:nth-child(3)
 {
   width: 100%;
   margin-bottom: 0px;
 }
 .footer-nav-right{
   display: none;
 }
 .qr-codem{
   display: block;
   position: absolute;
   right: 0px;
   width: 20%;
   bottom: 0px;
 }
 .qr-codem img{
  width: 100%;
  height: 100%;
}

.header{
  display: none;
}
#top div.f{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}


#top{
  display: block;
}
.about-us dt{
  width: 100%;
  font-size: 14px;
}
.about-us dd{
  width: 100%;
  margin-top: 10px;
}
.tit_p{
font-size:18px
}

.yyml .list dd{
  width: 50%;
  font-size: 12px;
}
.yyml .list dl a{
  font-size: 12px;

}
#case{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
#case dl{
  display: none;
}
#case div{
  position: static;
  width: 31%;
  margin-top: 10px;
  border-radius: 0 0;
  height: auto;
}
#case div img{
  width: 100%;
  height: auto;
}
.shiyong dl{
  width: 100%;
}
.footer-nav-left dl dd{
  font-size:12px;line-height:2;


}
.mk3{
  font-size: 18px;
}
.prolist .more a{
  font-size: 14px;
}
.pro_pf_tit{

  width: auto;
  float: left;
  border-bottom: 20px solid #908b84;
  border-right: 20px solid transparent; 
  height: 0; 
  line-height: 1.5;
  position: relative;
  padding: 0 3px;

}
.pro_pf_tit dl{
  font-size: 12px;
}
.pro_pf_tit div{
  font-size: 12px;
}
.line{

   margin-top: 3px;
}

.tjnews  dt{
  width: 100%;
}

.tjnews  dd{
  width: 100%;font-size: 12px;
}

.tjnews  dd h5 a{
  font-size: 16px;

}
.news .list a{
  font-size: 12px;
}

.news .list dl dd{
  font-size: 12px;
}
.ctitle{
  font-size: 15px;
}

.f_intxt{ font-size:12px;
}
.f_inbut{ font-size:12px; 

 }
 .jiazhi .list dl{
  color: #ffffff;
  padding: 0 5px;
}

 .jiazhi .list dl h5{
  font-size: 15px;
  line-height: 2;
}
.jiazhi .list dl p{
  font-size: 12px;
  line-height: 1.5;
}
.jiazhi .list span{

  bottom: 5px;

 }

}

/****分页导航*****/
.pages {margin: 20px 0 0;text-align: center;font-size: 0;}
.pages a {display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.pages a:hover,.pages a.active {background-color: #e13f38;color: #fff;}
 .pages {margin-top: 15px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}
.pagination p{
margin:0;
cursor:pointer
}
.pagination{

}
.pagination a{
    margin-right: 0px;
    padding: 0px 14px;
    height: 34px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 34px;
}
.pagination a:hover{
color:#e13f38;
background: white;
border:1px #e13f38 solid;
}
.pagination a.cur, .pagination a:hover {
    background: #3F51B5;
    border: 1px #3F51B5 solid;
    color: #fff;
}
.pagination p{
float:left;
padding:2px 12px;
font-size:12px;
height:24px;
line-height:24px;
color:#bbb;
border:1px #ccc solid;
background:#fcfcfc;
margin-right:8px;
margin-top: 5px;
}
.pagination p.pageRemark{
border-style:none;
background:none;
margin-right:0px;
padding:4px 0px;
color:#666;
}
.pagination p.pageRemark b{
color:red;
}
.pagination p.pageEllipsis{
border-style:none;
background:none;
padding:4px 0px;
color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
