.crumbs {
    width: 70%;
    height: 80px;
    line-height: 80px;
    margin:0 20%;
    background-color: #b83133;
    opacity: 0.5;
    color: white;
    padding-left: 20px;
    margin: 0 auto;
}
a {
    color: white;
}
.service {
    text-align: center;
    margin: 0 auto;
    max-width: 70%;
    margin-bottom: 4%;
    padding-top: 3%;
    padding-bottom: 3%;
    font-family: "Noto Sans SC";
    color: #3e3e3e;
}
.banner {
    background: url(/images/专业团队.png);
}
.top {
    display: flex;
    border-bottom: 1px solid #DD434A;
    background-color: #d15557;
    height: 279px;
}
.le img {
    width: 265px;
    height: 280px;
}
.ri {
    text-align: left;
    line-height: 2;
    padding: 4%;
    width: 80%;
}
.ri p {
    /*color: #3e3e3e;*/
    color: white;
}
b {
    font-size: 18px;
    font-family: Source Han Sans CN;
    /*color: #3e3e3e;*/
    color: white;
    font-weight: 500;
    margin-right: 20px;
}
.unber {
    display: flex;
}
.unber-le {
    width: 265px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(#f2f2f2, white);
}
.unber-le a {
    display: block;
    height: 90px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #3e3e3e;
    font-weight: 500;
    line-height: 90px;
}
.unber-le a b:hover {
    background: #DD434A;
    color: white;
}
.unber-le a:hover {
    background: #DD434A;
    color: white;
}
.unber-ri {
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    color: #3e3e3e;
}
.unber-ri div p{
    line-height: 1.5;
}
.unber-ri div {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 4%;
    font-weight: normal;
}
