html,body{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #1D2129;
    min-width: 1250px;
}

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
}

ul, ol{ 
    list-style:none; 
}

.page-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 头部 */
.page-header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1250px;
    height: 60px;
    background: #FFFFFF;
    z-index: 100;
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1250px;
    height: 60px;
}

.page-header >div{
    height: 60px;
}

.page-header .left-logo{
    display: flex;
    height: 50px;
}

.page-header .left-logo img{
    height: 50px;
}

.page-header .left-logo span{
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999999;
    vertical-align: bottom;
}

.page-header .left-logo span.en{
    font-size: 10px;
}

.page-header .right-menu{
    display: flex;
}

.page-header .right-menu .menu {
    display: flex;
}

.page-header .right-menu .menu .menu-item{
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    padding: 0 16px;
    line-height: 60px;
    margin-right: 22px;
}

.page-header .right-menu .menu.en .menu-item{
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    padding: 0 5px 0 0;
    line-height: 60px;
    margin-right: 22px;
}

.page-header .right-menu .menu .menu-item > a{
    display: flex;
    align-items: center;
}

.page-header .right-menu .menu .menu-item{
    position: relative;
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    padding: 0 16px;
    line-height: 60px;
    margin-right: 22px;
}

.page-header .right-menu ul li > a{
    text-decoration: none;
    color: #1D2129;
    cursor: pointer;
}

.page-header .right-menu ul li > a.active{
    color: #C1272D;
}

.page-header .right-menu .menu .menu-item:last-child{
    margin: 0;
}

.page-header .right-menu .translate{
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.page-header .right-menu .translate a {
    font-size: 10px;
    text-decoration: none;
    color: #999;
}

.page-header .right-menu .translate a:hover{
    color: #C1272D;
}

.page-header .right-menu .translate span{
    color: #999;
    margin: 0 5px;
}


/* 尾部 */
.page-footer{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 66px;
    background: #1D2129;
}
.page-footer .footer-content{
    width: 1250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.page-footer .footer-content a{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.page-footer .footer-content p:last-child{
    margin-top: 5px
}
