.company{
    width: 100%;
    position: relative;
    height: 380px;
}
.company-title{
    width: 100%;
    text-align: center;
}
.company-title  div:nth-child(1){
    width: 250px;
    line-height: 50px;
    margin: 0 auto;
    /* font-family: 'alibaba-bold'; */
    font-weight: Bold;
    font-size: 36px;
    color: #0B1D31;
    letter-spacing: 0;
}
.company-title  div:nth-child(2){
    width: 380px;
    line-height: 20px;
    margin: 0 auto;
    font-weight: Bold;
    font-size: 24px;
    color: #C7D8E7;
    letter-spacing: 2px;
}
.company .company-introduction{
    width: 1200px;
    height: 330px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -602px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.70) 0%, #FFFFFF 14%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(45,127,210,0.08);
    border-radius: 8px;
    z-index:99;
}
.company .company-introduction .company-title{
    padding-top:40px;
    width: 100%;
}
.company .company-introduction .company-title div:nth-child(1){
    font-size: 32px;
    line-height: 44px;
}
.company .company-introduction .company-content{
    padding: 42px 60px 0 60px;
}
.company .company-introduction .company-content p{
    /* font-family: 'alibaba-regular'; */
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    text-indent: 36px;
}
.company .company-introduction img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 186px;
    opacity: 0.8;
}