/*.tip-item {*/
/*    width: 20%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.tip-img {
    width: 75px;
    height: 75px;
    border-radius: 25px;
}

.tip-title {
    font-weight: 600;
    line-height: 32px;
}

/****************** 关于我们 start ******************/
.about-us-desc {
    /*height: 151px;*/
    font-size: 18px;
    /*overflow: hidden;*/
    padding: 0 39px;
}

.about-us-footer {
    display: flex;
    justify-content: space-between;
    padding: 31px 19px;
    width: calc(100% - 60px);
}

.about-us-footer-item {
    width: 33%;
    height: 145px;
    box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
    -webkit-box-shadow:0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
    -moz-box-shadow:0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
    -o-box-shadow: 0 1px 4px rgba(238,238,248,0.7), 0 0 40px rgba(238,238,248,0.7);
}

.about-us-footer span:nth-child(1) {
    font-size: 38px;
    color: #0B42FF;
    line-height: 28px;
    margin: 36px 32px 10px 0px;
}

.about-us-footer span:nth-child(2) {
    color: #333333;
    line-height: 24px;
}

@media screen and (min-device-width: 1200px){
    .about-us-footer-item{
        /*border: 1px solid #999999;*/
    }

    .about-us-footer-item{
        width: calc(33.33% - 11px);
    }



    .about-us-footer span:nth-child(1) {
        margin: 45px 32px 10px 39px;
    }

    .about-us-footer span:nth-child(2) {
        margin: 0px 32px 0px 39px;
    }

}


/****************** 关于我们 end ******************/

/****************** 公司文化 start ******************/

.cultrue-box {
    padding: 30px;
    background-color: #1b4eff;
}

.cultrue-box-title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 27px;
}

.cultrue-box-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    line-height: 32px;
}

/****************** 公司文化 end ******************/
/****************** 公司地址 start ******************/

#allmap {
    width: 100%;
    height: 356px;
}

.address-box {
    display: flex;
    flex-wrap: wrap;
}

.address-box-item {
    display: flex;
    width: 50%;
    padding: 29px 0;
    align-items: center;
}

.address-message-img {
    margin-left: 50px;
    font-size: 30px;
    background-color: #1b4eff;
    border-radius: 25px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #FFFFFF;
}

.address-box-item-content {
    margin-left: 25px;
    width: calc(100% - 100px);
}

.address-message-title {
    font-weight: 600;
    color: #999999;
    line-height: 27px;
}

.address-message-content {
    color: #999999;
    line-height: 27px;
    margin-top: 6px;
    width: calc(100% - 30px);
}

/****************** 公司地址 end ******************/

@media screen and (max-device-width: 450px) {
    .about-us-desc {
        font-size: 14px;
        padding: 0 20px;
    }
    .about-us-footer {
        padding: 30px 20px;
        width: calc(100% - 40px);
        flex-direction: column;
    }
    .about-us-footer .about-us-footer-item {
        width: calc(100% - 40px);
        background-color: #FFFFFF;
        margin-bottom: 20px;
        padding: 20px;
        display: flex;
        flex-direction: row;
        height: auto;
    }
    .about-us-footer .about-us-footer-item span:nth-child(1) {
        padding: 10px;
        margin: 0;
    }
    .about-us-footer .about-us-footer-item span:nth-child(2) {
        display: flex;
        align-items: flex-end;
        margin-left: 20px;
    }
    .cultrue-box {
        padding: 30px 20px;
        text-align: justify;
    }
    .cultrue-box .cultrue-box-desc {
        line-height: 30px;
    }
    #allmap {
        height: 220px;
    }
    .address-box {
        padding: 10px;
        flex-direction: column;
        width: calc(100% - 20px);
    }
    .address-box .address-box-item {
        flex: 1;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .address-box .address-box-item .address-message-img {
        margin: 0;
        width: 35px;
        height: 35px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .address-box .address-box-item .address-box-item-content {
        margin-left: 20px;
        width: 100%;
    }
    .address-box .address-box-item .address-box-item-content .address-message-content {
        width: 100%;
        text-align: justify;
    }
}
