@charset "utf-8";
@media (max-width: 1024px) {
  .nav > li > a {
    padding: 15px 20px;
  }
  .banner-btn {
    width: 80%;
    left: 10%;
  }
  .banner-text-conns {
    left: 10%;
    top: 15%;
  }
  .banner-text-conns h1 {
    font-size: 30px;
  }
  .banner-text-conns h2 {
    font-size: 36px;
  }
  .banner-text-conns h3 {
    font-size: 24px;
  }
  .banner-text-conns h4 {
    font-size: 16px;
  }
  #header-banner {
    height: 293px;
  }
}
@media (max-width: 990px) {
  /*index*/
  .warp4-list .item {
    position: inherit;
  }
  .warp4-list .left {
    margin-bottom: 30px;
  }
  .banner-text-conns h1 {
    font-size: 24px;
  }
  .banner-text-conns h2 {
    font-size: 30px;
  }
  .banner-text-conns h3 {
    font-size: 18px;
  }
  .banner-text-conns h4 {
    font-size: 14px;
  }
  .navbar-default .menu-container {
    width: 95%;
  }
  .nav > li > a {
    padding: 15px;
  }
  .logo img {
    margin-top: 15px;
    width: 150px;
  }
}
@media (max-width: 770px) {
  .navbar-default .menu-container {
    width: 100%;
  }
  #footer .footer-end h5 {
    float: none;
    margin-top: 10px;
  }
  .logo img {
    padding-left: 10px;
  }
  .banner-btn {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 600px) {
  /*index*/
  .warp1 img {
    margin-top: -50px;
  }
  .title h1 {
    font-size: 24px;
  }
  .title h3 {
    font-size: 18px;
  }
  .choose-list a {
    width: 33.33333%;
  }
  .warp5 {
    width: 100%;
    height: 450px;
    background-size: cover;
    background: url(/static/images/pic30.jpg);
  }
  .warp5 .text-cons h1 {
    font-size: 30px;
  }
  .warp5 .text-cons h3 {
    font-size: 24px;
  }
  .navbar-top-cons .p2 {
    display: none;
  }
  #footer h1 {
    font-size: 16px;
  }
  .banner-btn {
    display: none;
  }
}
@media (max-width: 450px) {
  .banner-text-conns {
    top: 20%;
  }
  .banner-text-conns h1 {
    font-size: 1.2em;
  }
  .banner-text-conns h2 {
    font-size: 1.3em;
    margin: 7px 0;
  }
  .banner-text-conns h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  .banner-text-conns h4 {
    font-size: 1em;
  }
  .warp5 .text-cons h1 {
    font-size: 26px;
  }
  .warp5 .text-cons h3 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  /*index*/
  .logo {
    width: 50%;
  }
  .logo img {
    width: 100%;
    margin-top: 15px;
  }
  .banner-text-conns {
    top: 12%;
  }
}
@media (max-width: 320px) {
  .banner-text-conns {
    top: 10%;
  }
}
