body{
    margin-top: 50px!important;
    background-color: #f9fff6;/*设置网页背景颜色*/
    margin-bottom: 2em;
    font-size: 2em;
    min-height:100%;
    position:absolute;
    width: 100%;
    padding-bottom: 5em;
    background-image:url("img/bg1.jpg");/*设置背景图片的引入路径*/
    background-repeat:no-repeat ;/*设置背景图片的铺放方式*/
}
.bg{ background-image:url("img/bg1.jpg");
    background-repeat:no-repeat ;
    background-size: contain;/*设置背景图片的尺寸大小*/
}
.navbar-default{
  background-color: rgb(230, 238, 249);/*设置导航条的背景颜色*/
}

.footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}/*设置页脚的尺寸*/

.website-info{
    overflow: hidden;
    background-color: #e7e7e7;
    padding-left: 10%;
}/*网页的格式设置*/

.website-info h4{
    padding-bottom: 3px;
    color: #424242;
    font-weight: bold;
    border-bottom: 1px solid #dfe7f2;
}/*设置网页底部的大小，文字距离底部的距离*/

.about, .response, .contact{
    float: left;
    margin-right: 10%;
    margin-left: 2% ;
    font-size: 0.75em;
}/*设置空白页、contact、等页面的空白边距大小设置、页面文字大小设置*/

.about p, .response p, .contact p{
    margin-bottom: 0.2em;
}/*设置空白页、contact、等页面的底部空白的边距大小*/

.copyright{
    text-align: center;
    padding: 0.5em 0;
    background: #dfe7f2;
    color: #080808;
    bottom: 10em;
}

.copyright a{
    color: #f2f2f2;
    margin-left: 0;
}

.copyright a:hover{
    color: #e6eef9;
}/*版权信息页边距大小、背景颜色的设置*/
