/*二级菜单*/

@media (max-width: 768px) {
  .navbar-search {
    float: left !important;
  }
  .navbar-li li {
    float: left;
  }
  .navbar-form {
    border-top: none;
    border-bottom: none;
  }
}


/*轮播图*/

@media screen and (min-width:900px) {
  .ptext {
    font-size: 20px;
    color: #fff;
    margin-top: 28px;
    line-height: 38px;
  }
}

@media screen and (min-width:375px) and (max-width:414px) {
  .img2 {
    margin-top: 60px;
  }
  .carousel-control.right {
    right: -12;
    left: auto;
    background-image: none !important;
  }
  .img1 {
    margin-top: 60px;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .carousel-caption {
    position: absolute;
    right: 23%;
    bottom: 1px;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 50%;
  }
  .pone {
    margin-top: 0px !important;
  }
}
   .banner-p{
    height: 135px;
    margin-top: 172px;
  }
 .banner-p p{
    line-height:12px;
  }
.banner-p p span{
    display:block;
}
@media screen and (min-width: 600px) {
  .carousel-caption {
    position: absolute;
    right: 13%;
    bottom: 1px;
    left: 74%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }
}


/*小图片*/

@media screen and (min-width:375px) and (max-width:414px) {
  .box-divs {
    height: 26px;
    border: 1px solid #101010;
    margin-left: 180px;
    margin-top: 0px!important;
    display: none;
  }
  .box-div {
    width: 50%;
    font-size: 12px!important;
    overflow: hidden;
    position: absolute;
    top: 44px;
  }
  .box-div>h3 {
    font-size: 12px;
  }
  .box-div>h5 {
    font-size: 12px;
  }
  .box-div {
    text-align: none;
  }
  .box_div_s {
    position: absolute;
    right: 0px;
    top: 39px;
    font-size: 12px;
  }
  .box_div_ss {
    position: absolute;
    top: 44px;
  }
  .box_divss {
    position: relative;
    padding-left: 0px;
  }
}