@media screen and (max-width: 1120px) {
  .inbanner .swiper-slide img {
    object-fit: fill;
  }
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 50px;
  }
  .head {
    display: none;
  }
  .head_mob {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 2.5%;
    background-color: #fff;
    border-bottom: 1px solid var(--main-color4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .head_mob .logo {
    height: 60%;
  }
  .head_mob .logo img {
    height: 100%;
  }
  .head_mob .menu_btn i,
  .head_mob .search_btn i {
    font-size: 32px;
  }
  .menu {
    display: block;
    position: fixed;
    z-index: 998;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 360px;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .tl {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    border-bottom: 1px solid var(--main-color4);
  }
  .menu .tl h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color3);
  }
  .menu .tl .btn i {
    font-size: 28px;
  }
  .menu .menu_nav {
    padding: 0 5%;
  }
  .menu .menu_nav li {
    position: relative;
    border-bottom: 1px solid var(--main-color4);
  }

  .menu .menu_nav li a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 50px;
    color: #555;
    text-transform: uppercase;
  }
  .menu .menu_nav li .more {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    /* background-color: #ccc; */
  }
  .menu .menu_nav li .more:before,
  .menu .menu_nav li .more:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background-color: #666;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .menu_nav li .more:after {
    -webkit-transform: translate(-50%) rotate(90deg);
    -moz-transform: translate(-50%) rotate(90deg);
    -ms-transform: translate(-50%) rotate(90deg);
    -o-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }
  .menu .menu_nav li dl {
    display: none;
    background-color: #f9f9f9;
  }
  .menu .menu_nav li dd a {
    font-size: 14px;
    line-height: 36px;
    padding-left: 5%;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .menu_nav li.cur .more:before {
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transform: translate(-50%) rotate(180deg);
  }
  .menu .menu_nav li.cur .more:after {
    -webkit-transform: translate(-50%) rotate(360deg);
    -moz-transform: translate(-50%) rotate(360deg);
    -ms-transform: translate(-50%) rotate(360deg);
    -o-transform: translate(-50%) rotate(360deg);
    transform: translate(-50%) rotate(360deg);
  }
  .menu .menu_nav li.cur dd a {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  .menu_bg {
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .intl {
    margin-bottom: 0.5rem;
  }
  .intl h3 {
    font-size: 0.36rem;
  }
  .intl h3::after {
    bottom: 0;
    height: 10px;
  }
  .inpro {
    padding: 0.5rem 0 0.6rem;
  }
  .inpro .content ul {
    margin-bottom: 0.5rem;
  }
  .index_bg a.more {
    line-height: 40px;
    width: 200px;
    font-size: 13px;
  }
  .inpro2 .content ul li .tl p {
    font-size: 14px;
  }
  .inpro4 {
    padding: 50px 0 60px;
  }
  .foot_top ul li p {
    font-size: 11px;
  }
  .inpro2 .content ul li .tl {
    padding: 0 0.1rem;
  }
  .inpro2 .content ul li .tl h3 {
    font-size: 0.33rem;
  }
  .inpro3 {
    padding: 0.6rem 0;
  }
  .inpro4 .content .ico {
    width: 38%;
  }
  .inpro4 .content ul {
    width: 60%;
  }
}

@media screen and (max-width: 880px) {
  .inpro3 .content dl {
    margin-bottom: 0.5rem;
  }
  .inpro3 .content dl dd {
    width: calc(100% / 3 - 6.66px);
    margin-bottom: 10px;
  }
  .foot_top ul {
    padding: 0.1rem 0;
    padding-top: 4%;
  }
  .foot_top ul li {
    width: 48%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .inpro2 .content ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .foot ul li:nth-child(2),
  .foot ul li:nth-child(3) {
    display: none;
  }
  .foot ul li:nth-child(1) {
    width: 240px;
  }
  .foot ul li:nth-child(4) {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 640px) {
  .inbanner1 {
    display: none !important;
  }
  .inbanner2 {
    display: block !important;
  }
  .inbanner .banner_btn {
    bottom: 0px;
  }
  .inpro .content ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inpro .content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .inpro4 .content .ico {
    display: none;
  }
  .inpro4 .content ul {
    width: 100%;
  }
  .inpro4 .content ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inpro4 .content ul li:nth-child(3n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inpro4 .content ul li:nth-child(2n) {
    margin-right: 0;
  }
  .inpro4 .content a.more {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .foot {
    padding: 0.3rem 0;
  }
  .foot ul li:nth-child(1) {
    display: none;
  }
  .foot ul li:nth-child(4) {
    width: 100%;
  }
  .foot_copyright p a.gotop{
    display: none;
  }
}
