img{
  width: 100%;
  display: inline-block;
}
.ld-banner{
  width: 100%;
  height: 500px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/gongsigaikuang/banner.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 100px;
  letter-spacing: 15px;
  font-weight: bold;
  line-height: 500px;
}

.navigation-page{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  background-color: #EFF2F6;
}
.navigation-center{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.navigation-current{
  color: #333333;
  font-weight: bold;
}
.navigation-list > ul{
  display: flex;
  height: 100%;
}
.navigation-list > ul li{
  margin-left: 30px;
  height: 58px;
}
.navigation-list > ul li.active{
  color: #307CFF;
  border-bottom: 2px solid #307CFF;
}

.item-box{
  padding: 80px 0;
}
.item-title{
  text-align: center;
  margin-bottom: 50px;
}
.item-title h2{
  color: #333333;
  font-size: 50px;
}
.title-line{
  width: 150px;
  height: 6px;
  background-color:#2F7CFF;
  margin: 15px auto;
  border-radius: 4px;
}
.item-title p{
  color: #999999;
  font-size: 24px;
}

.cut-line{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/qiyezizhi/cut-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 0 15px;
  margin-right: -15px;
  margin-bottom: 24px;
}


@media (max-width: 1200px){
  .navigation-center{
    width: 100%;
    padding: 0 15px;
  }
  .item-title h2{
    font-size: 24px;
  }
}
@media (max-width: 768px){
  .ld-banner{
    font-size: 40px;
    height: 300px;
    line-height: 300px;
  }
}