.head{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.72rem;
    width: 100%;
    z-index: 999;
    position: absolute;
}
body{
    font-family: '\5B8B\4F53';
    position: relative;
    background: #F5F5F5;
}
header{
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 1.72rem;
}
.line {
    width: 100%;
    position: absolute;
    bottom: -0.4rem;
    z-index: 222;
    height: 0.5rem;
}
.logo{
    width: 80%;
    text-align: center;
    margin-left: -0.3rem;
}
.logo img{
    width: 4.6rem;
    height: 1rem;
}
.english{
    width: 20%;
    text-align: right;
    font-family: Source Han Sans CN;
    margin-right: 20px;
    font-weight: 400;
    color: #0B308D;
}
footer{
    height: 8.6rem;
    background: #073190;
}
.qr-pic{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.4rem;
    margin: 0 1.4rem;
}
.qr-pic p{
    text-align: center;
    color: #fff;
    margin-top: .2rem;
    font-size: 0.3rem;
}
.qr-pic img{
    width: 2.5rem;
    height: 2.5rem;
}
.copyright{
    text-align: center;
    padding-top: 1.2rem;
}
.copyright p{
    font-weight: 400;
    color: #FFFFFF;
    line-height: .5rem;
    font-size: 0.32rem;
}
.fixed-header{
    position: fixed;
    top: 0;
}
.common-content{
    margin: 0 0.4rem;
}

/*面包屑*/
.breadcrumb-box{
    margin: 0.7rem 0 0.4rem 0;
    border-bottom: 0.08rem solid #0B308D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.7rem;
}
.breadcrumb{
    text-align: right;
    margin-top: 0.7rem;
}
.breadcrumb-box .nav-title{
    font-size: 0.42rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-weight: 700;
    color: #0B308D;
    margin-bottom: -0.08rem;
    border-bottom: 0.08rem solid #FFD700;
}
.breadcrumb .breadcrumb-item{
    color: #666;
    font-size: 0.26rem;
    display: inline-block;
    height: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.1rem;
    color: #6c757d;
    content: ">";
}