.banner {
  position: relative;
}
.banner .h-banner {
  display: none;
}
.index_banner img {
  display: block;
}
.swiper-container {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.banner .advice {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .advice_tit {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  width: 100%;
}
.banner .advice_ftit {
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: 20px;
}
.index_banner .advice {
  position: absolute;
  width: 100%;
  left: 0;
  top: 33.5%;
  text-align: center;
  transform: translateY(0);
}
.index_banner .advice_tit {
  line-height: 1;
  color: #FFFFFF;
  font-size: 55px;
}
.index_banner .advice_ftit {
  line-height: 1.72;
  color: #DADADA;
  margin-top: 30px;
  font-size: 28px;
}


.index_banner .advice.advice_left{
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
.index_banner .advice.advice_left .advice_tit {
    color: #CD2620;
    line-height: 1.2;
}
.index_banner .advice.advice_left .advice_ftit {
    color: #333;
}
.index_banner .advice.advice_right{
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}
.index_banner .advice.advice_right .advice_tit {
    color: #CD2620;
}
.index_banner .advice.advice_right .advice_ftit {
    color: #333;
}
.index_banner .advice.advice_right.add_title{
    top: 38%;
}
@media only screen and (max-width:1600px) {
    .index_banner .advice_tit{
        font-size: 52px;
    }
    .index_banner .advice_ftit{
        font-size: 26px;
    }
}
@media only screen and (max-width:1480px) {
    .index_banner .advice_tit {
        font-size: 46px;
    }
    .index_banner .advice_ftit{
        font-size: 24px;
    }
}
@media only screen and (max-width:1366px) {
  .index_banner .advice_tit{
    font-size: 44px;
  }
  .index_banner .advice_ftit{
    font-size: 22px;
  }
}
@media only screen and (max-width:1200px) {
  .banner .advice_tit {
    font-size: 36px;
  }
  .index_banner .advice_tit{
    font-size: 36px;
  }
  .index_banner .advice_ftit {
    font-size: 20px;
  }
}
@media only screen and (max-width:1043px) {
  .banner .advice_tit {
    font-size: 32px;
  }
  .banner .advice_ftit {
    margin-top: 15px;
  }

  .index_banner .advice_tit{
    font-size: 38px;
  }
  .index_banner .advice_ftit {
    font-size: 22px;
  }
}
@media only screen and (max-width: 960px) {
  .index_banner .swiper-slide {
    background: none;
  }
  .index_banner .img {
    display: block;
  }
  .banner .p-banner {
    display: none;
  }
  .banner .h-banner {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .banner .advice_tit {
    font-size: 22px;
  }
  .banner .advice_ftit {
    display: none;
  }
  .index_banner .advice_tit{
      display:none;
  }
}