* {
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-user-select: none; /*禁止用户选择页面*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-section-sizing: border-section;
    -moz-section-sizing: border-section;
    section-sizing: border-section;
}

html, body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #000000;
    background: #ECECEC;
    text-align: center;
    display: inline;
}

.section {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    width: 85%;
    color: black;
    background: #ffffff;
    display: inline-block;
    text-align: center;
}

.headLineA {
    height: 80px;
    line-height: 160px;
    width: 100%;
    color: #ECECEC;
    background: #ffffff;
    font-size: 36px;
    text-align: center;
}

.headLineB {
    height: 80px;
    line-height: 80px;
    width: 100%;
    color: #326496;
    background: white;
    font-size: 36px;
    text-align: center;
}

.content {
    width: 100%;
    text-align: center;
    background: white;
    display: inline-block;
}

.item {
    display: inline-block;
    text-align: center;
    background: white;
    width: 45%;
}

.title {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 120px;
    text-align: center;
    font-size: 26px;
}

.photo {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
}

.sectionTitle {
    height: 40px;
    background: white;
}

.sectionContent {
    height: 100px;
    background: white;
}

#div1 {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #ffffff;
    background: #0000ff;
    text-align: center;
    z-index: 100;
}

#div11 {
    position: relative;
    margin: 0 auto;
    width: 85%;
}

#div2 {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#foot {
    position: relative;
    width: 100%;
    color: #ffffff;
    background: #0000ff;
    text-align: center;
    display: inline-block;
}

.photo > img {
    width: 80%;
    object-fit: cover;
    border: 1px solid #ECECEC;
}

