﻿* {
    margin: auto;
    font-size: 15px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
    background: url(../Image/bg.jpg);
    /*background-attachment: fixed;*/
}

#nav-contactUs {
    color: black;
}

.contactUs-title {
    width: 1200px;
    height: 48px;
    background: #d9d9d9;
}

    .contactUs-title span {
        line-height: 48px;
        font-size: 20px;
        margin-left: 18px;
    }

#contactUs {
    width: 1150px;
    min-height: 350px;
    margin-top: 15px;
}
#contactUs img{
    max-width:1150px;
}
