
img{
  width: 100%;
}
.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;
}
#map{
  width: 100%;
  height: 595px;
}
.info-list{
  padding: 30px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 11, 41, 0.2);
}

.info-list h3{
  color: #333333;
  font-size: 40px;
  margin-bottom: 19px;
}
.info-list .line{
  width: 80px;
  height: 4px;
  background: #307CFF;
  margin-bottom: 50px;
}
.info-list-msg li{
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.info-list-msg li:nth-child(1),.info-list-msg li:nth-child(2){
  border-bottom: 1px solid #EFF2F6;
}

.info-list-icon{
  width: 37px;
  margin-right: 35px;
  padding-top: 15px;
}
.info-list-txt{
  width: calc(100% - 37px);
}
.info-list-icon img{
  vertical-align: middle;
}
.info-list-msg li .title{
  color: #666666;
  font-size: 14px;
  margin-bottom: 18px;
}
.info-list-msg li .desc{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}


@media (max-width: 1200px){
  .navigation-center{
    width: 100%;
    padding: 0 15px;
  }
  .item-title h2{
    font-size: 24px;
  }
  .lxwm-main div.map-box {
    padding: 0;
    margin-top: 30px;
  }
  .info-list h3{
    font-size: 26px;
  }
}
@media (max-width: 768px){
  .ld-banner{
    font-size: 40px;
    height: 300px;
    line-height: 300px;
  }
  .lxwm-main {
    padding: 0 15px;
  }

  #map{
    width: 100%;
    height: 395px;
  }
}