/* 页头样式 */
.header {
    height: 80px;
    /* background: #3333f3fd; */
    border-bottom: 2px solid #2626e7;
    /* background: #00469f; */
}

.header h1 {
    display: flex;
    /* /* width: 120px; */
    height: 80px;
    font-size: 0;
    background: url(/img/logo.png) no-repeat;
    background-size: 100px 80px;
}

/* 版心 */
.warp {
    width: 1080px;
    margin: 0 auto;
}


/* 关于我们 */
.about {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
    background-image: linear-gradient(#8debff,#6cacff);
    /* background: url(./img/u=1248509631,1298316718&fm=15&gp=0.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}

.about-info p:nth-of-type(1) {
    color: #00469f;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-info p:nth-of-type(2),
.about-info p:nth-of-type(3),
.about-info p:nth-of-type(4),
.about-info p:nth-of-type(5) {
    /* max-width: 800px; */
    font-size: 20px;
    line-height: 1.5;
    color: #3E3E3E;
    text-indent: 2em;
    margin-top: 15px;
}



/* 页脚 */
.footer {
    display: flex;
    align-items: center;
    height: 150px;
    background: #001e52;
    color: #FFFFFF66;
}

.footer ul li {
    list-style: none;
    line-height: 30px;
}
.footer ul li:nth-last-of-type(1){
    display: flex;
    align-items: center;
}