* {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 90px;
    justify-content: space-between;
	overflow: hidden;
}

.top_content_left {
    display: flex;
    align-items: center;
}

.top_content_right ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    margin-right: -18px;
}

.top_content_right li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 90px;
}

.top_content_right li div a {
    width: 56px;
    text-align: center;
}

.top_content_right li div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.top_content_right li span:nth-of-type(1) {
    color: #444444;
    font-size: 14px;
}

.top_content_right li span:nth-of-type(2) {
    font-size: 12px;
    color: #bbbbbb;
}

.top_content_right li div {
    margin-right: 13px;
    margin-left: 10px;
}

.top_content_right li:nth-last-of-type(1) a {
    width: 80px;
}

.top_content_right li .active span:nth-of-type(1){color: #215390;font-weight: bold;}

.top_content_right li a:hover span:nth-of-type(1){color: #215390;font-weight: bold;}

.bottom {
    width: 100%;
    border-top: 2px solid #215390;
	background-color: #f4f9ff;
	
}



.bottom_content {
    width: 1200px;
    height: 317px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
	position: relative;
}
.bottom_content>img{
	position: absolute;
	top:50px;
	right: 0;
}
.bottom_content_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 317px;
}

.bottom_content_left_bottom {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.bottom_content_right {
    height: 200px;
}

.bottom_content_right a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.bottom_content_left_top {
    margin-top: 50px;
}

.bottom_content_left_bottom_left span {
    display: block;
}

.bottom_content_left_bottom_left span:nth-of-type(1) {
    margin-top: -5px;
    color: #666666;
    font-size: 12px;
}

.bottom_content_left_bottom_left span:nth-of-type(2) a {
    color: #215390;
    font-size: 12px;
}

.bottom_content_left_bottom_left {
    text-align: center;
    margin-left: -10px;
}

.bottom_content_left_bottom_left img {
    width: 110px;
    vertical-align: baseline;
}

.bottom_content_left_bottom_right {
    margin-left: 40px;
}

.bottom_content_left_bottom_right span {
    color: #215390;
    font-size: 14px;
}

.bottom_content_left_bottom_right p {
    color: #444444;
    font-size: 14px;
}

.bottom_content_right {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding-top: 117px;
    margin-right: -17px;
}

.bottom_content_right dt {
    color: #444444;
    font-size: 14px;
    padding: 0 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ccc;
	text-align: center;
}

.bottom_content_right dd {
    text-align: center;
    margin-top: 7px;
    padding: 0 20px;
    color: #888888;
    font-size: 14px;
}

.bottom_content_right dd a {
    color: #888888;
    font-size: 14px;
}

.bottom_last {
    background-color: #215390;
    width: 100%;
    height: 60px;
}

.bottom_last_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_last_content {
    color: #6795cc;
    font-size: 14px;
}