/* 关于 */
.about {
min-width: 1200px;
    background: url("../image/header/bg.jpeg") no-repeat;
    background-size: cover;
}

.about .content {
    width: 1200px;
    margin: 0 auto;
    padding: 62px 0 46px 0;
    display: flex;
    position: relative;

}

.about .content .nav {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 400;
      width: 220px;
}

.about .content .nav dl {
    text-align: left;
}

.about .content .nav dl dt {
    font-size: 14px;
    margin-bottom: 35px;
    cursor: pointer;
}

.about .content .nav dl dd {
    font-size: 12px;
    margin-bottom: 30px;
    cursor: pointer;
}


.wechat{
    height: 222px;
    margin:  0 38px 0 48px;
    border-left: 1px solid #90051C;
    border-right: 1px solid #90051C;
    padding: 0 39px;
    color: #fff;
    text-align: center;


}
.wechat_tltle{
    font-size: 14px;
    margin-bottom: 5px;
}
.wechat_tips{
    font-size: 12px;
    margin-bottom: 12px;
}

.serviceSupport{
    color: #fff;
    font-size: 12px;
}