
@media  screen and (max-width: 1200px){
 
  /* 首页banner图样式 */
  section .swiper-container .swiper-slide,
  section .swiper-container .swiper-slide>video{
    width: 100%;
  }

  section .swiper-container p{
    font-size: 20px;
    margin: 15px 0;
  }
}
@media  screen and (max-width: 1199px){
  section .index .aboutUs .right{
    top: 6%;
  }
}
@media  screen and (max-width:991px){
  /* 头部样式 */
  header .header{
    box-shadow:0 3px 10px rgba(0,0,0,.35);
    background-color:rgba(255, 255, 255, 1);
  }
  header .header .navbar-brand{
    background: url("/static/images/logo.png") no-repeat center center; 
    background-size: 100%;
  }
 header .sticky  .form-inline .search{
    background: url("/static/images/search-mobile.png") no-repeat center center;
    background-size: 100%;
  }
  header .header .form-inline {
    width: 100%;
    background-color: #fff;
  }

  .header .navbar-expand-lg .navbar-nav .nav-link{
    color: #333;
  }
  .header .form-inline .search{
    background: url("/static/images/search-mobile.png") no-repeat center center;
    background-size: 100%;
  }
 section .swiper-container .swiper-pagination{
  bottom:10px
 }
  /* 中间内容 */
section .index .aboutUs{
    margin: 10px auto;
}
  section .index .aboutUs .left img{
    display: none;
  }
  section .index .aboutUs .rows{
    width: 100%;
    height: 100%;
  }
  section .index .aboutUs .right{
    top: 0;
    left: 0;
    background:url('/static/images/index/aboutUs.png') no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
  }

  /* 公司实力 */
  section .company-profile .company-profile-detail ul{
    padding: 5px 0;
  }
  section .company-profile .company-profile-detail ul li{
    padding: 0 2rem;
  }
  section .company-profile .company-profile-detail ul li .nums{
    font-size: 28px;
    margin-top: 20px;
  }
  section .company-profile .company-profile-detail ul li .introduce{
    font-size: 16px;
  }
  section .index .aboutUs{
    padding: 0 1rem;
  }
  section .index .aboutUs .right .introduce{
    background: #012C99cf;
    border-radius: 15px;
  }
  section .index .aboutUs .right .introduce p{
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
  }
  section .index .aboutUs .right .introduce .bottom .button span{
    font-size: 16px;
  }
  section .index .aboutUs .right .introduce .bottom .button{
    width: 150px;
    margin-top: 20px;
    height: 45px;
    line-height: 45px;
  }
  section .index .aboutUs .right .introduce h3{
    margin-top: 10px;
    font-size: 28px;
  }
  section .swiper-container .title{
    width: 80%;
    padding: 0 .5rem;
    top: 48%;
  }
  section .swiper-container .button{
    margin-top: 60px;
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
  section .swiper-container .button a{
    font-size: 16px;
  }
}

@media  screen and (max-width: 876px){
  section .company-profile .company-profile-detail ul li{
    padding: 0 0.5rem;
  }
  section .company-profile .company-profile-detail ul li .introduce{
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
@media  screen and (max-width: 750px){
  section .swiper-container .swiper-slide video{
    width: auto!important;
    height: 100%;
  }
  /* 招商加盟 */
  section .join-us .swiper{
    height: 415px;
  }
  section .swiper-slide h4{
    font-size: 28px;
    font-weight: 400;
  }
  section .swiper-slide .know-more-btn{
    width: 124px;
    height: 42px;
    font-size: 16px;
  }
}
@media  screen and (max-width: 675px){
  section .swiper-container .title{
    width: 100%;
  }
  section .swiper-container p{
    font-size: 13px;
  }
 
 
}

@media  screen and (max-width: 576px){
  section .join-us .swiper{
    height: 300px;
  }
 
}
@media  screen and (max-width:552px){
  section .company-profile{
    background-size: cover;
  }
  section .join-us .swiper{
    height: 275px;
  }
}
@media  screen and (max-width: 500px){
  section .index .aboutUs .right .introduce .bottom .xdt{
    width: 40%;
    bottom: 0;
  }
  section .join-us .swiper-slide{
    width: 70%;
  }
}
@media  screen and (max-width: 375px){
  section .join-us .swiper{
    height: 200px;
  }
  section .swiper-slide .know-more-btn{
    width: 104px;
    height: 32px;
    font-size: 14px;
  }
}
