﻿
#box{
    padding:0.8rem 0.3rem 0;
}
.img{
    width:100%;
    margin:0.3rem auto;
}

/* 立即体验 */
.btns{
    display: block;
    width:100%;
    line-height:0.98rem;
    text-align: center;
    color:#fff;
    font-size:18px;
    background-color:#006AB9;
}

/* 公司简介 */
.textBox .t1{
    margin:0.3rem 0 0.11rem;
    color:#006AB9;
    font-size:16px;
    text-align: center;
    font-weight:600;
    letter-spacing:2px;
}
.textBox .t2{
    line-height:1em;
    color:#ABABAB;
    font-size:14px;
    text-align: center;
    font-weight:600;
    margin:0 0 0.3rem;
}
.textBox .text{
    text-indent:2em;
    font-size:13px;
    line-height:1.6em;
}
/* 联系我们 */
.textBox .lis{
    font-size:14px;
    margin:0.3rem 0;
    align-items:flex-start;
}
.textBox .lis img{
    margin-right:10px;
}
.containter{
    position: relative;
    min-height: 100%;
}
.content{
    padding-bottom: 0.8rem;
}
.btmBox{
    position: fixed;
    bottom:0rem;
    width:100%;
}