
/* 检测系统部分样式 */
.testBox {
    background-image:url("../../img/index/ggwsbg.png");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    height:8rem;
    text-align: center;
}
.testBox .layui-col-space30>*{
    padding:0.15rem;
}
.testAbout{
    color:#b2b6c6;
    font-size:0.18rem;
    margin-bottom: 0.8rem;
}
.itemBox{
    margin-top:0.4rem;
}
.item{
    background-color: white;
    border-radius: 0.1rem;
    border:1px solid rgba(0,0,0,0);
}
.itemImg{
    margin-top:0.6rem;
    width:2.4rem;
    height:1.4rem;
    margin-bottom: 0.2rem;
}
.itemTitle{
    font-size: 0.24rem;
    margin-top:0.3rem;
    color:#2f3447;
    font-weight:600;
}
.footImgBottomText{
    font-size: 0.15rem;
    /*font-weight: 600;*/
}
.itemAbout{
    /* width:60%; */
    margin:0.2rem 0.2rem;
    font-size:0.17rem;
    color:#6e727f;
    line-height: 0.3rem;;
}
.viewDetails{
    margin:0.2rem 0;
    cursor: pointer;
    display:block;
}
.viewDetails svg{
    width:1.9rem;
    height:0.48rem;
}
.viewDetails svg polygon{
    fill: none;
    stroke: #4278ff;
    stroke-width: 1px;
}
.viewDetails svg text{
    fill:#4278ff;
}

.viewDetails:hover svg polygon{
    fill: #2b67ff;
}
.viewDetails:hover svg text{
    fill: white;
}
/* 人社部分 */
.humanBox{
    background-image:url("../../img/index/Container.png");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    height:7.8rem;
    text-align: center;
    position: relative;
}
.fivePeople{
    text-align: center;
}
.bottom_class img{
    background-size: 100% 100%;
    height: 0.94rem;
    width: 2.3rem;
    position: absolute;
    cursor: pointer;
}
/* 系统结成部分 */
.integrationBox{
    background-image:url("../../img/index/jcbg.jpg");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    height:7.5rem;
    text-align: center;
    border:1px solid rgba(6, 18, 61, 1);;
}
.container .text-white{
    color: white;
    font-weight: 600;
}
.text-black{
    padding-top: 0.7rem;
    font-weight: 600;
    font-size: 0.36rem;
}
.integrationBox .container{
    /* height:5.76rem; */
    width:11.4rem;
    margin-top:.86rem;
    background-color:white;
    border-radius:0.16rem;
    padding:0.34rem;
}
.integrationBox .container .left{
    width:63.6%;
}
.integrationBox .container .left .leftImg{
    display:block;
    height: 5.1rem;
}
.integrationBox .container .right{
    width:36.4%;
    text-align:left;
    padding:0 0.3rem;
}
.integrationBox .container .right .title{
    margin-top:0.6rem;
}
.integrationBox .container .right .splitBox{
    margin: .16rem 0;
}
.integrationBox .container .right .testAbout{
    margin-top:0.24rem;
    font-size:0.16rem;
    line-height:.26rem;
}
.integrationBox .container .right .details{
    margin-top:0.3rem;
    font-size:0.17rem;
    line-height: 0.28rem;
    color:#2f3447;
}

.Adetail{
    display: inline-block;
    width: 2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    background-image: url(../../img/btn/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #4278ff;
    margin-top: 0;
}
.Adetail:hover{
    color: #fff;
    background-image: url(../../img/btn/btnActive.png);
}

.content_bottom_all span{
    font-weight: bold;
}

    