/*立即申请*/
div.illustrate{
    border: 1px solid #5fa3fa;
    width: 170px ;
    height: 48px;
    border-radius: 24px;
    color: #5fa3fa;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}

.alignRight{
    float: right;
}
.alignLeft{
    float: left;
}
.container{
    width: 100%;
    height: 100%;
}
.hsContainer{
    display: block;
}
.hsContainer li{
    width: 100%;
    display: block;
    height: 670px;
    color: #ffffff;
}

/*第一个slider*/
.hsContainer li.firstLi{
    /*background: url("../../../static/img/tqy/slider1.jpg") no-repeat 0 0/cover;*/
    position: relative;
}
.hsContainer li.firstLi #canvas{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.fixed-slide{
    width: 700px;
    height: 100%;
    padding: 220px 0 120px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-350PX);
}
.fixed-slide p.forus{
    text-align: center;
    border-bottom: 0.01rem solid #bababa;
    padding: 30px 0;
    font-weight: 700;
    font-size: 32px;
}
.fixed-slide div{
    padding: 20px 45px;
}
.fixed-slide div p{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.fixed-slide div.btn{
    background-color: #509cfa;
    color: #ffffff;
    width: 110px;
    font-size: 18px;
    border-radius: 25px;
    margin: 0 auto;
    padding: 0 30px;
    line-height: 50px;
    cursor: pointer;
}
.fixed-slide .btn span:first-of-type{
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 10px;
    background: url("../../../static/img/tqy/callus_erji.png") no-repeat 0 0/contain;
}
.fixed-slide .btn span:last-of-type{
    float: right;
}


/*slider*/
.commonLi{
    background-color: #edf2f5;
    background-size: 100% 100%;
}
.slide-box{
    width: 55%;
    padding-top: 150px;
    margin: 0 auto;
}
/*img*/
.slide-box  img{
    width: 48%;
    margin-right:10%;
}
/*word*/
.slide-box>div{
    width:35%;
}
/*word*/
.slide-box>div.textCenter{
   width: 100%;
}

.slide-box>div h2{
    color: #232323;
    font-weight: 700;
    font-size: 28px;
}
.slide-box>div p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0;
}
