body{
    background-color: #F7F7F7;
}
.home_main{
    background-color: #F7F7F7;
}
.home_head{
    width: 100%;
    position: relative;
}
.home_head_img{
    width: 100%;
}

/*首页-关于我们*/
.aboutUs{
    padding-top: 8rem;
    padding-bottom: 8rem
}
.aboutUs .comInfoTxt{
    font-size:1.125rem;
    margin-top:2.5rem;
    line-height:2.25rem;
}
.aboutUs .comInfoTxt p{
    margin-bottom:0;
    text-indent:2em;
}

.aboutUs .seeMoreBtn{
    color:#192e75;
    padding:14px 68px;
    margin:4.625rem 0 0 0;
    background:#f9d3d3;
    font-size:1.125rem;
    border-radius:0;

    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
}

/**首页-一站式信息化*/

.one_stop_info{
    padding-top: 3.75rem;
    padding-bottom: 8rem
}
.one_stop_info .titleArea{
    margin-bottom:5rem;/*80px*/
}
.one_stop_info .secondTitle {
    margin: 26px auto 0;
    padding: 0 1.5rem;
    position: relative;
    font-size:18px;
}
.one_stop_info .secondTitle p{
    line-height: 24px;
}
.one_stop_info .col-lg-3{
    padding:0;
}

.one_stop_info .card{
    position: relative;
    border-radius:0;
    background-color:transparent;
}
.one_stop_info .card img{
    height:538px;
    width: 100%;
}

.textPart{
    position: absolute;
    top: 100px;
    left: 40px;
    text-align:left;
    width: 100%;
}

.one_stop_info .textPart a{
    font-size:30px;
}


.one_stop_info .infoList{
    position: absolute;
    top: 125px;
    left:0;
    font-size:18px;
    width:100%;
    padding:0;
}
.one_stop_info .infoList li{
    line-height:2;
}
/*一站式信息化*/
@media (max-width: 1200px) {
    .one_stop_info .infoList{
        font-size:14px;
    }
}
@media (min-width: 992px) {
    h1, .h1{
        font-size:38px;
    }
}
@media (max-width: 991px) {
    .one_stop_info .textPart {
        position: absolute;
        top: 100px;
        left: 0;
        text-align:center;
    }
    .one_stop_info .card img{
        width:398px;
    }
    .one_stop_info .infoList{
        font-size:18px;
    }
    h1, .h1{
        font-size:30px;
    }
}
/*首页大标题*/
@media (max-width: 768px) {
    h1, .h1{
        font-size:28px;
    }
}

@media (max-width: 576px) {
    h1, .h1{
        font-size:26px;
    }
    .titleSpan{
        display:block;
    }
}
@media(max-width:400px){
    .one_stop_info .card img{
        width:100%;
    }
    .one_stop_info {
        padding-top: 2rem;
        padding-bottom:0;
    }
    .cols-xs-space > div[class*='col-']:not(:last-child) {
        margin-bottom: 0;
    }
}











