@media (min-width: 992px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  #index-banner .banner-a{
    height: 15rem;
  }
}
@media (max-width: 1300px) {
  .index-login{
    /* padding: 4rem 3rem; */
    margin: 4rem 3rem;
  }
}
@media (max-width: 1250px) {
  #cpnDes .text-one,
  #cpnDes .text-two{
    width: 500px !important;
  }
  
  #cpnDes .text-two{
    transform: translateX(calc(-50% + 300px));
    padding-left: 1rem;
  }
}

@media (max-width: 1200px) {
  #index-banner .banner-a{
    height: 13rem;
  }
  #cpnDes{
    padding: 0 1rem;
  }
  #cpnDes .top,
  #cpnDes .bottom{
    display: block;
    height: auto;
  }
  #cpnDes .text-one,
  #cpnDes .text-two{
    position: relative;
    width: 100% !important;
    height: 100%;
    /* background-color: pink; */
    height: 20rem;
    left: 0;
    transform: translateX(0);
    top: 0;
    height: auto !important;
  }
  #cpnDes .content{
    padding-right: 0;
  }
  #cpnDes .top > div,
  #cpnDes .bottom > div{
    height: 20rem;
    width: 100%;
    padding: 2rem 0;
  }
  #cpnDes .top .top-l{
    display: none;
  }
  #cpnDes .bottom .bottom-r{
    display: none;
  }
  #cpnDes .text-two{
    background-color: #85bd74;
    margin: 1rem 0;
    padding-left: 2rem !important;
    padding-right: 1rem !important;
  }
  #cpnDes .top-r,
  #cpnDes .bottom-l{
    height: 25rem !important;
  }
  #business{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #partner ul li{
    width: 25%;
  }
}
@media (max-width: 1080px) {
  html,
  body {
    font-size: 12px;
  }
  /* top */
  #top-box {
    padding: 0.875rem 1rem;
  }


  /* header */
  #header {
    padding: 0 1.25rem;
  }
  #header #nav {
    display: none;
  }
  #header .ic-nav {
    display: flex;
  }
  /* header */
  /* footer */
  #footer {
    padding: 0 1.25rem;
    text-align: center;
  }
  /* footer */
  /* 标题 */
  .c-title {
    padding-top: 3.5rem;
  }
  /* 标题 */

  /* 轮播 */
  #index-banner .swiper-button-prev, #index-banner .swiper-button-next {
    opacity: 1;
    z-index: 10;
  }
  /* 轮播 */

  /* 产品展示 */
  #index-product {
    padding-bottom: 1px;
  }
  #index-product .list {
    margin: 0;
    padding: 0 .625rem;
  }
  #index-product .list .li {
    width: calc(50% - 1.25rem);
    margin: 0 .625rem 1.25rem;
  }
  #index-product .list .li .img-box {
    height: 10rem;
  }
  #index-product .list .li .info {
    padding: 1rem;
  }
  /* 产品展示 */

  /* 新闻中心 */
  #index-news .list {
    padding: 0 1.25rem;
    margin: 0;
  }
  #index-news .list .li {
    width: 100%;
    margin: 0 0 1.25rem;
    background-color: #f7f7f7;
    padding: 1rem;
  }
  #index-news .list .li .img {
    height: 6.625rem;
  }
  /* 新闻中心 */

  /* 关于我们 */
  #index-about {
    /* height: 31.25rem; */
    /* width: 90%; */
    padding: 3rem 2rem;
  }
  #index-about .cont {
    /* margin-top: 5.25rem; */
    /* padding: 0 2rem 2rem; */
  }
  #index-about .cont .about-box{
    display: block;
  }
  #index-about .cont .about-box .img{
    width: 100%;
    height: 18rem;
  }
  #index-about .cont .description {
    width: 100%;
    margin-bottom: 1rem;
  }
  /* 关于我们 */

  /* 团队 */
  #index-team .list {
    margin: 0;
    padding: 0 .625rem;
  }
  #index-team .list .li {
    /* width: calc(50% - 1.25rem); */
    padding: 1.5rem;
    margin: 0 .625rem 1.25rem;
  }
  #index-team .list .li .info {
    padding: 1rem 0rem 0rem;
  }
  /* 团队 */
}
@media (max-width: 991px) {
  
}
@media (max-width: 768px) {
  #index-banner .banner-a{
    height: 10rem;
  }
  .list-banner {
    height: 9rem !important;
    /* background-image: url('../img/banner3_2.png') !important; */
  }
  .index-login{
    display: block;
    align-items: center;
    height: auto;
  }
  .index-login .right,
  .index-login .left{
    width: 100%;
    padding: 4rem;
  }
  .index-login .left::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
    opacity: 0.46;
    background-color: #979797;
  }
  #category{
    height: 40rem !important;
  }
  #category .swiper-container{
    height: 24.5rem !important;
  }
  #categorySwiper{
      transform: translateX(0) !important;
  }
  #partner ul li{
    width: 33.333%;
  }
  #management .jylm-img {
    height: auto;
  }
  #management img {
    height: auto;
    width: 100%;
  }
  #table {
    padding: 0 1rem;
  }
  #table .tb{
    height: auto;
  }
  #table .tb .left{
    width: 50%;
  }
  #table .tb .middle{
    width: 50%;
    border-right: none;
  }
  #table .tb .right{
    width: 100%;
    border-top: 1px solid #85bd74;
    height: auto;
    padding: 1rem;
  }
  #table .tb .left>div,
  #table .tb .middle>div{
    padding: 1rem;
    text-align: center;
  }
  #contact-container .contact-ul{
    flex-wrap: wrap;
  }
  #contact-container .contact-ul li{
    width: 50%;
    margin-bottom: .5rem;
  }
  #contact-container .contact-content{
    flex-wrap: wrap;
  }
  #contact-container .contact-content .left{
    width: 100%;
  }
  #contact-container .contact-content .right{
    width: 100%;
    padding-left: 0 !important;
  }
  #contact-container #baiduMap {
    margin-bottom: 2rem !important;
  }
  #contact-container .contact-content .right .tit{
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 570px) {
  #index-banner .banner-a{
    height: 6rem;
  }
  .list-banner {
    height: 6rem !important;
  }
  #contact-container .contact-ul{
    padding: 0 2rem;
  }
  #contact-container .contact-ul li{
    width: 100%;
    margin-bottom: .5rem;
    text-align: center;
    display: block;
  }
}
@media (max-width: 500px) {
  .index-login{
    margin: 2rem;
  }
  .index-login .right,
  .index-login .left{
    width: 100%;
    padding: 2rem 2rem;
  }
  
  .index-login #userid{
    background-position: 1rem center !important;
  }
  .index-login #password{
    background-position: 1rem center;
  }
  .index-login .right input{
    padding: .625rem 3.5rem;
  }
  #slide{
    display: none !important;
  }
  #index-team .swiper-slide {
    width: 100%;
  }
  #index-team .list .li {
    margin: 0 auto;
  }
  #cpnDes .top-r,
  #cpnDes .bottom-l{
    height: 13rem !important;
  }
  
  #partner ul li{
    height: 3.75rem;
  }
}

@media (max-width: 440px) {
  #header .logo{
    height: 2.3rem;
  }
  #category{
    height: 28rem !important;
  }
  #category .swiper-container{
    height: 17.5rem !important;
  }
}
