footer{
    background-color: #ffffff;
}
.bold {
    font-weight: bold;
}
.bar{
    /*height: 405px;*/
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 50px;
}
.bar .img-wrap{
    float: left;
    width: 480px;
    margin-left: 120px;
}
.bar .img-wrap img{
    width: 100%;
}
.bar .title-wrap{
    width: 576px;
    float: left;
    padding-right: 30px;
}
.bar .title-wrap .title{
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    font-family: "Rubik-Medium";
    color: #000;
}
.bar .title-wrap  .m-title{
  font-size: 20px;
  font-family: "Rubik-Light";
  color: #fc275d;;
  line-height: 26px;
  margin-bottom: 10px;
}
.bar .title-wrap .desc{
    line-height: 26px;
    font-size: 16px;
    font-family: "Rubik-Light";
    color: #000;
}
.bar-imgs{
    width: 994px;
    margin: 0px auto;
    padding-bottom: 80px;
}
.abouts{
    background-color: #f2f3f5;
    padding-bottom: 100px;
}
.abouts .about-list{
    overflow: hidden;
}
.abouts .about-list li{
    margin-top: 90px;
    overflow: hidden;
}
.abouts .about-list .img-wrap,.abouts .about-list .right{
    float: left;
    width: 588px;
}
.abouts .about-list .right{
    padding-left: 50px;
}
.abouts .about-list .right .title{
    font-family: "Rubik-Medium";
    font-size: 26px;
    color: #000;
    padding-bottom: 50px;
}
.abouts .about-list .right .desc{
      font-size: 16px;
      line-height: 26px;
      font-family: "Rubik-light";
      color: rgb(0, 0, 0);
}
footer{
    background-color: #fff;
}
/* 手机端 */
@media screen and (max-width: 750px) {
    .bar{
        height: auto;
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        padding: 1.3rem .4rem 0;
        margin-bottom: 0;
    }
    .bar .img-wrap{
        width: auto;
        margin-left: 0;
    }
    .bar .img-wrap img{
        width: 4.8rem;
        margin-left: 1.5rem;
    }
    .bar .title-wrap{
        width: auto;
        padding-right: 0;
    }
    .bar-imgs{
        width: 100%;
        padding: 1rem .8rem;
    }
    .bar-imgs img{
        width: 100%;
    }
    .bar .title-wrap .title{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .48rem;
    }
    .bar .title-wrap .desc{
        font-size: .26rem;
        line-height: .46rem;
    }
    .bar .title-wrap .m-title{
        font-size: .26rem;
        line-height: .46rem;
    }
    .abouts{
        padding:0 .4rem 1rem;
    }
    .abouts .about-list li{
        display: flex;
        flex-direction: column;
        margin-top: 1rem;
    }
    .abouts .about-list .img-wrap, .abouts .about-list .right{
        width: 100%;
        padding: 0 !important;
    }
    .abouts .about-list .img-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .abouts .about-list .img-wrap img{
        width: 5.1rem !important;
    }
    .abouts .about-list .right .title{
        height: 1.2rem;
        line-height: 1.2rem;
        padding-bottom:0;
        font-size: .36rem;
    }
    .abouts .about-list .right .desc{
        font-size: .26rem;
        line-height: .46rem;
    }
    .abouts .about-list li:nth-child(2){
        flex-direction: column-reverse;
    }
}