@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
  .inbanner .swiper-slide img {
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .head {
    height: 80px;
    padding: 0 2.5%;
  }
  .head.on{
    background-color: #fff;
  }

  .head .nav {
    display: none;
  }
  .head .btn{
    height: 100%;
  }
  .head .btn .menu_btn{
    position: relative;
    display: block;
    height: 100%;
    width: 60px;
    margin-left: .3rem;
  }
  .head .btn .menu_btn i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all .3s;
  }
  .head .btn .menu_btn i.icon1{
    opacity: 1;
  }
  .head .btn .menu_btn.on i.icon1{
    opacity: 0;
  }
  .head .btn .menu_btn.on i.icon2{
    opacity: 1;
  }

}

@media screen and (max-width: 1000px) {
  .inbanner .swiper-slide{
    height: auto;
  }
  .inbanner .swiper-slide img{
    position: relative;
  }
  .inpro2 .content .list ul li h3{
    font-size: 14px;
  }
  .foot .foot1{
    padding: 6% 6.5% 6%;
  }
}

@media screen and (max-width: 880px) {
  .head{
    justify-content: center;
  }
  .head .btn{
    position: absolute;
    left: 2.5%;
  }
  .head .btn .search {
    display: none;
  }
  .head .btn .menu_btn{
    margin-left: 0;
  }
  .menu .nav li a {
    font-size: 14px;
    line-height: 50px;
  }
  .menu .nav li .btn i {
    font-size: 14px;
  }
  .inhonor{
    background-size: auto 100%;
  }
  .inhonor .content .list ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inhonor .content .list ul li:nth-child(5n){
    margin-right: 2%;
  }
  .inhonor .content .list ul li:nth-child(2n){
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .head{
    height: 50px;
  }
  .head .logo img{
    height: 30px;
  }
  .head .btn .menu_btn i{
    font-size: 20px;
  }
  .menu{
    top: 50px;
  }
  .menu.on{
    height: calc(100vh - 50px);
  }
  .inabout{
    padding: .4rem 0;
  }
  .inabout .content{
    width: 100%;
  }
  .innews .content{
    padding: .8rem 0;
  }
  .innews .content li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
  }
  .innews .content li:nth-child(2n){
    margin-right: 0;
  }
  .innews .content li a{
    padding: 0;
  }
  .innews .content li .img{
    margin-bottom: 10px;
  }
  .innews .content li h3{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .innews .content li span{
    font-size: 12px;
  }
  .innews .content li p{
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
  }
  .innews .content li .jt{
    display: none;
  }
  .foot{
    background-size: auto 100%;
  }
  .foot .foot1{
    flex-wrap: wrap;
  }
  .foot1 .foot_contact{
    width: 100%;
    margin-bottom: .4rem;
  }
  .foot1 .foot_gbook{
    width: 100%;
    max-width: 100%;
  }
  .foot1 .foot_gbook li:nth-child(-n+3){
    width: 100%;
  }
  .foot1 .foot_gbook li.check input{
    width: calc(100% - 122px);
  }
}
@media screen and (max-width: 640px) {
  .inpro .content li {
    width: 49%;
    margin-bottom: 2%;
  }
  .inpro2 .content .list ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inpro2 .content .list ul li:nth-child(2n){
    margin-right: 0;
  }
  .inpro2 .content .inpages .num a{
    display: none;
  }
  .inpro2 .content .inpages .num a.on{
    display: block;
  }

  .inhonor .content .inpages .num a{
    display: none;
  }
  .inhonor .content .inpages .num a.on{
    display: block;
  }
}