@charset "utf-8";
/* CSS Document */

/* 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    font-family:微软雅黑;
}

a { text-decoration: none; list-style: none; text-decoration: none;  }
.dbjbox { width: 100%; min-width: 1200px; height: 100vh;  background: url(/images/dlbj.png) no-repeat center bottom; background-size:cover; position: relative; }
header { width: 100%;  padding:30px 75px; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.logo { width:36%; margin-top:30px; max-width:697px; }
.logo img { width: 100%; min-width: 500px;}
.dh { width:50%; display: flex; flex-flow: row nowrap; justify-content: flex-end; margin-top: 60px;}
.bbyy a { width: 150px; height: auto;  margin-left: 50px; display: flex; flex-flow: column; justify-content: center; align-items: center;}
.bbyy a span  { width: 79px; height: 73px; margin-bottom: 5px;}
.bbyy a span img { width: 80%; }
.bbyy a p { color: #ffffff; font-size: 24px; font-family: "微软雅黑"; letter-spacing: 1px; font-weight: bold; }
footer { position: absolute; width: 100%; bottom: 10px; display: flex; align-items: center; justify-content: center; background: #315eab;}
footer p {
    width: 100%;
    text-align: center;
    padding: 10px 75px;
    line-height: 25px;
    color: #ffffff;
    font-size: 15px;
}