@charset "utf-8";


*{
    margin: 0;
    padding: 0;

}
body {
    overflow-x: hidden;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
}
img {
  
    border: none;
    vertical-align: middle;
}
input {
    border: none;
    outline: none;
    background-color: transparent;
}
ul{
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1280 {
    max-width: 1280px;
    margin: 0 auto;
}
.wap {
    display: none;
}

/*header*/
.header {
    background: #143b73;
    padding: 23px 0;
 }
.logo {
    float: right;
}
.hd-rt {
    float: left;
    margin-top: 13px;
}
.hd-rt>p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    text-align: left;
}
.footer {
    margin-top: 75px;
    background: #626262;
    padding-top: 24px;
    padding-bottom: 23px;
    text-align: center;
}
.footer>p{
    font-size: 14px;
    color: #ffffff;
}


/*移动端*/
.m-head {
    background: #143b73;
    width: 100%;
    max-width: 1024px;
    padding: 10px;
}
.m-logo img {
    max-height: 40px;
    max-width: 85%;
    line-height: 40px;
}
.close-menu {
    display: none;
}