@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
  .inmain1 .content ul {
    flex-wrap: wrap;
  }
  .inmain1 .content li {
    width: 23%;
    padding: 25px 15px;
  }
  .inmain1 .content li:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  .inbanner .swiper-slide img {
    height: auto;
    object-fit: cover;
  }

  .inabout .box1 .left {
    width: calc(100% - 150px);
  }
  .inabout .box2 {
    width: 100%;
  }
  .inabout .box2 p {
    width: 100%;
  }

  .inteam .content .list {
    padding: 0.2rem 8%;
  }

  .innews .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .innews .content ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .innews .content ul li.left {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-right: 0px;
    margin-bottom: 0.4rem;
  }
  .innews .content ul li.left a {
    padding-bottom: 200px;
  }
  .innews .content ul li.left .text {
    height: 200px;
  }
  .innews .content dl {
    height: auto;
  }
  .innews .content dl dd {
    margin-bottom: 0.3rem;
  }
  .innews .content dl dd:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .top,
  .head {
    display: none;
  }
  .head_mob {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--head-height);
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .head_mob .logo a {
    display: block;
    margin-left: 0.1rem;
  }
  .head_mob .logo img {
    display: block;
    height: 30px;
  }
  .head_mob .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 0.1rem;
    background-color: var(--main-color);
  }
  .head_mob .btn .tel {
    margin: 0 0.05rem;
  }
  .head_mob .btn .tel i {
    font-size: 22px;
    color: #fff;
  }
  .head_mob .btn .menu_btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #fff;
  }
  .head_mob .btn .menu_btn::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%);
  }
  .head_mob .btn .menu_btn p {
    font-size: 15px;
    margin-right: 5px;
  }
  .head_mob .btn .menu_btn .box {
    position: relative;
    width: 35px;
    height: 35px;
  }
  .head_mob .btn .menu_btn .box span {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: all .3s;
  }
  .head_mob .btn .menu_btn .box span:nth-child(2) {
    transform: translateY(-8px);
  }
  .head_mob .btn .menu_btn .box span:nth-child(3) {
    transform: translateY(8px);
  }
  .head_mob .btn .menu_btn.on .box span:nth-child(1) {
    opacity: 0;
  }
  .head_mob .btn .menu_btn.on .box span:nth-child(2) {
    transform: translateY(0) rotate(45deg);
  }
  .head_mob .btn .menu_btn.on .box span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
  .menu {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(var(--head-height) + 10px);
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .menu::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--main-color);
  }
  .menu .box{
    overflow-y: auto;
    max-height: calc(100vh - var(--head-height) - 10px);
  }
  .menu ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .menu ul li {
    width: 50%;
    border-bottom: 1px solid #eee;
  }
  .menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li a {
    display: block;
    font-size: .2rem;
    line-height: 3;
    color: #333;
    text-align: center;
  }
  .menu ul li a:hover {
    color: var(--main-color);
  }
  .contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .15rem .1rem;
    background-color: #f7f8f9;
  }
  .menu .tel {
    position: relative;
    padding-top: 15px;
    margin-bottom: .1rem;
  }
  .menu .tel h3 {
    position: absolute;
    top: 0px;
    left: 50%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    background-color: #f7f8f9;
    transform: translateX(-50%);
    padding: 0 10px;
  }
  .menu .tel h5 {
    font-size: 36px;
    color: var(--main-color);
    font-family: "Bebas-Neue";
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 5px 10px 0px;
    border: 1px solid var(--main-color);
  }
  .menu .tel h5 i {
    font-size: 32px;
    color: var(--main-color);
    margin-right: 10px;
  }
  .contact p{
    font-size: .14rem;
    line-height: 2;
    color: #333;
    padding: 0 .1rem;
    /* background-color: var(--main-color); */
  }
  

  .inabout .box1 {
    margin-bottom: 60px;
  }
  .inabout .box1 .num {
    margin-right: 50px;
  }
  .inabout .box1 .num::after {
    right: -25px;
  }
  .inabout .box2 h3 {
    font-size: 20px;
  }
  .inabout .box2 h4 {
    font-size: 32px;
  }
  .inabout .box2 ul li {
    width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .inmain1 .intl {
    margin-bottom: 0.45rem;
  }
  .inmain1 .content li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .inmain1 .content li.on {
    margin-top: 0;
  }
  .inmain2 .inmain2_nav {
    padding: 0 10px;
  }
  .inmain2 .inmain2_con li {
    padding: 10px;
  }
  .inmain2 .inmain2_con li dl dd {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .inmain2 .inmain2_con li dl dd:nth-child(2n) {
    margin-right: 0;
  }
  .inmain2 .inmain2_con li dl dd .text h3 {
    line-height: 2.5;
  }

  .inabout .box1 a.more {
    padding: 6px 20px;
  }
  .inabout .box2 {
    padding-right: 0;
  }
  .inabout .box2 p {
    margin-bottom: 0.4rem;
  }
  .inabout .box2 .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 30%;
    margin-bottom: 0.2rem;
  }
  /* .inabout .box2 .img img{
    position: relative;
    object-fit: contain;
  } */

  .inteam .content .left {
    width: 100%;
  }
  .inteam .content .right {
    display: none;
  }

  .innews .content dd h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .innews .content dd p {
    font-size: 14px;
  }

  .incase .content li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .incase .content li:nth-child(2n) {
    margin-right: 0;
  }
  .incase .content li:nth-child(n + 9) {
    display: none;
  }

  .gotop{
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .head .logo .img {
    height: 40%;
  }
  .head .btn .menu_btn {
    margin-left: 10px;
  }
  .head .btn .menu_btn p {
    display: none;
  }
  .menu .left .logo a {
    height: 40%;
  }
  .menu .left .logo img {
    width: auto;
    height: 100%;
  }

  .banner_wap{
    display: block !important;
  }
  .banner_pc{
    display: none !important;
  }
  .inbanner .banner_btn{
    padding: 0 3%;
  }
  .inbanner .banner_btn .ico{
    display: none;
  }
  .inbanner .banner_btn .btn .loading{
    width: 120px;
  }

  .inabout .box1 {
    margin-bottom: 30px;
  }
  .inabout .box1 .num::after {
    width: 1px;
    background-color: #888;
  }
  .inabout .box1 .num span {
    font-size: 48px;
  }
  .inabout .box1 .num p {
    font-size: 20px;
  }
  .inabout .box1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .inabout .box1 .text .tl {
    font-size: 22px;
    line-height: 1.2;
    height: auto;
    margin-bottom: 10px;
  }
  .inabout .box1 .text .tl span {
    font-size: 12px;
  }
  .inabout .box1 .text p {
    font-size: 12px;
    line-height: 1.5;
  }

  .inabout .box2 h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .inabout .box2 h4 {
    font-size: 24px;
  }
  .inabout .box2 .hx {
    margin: 15px 0;
  }
  .inabout .box2 p {
    font-size: 12px;
  }
  .inabout .box2 ul {
    /* flex-direction: column; */
  }
  .inabout .box2 ul li {
    margin-right: 0.5rem;
  }
  .inabout .box2 ul li i {
    font-size: 42px;
  }
  .inabout .box2 ul li span {
    font-size: 16px;
  }
  .inabout .box2 ul li h5 {
    font-size: 12px;
  }

  .innews .content ul li.left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .innews .content ul li.left img {
    height: 200px;
  }
  .innews .content ul li.left a {
    padding-bottom: 125px;
  }
  .innews .content ul li.left .text {
    height: 125px;
    padding: 0.2rem;
  }
  .innews .content ul li.left .text span {
    font-size: 14px;
    margin-bottom: 0.1rem;
  }
  .innews .content ul li.left .text h3 {
    font-size: 0.22rem;
    line-height: 1.5;
    font-weight: normal;
    height: auto;
  }
  .innews .content ul li.left .text h4 {
    left: 0.2rem;
    bottom: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .inmain1 .content li {
    padding: 10px 8px;
  }
  .inmain1 .content li .ico {
    height: 80px;
    margin-bottom: 0;
  }
  .inmain1 .content li .ico i {
    font-size: 48px;
  }
  .inmain1 .content li h3 {
    font-size: 18px;
  }
  .inmain1 .content li p {
    line-height: 1.4;
  }
  .inteam .content .list {
    padding: 0.2rem 25%;
  }
  .foot .img img {
    object-position: 55% top;
    opacity: 0.5;
  }
}
