a[title='站长统计']{
	display: none;
}
.wrap{
	padding-bottom: 1rem;
}
.header{
    height: .9rem;
    padding: 0 .37rem 0 .27rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.header .logo{
    width: 2.35rem;
    height: .9rem;
}
.header .hotline{
    width: 2.85rem;
    height: .46rem;
    margin-top: .22rem;
}
.banner{
    height: 4.24rem;
    background: url(../images/index/banner-intro.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.banner .mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.68);
}
.banner .banner-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .banner-content .title{
    line-height: 100%;
    margin-top: .66rem;
    font-size: .4rem;
    color: #fff;
    text-align: center;
}
.banner .banner-content .blue-line{
    width: .4rem;
    height: 0.04rem;
    margin: .18rem auto .24rem;
    background: #0561e9;
}
.banner .banner-content .sub-title{
    font-size: .2rem;
    color: #fff;
    line-height: 100%;
    text-align: center;
}
.company-data{
    margin-top: .76rem;
    padding: 0 .56rem;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.company-data .num{
    font-size: .3rem;
    line-height: 100%;
}
.company-data .com-txt1,.company-data .com-txt2{
    font-size: .2rem;
    color: #fff;
    line-height: 100%;
}
.company-data .com-txt1{
    margin: .25rem auto .16rem;
}
.company-profile{
    margin-top: .5rem;
    background: #f5f5f5;
    padding: 0.5rem .66rem .5rem;
}
.company-profile .company-img{
    margin-top: .4rem;
    display: block;
    height: 2.28rem;
}
.company-profile .company-txt{
    margin-top: .5rem;
    font-size: .2rem;
    color: #282828;
    line-height: .36rem;
}
.company-profile .company-txt p{
    text-indent: .48rem;
}
.content-title{
    font-size: .38rem;
    line-height: 100%;
    text-align: center;
    color: #000;
}
.blue-line{
    width: .4rem;
    height: 0.04rem;
    margin: .13rem auto 0;
    background: #0561e9;
}
.company-envir{
    padding: .7rem .65rem .5rem;
}
.envir-list {
    margin-top: .5rem;
    font-size: 0;
}
.envir-list .envir-list-item{
    display: inline-block;
    width: 3.04rem;
    height: 2.2rem;
    margin-right: .12rem;
    margin-bottom: .26rem;
}
.envir-list .envir-list-item:nth-child(2n){
    margin-right: 0;
}
.envir-list .envir-list-item img{
    width: 100%;
    height: 100%;
}
.envir-list .envir-list-item-txt{
    padding: .32rem .37rem 0;
    color: #fff;
    background: #0561e9;
}
.envir-list .envir-list-item-txt .title{
    font-size: .3rem;
}
.envir-list .envir-list-item-txt .txt{
    font-size: .18rem;
    line-height: .3rem;
}
.footer-copyright{
    height: 2.5rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.footer-copyright .footer-logo{
    width: 2.27rem;
    height: .86rem;
    margin-left: .4rem;
    background: url(../images/index/logo2.png) no-repeat;
    background-size: 100% auto;
}
.footer-copyright .company-info{
    margin-left: .4rem;
    line-height: .3rem;
    font-size: .22rem;
    color: #c7c7c7;
}

.footer{
    height: .9rem;
    line-height: .9rem;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer>div{
    flex: 1;
    border-right: 1px solid #fff;
    background: #006dff;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    position: relative;
}
.footer>div:last-child{
    border-right: none;
}
.footer>div>a{
    color: #fff;
}
.footer .loan-product .loan-list{
    width: 1.62rem;
    height: 2.28rem;
    background: url(../images/index/pop-bg1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -2.34rem;
    left: 50%;
    margin-left: -0.81rem;
    display: none;
}
.footer .about-us .about-us-list{
    width: 1.62rem;
    height: 1.6rem;
    background: url(../images/index/pop-bg.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1.66rem;
    left: 50%;
    margin-left: -0.81rem;
    display: none;
}
.footer .loan-product .loan-list .loan-list-item,.footer .about-us .about-us-list .about-us-list-item{
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    font-size: .3rem;
    color: #0620d6;
    text-align: center;
}
.footer .line{
    width: 1.47rem;
    height: 0.02rem;
    margin: 0 auto;
    background: url(../images/index/border.png) no-repeat;
    background-size: 100% auto;
}