.banner .company {
    position: absolute;
    left: 18.75%;
    top: 1.19%;
    z-index: 1000;
    color: #FFFFFF;
}

.introduce{
    width: 62.5%;
    margin: 4.208% auto 0;
    color: #606060;
}

.introduce .company{
    color: #333333;
    position: relative;
}

.introduce .company .company-line{
    background: #0043CA;
    opacity: 0.21;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44%;
}

.service_introduce{
    width: 62.5%;
    margin: 4.208% auto 0;
    color: #606060;
}

.service_introduce .content>div{
    margin-top: 4.208%;
}

.service_introduce .content .image{
    flex:0 0 40%;
}

.service_introduce .content .text{
    flex:0 0 56%;
}

.service_introduce .content .text .title{
    color: #0043CA;
}

.service_introduce .content .text>p:last-child{
    margin-top: 3%;
}


.footer{
    background: #0C1E2F;
    color: #FFFFFF;
    padding: 2.1%;
    margin-top:4.208%;
}

.footer p:last-child{
    margin-top: 2%;
}


