.move-top {
    position: relative;
    display: flex;
    justify-content: center;
    height: 480px;
}
.two-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    z-index: 9;
    height: 120px;
}
.tow-nav-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    height: 80px;
    border-left: 2px solid #fff;
}
.tow-nav-left>h2 {
    font-size: 42px;
    line-height: 30px;
	color: #ffffff;
}
.tow-nav-left>p {
    font-size: 16px;
	color: #ffffff;
}
.tow-nav-left>p>a {
    font-size: 16px;
	color: #ffffff;
}
.tow-nav-right {
    margin-top: 40px;
    min-width: 560px;
    height: 80px;
}
.tow-nav-right>ul {
    display: flex;
}
.tow-nav-right>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 140px;
	height: 60px;
	background-color: #1953d0;
}
.tow-nav-right>ul>li>a {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.tow-nav-right-active {
    margin-top: 0 !important;
	background-color: #a70922 !important;
    height: 80px !important;
}