img{
  width: 100%;
}
.ld-banner{
  width: 100%;
  height: 500px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/jiejuefangan/image/fangwuzulin/banner.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-top: 150px;
}
.ld-banner h1{
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 5px;
} 
.ld-banner p{
  font-size: 26px;
  margin-bottom: 30px;
} 
.ld-banner button{
  font-size: 18px;
  width: 130px;
  height: 50px;
} 

.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;
}

.btn-htb{
  color: #fff;
  outline: none;
  border: none;
  background-color: #2F7CFF;
  border-radius: 5px;
}

.item-box{
  padding: 80px 0;
}
.item-title{
  text-align: center;
  margin-bottom: 50px;
}
.item-title h2{
  color: #333333;
  font-size: 50px;
}
.item-title-white h2{
  color: #fff;
}
.item-title-white .title-line{
  background-color: #fff;
}
.title-line{
  width: 150px;
  height: 6px;
  background-color:#2F7CFF;
  margin: 15px auto;
  border-radius: 4px;
}
.pain-points,.solution-box{
  background-color: #eef0f4;
}
.pain-points-main li{
  min-height: 340px;
}
.pain-icon{
  text-align: center;
}
.pain-icon img{
  width: 100px;
}
.pain-icon .line{
  width: 40px;
  height: 4px;
  background-color: #F7B500;
  margin: 20px auto;
}
.pain-desc h2{
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 16px;
}
.pain-desc p{
  font-size: 14px;
  color: #666666;
  padding: 0 24px;
}


.scene-box,.customers-box{
  background-color: #F7F8FC;
}
.scene-tabs{
  text-align: center;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  margin-bottom: 50px;
}
.scene-tabs .active{
  color: #317DFF;
  font-weight: bold;
}

.scene-tabs li{
  border-right:2px solid #666666 ;
}
.scene-tabs li:nth-child(4){
  border: none;
}
.scene-center-item{
  background-color: #fff;
  padding: 35px 30px;
  display: flex;
  border-radius: 5px;
}
.scene-item-l{
  width: 320px;
}
.scene-item-msg{
  width: 600px;
  margin-left: 48px;
}
.scene-item-msg h1{
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  padding-top: 8px;
}
.scene-item-msg .line{
  width: 40px;
  height: 4px;
  background-color: #F7B500;
  margin: 30px 0;
}
.scene-item-msg p{
  color: #666666;
  font-size: 16px;
}

.services-box{
  background-image: url("https://fangxinqian.cn/webgw/imagegw/jiejuefangan/image/fangwuzulin/bj.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover 100%;
  color: #fff;
  text-align: center;
}
.services-item-icon img{
  width: auto;
  height: 80px;
  margin-bottom: 25px;
}


.customers-main{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.customers-main li{
  width: 19.5%;
}

.free-trial{
  background-image: url("https://fangxinqian.cn/webgw/imagegw/jiejuefangan/image/fangwuzulin/bj.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover 100%;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

.free-trial h1{
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.free-trial p{
  font-size: 24px;
  font-weight: 300;
}

.free-submit {
  width: 455px;
  height: 44px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  margin-top: 30px;
}
.free-submit input{
  width: 300px;
  background-color: #fff;
  border: none;
  height: 100%;
  font-size: 14px;
  color: #666666;
  padding: 0;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
}
.free-submit button{
  width: 116px;
  border: 1px solid #fff;
  height: 100%;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.htb-form{
  position: relative;
}
.tip-msg{
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  display: none;
  line-height: 0;
}

@media (max-width: 1200px){
  .navigation-center{
    width: 100%;
    padding: 0 15px;
  }
  .item-title h2{
    font-size: 24px;
  }
}

@media (max-width: 768px){
  .item-box{
    padding: 40px 0;
  }
  .ld-banner{
    font-size: 30px;
    height: 200px;
    padding-top: 30px;
  }
  .ld-banner h1{
    font-size: 26px;
  } 
  .ld-banner p{
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 50px;
  } 
  .ld-banner button{
    font-size: 16px;
    width: 100px;
    height: 36px;
  } 
  .fsfl-main li{
    margin-bottom: 18px;
  }
  .gzhj-main .swiper-slide.swiper-slide-active{	
    transform: scale(1);
    z-index: 2;
  }
  .pain-points-main li{
    padding: 0 8px;
  }
  .pain-desc h2 {
    font-size: 16px;
    font-weight: bold;
  }
  .pain-desc p{
    padding: 0 12px;
  }
 
  .scene-center-item{
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .scene-center-item > div{
    width: 100%;
  }
  .scene-center-item .scene-item-msg{
    margin: 0;
  }
  .scene-item-msg .line{
    margin: 15px 0;
  }
  .services-main li {
    margin-bottom: 50px;
  }
  .services-item-icon img{
    width: auto;
    height: 60px;
    margin-bottom: 15px;
  }

  .customers-main li{
    width: 33%;
  }

  .free-trial h1{
    font-size: 24px;
  }
  .free-trial p{
    font-size: 16px;
  }
  .free-submit{
    width: 85%;
  }
  .free-submit input{
    width: 60%;
    padding-left: 15px;
  }
}