.trs_header {
    width: 1200px;
    margin: 0 auto;
    padding-top: 11px;
}

.trs_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trs_search img {
    cursor: pointer;
}

.trs_menu {
    background: #0d56a6;
    height: 52px;
    margin-top: 30px;
}

.trs_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1078px;
    margin: 0 auto;
}

.trs_menu ul li a {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 52px;
}

.trs_footer {
    display: flex;
    justify-content: center;
    height: 124px;
    border-top: 5px solid #0068b6;
}

.trs_foot_con1 {
    margin-top: 16px;
}

.trs_foot_con1 span {
    color: #333;
    font-size: 14px;
}

.trs_foot_con1 a {
    margin-right: 30px;
    color: #333;
    font-size: 14px;
}

.trs_footer_con {
    text-align: center;
}

.trs_foot_con1 img {
    position: relative;
    top: 5px;
}


.trs_bottom_con, .trs_bottom_con_item {
    width: 1200px;
    margin: 30px auto 0;

}

.trs_switch_text ul, .trs_bottom_con_item ul {
    display: flex;
    justify-content: space-between;
}

.trs_switch_text ul li {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    cursor: pointer;
}

.trs_switch_text_active {
    border-bottom: 4px solid #9e0000;
}

.trs_switch_text ul li:nth-last-child(1) {
    margin-right: 120px;
}

.trs_switch_link_con {
    margin-top: 20px;
    margin-bottom: 40px;
}

.trs_bt_line {
    display: inline-block;
    width: 2px;
    height: 19px;
    background: #898989;
    margin-left: 17px;
}

.trs_bottom_con_item ul li {
    display: flex;
    align-items: center;
}

.trs_bottom_con_item ul li:nth-last-child(1) .trs_bt_line {
    display: none;
}

.trs_bottom_con_item {
    display: none;
}

.trs_link_active {
    display: block !important;
}