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;
}
.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;
}
.fsfl-main{
  text-align: center;
}
.fsfl-main li{
  margin-bottom: 44px;
}
.gsfl-icon{
  width: 72px;
  margin: 0 auto;
  margin-bottom: 13px;
}
.gsfl-title{
  font-size: 16px;
  color: #333333;
}
.gzhj-main{
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.gzhj-main .swiper-slide.swiper-slide-active{	
  transform: scale(1.3);
  z-index: 2;
}

.zpgw-main dl{
  border-bottom: 1px solid #EFF2F6;
}

.zpgw-title,.zpgw-list-title{
  height: 80px;
  line-height: 80px;
  background: #EFF2F6;
  color: #333333;
  font-size: 20px;
}
.zpgw-list-title{
  background-color: #fff;
}
.toggle{
  height: 100%;
  cursor: pointer;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/jiaruwomen/down.png");
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: center center;
}
.current{
  padding-bottom: 20px;
}
.current .zpgw-list-title{
  color: #307DFF;
}
.current .toggle{
  background-image: url("https://fangxinqian.cn/webgw/imagegw/guanyuwomen/img/jiaruwomen/up.png");
}
.zpgw-title li,.zpgw-list-title div{
  text-align: center;
  word-break: keep-all;
}
.zpgw-title li:nth-child(1),.zpgw-list-title div:nth-child(1){
  text-align: left;
  padding-left: 5%;
}
.zpgw-list-ask{
  padding-left: 5%;
}
.zpgw-list-ask h2{
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.zpgw-list-ask ul li{
  color: #666666;
  font-size: 14px;
  margin-bottom: 5px;
}

.col-lg-1-5{
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;

}

@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;
  }
  .fsfl-main li{
    margin-bottom: 18px;
  }
  .gzhj-main .swiper-slide.swiper-slide-active{	
    transform: scale(1);
    z-index: 2;
  }
}