* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei-Regular';
    text-decoration: none;
}
html,body {
    max-width: 100%;
    overflow-x: hidden;
}
.main, .full{
    width: 1920px;
    max-width: 100%;
}
header {
    width: 1920px;
    max-width: 100%;
    height: 89px;
    background: #231F38;
}
header > div {
    margin: auto !important;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    font-size: 16px;
    color: white;
    height: 89px;
}
.logo {
    width: 288px;
    height: 44px;
    /*margin-top: 8px;*/
}
.header-menu a{
    color: white;
    margin-left:36px;
}
.container {
    width: 900px;
    margin: auto;
}
footer {
    background: #231F38;
    display: flex;
    align-items: center;
    color: white;
	padding: 20px 0 20px 0;
}
footer .container {
    width: 750px;
}
footer a {
    color: white;
}
.flogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flogo a {
    line-height: 58px;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 5px;
    /*margin-left: 18px;*/
    margin-left: 10px;
}
.finfo {
    color: white;
    font-size: 14px;
    line-height: 16px;
}
.finfo > div {
    margin-top: 17px;
}
.finfo-contact {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.finfo-icp {
    text-align: center;
}