* {
    padding: 0;
    margin: 0;
	font-family: "pingfangsc" !important;
    font-weight: 400;
	/* letter-spacing: .2em; */
}

body {
    min-width: 868px;
    padding-top: 68px;
}

a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}

ul {
    list-style: none;
}

#top_nav{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow:0px 3px 7px 0px rgba(89,138,245,0.1);
    letter-spacing: .2em;
}

.top {
    height: 68px;
    width: 868px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top img {
    width: 128px;
}

.top ul {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top ul a {
    font-size: 13px;
}
.top ul a:hover{
	color: rgba(29, 50, 193, 1);
}




.end {
    background: rgba(13, 19, 51, 1);
    padding-top: 40px;
    padding-bottom: 10px;
}

.end>p {
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}

.end>p~p {
    margin-top: 5px;
}

.end>p img {
    width: 12px;
}

.end>div {
    width: 852px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 38px;
    margin-bottom: 20px;
}

.end>div p {
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
}

.end>div>p {
    text-align: center;
    font-size:13px;
    color:rgba(255,255,255,1);
}

.end>div>p>img{
    width: 92px;
    height: 92px;
    margin-bottom: 10px;
}

.end>div>div {
    flex: 0.9;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}

.end>div>div a {
    color: rgba(255, 255, 255, 1);
}

.end .end_nav {
    flex: 0.5;
}

.end .end_nav div {
    display: flex;
    justify-content: space-between;
}

.end li {
    margin-top: 5px;
}

.end>div div~div p {
    margin-bottom: 15px;
}