@media screen and (max-width: 1600px) {
  .inbanner .swiper-slide a {
    width: 100%;
    padding-bottom: 50%;
    height: auto;
  }
  .inbanner .swiper-slide img {
    object-fit: cover;
    object-position: top;
  }
  .head.on1 .nav li a {
    padding: 0 0.15rem;
  }

  .inabout .w80 {
    padding-left: 55%;
  }
  .inabout .img {
    left: -5.55%;
    width: 60%;
    padding-bottom: 0;
    height: 100%;
  }

  .inys li .box {
    padding-bottom: 160%;
  }
  .inys li .img {
    top: 20%;
    height: 60%;
    padding-bottom: 15%;
    border-top-left-radius: 50% 52%;
    border-top-right-radius: 50% 52%;
  }

  .inpro .content .swiper-pagination {
    left: 5%;
    width: calc(90% - 100px);
  }
  .inpro .btn {
    right: 5%;
  }

  .incase .intl {
    left: 5%;
    top: 5%;
  }
  .incase .incase_nav {
    left: 5%;
    bottom: 5%;
    width: 90%;
  }
  .incase .imglist .img {
    padding-bottom: 60%;
  }
  .incase .imglist .text {
    left: 12%;
  }

  .foot{
    padding: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .inys li .box {
    padding-bottom: 160%;
  }
  .inys li .img {
    top: 20%;
    height: 60%;
    padding-bottom: 15%;
    border-top-left-radius: 50% 52%;
    border-top-right-radius: 50% 52%;
  }
  .inys li .img i {
    font-size: 48px;
  }
  .inys li .text i {
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    margin-bottom: 0.1rem;
  }
  .inys li .text h3 {
    font-size: 24px;
  }
  .inys li .text p {
    line-height: 1.5;
  }
  .inpro .content .swiper-pagination {
    left: 2.5%;
    width: calc(95% - 100px);
  }
  .inpro .btn {
    right: 2.5%;
  }
  .incase .imglist .text {
    top: 30%;
  }
  .incase .intl {
    left: 2.5%;
  }
  .foot .copyright .logo img{
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .head > .w90 {
    width: 98%;
  }
  .head .nav {
    display: none;
  }
  .menu .top .w90{
    width: 98%;
  }
  .menu .content .left{
    width: 2rem;
  }
  .menu .content .right{
    width: calc(100% - 2.5rem);
    padding: 1rem 0 0;
  }
  .menu .content .right .list{
    /* width: 230px; */
    width: auto;
  }
  .menu .content .right .list a{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
  .menu .content .right .list a i{
    margin-left: 10px;
  }

  .intl h3 {
    font-size: 48px;
  }
  .inabout .fk {
    width: 50%;
    height: 10%;
  }
  .inabout .w80 {
    padding-left: 0;
  }
  .inabout .img {
    position: relative;
    width: 106%;
    left: -3%;
    padding-bottom: 50%;
  }
  .inabout .text {
    padding: 0.5rem 0 0;
    text-align: left;
  }
  .inabout .text ul {
    justify-content: flex-start;
  }
  .inabout .text a.more {
    float: left;
  }

  .inys li {
    width: 48%;
    margin-bottom: 2%;
  }
  .inys li:nth-child(5) {
    display: none;
  }
  .inys li .box {
    padding-bottom: 70%;
  }
  .inys li .con {
    height: 75%;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
  }
  .inys li .text {
    padding: 0.15rem 0.1rem;
  }
  .inys li .fk {
    display: none;
  }
  .inys li .by {
    display: none;
  }
  .inys li.on .img {
    border-radius: 5px 5px 0 0;
  }
  .inys li.on .con {
    background-color: rgba(255, 255, 255, 1);
  }
  .inys li.on .text h3 {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .incase .imglist .img {
    padding-bottom: 80%;
  }

  .foot{
    padding: 0;
  }
  .foot .content .img{
    border-radius: 0;
    height: 3.2rem;
  }
  .foot .content .text h3{
    font-size: 24px;
  }
  .foot .content .text h5{
    font-size: 14px;
  }
  .foot .content .text .hx{
    width: calc(90% - 30px);
  }
  .foot .content .text .btn a{
    line-height: 32px;
    padding: 0 20px;
  }
  .foot .copyright{
    padding: .2rem .1rem;
    flex-direction: column;
    justify-content: normal;
  }
  .foot .copyright .logo{
    height: auto;
  }
  .foot .copyright .text{
    text-align: left;
    margin-top: .1rem;
  }
}

@media screen and (max-width: 767px) {

  .menu .top .search{
    display: none;
  }
  .menu .content .search{
    display: block;
    position: absolute;
    z-index: 99;
    top: .2rem;
    left: 0;
    width: 100%;
  }
  .menu .content .search form{
    width: 100%;
    height: .6rem;
  }
  .menu .content .search input{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #555;
    outline: none;
    padding: 0 80px 0 10px;
    border: 1px solid #ccc;
  }
  .menu .content .search button{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    font-size: 24px;
    background-color: transparent;
    border: 0;
  }
  .menu .content .left{
    width: 140px;
  }
  .menu .content .left li a{
    width: 100px;
  }
  .menu .content .right{
    width: calc(100% - 160px);
  }
  .menu .content .right .img{
    display: none;
  }
  .incase .imglist .text {
    left: 15%;
  }
  .incase .imglist .text h3 {
    font-size: 24px;
  }
  .incase .imglist .text h5 {
    font-size: 16px;
  }
  .incase .imglist .text p {
    font-size: 12px;
  }
  .incase .incase_nav li .text h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  
  .intl{
    margin-bottom: .3rem;
  }
  .intl h3 {
    font-size: 32px;
  }
  .intl h5 {
    font-size: 20px;
  }
  .intl a {
    font-size: 16px;
    padding-right: 30px;
  }
  .intl a::after {
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
  .inbanner .swiper-slide a {
    padding-bottom: 65%;
  }
  .inbanner .banner_btn {
    bottom: 0;
  }
  .inabout .text {
    padding: 0.3rem 0 0;
  }

  .inys li {
    width: 49%;
  }
  .inys li .box {
    padding-bottom: 120%;
  }
  .inys li .img {
    height: 55%;
  }
  .inys li .img i {
    font-size: 38px;
  }
  .inys li .text i {
    font-size: 38px;
  }
  .inys li .text h3 {
    font-size: 20px;
  }
  .inys li .text p {
    font-size: 12px;
  }
  .innews .content .w80{
    height: 30px;
  }
  .innews .content li .img{
    padding-bottom: 100%;
  }
  .innews .content li .text .date{
    font-size: 14px;
  }
  .innews .content li .text h3{
    font-size: 18px;
  }
  .innews .content li .text p{
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .inabout .text ul{
    justify-content: space-between;
  }
  .inabout .text ul li{
    margin-left: 0;
  }
  .inys li .box {
    padding-bottom: 140%;
  }
  .inpro .content li {
    border-right: 1px solid #ccc;
  }
  .incase .intl {
    top: 2.5%;
  }
  .incase .imglist .img {
    padding-bottom: 120%;
  }
  .incase .imglist .text {
    top: 25%;
    left: 12%;
  }
  .incase .incase_nav {
    bottom: 0;
  }
}
