
.company{
    width: 100%;
    overflow: hidden;
}
.company .con{
    width: 1200px;
    margin: 0 auto;
}
.company .con h2{
    border-bottom: 1px solid gray;
    padding: 15px 0;
    
}
.company .con h2 span{
    display: block;
    border-left: 3px solid #1e50ae;
    padding-left: 10px;
}
.company .con .msg{
    overflow: hidden;
    margin-top: 20px;
}
.company .con .msg .fl{
    float: left;
    width: 500px;
    margin-right: 20px;
}
.company .con .msg .fl img{
    width: 100%;
}
.company .con .msg .fr{
    float: right;
    width: 680px;
    line-height: 25px;
    font-size: 12px;
    
}
.project{
    width: 100%;
    margin: 50px 0;
}
.project .con{
    width: 1200px;
    margin: 0 auto;
}
.project .con h2{
    border-bottom: 1px solid gray;
    padding: 15px 0;
    
}
.project .con h2 span{
    display: block;
    border-left: 3px solid #1e50ae;
    padding-left: 10px;
}
.project .con .msg{
    margin-top: 20px;
}
.project .con .msg ul{
    width: 100%;

}
.project .con .msg ul li{
    
    width: 400px;
    position: relative;
}

.project .con .msg ul li img{
    width: 300px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.project .con .msg ul li p{
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
.project .con .msg ul li a{
    width: 300px;
    height: 262px;
    line-height: 262px;
    color: rgba(255,255,255,0);
    text-align: center;
    position: absolute;
    left: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(20, 27, 133,0);
}
.project .con .msg ul li a:hover{
    background: rgb(0, 0, 0,0.5);
    color: rgba(255,255,255,1);
}
.intelligence{
    width: 100%;
    margin: 50px 0;
}
.intelligence .con{
    width: 1200px;
    margin: 0 auto;
}
.intelligence .con h2{
    border-bottom: 1px solid gray;
    padding: 15px 0;
    
}
.intelligence .con h2 span{
    display: block;
    border-left: 3px solid #1e50ae;
    padding-left: 10px;
}
.intelligence .con .msg{
    margin-top: 20px;
}
.intelligence .con .msg ul{
    width: 100%;

}
.intelligence .con .msg ul li{
    
    width: 400px;
    height: 425px;
    display: flex;
    align-items: center;
}

.intelligence .con .msg ul li img{
    width: 300px;
    display: block;
    margin: 0 auto;
}