.footer-navigation{
    margin-top: 150px;
    width: 100%;
    background: #F5F6F8;
}
.footer-content{
    width: 70%;
    background: url("../assets/images/footer-background.png") no-repeat center;
    margin: 20px auto 40px auto;
    display: flex;
    justify-content: space-between;
}
.contact-information{
    padding-top: 40px;
    min-width: 400px;
}
.product-introduction{
    padding-top: 40px;
    display: flex;
}
.footer-bar{
    background: #FA5C5C;
    height: 45px;
}
.footer-bar-cont{
    width: 70%;
    margin: 0 auto;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bar-cont .copy-right,.footer-bar-cont .designer{
    color: #fff;
}
.contact-information .our-logo{
    width: 195px;
    height: 62px;
}
.contact-information .our-logo>img{
    width: 100%;
}
.contact-information .info{
    margin-top: 25px;
}
.contact-information .info .info-item a:hover{
    color: orangered;
}
.info-item .info-item-title,.info-item,.info-item-content{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}
.customer-hotline{
    font-size: 22px;
    color: #FA5C5C;
}
.introduction-item .introduction-item-title{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.introduction-item .decoration-line{
    width: 150px;
    height: 4px;
    border-radius: 4px;
    background: #ECECEC ;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}
.decoration-line::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 4px;
    border-radius: 4px;
    background: #FA5C5C;
}
.introduction-detail .introduction-detail-item{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: block;
}
.introduction-detail a:hover{
    color: orangered;
}
.divide-left .introduction-item:nth-child(2){
    margin-top: 25px;
}
.divide-right{
    margin: 0 100px 0 150px;
}
.record-number{
    color: #FFFFFF;
}