*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 微软雅黑;
}
a{
    text-decoration: none !important;
}
.content{
    width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}
.nav{
    background: #ffffff;
}
.nav-top{
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}
.nav-top-right{
    height: 100%;
    display: flex;
    flex-direction: column;
    padding:20px 0;
    justify-content: space-between;
    align-items: flex-end;

}
.nav-time{
    display: flex;
    align-items: center;
}
.time-text{
    margin-left: 5px;
    font-size: 18px;
    color: #333333;
}
.nav-right-box{
    display: flex;
    align-items: center;
}
.nav-num-title{
    color: #666666;
    font-size: 14px;
    margin-left: 5px;
}
.nav-num-text{
    color: #0A53A3;
    font-size: 14px;
}
.nav-right-box-line{
    width:1px;
    height:17px;
    background:rgba(102,102,102,.3);
    margin: 0 30px;
}
.nav-right-box-num{
    display: flex;
    align-items: center;
}
.nav-bottom{
    width: 100%;
    height:50px;
    background:rgba(40,83,147,1);

}
.nav-links{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(15,67,130,1);
}
.nav-links-text{
    font-size: 17px;
    color:rgba(254,254,254,.7);
    margin-right: 76px;
    height: 100%;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight:bold;
}
.nav-links-text:hover{
    color: #ffffff;
    font-weight: bold;
    font-family: "微软雅黑";
}
.nav-active{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}
.nav-active:after{
    content: "";
    width:100%;
    height:4px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.nav-last{
    margin: 0;
}

/*页脚*/
.footer{
    width: 100%;
    min-width: 1280px;
    height:150px;
    background:rgba(102,102,102,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-text{
    font-size: 14px;
    color:rgba(255,255,255,.8);
}
.footer-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.footer-img1{
    margin-right: 13px;
}