/*设置全局样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin:0;padding:0;}
body{font: 16px/1.5 "微软雅黑",Arial;color: #444;}
div{box-sizing: border-box}
a{text-decoration: none;color: #002f7b}
ul{list-style: none;}
img{border: none;vertical-align: middle}
/*公用样式*/
.fl{float: left}
.fr{float: right}
/*容器*/
.container{
    max-width: 750px;
    min-width: 320px;
    margin: 50px auto 0 auto;
    background: white;
}
.distance
{
   margin-top:10px;
 }
/*头部*/
.header{
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 40px;
    border-bottom: 3px solid #8693b3;
}
.header img{
    margin-left: 10px;
    width: 150px;
}
/*banner*/
.banner img{
    width: 100%
}
/*感谢*/
.thanks{
    margin: 10px 0 25px 0;
    padding: 0 10px;
    word-break: break-all;
    text-align: justify;
}

/*底部*/
.footer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
}
.footer a{
  font-size: 12px;
  width: 24.7%;
    float: left;
    color: black;
    border-right: 1px solid #797979;
}