html,body,h1,h2,h3,h4,h5,h6,p,form,ul,ol{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.m0{
    margin: 0 auto;
}
@font-face{
    font-family: bold;
    src: url(../../fonts/PINGFANG\ BOLD.TTF);
}
@font-face{
    font-family: regular;
    src: url(../../fonts/PINGFANG\ REGULAR.TTF);
}
*{
    font-family: regular;
}

/* 头部 */
header{
    height: 70px;
    background: #ffffff;
}
header .container{
    width: 1160px;
    overflow: hidden;
}
header .logo{
    float: left;
    font-size: 22px;
    color: #274372;
    font-family: bold;
}
header .search{
    float: right;
}
header form{
    display: flex;
    width: 300px;
    height: 30px;
    border: 1px solid #274372;
    margin-top: 20px;
}
header input[type="text"]{
    outline: none;
    border: none;
    width: 75%;
    height: 98%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}
header button{
    color: #fff;
    background: #274372;
    font-size: 16px;
    width: 25%;
    line-height: 28px;
    border: none;
}
header img{
    height: 50px;
    vertical-align: -15px;
    margin-top: 10px;
    margin-right: 20px;
}
/* 脚部 */
footer {
    height: 100px;
    background: #274372;
    box-shadow: 0 0 1px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
}
footer a{
    color: #fff;
}
footer .link{
    margin-top: 20px;
}
footer .copy{
    margin-top: 20px;
}