/* 
  createTime：20180918
  createName：道华科技
*/

/* 
  banner
*/
.bg{
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
}
#banner-bg{
  background: rgba(36, 43, 45,.9);
}
.banner {
  background: radial-gradient(#145fbd, #002766);
  /* background: radial-gradient(#03479b, #002766); */
}
.banner-body .container{
  position: relative;
  padding:0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:100%;
}
.banner-body{
  position: relative;
  height:62vw;
  color: #fff;
  background-size: cover;
  background:url(../img/bg/bl.png) no-repeat center 0;
  background-size: cover;
}
.banner-body-title{
  width: 100%;
  text-align: center;
  /* padding:0 15px; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-body-title h2{
  font-weight: bold;
  font-size:3.2rem;
  margin-bottom:15px;
}
.banner-body-title p{
  font-size:2rem;
  margin:0 auto 20px;
}
.banner-body-title h2,.banner-body-title p{
  -webkit-transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
  transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
}

/*
  内容部分
*/
.advantage{
  background: #f7f7f7;
}

/* 
  适配
*/
@media (min-width: 1280px){
  
}
@media (min-width: 992px){
  .banner-body{
    height:480px;
  }
  .banner-body-title{
    text-align: left;
  }
  .banner-body-title p{
    font-size:2.2rem;
    margin-bottom:40px;
    margin: 0 0 40px;
  }
  .banner-body .container{
    padding:0 50px;
  }
  .banner-body-title{
    padding-top:130px;
    position:static;
    transform: none;
  }
  .banner-body-title h2{
    font-size:4rem;
  }
}