.content{
    width: 100%;
    max-width: 980px;
    min-width: 980px;
    margin: 0 auto;
    /* height: 100%; */
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.logo{
    width: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 24px;
}
.title{
    width: 100%;
    position: relative;
}
.titleBg{
    width: 100%;
}
.title p{
    padding-left: 10%;
    color: #014392;
    font-weight: 900;
    font-size: 48px;
    position: absolute;
    right: 100px;
    bottom: 60px;
}
.nav{
    width: 100%;
    position: relative;
}
.navBg{
    width: 100%;
    height: 1200px;
}
.navContent{
    position: absolute;
    width: 64%;
    height: 55%;
    max-height: 800px;
    background-color: #fff;
    top: 22%;
    right: 0;
}
.navContent p{
    color: #db781d;
    font-size: 48px;
    font-weight: 900;
    padding-left: 50px;
}
.navContent span{
    color: #000;
    line-height: 40px;
    padding:0 10%;
}
.titleName{
    width: 100%;
    height: 200px;
    display: flex;
    
}
.titleLeft{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 36px;
}
.titleRight{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    color: #fff;
    font-weight: 900;
    font-size: 36px;
}
.titleRight p{
    margin: 0;
    margin-left: 40px;
}
.nr{
        width: 100%;
        height: 800px;
        display: flex;
}
.nrImg{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
}
.nrSpan{
    margin: 0 5%;
}
.nrSpan .nrSpan_1{
    color: #db781d;
    font-size: 26px;
    margin-bottom: 0;
}
.nrSpan span{
    line-height: 30px;
    font-size: 14px;
}
.nrSpanSku{
    color: #419399;
    font-size: 18px;
}
.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 200px;
    /* align-items: center; */
}
.footer img{
    width: 40%;
    height: 60px;
    margin-left: 15%;
    margin-top: 10%;
}
.footer p{
    margin: 0;
    margin-left: 20%;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 900;
    color: #000;
}
.footer a{
    margin: 0;
    margin-left: 20%;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 900;
    color: #000;
    text-decoration: none;
}