*{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}
.page{
  margin: 0 auto;
  width: 1440px;
  min-height: 100vh;
}
.nav{
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.nav .navBox{
  width: 80%;
  height: 100%;
  margin: 0 auto;display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .logo{
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.nav .logo img{
  width: 274px;
  height: 100%;
}
.nav ul{
  display: flex;
  align-items: center;
}
.nav ul li{
  font-size: 14px;
  color: #0E0F10;
  margin-left: 30px;
  font-weight: 500;
  cursor: pointer;
}
.nav ul li.active a{
  color: #EF7B12;
}
.nav ul li:first-child{
  margin-left: 0;
}
.nav ul li a, .nav ul li a:active, .nav ul li:link{
  color: #333;
  text-decoration: none;
}
.banner{
  width: 100%;
  height: 760px;
  background: url("../img/banner_bg.png") no-repeat;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
}
.banner .title{
  padding: 240px 0 0 10%;
}
.banner .title img{
  margin-left: -35px;
  margin-bottom: 60px;
  width: auto;
  height: 130px;
}
.banner .title p{
  margin-bottom: 16px;
}
.banner .title p:last-child{
  margin-top: 50px;
}
.banner .title span{
  margin-right: 20px;
}
.function{
  margin-top: 128px;
}
.function .title p{
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 80px;
}
.function .title p{
  margin-bottom: 30px;
  position: relative;
}
.function .title p:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 250px;
  height: 12px;
  background: rgba(251, 147, 3, 0.57);
  z-index: -1;
}
.function .title span{
  font-weight: 400;
  font-size: 28px;
  color: #6D7783;
  line-height: 40px;
}
.function ul{
  margin-top:59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.function ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.function ul li img{
  margin-bottom: 20px;
  width: 260px;
  height: 260px;
}
.function li p{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 51px;
  text-align: center;
}
.function li span{
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 32px;
  text-align: center;
}


.loanStep{
  margin-top: 128px;
}
.loanStep .title p{
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 80px;
}
.loanStep .title p{
  margin-bottom: 30px;
  position: relative;
}
.loanStep .title p:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 350px;
  height: 12px;
  background: rgba(251, 147, 3, 0.57);
  z-index: -1;
}
.loanStep .title span{
  font-weight: 400;
  font-size: 28px;
  color: #6D7783;
  line-height: 40px;
}
.loanStep .content {
  margin-top: 40px;
}
.loanStep .content img{
  width: 100%;
  height: auto;
}
.introduction{
  margin: 56px auto 0;
}
.introduction .title p{
  font-weight: 600;
  font-size: 56px;
  color: #000000;
  line-height: 80px;
}
.introduction .title p{
  margin-bottom: 20px;
  position: relative;
}
.introduction .title p:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 250px;
  height: 12px;
  background: rgba(251, 147, 3, 0.57);
  z-index: -1;
}
.introduction .title span{
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}
.introduction .content{
  margin: 150px 0;
}
.introduction .content .box{
  display: flex;
  align-items: center;
}
.introduction .left{
  /*margin-left: -110px;*/
}
.introduction .left img{
  width: 624px;
  height: auto;
}
.introduction .right{
  width: 500px;
  margin-left: 200px;
  text-align: left;
}
.introduction .right > p{
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}
.about{
  margin: 56px auto 0;
}
.about .title p{
  font-weight: 600;
  font-size: 60px;
  color: #000;
  line-height: 80px;
}
.about .title p{
  margin-bottom: 30px;
  position: relative;
}
.about .title p:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 250px;
  height: 12px;
  background: rgba(251, 147, 3, 0.57);
  z-index: -1;
}
.about .title span{
  font-weight: 400;
  font-size: 28px;
  color: #6D7783;
  line-height: 40px;
}
.about .content{
  margin: 52px auto 139px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 51px;;
}
.footer{
  width: 100%;
  margin: auto;
  align-items: center;
  color: #000;
  font-size: 18px;
  background: #F1ECE6;
}
.footer .content{
  margin: 0 auto;
  width: 1440px;
  padding: 45px 0 100px;
  box-sizing: border-box;
}
.footer .title{
  font-weight: 400;
  font-size: 60px;
  color: #000;
  line-height: 80px;
  position: relative;
}
.footer .title:before{
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 223px;
  height: 7px;
  background: #FB9303;
  border-radius: 7px;
}
.footer .text{
  margin-top: 60px;
  width: 684px;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 37px;
}
.footer .bottom{
  margin-top: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bottom .left p{
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.footer .bottom .left span{
  font-weight: 500;
  font-size: 30px;
  color: #000;
  line-height: 24px
}
.footer .bottom .right p{
  font-weight: 500;
  font-size: 15px;
  color: #000;
  line-height: 24px;
}
.footer a, .footer a:link, .footer a:active{
  font-size: 15px;
  color:  #000;
  text-decoration: none;
}