﻿* {
    margin: auto;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body{
    font-size:14px;
}

.menu-aboutUs {
    background: url(../Image/menu.jpg);
}

.hr {
    min-width: 1050px;
    border: 1px solid #e5e5e5;
}

.aboutUs {
    width: 1050px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.aboutUs-title {
    width: 1050px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    background: url(../Image/bg.jpg);
}

    .aboutUs-title span {
        color: white;
        font-size: 17px;
        margin-left: 23px;
    }

#aboutUs {
    width: 1010px;
    min-height: 500px;
}

    #aboutUs img {
        max-width: 1010px;
    }
